OpenDTU icon indicating copy to clipboard operation
OpenDTU copied to clipboard

[Request] OTA Update via URL

Open D3R-ST3FAN opened this issue 3 years ago • 4 comments

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

D3R-ST3FAN avatar Nov 08 '22 12:11 D3R-ST3FAN

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 ?

stefan123t avatar Jul 10 '24 06:07 stefan123t