mirror of https://github.com/arendst/Tasmota.git
Updated LC Technology WiFi Relay (markdown)
parent
00d71c5934
commit
16f053d784
|
@ -1,4 +1,4 @@
|
|||
## LC Technology WiFi Relay
|
||||
## LC Technology WiFi Relay - Single Relay
|
||||
|
||||
In order to use LC Technology WiFi Relay for 1 relay version, please
|
||||
|
||||
|
@ -9,6 +9,20 @@ In order to use LC Technology WiFi Relay for 1 relay version, please
|
|||
* Add the following rules typing in the console:
|
||||
``Rule1 on System#Boot do Baudrate 9600 endon on Power1#State=1 do SerialSend5 A00101A2 endon on Power1#State=0 do SerialSend5 A00100A1 endon``
|
||||
|
||||
## LC Technology WiFi Relay - Dual Relay
|
||||
|
||||
To configure an LC Technology ESP8266 Relay X2, use the following settings...
|
||||
|
||||
* Set module to Generic (in module configuration and click save)
|
||||
* Set GPIO0 and GPIO2 as Relay1 and Relay 2 (in module configuration and click save)
|
||||
* Disable seriallog (type ``seriallog 0`` in the tasmota console)
|
||||
* Enable rule1 (type ``rule1 1`` in the tasmota console)
|
||||
* Enable rule2 (type ``rule2 1`` in the tasmota console)
|
||||
* Add the following rules typing in the console:
|
||||
``Rule1 on System#Boot do Baudrate 9600 endon on Power1#State=1 do SerialSend5 A00101A2 endon on Power1#State=0 do SerialSend5 A00100A1 endon``
|
||||
|
||||
``Rule2 on Power2#State=1 do SerialSend5 A00201A3 endon on Power2#State=0 do SerialSend5 A00200A2 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!
|
||||
|
|
Loading…
Reference in New Issue