-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi Relay in AP Mode (/relays) not working? #4571
Comments
Ah ok, thanks for clarification @blazoncek ! Would there be an "easy fix" by uncommenting or adding a line if I compile my own firmware? So I also have access to |
IDK, never needed that. If you find a solution, please submit a PR. |
Will try to figure something out. But I am far from an expert coder. x) It feels a bit more like a bug than a feature that while Has this something to do with usermods having more strict security guidelines? |
What happened?
WLED v0.16.0-alpha "Kosen"
I use a WLED controller in AP only mode for a local installation without Wifi availability.
I sent HTTP commands to that WLED controller (ESP32 WROOM) from a Remote (another ESP32) that is connected to that AP.
Commands like
http://4.3.2.1/win&A=255
work.Trying to toggle a relay with
http://4.3.2.1/relays?toggle=0,1,0,0
returns a 404 page.When I connect the WLED controller to my local Wifi the command
http://192.168.178.59/relays?toggle=0,1,0,0
works as expected.Is the endpoint
/relays
only available when connected to a WLAN?Those two work even in AP mode:
/json
/win
To Reproduce Bug
Put WLED controller in AP mode and send HTTPrequest to
/relays
Expected Behavior
HTTPrequest sent to
/relays
works in AP & Wifi Mode.Install Method
Self-Compiled
What version of WLED?
WLED v0.16.0-alpha "Kosen"
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: