mirror of https://github.com/arendst/Tasmota.git
Updated LC Technology WiFi Relay (markdown)
parent
adcb54de0a
commit
09361eb2a0
|
@ -27,6 +27,15 @@ To configure an LC Technology ESP8266 Relay X2, use the following settings...
|
|||
|
||||
``Rule2 on Power2#State=1 do SerialSend5 A00201A3 endon on Power2#State=0 do SerialSend5 A00200A2 endon``
|
||||
|
||||
## LC Technology WiFi Relay - Quad Relay (note, older versions of this board used a baud rate of 9600, so if 115200 doesn't work, try 9600)
|
||||
|
||||
In configuration open `Configure Other` paste this template and select activate
|
||||
``{"NAME":"LC Technology 4CH Relay","GPIO":[52,255,17,255,255,255,255,255,21,22,23,24,255],"FLAG":0,"BASE":18}``
|
||||
|
||||
Enable rule1 (type ``rule1 1`` in the tasmota console)
|
||||
Run this command in console (configure the 1st rule)
|
||||
``Rule1 on Power1#State=1 do SerialSend5 A00101A2 endon on Power1#State=0 do SerialSend5 A00100A1 endon on Power2#State=1 do SerialSend5 A00201A3 endon on Power2#State=0 do SerialSend5 A00200A2 endon on Power3#State=1 do SerialSend5 A00301A4 endon on Power3#State=0 do SerialSend5 A00300A3 endon on Power4#State=1 do SerialSend5 A00401A5 endon on Power4#State=0 do SerialSend5 A00400A4 endon``
|
||||
|
||||
## Beware of counterfeit modules
|
||||
If your board just [continuously flashes its led when powered on](https://www.youtube.com/watch?v=5Le9kNT_Bm4) and no esp-01 is entered, the onboard STC15F104W needs to be programmed!
|
||||
For more details see https://www.esp8266.com/viewtopic.php?f=160&t=13164&start=68#p74262
|
||||
|
|
Loading…
Reference in New Issue