Moes Smart 3 Way Switch

Anyone have success in using these switches within Hubitat?

I've successfully flashed, configured the device in tasmota.

Can get it in devices via Tasmota Connect app, and manipulate On/OFf states (note this required some editing of the rules that are provided in the tempate documentation (change event#on/off to power1#switch=1/0 in the rules)).

Cannot however figure out how to get accurate switch state back from the switch to Hubitat.

Got it working.....

Tasomota Template: {"NAME":"Moes 3-Way","GPIO":[255,255,255,255,21,57,0,0,30,10,9,255,255],"FLAG":0,"BASE":18}

Console input:
> rule1 on power1#state=1 do power2 TOGGLE endon
> rule2 on power1#state=2 do power2 TOGGLE endon
> rule3 on power1#state=1 do backlog rule1 0; rule2 1 endon on power1#state=0 do backlog rule1 1; rule2 0 endon on switch2#state=3 do publish Moes3Way/Action Long endon
> rule3 1 --> These rules aren't working correctly
switchtopic 0
switchmode1 2
switchmode2 5
setoption32 7

Use Tasmota Connect app to manually add switch via IP address

Hubitat Driver: Release: Sonoff Tasmota Switch Driver

I might give this a try, I have one install and never got it to work lol

Hello Vikasrij,
Does it work as you expected ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.