You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ecoflow Delta Max going to port 80 does not bring up a config page, HTTP access only returns a page saying Request method for this URI is not handled by server
Additional note, it appears in the current Android app there is a 30 character WiFi password limit. Unsure if this is an app-bug or battery firmware limitation. Your suggested curl -X POST -d '{"action":"setSTA","data": {"ssid": "SSID_PLACEHOLDER", "psw": "PASSWORD_PLACEHOLDER"}}' http://192.168.4.1/ from another issue does seem to properly set the password without the 30 character limit (mine was only 31 characters)
I'm not sure if there is a list of all the things you can send, but it seems an interesting possibility.
The text was updated successfully, but these errors were encountered:
mmiller7
changed the title
Ecoflow Delta Max - port 80 not useful
Ecoflow Delta Max - port 80 no config page
Dec 14, 2022
Ecoflow Delta Max going to port 80 does not bring up a config page, HTTP access only returns a page saying
Request method for this URI is not handled by server
Additional note, it appears in the current Android app there is a 30 character WiFi password limit. Unsure if this is an app-bug or battery firmware limitation. Your suggested
curl -X POST -d '{"action":"setSTA","data": {"ssid": "SSID_PLACEHOLDER", "psw": "PASSWORD_PLACEHOLDER"}}' http://192.168.4.1/
from another issue does seem to properly set the password without the 30 character limit (mine was only 31 characters)I'm not sure if there is a list of all the things you can send, but it seems an interesting possibility.
The text was updated successfully, but these errors were encountered: