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.
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 serverAdditional 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.