Hi,
i test the new “Managed Updates” Feature, so automate the updates for my ESPHome devices.
I have a json File with the md5 and the binary. Accessable through http and https.
This works, the device (inkplate6 in my case as a start) on boot loads the json file or pulls it through http, but then nothing happens, no update.
I think, i miss something, thats unclear in the docs (for me)
The json is:
{
"name": "ESPHome-inkplate6",
"version": "2024.6.3",
"builds": [
{
"chipFamily": "ESP32",
"ota": {
"md5": "78f4405e297f8c8f00f1e06ea5f9887d",
"path": "http://<url>/inkplate6/firmware-2024-6-3.ota.bin",
"release_url": "https://esphome.io/",
"summary": "ESPHome Update -> 2024.6.3"
}
}
]
}
Webserver-Log (slightly redacted (paths)
192.168.6.90 - - [26/Jun/2024:18:14:32 +0200] "GET /inkplate6.json HTTP/1.1" 200 369 .../htdocs/inkplate6.json
Does anyone does could point me to the right direction ? Do i need to have more builds in the json (the old and the new one or so) ?
Many Thanks,
Ronny