Fehler nach Evse Update
Verfasst: Do Jun 15, 2023 5:46 pm
Hallo,
ich habe meine beiden Evse von openWB ja updaten lassen und diese heute wieder verbaut bekommen nun aber fehler angezeigt
nutze die aktuell version 2.0 (master 2023-06-15 16:37:17 +0200 [f0467a3e9])
und habe meine openWB als DUO
vielleicht weiß ja jemand bescheid
LG
Florian
ich habe meine beiden Evse von openWB ja updaten lassen und diese heute wieder verbaut bekommen nun aber fehler angezeigt
Code: Alles auswählen
2023-06-15 19:38:49,311 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:131} - {DEBUG:Internal Chargepoint} - Init internal chargepoint as duo
2023-06-15 19:38:49,312 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Interner Ladepunkt 1']
2023-06-15 19:38:49,314 - {modules.internal_chargepoint_handler.clients:98} - {DEBUG:Internal Chargepoint} - tty_devices[PosixPath('/dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0-port0')]
2023-06-15 19:38:49,315 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-15 19:38:49,316 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 19:38:49,370 - {modules.common.evse:53} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-15 19:38:49,371 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7240f5b0>
2023-06-15 19:38:49,372 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 19:38:50,383 - {modules.internal_chargepoint_handler.clients:66} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7240f5b0>
2023-06-15 19:38:50,384 - {modules.internal_chargepoint_handler.clients:67} - {DEBUG:Internal Chargepoint} - Zähler <class 'modules.common.mpm3pm.Mpm3pm'> mit Modbus-ID:5 antwortet nicht.
2023-06-15 19:38:50,429 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 19:38:50,584 - {modules.common.evse:53} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-15 19:38:55,160 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 1: FaultState FaultStateLevel.ERROR, FaultStr 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>), 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/internal_chargepoint_handler.py", line 139, in __init__
self.cp0 = HandlerChargepoint(self.cp0_serial_client, 0, mode, global_data, parent_cp0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 201, in __init__
self.module = chargepoint_module.ChargepointModule(ClientConfig(
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 38, in __init__
if self.__client.evse_client.is_precise_current_active() is False:
File "/var/www/html/openWB/packages/modules/common/evse.py", line 57, in is_precise_current_active
value = self.client.read_holding_registers(2005, ModbusDataType.UINT_16, unit=self.id)
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>)
2023-06-15 19:38:55,205 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:268} - {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 264, 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-06-15 19:38:57,213 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:131} - {DEBUG:Internal Chargepoint} - Init internal chargepoint as duo
2023-06-15 19:38:57,214 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Interner Ladepunkt 1']
2023-06-15 19:38:57,215 - {modules.internal_chargepoint_handler.clients:98} - {DEBUG:Internal Chargepoint} - tty_devices[PosixPath('/dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0-port0')]
2023-06-15 19:38:57,217 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-15 19:38:57,217 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 19:38:57,271 - {modules.common.evse:53} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-15 19:38:57,272 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7241c8b0>
2023-06-15 19:38:57,272 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 19:38:58,284 - {modules.internal_chargepoint_handler.clients:66} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7241c8b0>
2023-06-15 19:38:58,285 - {modules.internal_chargepoint_handler.clients:67} - {DEBUG:Internal Chargepoint} - Zähler <class 'modules.common.mpm3pm.Mpm3pm'> mit Modbus-ID:5 antwortet nicht.
2023-06-15 19:38:58,331 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 19:38:58,486 - {modules.common.evse:53} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-15 19:38:59,496 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 1: FaultState FaultStateLevel.ERROR, FaultStr 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>), 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/internal_chargepoint_handler.py", line 139, in __init__
self.cp0 = HandlerChargepoint(self.cp0_serial_client, 0, mode, global_data, parent_cp0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 201, in __init__
self.module = chargepoint_module.ChargepointModule(ClientConfig(
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 38, in __init__
if self.__client.evse_client.is_precise_current_active() is False:
File "/var/www/html/openWB/packages/modules/common/evse.py", line 57, in is_precise_current_active
value = self.client.read_holding_registers(2005, ModbusDataType.UINT_16, unit=self.id)
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>)
2023-06-15 19:38:59,520 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:268} - {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 264, 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-06-15 19:40:06,517 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:131} - {DEBUG:Internal Chargepoint} - Init internal chargepoint as duo
2023-06-15 19:40:06,518 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Interner Ladepunkt 1']
2023-06-15 19:40:06,520 - {modules.internal_chargepoint_handler.clients:98} - {DEBUG:Internal Chargepoint} - tty_devices[PosixPath('/dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0-port0')]
2023-06-15 19:40:06,521 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-15 19:40:06,521 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 19:40:06,570 - {modules.common.evse:53} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-15 19:40:06,570 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7240f6b8>
2023-06-15 19:40:06,571 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 19:40:07,583 - {modules.internal_chargepoint_handler.clients:66} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7240f6b8>
2023-06-15 19:40:07,583 - {modules.internal_chargepoint_handler.clients:67} - {DEBUG:Internal Chargepoint} - Zähler <class 'modules.common.mpm3pm.Mpm3pm'> mit Modbus-ID:5 antwortet nicht.
2023-06-15 19:40:07,629 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 19:40:07,787 - {modules.common.evse:53} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-15 19:40:08,797 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Interner Ladepunkt 1: FaultState FaultStateLevel.ERROR, FaultStr 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>), 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/internal_chargepoint_handler.py", line 139, in __init__
self.cp0 = HandlerChargepoint(self.cp0_serial_client, 0, mode, global_data, parent_cp0)
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/internal_chargepoint_handler.py", line 201, in __init__
self.module = chargepoint_module.ChargepointModule(ClientConfig(
File "/var/www/html/openWB/packages/modules/internal_chargepoint_handler/chargepoint_module.py", line 38, in __init__
if self.__client.evse_client.is_precise_current_active() is False:
File "/var/www/html/openWB/packages/modules/common/evse.py", line 57, in is_precise_current_active
value = self.client.read_holding_registers(2005, ModbusDataType.UINT_16, unit=self.id)
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>)
2023-06-15 19:40:08,831 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:268} - {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 264, 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'
nutze die aktuell version 2.0 (master 2023-06-15 16:37:17 +0200 [f0467a3e9])
und habe meine openWB als DUO
vielleicht weiß ja jemand bescheid
LG
Florian