Skip to main content

Convert Shelly Gen2 to Tasmota

Disclaimer

You do this at your own risk, if you brick or break your devices, I take no responsibility.

This post contains notes to remind me what I did to convert a Shelly gen2+ device to Tasmota

Prerequisites

Conversion process

Tasmota Configuration

On the console, I set the following

Since I am using push buttons for physical switches, I have to set the following: (3 = pushbutton (default 1, 0 = toggle)) Tasmota/Commands/control

SwitchMode1 3
SwitchMode2 3

Since I am using the Shelly Plus 2PM for lights, I have the set the following: (1 = both relays and PWM are announced as light to Home Assistant) Tasmota/Commands/setoptions

SetOption30 1

References