Search found 4 matches

by desprueht
18 Jun 2018, 21:22
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 962946

Re: Serial MCU controlled relay/switch

Hi, thank you very much for your work. I have a problem with the webinterface. when i click on Devices and add a Serial MCU controlled switch, then I can't edit the device. The ESP-01 makes a restart. You're right... i left out one index, and ESP did not honor buffer overflow. :) Try the updated bi...
by desprueht
18 Jun 2018, 17:41
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 962946

Re: Serial MCU controlled relay/switch

Hello, Relay control instructions (hex hexadecimal): Open the first relay: A0 01 01 A2 Turn off the first relay: A0 01 00 A1 Open the second relay: A0 02 01 A3 Close the second relay: A0 02 00 A2 Open the third relay: A0 03 01 A4 Turn off the third relay: A0 03 00 A3 Open the fourth relay: A0 04 01...
by desprueht
17 Jun 2018, 15:53
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 962946

Re: Serial MCU controlled relay/switch

Hello, Relay control instructions (hex hexadecimal): Open the first relay: A0 01 01 A2 Turn off the first relay: A0 01 00 A1 Open the second relay: A0 02 01 A3 Close the second relay: A0 02 00 A2 Open the third relay: A0 03 01 A4 Turn off the third relay: A0 03 00 A3 Open the fourth relay: A0 04 01 ...
by desprueht
17 Jun 2018, 15:40
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 962946

Re: Serial MCU controlled relay/switch

Hello, I have a LCTech Relay X4 board. I installed ESPEasy on the ESP-01 (ESPEasy_1M_128kSPIFFS_PUYA.zip) and the first two relays are in function, but the last two relays are not contolled. What can I do to use all four relays? I would like to control with HTTP commands: HTTP commands: Relay 0 Off:...