Skip to content

Netzwerk geändert, trotzdem zieht evcc falsche IP #22682

Answered by just211
dakobert asked this question in Homeassistant
Discussion options

You must be logged in to vote

Auch wenn's frustrierend ist: Never give up. ;-)

Die DB liegt standardmässig nicht im HA-Dateisystem. Sie liegt innerhalb des evcc Docker-Containers. Wo genau siehst du in der Konfiguration des EVCC-Addons:

Das kann bei dir anders sein.

Die Container-ID findest du in SSH mit

docker ps | grep evcc

heraus.

Du kannst die DB dann mit

docker cp <container-id>:/data/evcc.db /pfad/zum/zielverzeichnis/

in das HA-Dateisystem kopieren und dann mit dem Addon SQLite Web darauf zugreifen.
(ggf. musst du natürlich den Pfad zur Quelldatei anpassen, sofern er bei dir nicht /data/evcc.db sein sollte)

Um den Zugang zur DB zu vereinfachen kannst du die Datei irgendwo im HA-Dateisystem liegen lassen und…

Replies: 4 comments 23 replies

Comment options

You must be logged in to vote
10 replies
@just211
Comment options

@StefanSchoof
Comment options

@just211
Comment options

@VolkerK62
Comment options

@dakobert
Comment options

Comment options

You must be logged in to vote
1 reply
@dakobert
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
12 replies
@dakobert
Comment options

@just211
Comment options

@dakobert
Comment options

@dakobert
Comment options

@just211
Comment options

Answer selected by dakobert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
8 participants