OpenDTU
OpenDTU copied to clipboard
[Request] OTA Update via URL
Is your feature request related to a problem? Please describe.
I have a couple of neighbors that now also run OpenDTU. They are not into self compiling (they are using the Olimex POE Variant). I do compile binaries for them and make it available via a URL. But they still have do the OTA Upload via WebIF.
What about OTA Update via URL? Like e.g. tasmota does.
Describe the solution you'd like
introduce a field to provide an OTA URL and an Update button.
Describe alternatives you've considered
No response
Additional context
No response
Tasmota uses safeboot to ensure OTA update via OTA URL does not break things.
See OTA_URL and OtaUrl in
- https://github.com/arendst/Tasmota/tree/master/tasmota/berry/modules/Partition_Wizard/partition_wizard.be
- https://github.com/arendst/Tasmota/tree/master/tasmota/berry/animate_demo/leds_animation.be
I do not know if we have enough space for app0 and app1 partitions to store two firmware images side-by-side ?