Re: Rückmeldungen 2.1.2 Release Patch 1
Verfasst: Di Dez 26, 2023 10:00 pm
2x OpenWb Wallboxen im System. Wallbox 1 hab ich auf SW 2 aktualisiert. Wallbox 2 ist aktuell aus (sonst Slave Betrieb).
Skoda Enyaq sollte "Sofort" laden.
Liegt es daran, dass der Enyaq SOC per MQTT noch nicht gültig geschrieben wurde? Ich bin gerade bei der Umsetzung.
Main Log
Folgende Exception im Ladelog:
Skoda Enyaq sollte "Sofort" laden.
Liegt es daran, dass der Enyaq SOC per MQTT noch nicht gültig geschrieben wurde? Ich bin gerade bei der Umsetzung.
Main Log
Code: Alles auswählen
12-26 20:57:00,522 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:57:10,368 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:57:20,150 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:57:30,132 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:57:41,007 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:57:50,890 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:57:51,108 - {pymodbus.client.sync:218} - {ERROR:Subdata} - Connection to (None, 8899) failed: [Errno 111] Connection refused
2023-12-26 20:57:51,172 - {modules.common.fault_state:55} - {ERROR:Subdata} - Ladepunkt: FaultState FaultStateLevel.ERROR, FaultStr Modbus-Client konnte keine Verbindung zu None:8899 aufbauen. Bitte Einstellungen (IP-Adresse, Ladepunkt-Typ, ..) und Hardware-Anschluss prüfen., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 53, in __enter__
self.delegate.__enter__()
File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(None:8899)]
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/chargepoints/openwb_series2_satellit/chargepoint_module.py", line 40, in __init__
self._create_client()
File "/var/www/html/openWB/packages/modules/chargepoints/openwb_series2_satellit/chargepoint_module.py", line 50, in _create_client
self._client = ClientHandler(
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 36, in __init__
self.evse_client = self._evse_factory(client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 45, in _evse_factory
with client:
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 55, in __enter__
raise FaultState.error(
modules.common.fault_state.FaultState: ('Modbus-Client konnte keine Verbindung zu None:8899 aufbauen. Bitte Einstellungen (IP-Adresse, Ladepunkt-Typ, ..) und Hardware-Anschluss prüfen.', <FaultStateLevel.ERROR: 2>)
2023-12-26 20:57:51,230 - {modules.loadvars:77} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Element {'type': 'cp', 'id': 8}
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/loadvars.py", line 64, in _update_values_of_level
chargepoint = data.data.cp_data[f'{type_to_topic_mapping(element["type"])}{element["id"]}']
KeyError: 'cp8'
2023-12-26 20:58:00,891 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:58:02,563 - {pymodbus.client.sync:218} - {ERROR:Subdata} - Connection to (None, 8899) failed: [Errno 111] Connection refused
2023-12-26 20:58:02,565 - {modules.common.fault_state:55} - {ERROR:Subdata} - Ladepunkt: FaultState FaultStateLevel.ERROR, FaultStr Modbus-Client konnte keine Verbindung zu None:8899 aufbauen. Bitte Einstellungen (IP-Adresse, Ladepunkt-Typ, ..) und Hardware-Anschluss prüfen., Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 53, in __enter__
self.delegate.__enter__()
File "/home/openwb/.local/lib/python3.9/site-packages/pymodbus/client/sync.py", line 120, in __enter__
raise ConnectionException("Failed to connect[%s]" % (self.__str__()))
pymodbus.exceptions.ConnectionException: Modbus Error: [Connection] Failed to connect[ModbusTcpClient(None:8899)]
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/chargepoints/openwb_series2_satellit/chargepoint_module.py", line 40, in __init__
self._create_client()
File "/var/www/html/openWB/packages/modules/chargepoints/openwb_series2_satellit/chargepoint_module.py", line 50, in _create_client
self._client = ClientHandler(
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 36, in __init__
self.evse_client = self._evse_factory(client, evse_ids)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/clients.py", line 45, in _evse_factory
with client:
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 55, in __enter__
raise FaultState.error(
modules.common.fault_state.FaultState: ('Modbus-Client konnte keine Verbindung zu None:8899 aufbauen. Bitte Einstellungen (IP-Adresse, Ladepunkt-Typ, ..) und Hardware-Anschluss prüfen.', <FaultStateLevel.ERROR: 2>)
2023-12-26 20:58:10,821 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:58:20,750 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:58:30,649 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:58:31,154 - {helpermodules.changed_values_handler:87} - {ERROR:MainThread} - 'cp9'
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/changed_values_handler.py", line 85, in pub_changed_values
self.prev_data.cp_data[key].data, value.data)
KeyError: 'cp9'
2023-12-26 20:58:37,973 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/evse_current, Payload 500 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 20:58:38,039 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/internal_chargepoint/0/get/evse_current, Payload 500 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 20:58:38,090 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/soc, Payload None darf nicht 'None' sein.
2023-12-26 20:58:38,095 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/soc_timestamp, Payload None darf nicht 'None' sein.
2023-12-26 20:58:38,100 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/evse_current, Payload 500 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 20:58:40,693 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:58:50,690 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:59:00,629 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:59:10,643 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:59:17,688 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/soc, Payload None darf nicht 'None' sein.
2023-12-26 20:59:17,693 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/soc_timestamp, Payload None darf nicht 'None' sein.
2023-12-26 20:59:20,708 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:59:30,813 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:59:35,818 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/soc, Payload None darf nicht 'None' sein.
2023-12-26 20:59:35,826 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/get/soc_timestamp, Payload None darf nicht 'None' sein.
2023-12-26 20:59:40,673 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 20:59:50,840 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:00:00,753 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:00:03,089 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/pv/get/daily_exported, Payload -11239756.781 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 21:00:10,138 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:00:20,052 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:00:21,835 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/set/current, Payload 3 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 21:00:30,897 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:00:40,923 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:00:50,912 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:01:00,880 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:01:10,835 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:01:17,922 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/set/current, Payload 3 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 21:01:20,834 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:01:31,038 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:01:41,010 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:01:51,023 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:02:00,984 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:02:10,929 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:02:18,469 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/set/current, Payload 3 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 21:02:20,847 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:02:30,863 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:02:40,887 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:02:51,018 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:03:00,999 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:03:10,098 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:03:16,717 - {helpermodules.setdata:330} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/9/set/current, Payload 3 liegt in keinem der angegebenen Wertebereiche.
2023-12-26 21:03:20,127 - {modules.devices.kostal_piko.device:64} - {WARNING:device4} - Kostal Piko: Es konnten keine Werte gelesen werden, da noch keine Komponenten konfiguriert wurden.
2023-12-26 21:03:30,985 - {modules
Code: Alles auswählen
2023-12-26 12:42:38,582 - {asyncio:59} - {DEBUG:Internal Chargepoint} - Using selector: EpollSelector
2023-12-26 20:58:30,146 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 20:58:30,344 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:58:30,346 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 20:58:31,430 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 20:58:31,590 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:58:31,796 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:58:31,955 - {modules.common.evse:68} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist nicht aktiviert.
2023-12-26 20:58:32,132 - {modules.common.evse:78} - {DEBUG:Internal Chargepoint} - Bit zur Angabe der Ströme in 0,1A-Schritten wird gesetzt.
2023-12-26 20:58:33,347 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 20:58:35,375 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 20:58:35,538 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:58:35,541 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 20:58:36,608 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 20:58:36,801 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:58:36,992 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:58:37,152 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 20:58:37,312 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 20:59:15,013 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 20:59:15,162 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:59:15,164 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 20:59:16,230 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 20:59:16,390 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:59:16,599 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:59:16,759 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 20:59:16,919 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 20:59:33,103 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 20:59:33,286 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:59:33,287 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 20:59:34,356 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 20:59:34,518 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:59:34,708 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 20:59:34,868 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 20:59:35,028 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 21:01:47,613 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 21:01:47,668 - {modules.common.fault_state:55} - {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 90, 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 80, 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 123, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 105, 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 242, 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 125, 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-12-26 21:07:28,783 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 21:07:28,949 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 21:07:28,950 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 21:07:30,017 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 21:07:30,178 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 21:07:30,369 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 21:07:30,516 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 21:07:30,674 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 21:31:02,458 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 21:31:02,508 - {modules.common.fault_state:55} - {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 90, 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 80, 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 123, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 105, 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 242, 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 125, 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-12-26 22:01:44,670 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:01:44,719 - {modules.common.fault_state:55} - {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 90, 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 80, 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 123, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 105, 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 242, 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 125, 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-12-26 22:07:49,854 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:07:49,901 - {modules.common.fault_state:55} - {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 90, 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 80, 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 123, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 105, 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 242, 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 125, 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-12-26 22:22:30,074 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:22:30,122 - {modules.common.fault_state:55} - {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 90, 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 80, 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 123, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 105, 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 242, 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 125, 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-12-26 22:33:24,669 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:33:24,718 - {modules.common.fault_state:55} - {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 90, 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 80, 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 123, in read_holding_registers
return self.__read_registers(
File "/var/www/html/openWB/packages/modules/common/modbus.py", line 105, 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 242, 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 125, 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-12-26 22:40:00,854 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 22:40:01,027 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:40:01,032 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 22:40:02,100 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 22:40:02,261 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:40:02,452 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:40:02,612 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 22:40:02,772 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 22:41:41,738 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 22:41:41,899 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:41:41,900 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 22:41:42,969 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-12-26 22:41:43,129 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:41:43,324 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:41:43,480 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 22:41:43,656 - {modules.common.evse:65} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,01A-Schritten ist aktiviert.
2023-12-26 22:41:57,638 - {modules.internal_chargepoint_handler.clients:143} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-12-26 22:41:57,803 - {modules.common.evse:57} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-12-26 22:41:57,804 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-12-26 22:41:58,872 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105