tbnobody / OpenDTU

Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters
GNU General Public License v2.0
1.72k stars 477 forks source link

[Request] OTA Update via URL #319

Open D3R-ST3FAN opened 1 year ago

D3R-ST3FAN commented 1 year ago

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

stefan123t commented 3 weeks ago

Tasmota uses safeboot to ensure OTA update via OTA URL does not break things.

See OTA_URL and OtaUrl in

I do not know if we have enough space for app0 and app1 partitions to store two firmware images side-by-side ?