mirror of https://github.com/arendst/Tasmota.git
Created LC Technology WiFi Relay (markdown)
parent
c41a252bc4
commit
20deaa37e8
|
@ -0,0 +1,10 @@
|
|||
## LC Technology WiFi Relay
|
||||
|
||||
In order to use LC Technology WiFi Relay for 1 relay version, please
|
||||
|
||||
* Set module to Generic (in module configuration and click save)
|
||||
* Set i.e. GPIO12 as Relay1 (in module configuration and click save)
|
||||
* Disable seriallog (type ``seriallog 0`` in the tasmota console)
|
||||
* Enable rules (type ``rule1 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``
|
Loading…
Reference in New Issue