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
The backend supports OTA updates (download, verify, replace, restart) and publishes progress to m/{domain}/c/{ctrl}/ota/status. There is also a new OTA abort capability (#35). However there is no UI page for triggering or monitoring OTA updates — it is only accessible via MQTT or direct HTTP API calls.
Summary
The backend supports OTA updates (download, verify, replace, restart) and publishes progress to
m/{domain}/c/{ctrl}/ota/status. There is also a new OTA abort capability (#35). However there is no UI page for triggering or monitoring OTA updates — it is only accessible via MQTT or direct HTTP API calls.What to build
/ui/otaota_progressfield)Depends on
Reference
Aeolus OTA status format (
docs/ota.md):[{"n":"state","vs":"downloading"},{"n":"bytes","v":65536,"u":"By"},{"n":"total","v":1324740,"u":"By"}] [{"n":"state","vs":"verifying"},{"n":"bytes","v":1324740,"u":"By"},{"n":"total","v":1324740,"u":"By"}] [{"n":"state","vs":"ready"}]