Search found 2 matches

by DirkB19
28 Oct 2019, 17:39
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1051100

Re: Serial MCU controlled relay/switch

SendToHTTP 192.168.2.134/control?cmd=relay,1,1 According the Wiki the syntax more like this: SendToHTTP 192.168.2.134,80,/control?cmd=relay,1,1 In case it is not working, try to urlencode the last part: SendToHTTP 192.168.2.134,80,%2Fcontrol%3Fcmd%3Drelay%2C1%2C1%20 OK, thanks !! SendToHTTP 192.168...
by DirkB19
27 Oct 2019, 20:38
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1051100

Re: Serial MCU controlled relay/switch

I have an LCTech Relay X2 (2 relay module). The stock firmware on the MCU and ESP worked, I was able to control the relays with HEX codes over TCP. I flashed your ... I also configured a OpenHAB MQTT controller. I am trying to send 0 and 1 to /LCTech/Relay/Relay0 but nothing happens. The device and...