Mill-International-AS / Generation_3_REST_API

Local REST API documentation
37 stars 6 forks source link

Unable to configure device from local endpoint #7

Closed thomasakarlsen closed 1 year ago

thomasakarlsen commented 1 year ago

I have a gen 3 Mill convector oven runnning firmware 0x221017 When I initially configured this oven a year ago I was able to configure it and scan for wifi access points via the web interface provided by it. However when I attempted to do this again today I keep getting a 503 error:

{
    "status": "Failed to create response body"
}

Being a gen 3 oven, I did reset it a couple days ago and re-connected it to my wifi via the app. Other features like setting the temperature, child lock, etc. appear to work just fine.

My payload on POST /device-config:

{
   "ssid": "************",
   "password": "************",
   "connectivity_option": "sta_local_api_without_cloud"
}
thomasakarlsen commented 1 year ago

I re-read the instructions and noticed the device needs to be in AP mode for these endpoints to work. Must've missed it on my first read.