MatzeAB hat geschrieben: ↑Fr Jul 14, 2023 3:03 pm
Hallo,
ich möchte meine Erfahrung mit dem Umstieg auf die RC2 teilen. Nachdem das Laden anfangs überhaupt nicht funktioniert hat und ich schon kräftig beim Schreiben der Fehlerzusammenfassung war, konnte ich nach ca 10 Minuten doch noch Laden. Mein Vorgehen war wie folgt:
Bisherige Konfiguration:
OpenWB custom inkl. 1/3 Phasenwechsel und RFID mit 1.9.301.1 Nightly
SMA Wechselrichter Tripower 10 über modbus als PV-Anlage eingerichtet
Zählerdaten sind mit Hichi WLan Lesekopf über json an openWB angebunden
Angebunden über externen Mqtt-Broker Mosquitto –> Bridge an Home-Assistant und zusätzlich im Teslalogger als Wallbox eingerichtet.
Per Node Red werden über MQTT Werte von Smarthome Geräten an OpenWB gesendet
Die Punkte zu Homeassistant deshalb, weil ich letzte Woche schon einmal den Umstieg erfolglos versucht habe, und die MQTT-Anbindung verursacher des Problems war.
Vorbereitende Maßnahmen:
Auto abgesteckt
Entfernen der Bridge im Mqtt-Broker inkl Neustart
Deaktivieren der Integration openWB over MQTT in Homeassistant
Deaktivieren der Wallbox im Teslalogger
NodeRed senden deaktiviert
Über MQTT Explorer alle openWB Topics gelöscht. Es werden keine neuen Topics mit openWB aufgezeichnet.
openWB heruntergefahren, Sicherung ausgelegt, neu mit openWB-2-rc2.img.gz-Image auf 32 GB SD Karte geflashte Karte eingebaut,
Browserdaten gelöscht, anschließend openWB neu gestartet
Durch wildes herumklicken hat es irgendwann funktioniert, die Datenbestimmungen zu bestätigen
Auf aktuelle Master Version geupdatet und Neustart.
Zähler über json und Wechselrichter über SMA Sunny Boy eingerichtet, funktioniert.
Lastmanagement auf Max Leistung 25 kw bzw. je 35A und Wechselrichter auf 10 kW eingestellt.
Ladepunkt interne openWB mit automatische Phasenumschaltung und Control-Pilot-Signal auf ja, 3 Phasen und Phase L1 als Wallbox Zuleitung eingerichtet.
Ich stecke das Auto ein, wird aber ca 10 Minuten lang nicht erkannt. Im Status wird bei dem internen Ladepunkt folgendes angezeigt:
Code: Alles auswählen
Modulmeldung:
Kein Fehler.
Statusmeldung:
Keine Ladung, da kein Auto angesteckt ist.
Folgende Fehler im Log des internen Ladepunktes:
Code: Alles auswählen
2023-07-14 15:48:01,455 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 15:48:01,615 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:48:01,617 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 15:48:03,721 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 15:48:03,882 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:48:04,898 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 15:48:04,924 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 15:48:06,931 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 15:48:07,095 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:48:07,097 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 15:48:09,203 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 15:48:09,378 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:48:09,619 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:48:09,778 - {modules.common.evse:68} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist nicht aktiviert.
2023-07-14 15:48:09,938 - {modules.common.evse:78} - {DEBUG:Internal Chargepoint} - Bit zur Angabe der Ströme in 0,1A-Schritten wird gesetzt.
2023-07-14 15:48:12,060 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-07-14 15:50:25,110 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 15:50:25,280 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:50:25,282 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 15:50:27,388 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 15:50:27,548 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:50:28,560 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 15:50:28,583 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
Meine sonstigen Einstellungen:
Allgemeine Einstellungen: Steuerungsmodus primary; Geschwindigkeit Regelintervall normal; Netzschutz an
Optionale Hardware: RFID aktiviert
Ladeeinstellungen Übergreifendes: Begrenzung der Schieflast nein
Während des Schreibens der Fehlermeldung dann plötzlich die Nachricht, dass die RFID Kennung nicht zugeordnet ist. Dies habe ich noch nachgeholt, dann startete der Ladevorgang.
Ich bin erst mal froh, dass die Box wieder läuft. Macht auf mich einen besseren Eindruck als die Version 1, auch wenn der Start etwas holprig war. Aber ich hoffe, der Fehler mit dem "nicht finden" der Box kann noch behoben werden, deshalb noch der interne Log im weiteren Verlauf:
Code: Alles auswählen
2023-07-14 15:50:28,583 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 15:55:04,093 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 15:55:04,282 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:55:04,284 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 15:55:06,390 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 15:55:06,551 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 15:55:07,563 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 15:55:07,587 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:00:03,844 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:00:04,002 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:00:04,004 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:00:06,109 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:00:06,269 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:00:07,281 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 16:00:07,303 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:05:04,542 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:05:04,720 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:05:04,722 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:05:06,827 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:05:06,988 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:05:08,000 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 16:05:08,028 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:10:03,686 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:10:03,845 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:10:03,847 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:10:05,953 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:10:06,129 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:10:07,140 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 16:10:07,167 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:15:03,837 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:15:03,996 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:15:03,997 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:15:06,102 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:15:06,263 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:15:07,275 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 16:15:07,303 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:20:03,997 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:20:04,167 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:20:04,169 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:20:06,273 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:20:06,450 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:20:06,690 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:20:06,850 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-07-14 16:20:07,009 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert
Ergänzung:
Obwohl die Box auf 0A wegen zu wenig Sonne geschaltet hat, lädt das Auto, vermutlich ein Verbindungsproblem innerhalb der openWB.
interner Fehlerlog:
Code: Alles auswählen
2023-07-14 16:10:07,167 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:15:03,837 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:15:03,996 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:15:03,997 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:15:06,102 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:15:06,263 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:15:07,275 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 16:15:07,303 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 16:20:03,997 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 16:20:04,167 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:20:04,169 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 16:20:06,273 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 16:20:06,450 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:20:06,690 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:20:06,850 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-07-14 16:20:07,009 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-07-14 16:36:44,300 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 16:36:45,317 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
raise FaultState.error(__name__+" "+str(response))
modules.common.fault_state.FaultState: ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 62, in get_values
plug_state, charge_state, self.set_current_evse = self.__client.evse_client.get_plug_charge_state()
File "/var/www/html/openWB/packages/modules/common/evse.py", line 39, in get_plug_charge_state
set_current, _, state_number = self.client.read_holding_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 118, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 100, in __read_registers
raise FaultState.error(__name__+" "+str(type(e))+" " +
modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 224, in update
state = self.module.get_values(phase_switch_cp_active, rfid_data.last_tag)[0]
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 102, in get_values
self.__client.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:08:15,053 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:08:16,065 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
raise FaultState.error(__name__+" "+str(response))
modules.common.fault_state.FaultState: ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 62, in get_values
plug_state, charge_state, self.set_current_evse = self.__client.evse_client.get_plug_charge_state()
File "/var/www/html/openWB/packages/modules/common/evse.py", line 39, in get_plug_charge_state
set_current, _, state_number = self.client.read_holding_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 118, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 100, in __read_registers
raise FaultState.error(__name__+" "+str(type(e))+" " +
modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 224, in update
state = self.module.get_values(phase_switch_cp_active, rfid_data.last_tag)[0]
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 102, in get_values
self.__client.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:19:43,502 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:19:43,583 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr modules.internal_chargepoint_handler.chargepoint_module <class 'modules.common.fault_state.FaultState'> ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
raise FaultState.error(__name__+" "+str(response))
modules.common.fault_state.FaultState: ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 62, in get_values
plug_state, charge_state, self.set_current_evse = self.__client.evse_client.get_plug_charge_state()
File "/var/www/html/openWB/packages/modules/common/evse.py", line 39, in get_plug_charge_state
set_current, _, state_number = self.client.read_holding_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 118, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 100, in __read_registers
raise FaultState.error(__name__+" "+str(type(e))+" " +
modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 224, in update
state = self.module.get_values(phase_switch_cp_active, rfid_data.last_tag)[0]
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 103, in get_values
raise FaultState.error(__name__ + " " + str(type(e)) + " " + str(e)) from e
modules.common.fault_state.FaultState: ('modules.internal_chargepoint_handler.chargepoint_module <class \'modules.common.fault_state.FaultState\'> ("modules.common.modbus <class \'modules.common.fault_state.FaultState\'> (\'modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)\', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)', <FaultStateLevel.ERROR: 2>)
2023-07-14 17:32:34,514 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:32:35,526 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 85, in __read_registers
raise FaultState.error(__name__+" "+str(response))
modules.common.fault_state.FaultState: ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 62, in get_values
plug_state, charge_state, self.set_current_evse = self.__client.evse_client.get_plug_charge_state()
File "/var/www/html/openWB/packages/modules/common/evse.py", line 39, in get_plug_charge_state
set_current, _, state_number = self.client.read_holding_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 118, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 100, in __read_registers
raise FaultState.error(__name__+" "+str(type(e))+" " +
modules.common.fault_state.FaultState: ("modules.common.modbus <class 'modules.common.fault_state.FaultState'> ('modules.common.modbus Modbus Error: [Input/Output] Modbus Error: [Invalid Message] No response received, expected at least 2 bytes (0 received)', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 224, in update
state = self.module.get_values(phase_switch_cp_active, rfid_data.last_tag)[0]
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 102, in get_values
self.__client.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:33:13,855 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 17:33:14,014 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:33:14,016 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 17:33:16,123 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 17:33:16,284 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:33:17,295 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:33:17,325 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 17:35:03,983 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 17:35:04,141 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:35:04,143 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 17:35:06,249 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 17:35:06,409 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:35:07,421 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:35:07,446 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 17:36:10,621 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 17:36:10,785 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:36:10,787 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 17:36:13,133 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 17:36:13,295 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:36:14,306 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:36:14,330 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 17:38:24,868 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 17:38:25,042 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:38:25,044 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 17:38:27,150 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 17:38:27,311 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:38:28,322 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:38:28,349 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 17:39:49,842 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 17:39:50,002 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:39:50,004 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 17:39:52,460 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 17:39:52,622 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:39:53,634 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:39:53,658 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'
2023-07-14 17:40:04,403 - {modules.internal_chargepoint_handler.clients:134} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-07-14 17:40:04,591 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:40:04,593 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-07-14 17:40:06,699 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.b23.B23'> mit Modbus-ID: 201
2023-07-14 17:40:06,876 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-07-14 17:40:07,887 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 0: FaultState FaultStateLevel.ERROR, FaultStr <class 'Exception'> Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 138, in __init__
self.cp0_client_handler = client_factory(0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 159, in client_factory
return ClientHandler(local_charge_point_num, serial_client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 39, in __init__
self.check_hardware()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 96, in check_hardware
raise Exception("Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt."
Exception: Der Zähler antwortet nicht. Vermutlich ist der Zähler falsch konfiguriert oder defekt. Bitte nehme über die Support-Funktion in den Einstellungen Kontakt mit uns auf.
2023-07-14 17:40:07,913 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:270} - {ERROR:Internal Chargepoint} - Fehler im internem Ladepunkt
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 266, in handler
self.internal_chargepoint_handler.loop()
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 177, in loop
with SingleComponentUpdateContext(self.cp0.module.component_info):
AttributeError: 'InternalChargepointHandler' object has no attribute 'cp0'