Replies: 5 comments 5 replies
-
Bitte Posting formatieren, leider unübersichtlich. |
Beta Was this translation helpful? Give feedback.
-
Ich habe fast das selbe Setup wie du und das selbe Problem, ich attach mal ne file: |
Beta Was this translation helpful? Give feedback.
-
Sehr seltsam, mit dem Update auf 113.0 sind alle Fehler behoben. |
Beta Was this translation helpful? Give feedback.
-
bin in der evcc v0.205.0 und bekomme seit kurzem folgende Fehlermeldungen:
Loadpoint 1 und 2 sind zwei Go-E HOMEfix v3 in der Version 57.1 Er lädt unterbricht aber bei jedem "got disabled" und started dann mit dem "got enabled" neu |
Beta Was this translation helpful? Give feedback.
-
Bekomme die Warnung mit meinen KEBAs (P30x und P30c) auch immer mal wieder, vor allem wenn ich mit der Zykluszeit auf unter 30 Sekunden gehe. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo, bisher lief alles einwandfrei... :-) aber nach einem der letzten Updates unter v0.112.5 bekomme ich laufend diese Fehlermeldungen. Geändert habe ich nichts in der Konfiguration.
open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070
log: info
levels:
cache: error
unique installation id
plant: 6d0cd584651b8821c9f9c4c885404a80de75220ae4fed45689c3c651a401e207
interval: 10s # control cycle interval
meters:
template: sonnenbatterie
usage: grid
host: 192.168.178.33
port: 8080
name: grid1
template: sonnenbatterie
usage: pv
host: 192.168.178.33
port: 8080
name: pv2
template: sonnenbatterie
usage: battery
host: 192.168.178.33
port: 8080
name: battery3
chargers:
template: ellipro
ski: EE38 62DB 0242 7083 3913 0537 E82D E288 B88E AF1E
ip: 192.168.178.74
name: wallbox5
vehicles:
template: fiat
title: Paulchen
user: username
password: passwort
vin: Fahrgestellnummer
capacity: 42
pin: 9999
name: ev4
loadpoints:
charger: wallbox5
mode: off
phases: 3
mincurrent: 6
maxcurrent: 16
resetOnDisconnect: true
mqtt:
broker: 192.168.178.32:1886
topic: evcc # root topic for publishing, set empty to disable publishing
clientid: foo
user: admin
password: passwort
site:
title: Im Schapenkamp 7
meters:
grid: grid1
pvs:
- pv2
batteries:
- battery3
eebus:
certificate:
private: |
-----BEGIN EC PRIVATE KEY-----
xxxxxxxxxxxx
-----END EC PRIVATE KEY-----
public: |
-----BEGIN CERTIFICATE-----
xxxxxxxxxxxx
-----END CERTIFICATE-----
Das ist die evcc Statusmeldung:
evcc.service - evcc
Loaded: loaded (/lib/systemd/system/evcc.service; disabled; vendor preset: enabled)
Active: active (running) since Wed 2023-02-22 16:29:18 CET; 20h ago
Main PID: 23917 (evcc)
Tasks: 12 (limit: 4915)
CGroup: /system.slice/evcc.service
└─23917 /usr/bin/evcc
Feb 23 00:18:43 raspberrypi evcc[23917]: [site ] ERROR 2023/02/23 00:18:43 grid meter: unexpected status: 502
Feb 23 11:36:45 raspberrypi evcc[23917]: [eebus ] INFO 2023/02/23 11:36:45 ev connected
Feb 23 11:36:51 raspberrypi evcc[23917]: [lp-1 ] INFO 2023/02/23 11:36:51 car connected
Feb 23 11:36:53 raspberrypi evcc[23917]: [lp-1 ] INFO 2023/02/23 11:36:53 vehicle updated: unknown -> Paulchen
Feb 23 11:37:02 raspberrypi evcc[23917]: [lp-1 ] INFO 2023/02/23 11:37:02 start charging ->
Feb 23 11:37:02 raspberrypi evcc[23917]: [lp-1 ] WARN 2023/02/23 11:37:02 charger out of sync: expected disabled, got enabled
Feb 23 11:37:11 raspberrypi evcc[23917]: [lp-1 ] WARN 2023/02/23 11:37:11 charger out of sync: expected disabled, got enabled
Feb 23 11:37:21 raspberrypi evcc[23917]: [lp-1 ] INFO 2023/02/23 11:37:21 stop charging <-
Feb 23 11:42:02 raspberrypi evcc[23917]: [lp-1 ] INFO 2023/02/23 11:42:02 start charging ->
Feb 23 12:00:21 raspberrypi evcc[23917]: [lp-1 ] INFO 2023/02/23 12:00:21 stop charging <-
pi@raspberrypi:~ $ sudo evcc -l debug meter
[main ] INFO 2023/02/23 12:38:07 evcc 0.112.5 (81aeaea)
[main ] INFO 2023/02/23 12:38:07 using config file: /etc/evcc.yaml
[db ] INFO 2023/02/23 12:38:08 using sqlite database: /root/.evcc/evcc.db
[mqtt ] INFO 2023/02/23 12:38:08 connecting foo at tcp://192.168.178.32:1886
[mqtt ] DEBUG 2023/02/23 12:38:08 tcp://192.168.178.32:1886 connected
[eebus ] INFO 2023/02/23 12:38:08 Local SKI: 23655381c4340474055e2858ce81f28f10accf54
[eebus ] DEBUG 2023/02/23 12:38:08 mdns: announce
[eebus ] DEBUG 2023/02/23 12:38:08 mdns: using avahi
[eebus ] DEBUG 2023/02/23 12:38:08 starting websocket server on :4712
[eebus ] DEBUG 2023/02/23 12:38:08 error during websocket server starting: listen tcp :4712: bind: address already in use
pv2
Power: 319W
battery3
Power: 2W
Soc: 15%
grid1
Power: 324W
[eebus ] DEBUG 2023/02/23 12:38:08 mdns: stop announcement
und die Charger Information:
pi@raspberrypi:~ $ sudo evcc -l debug charger
[main ] INFO 2023/02/23 12:38:50 evcc 0.112.5 (81aeaea)
[main ] INFO 2023/02/23 12:38:50 using config file: /etc/evcc.yaml
[db ] INFO 2023/02/23 12:38:50 using sqlite database: /root/.evcc/evcc.db
[mqtt ] INFO 2023/02/23 12:38:50 connecting foo at tcp://192.168.178.32:1886
[mqtt ] DEBUG 2023/02/23 12:38:50 tcp://192.168.178.32:1886 connected
[eebus ] INFO 2023/02/23 12:38:50 Local SKI: 23655381c4340474055e2858ce81f28f10accf54
[eebus ] DEBUG 2023/02/23 12:38:50 mdns: announce
[eebus ] DEBUG 2023/02/23 12:38:50 mdns: using avahi
[eebus ] DEBUG 2023/02/23 12:38:50 mdns: start search
[eebus ] DEBUG 2023/02/23 12:38:50 starting websocket server on :4712
[eebus ] DEBUG 2023/02/23 12:38:50 error during websocket server starting: listen tcp :4712: bind: address already in use
[eebus ] DEBUG 2023/02/23 12:38:50 ski: ee3862db0242708339130537e82de288b88eaf1e name: Elli-Wallbox-2021A0QGB5 brand: Elli model: Wallbox typ: Wallbox identifier: Elli-Wallbox-2021A0QGB5 register: false
[eebus ] DEBUG 2023/02/23 12:38:50 delaying connection to ee3862db0242708339130537e82de288b88eaf1e by 2.024s to minimize double connection probability
[eebus ] DEBUG 2023/02/23 12:38:52 trying to connect to ee3862db0242708339130537e82de288b88eaf1e at wallbox-2021A0QGB5.local
[eebus ] DEBUG 2023/02/23 12:38:52 initiating connection to ee3862db0242708339130537e82de288b88eaf1e at wallbox-2021A0QGB5.local:4712
[eebus ] DEBUG 2023/02/23 12:38:52 connection to ee3862db0242708339130537e82de288b88eaf1e failed: dial tcp: lookup wallbox-2021A0QGB5.local on 192.168.178.1:53: no such host
[eebus ] DEBUG 2023/02/23 12:38:52 trying to connect to ee3862db0242708339130537e82de288b88eaf1e at 192.168.178.74
[eebus ] DEBUG 2023/02/23 12:38:52 initiating connection to ee3862db0242708339130537e82de288b88eaf1e at 192.168.178.74:4712
[eebus ] DEBUG 2023/02/23 12:38:52 Send: read 1 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2023/02/23 12:38:52 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement read 112216 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2023/02/23 12:38:52 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 reply 2 112216 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2023/02/23 12:38:52 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 result 3 112216 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement reply 112218 1 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: call 5 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 4 DeviceClassificationManufacturerData
[eebus ] INFO 2023/02/23 12:38:53 ev connected
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 6 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 7 DeviceDiagnosisStateData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 8 NodeManagementUseCaseData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 9 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 10 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 11 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 12 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 13 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 14 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 call 15 NodeManagementBindingRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 16 DeviceConfigurationKeyValueDescriptionListData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 17 DeviceClassificationManufacturerData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 18 DeviceDiagnosisStateData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 19 ElectricalConnectionDescriptionListData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 20 ElectricalConnectionParameterDescriptionListData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 21 MeasurementDescriptionListData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 22 IdentificationListData
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 read 23 LoadControlLimitDescriptionListData
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement call 112221 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2023/02/23 12:38:53 Send: d:_i:47859_Elli-Wallbox-2021A0QGB5 result 24 112221 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to DeviceConfiguration notify 112226 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to DeviceClassification reply 112227 4 DeviceClassificationManufacturerData
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112231 5 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to DeviceConfiguration notify 112230 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to ElectricalConnection notify 112235 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112234 6 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement reply 112238 8 NodeManagementUseCaseData
[eebus ] DEBUG 2023/02/23 12:38:53 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to ElectricalConnection notify 112239 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to DeviceDiagnosis reply 112242 7 DeviceDiagnosisStateData
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to ElectricalConnection notify 112244 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112247 9 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112252 10 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112255 11 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112257 12 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112258 13 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:54 Recv: d:_i:47859_Elli-Wallbox-2021A0QGB5: to NodeManagement result 112259 14 ResultData 0
[eebus ] DEBUG 2023/02/23 12:38:54 ee3862db0242708339130537e82de288b88eaf1e websocket read error: websocket: close 1006 (abnormal closure): unexpected EOF
[eebus ] DEBUG 2023/02/23 12:38:54 restarting mdns search
[eebus ] INFO 2023/02/23 12:38:54 ev disconnected
[eebus ] DEBUG 2023/02/23 12:38:54 delaying connection to ee3862db0242708339130537e82de288b88eaf1e by 188ms to minimize double connection probability
[eebus ] DEBUG 2023/02/23 12:38:55 trying to connect to ee3862db0242708339130537e82de288b88eaf1e at wallbox-2021A0QGB5.local
[eebus ] DEBUG 2023/02/23 12:38:55 initiating connection to ee3862db0242708339130537e82de288b88eaf1e at wallbox-2021A0QGB5.local:4712
[eebus ] DEBUG 2023/02/23 12:38:55 connection to ee3862db0242708339130537e82de288b88eaf1e failed: dial tcp: lookup wallbox-2021A0QGB5.local on 192.168.178.1:53: no such host
[eebus ] DEBUG 2023/02/23 12:38:55 trying to connect to ee3862db0242708339130537e82de288b88eaf1e at 192.168.178.74
[eebus ] DEBUG 2023/02/23 12:38:55 initiating connection to ee3862db0242708339130537e82de288b88eaf1e at 192.168.178.74:4712
[eebus ] DEBUG 2023/02/23 12:38:55 connection to ee3862db0242708339130537e82de288b88eaf1e failed: dial tcp 192.168.178.74:4712: connect: connection refused
[eebus ] DEBUG 2023/02/23 12:38:55 restarting mdns search
[eebus ] DEBUG 2023/02/23 12:38:55 delaying connection to ee3862db0242708339130537e82de288b88eaf1e by 5.267s to minimize double connection probability
Power: 0W
Current L1..L3: 0A 0A 0A
.Soc: not available
Charge status: EE38 62DB 0242 7083 3913 0537 E82D E288 B88E AF1E charger reported as disconnected
Enabled: EE38 62DB 0242 7083 3913 0537 E82D E288 B88E AF1E charger reported as disconnected
Identifier:
[eebus ] DEBUG 2023/02/23 12:39:00 trying to connect to ee3862db0242708339130537e82de288b88eaf1e at wallbox-2021A0QGB5.local
[eebus ] DEBUG 2023/02/23 12:39:00 initiating connection to ee3862db0242708339130537e82de288b88eaf1e at wallbox-2021A0QGB5.local:4712
[eebus ] DEBUG 2023/02/23 12:39:00 connection to ee3862db0242708339130537e82de288b88eaf1e failed: dial tcp: lookup wallbox-2021A0QGB5.local on 192.168.178.1:53: no such host
[eebus ] DEBUG 2023/02/23 12:39:00 trying to connect to ee3862db0242708339130537e82de288b88eaf1e at 192.168.178.74
[eebus ] DEBUG 2023/02/23 12:39:00 initiating connection to ee3862db0242708339130537e82de288b88eaf1e at 192.168.178.74:4712
[eebus ] DEBUG 2023/02/23 12:39:00 connection to ee3862db0242708339130537e82de288b88eaf1e failed: dial tcp 192.168.178.74:4712: connect: connection refused
[eebus ] DEBUG 2023/02/23 12:39:00 restarting mdns search
[eebus ] DEBUG 2023/02/23 12:39:00 delaying connection to ee3862db0242708339130537e82de288b88eaf1e by 28.457s to minimize double connection probability
[eebus ] DEBUG 2023/02/23 12:39:00 mdns: stop announcement
Grüße und danke vorab
Gerhard
Beta Was this translation helpful? Give feedback.
All reactions