app icon indicating copy to clipboard operation
app copied to clipboard

Backup not downloadable

Open nheuk opened this issue 3 months ago • 3 comments

Describe the bug

no file backup file is created

Steps to reproduce

...

Configuration details

no configuration issue

Log details

--

What type of operating system or environment does evcc run on?

other

External automation

  • [x] I have made sure that no external automation like HomeAssistant or Node-RED is active or accessing any of the mentioned devices when this issue occurs.

Nightly build

  • [x] I have verified that the issue is reproducible with the latest nightly build

Version

0.207.6

nheuk avatar Sep 24 '25 09:09 nheuk

Ist verwandt zu https://github.com/evcc-io/app/issues/19 Ich verschiebe das Issue mal ins App-Repo.

naltatis avatar Sep 24 '25 09:09 naltatis

In #19 @Maschga implemented the basic infrastructure to properly handle downloads. We'll have to adjust the way we'll handle downloads (GET vs POST) in evcc core. This requires changes to how we authenticate (use upcoming token machoism https://github.com/evcc-io/evcc/pull/23093). Once these prerequisites are given backup downloads via app should work.

naltatis avatar Sep 24 '25 10:09 naltatis

Proof of Concept: https://github.com/evcc-io/evcc/commit/c4afb7de51eb7d40f81c24f58e50a58d60fdccf1

Maschga avatar Sep 24 '25 10:09 Maschga