Moes SS01S-1
Switch

Available from:
Banggood.com
Amazon.com
Flashed with:
Tuya-Convert
GPIO # | Component |
---|---|
GPIO00 | User |
GPIO01 | User |
GPIO02 | User |
GPIO03 | User |
GPIO04 | Led1i |
GPIO05 | None |
GPIO09 | None |
GPIO10 | None |
GPIO12 | Relay1 |
GPIO13 | Button1 |
GPIO14 | User |
GPIO15 | User |
GPIO16 | User |
FLAG | None |
Template
{"NAME":"Moes Switch","GPIO":[255,255,255,255,56,0,0,0,21,17,255,255,255],"FLAG":0,"BASE":18}
Tuya-Convert might not be possible for this device if the manufacturer started using newest Tuya firmware since this template was published (2019-12-08).
Rule to enable white LED to be ON when light is OFF
Rule3 on power1#state=1 do ledpower 0 endon on power1#state=0 do ledpower 1 endon
Rule3 1