EVCC startet nach Umzug in HA nicht mehr #23499
Unanswered
Blubb80
asked this question in
Home Assistant
Replies: 1 comment
-
|
Ich habe alles neu aufgesetzt und jetzt läuft das Ganze. Zwischenzeitlich hatte ich noch Probleme wegen mehren parellelen Abfragen an den Modbus, wurde aber jetzt über Modbus Proxy in HA gelöst. Ein Problem existiert nun aber weiterhin: die ausgegeben Werte in EVCC sind völlig falsch. Dort wird nachts noch Erzeugung angezeigt, der Verbrauch ist mehr als doppelt so hoch wie er real ist etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo zusammen,
ich hatte eine funktionierende EVCC-Installation auf einem Raspberry Pi4 (Version 0.204.5).
Die evcc.yaml und die evcc.db habe ich gesichert, da ich die Konfig und die Datenbank genauso in HA haben wollte.
Auf dem o.g. Raspberry Pi4 habe ich nun HA und das evcc-Addon installiert.
Den Inhalt der "alten" evcc.yaml habe ich in die "neue" evcc.yaml unter /addon_configs/49686a9f_evcc/ und die "alte" evcc.db in /data/ kopiert.
Die ersten Tage lief die Installation wunderbar, seit gestern aber nicht mehr. Offensichtlich kann keine Verbindung mit der Wallbox hergestellt werden. Bin gerade etwas am verzweifeln, da ich von Materie nur sehr wenig Ahnung habe und das Auto dringend geladen werden muss.
Folgendermaßen sieht mein Log aus:
Using config file: /config/evcc.yaml
starting evcc: 'EVCC_DATABASE_DSN=/data/evcc.db evcc --config /config/evcc.yaml'
[main ] INFO 2025/09/10 16:28:08 evcc 0.207.6
[main ] INFO 2025/09/10 16:28:08 using config file: /config/evcc.yaml
[db ] INFO 2025/09/10 16:28:08 using sqlite database: /data/evcc.db
[eebus ] INFO 2025/09/10 16:28:08 Local SKI: 9846********************
[eebus ] DEBUG 2025/09/10 16:28:08 starting websocket server on :4712
[eebus ] DEBUG 2025/09/10 16:28:08 mdns: announce
[eebus ] DEBUG 2025/09/10 16:28:08 mdns: using zeroconf
[main ] INFO 2025/09/10 16:28:08 UI listening at :7070
[eebus ] DEBUG 2025/09/10 16:28:10 mdns: new - ski: 5dcb******************** name: Elli-Wallbox-2305A3DG1Z brand: Elli model: Wallbox typ: Wallbox identifier: Elli-Wallbox-2305A3DG1Z register: false host: wallbox-2305A3DG1Z.local. port: 4712 addresses: [192.168.178.134]
[eebus ] DEBUG 2025/09/10 16:28:10 trying to connect to 5dcb******************** at wallbox-2305A3DG1Z.local.
[eebus ] DEBUG 2025/09/10 16:28:10 initiating connection to 5dcb******************** at wallbox-2305A3DG1Z.local.:4712/ship/
[eebus ] DEBUG 2025/09/10 16:28:20 connection to 5dcb******************** failed: dial tcp 192.168.178.134:4712: i/o timeout
[eebus ] DEBUG 2025/09/10 16:28:20 trying to connect to 5dcb******************** at 192.168.178.134
[eebus ] DEBUG 2025/09/10 16:28:20 initiating connection to 5dcb******************** at 192.168.178.134:4712/ship/
[eebus ] DEBUG 2025/09/10 16:28:30 connection to 5dcb******************** failed: dial tcp 192.168.178.134:4712: i/o timeout
[eebus ] DEBUG 2025/09/10 16:28:30 mdns: announce
[eebus ] DEBUG 2025/09/10 16:28:30 mdns: using zeroconf
Was mir auffälllt, ist der Unterschied zwischen "Local SKI" und ski der Wallbox. Woher der Local SKI kommt, habe ich keine Ahnung. Auf der Benutzeroberfläche der Wallbox wird beim Koppeln ebenfalls dieser "falsche" SKI angezeigt.
Außerdem hier noch der Inhalt der evcc.yaml:
open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070
log: debug
levels:
cache: error
unique installation id
plant: 75d0************
interval: 30s # control cycle interval
meters:
template: huawei-dongle-powersensor
id: 1
host: 192.168.178.131
port: 502
usage: grid
modbus: tcpip
timeout: 15s
name: grid1
template: huawei-dongle-powersensor
id: 1
host: 192.168.178.131
port: 502
usage: pv
modbus: tcpip
timeout: 15s
name: pv2
template: huawei-dongle-powersensor
id: 1
host: 192.168.178.131
port: 502
usage: battery
modbus: tcpip
timeout: 15s
name: battery3
chargers:
template: ellipro
ski: 5DCB **********
name: wallbox5
vehicles:
template: audi
title: ***
user: ***
password: ***
vin: ***
capacity: 95
name: ev4
loadpoints:
charger: wallbox5
mode: pv
site:
title: ***
meters:
grid: grid1
pv:
- pv2
battery:
- battery3
eebus:
certificate:
private: |
-----BEGIN EC PRIVATE KEY-----
***
-----END EC PRIVATE KEY-----
public: |
-----BEGIN CERTIFICATE-----
***
-----END CERTIFICATE-----
tariffs:
currency: EUR
grid:
type: fixed
price: 0.2258
feedin:
type: fixed
price: 0.08
solar:
- type: template
template: forecast-solar
lat: ***
lon: ***
dec: 15
kwp: 11.0
az: 0
Kann mir hierbei jemand helfen?
Beta Was this translation helpful? Give feedback.
All reactions