RemoteRelay icon indicating copy to clipboard operation
RemoteRelay copied to clipboard

Not responding to the http requests.

Open theotterstrom opened this issue 2 years ago • 1 comments

The logs seem fine and they are changing and responding to my commands, but the relays are not actually toggled at all.

I am dealing with this one: https://www.amazon.se/dp/B0BC28ZGH9/ref=pe_24982401_503747021_TE_SCE_3p_dp_1

This is the debug log:

[394.572] Channel 4 switched to on [394.572] Sending payload A00401A5

Some extra debugging from a script i created:

Sending command: A00201A3 Error: [WinError 10061] No connection could be made because the target machine actively refused it

theotterstrom avatar Jun 18 '23 20:06 theotterstrom

For other which has the same Issue. This linked PCB looks like an 4 relay version without any extra MCU! So the ESP has to control the relays directly with his IO Pins. Remote Relay only work with the ESP01/ESP8266 version which send the code A00401A5 over the serial connection to the extra MCU like the STM8S003. In my case I have an 2 relay ESp01 Version, it also do not work yet. I think this RemotRelay thing was never made for the linked 4 relay version. May be tasmota is the better option there. https://github.com/arendst/Tasmota/issues/3406 (I never use this before)

ghost avatar Oct 29 '23 16:10 ghost