I have two ESP32.
First is connected to a 4 port relay, runs WLED (0.14), controls LED lights, opens Wireless-AP and runs multi-relay mod.
Second is connecting to first ESP32 Wireless-AP and remotely controls the relays and LED lights via HTTP requests.
Now all of the sudden somehow the HTTP command to toggle the relays does not work somehow anymore? I can still connect to the Wireless-AP and toggle the relays via the GUI.
But the command I use in my remote ESP32 controller “http://4.3.2.1/relays?toggle=1,0,1,1” does not work anymore and throws an error (404 not found).
Any ideas what could be the issue? The manual says those commands should work … and they did in the past.
Other HTTP commands do work (like “http://4.3.2.1/win&A=255”).