I converted an i3 to tasmota and added the rule like suggested here:
Backlog Rule1 on Switch1#state do Publish stat/%topic%/SWITCH1 %value% endon on Switch2#state do Publish stat/%topic%/SWITCH2 %value% endon on Switch3#state do Publish stat/%topic%/SWITCH3 %value% endon; Rule1 1; SwitchMode1 1; SwitchMode2 1; SwitchMode3 1; SwitchTopic 0
Using tasmota Integration from homeassistant will just show me the temperature, entities for the three inputs will not be created in HA. Having four shelly plus i4 (running tasmota) which seem to be configured identically, but these have all four inputs… I don’t get it. Where’s my fault?