Updated LC Technology WiFi Relay (markdown)

Danny Angus 2019-04-12 22:42:50 +01:00
parent d1ee2b66a2
commit a51ebbb0c6
1 changed files with 3 additions and 0 deletions

@ -8,6 +8,9 @@ In order to use LC Technology WiFi Relay for 1 relay version, please
* 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``
*Note: If that doesn't work for you, you may find that using Power1#Boot as the event to trigger the baudrate setting (instead of System#Boot) works, as it did for me. So the alternate rule one command is..
``on Power1#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 (note, older versions of this board used a baud rate of 9600, so if 115200 doesn't work, try 9600)