Fehler nach Evse Update

Fragen zur Nutzung, Features, usw..
SIDE22
Beiträge: 55
Registriert: Di Feb 11, 2020 8:35 pm
Wohnort: Hagen a.T.W.

Fehler nach Evse Update

Beitrag von SIDE22 »

Hallo,
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
Riesi
Beiträge: 146
Registriert: Fr Okt 16, 2020 9:16 pm

Re: Fehler nach Evse Update

Beitrag von Riesi »

Den bekomme ich auch nachdem ich gestern von der 1.9 umgestiegen bin. 2.0 direkt auf der Wallbox, standard+. Alte EVE Version.

Code: Alles auswählen

2023-06-15 11:15:20,957 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 11:15:21,020 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 11:15:22,110 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 11:15:24,314 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 11:15:24,384 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 11:15:25,453 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 11:18:45,392 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 11:18:45,449 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 11:18:46,516 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 11:23:13,734 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-15 11:23:13,824 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-15 11:23:14,891 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-15 11:37:44,295 - {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 64, 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 37, 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 222, 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 104, 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-06-15 12:01:08,426 - {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>)
LenaK
Beiträge: 1065
Registriert: Fr Jan 22, 2021 6:40 am

Re: Fehler nach Evse Update

Beitrag von LenaK »

Ich habe den Code für die EVSE angepasst. Bitte eine Sicherung erstellen und dann ein Update machen.
SIDE22
Beiträge: 55
Registriert: Di Feb 11, 2020 8:35 pm
Wohnort: Hagen a.T.W.

Re: Fehler nach Evse Update

Beitrag von SIDE22 »

LenaK hat geschrieben: Fr Jun 16, 2023 8:38 am Ich habe den Code für die EVSE angepasst. Bitte eine Sicherung erstellen und dann ein Update machen.
Jetzt sieht es besser aus aber kurz später kommen wieder Fehler
LenaK
Beiträge: 1065
Registriert: Fr Jan 22, 2021 6:40 am

Re: Fehler nach Evse Update

Beitrag von LenaK »

Dass die EVSE beim Auslesen ab und an nicht antwortet, kommt leider immer mal wieder vor.
SIDE22
Beiträge: 55
Registriert: Di Feb 11, 2020 8:35 pm
Wohnort: Hagen a.T.W.

Re: Fehler nach Evse Update

Beitrag von SIDE22 »

LenaK hat geschrieben: Fr Jun 16, 2023 10:24 am Dass die EVSE beim Auslesen ab und an nicht antwortet, kommt leider immer mal wieder vor.
Ich glaube das hier ein anderes Problem vorliegt..
Laut dem log nutzt LP0 und LP1 die Evse ID 1 obwohl LP1 doch Evse ID 2 nutzen soll.

An LP0 kann ich kein Auto laden stecke ich es ein sagt er bei beiden Ladepunkten dass, das Auto eingesteckt ist es lädt aber nicht wenn ich nur an ladepunkt 2 das Auto anstecke erkennt er es nicht aber es läd trotz das der Punkt auch stop steht. Die Zähler werden aber richtig erkannt hier nochmal das log mit der aktuellen Master Version

Code: Alles auswählen

 2023-06-16 22:55:22,969 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:131} - {DEBUG:Internal Chargepoint} - Init internal chargepoint as duo
2023-06-16 22:55:22,970 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Interner Ladepunkt 1']
2023-06-16 22:55:22,972 - {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-16 22:55:22,973 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-16 22:55:22,973 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-16 22:55:23,125 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:23,126 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243ea18>
2023-06-16 22:55:23,126 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-16 22:55:24,139 - {modules.internal_chargepoint_handler.clients:66} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243ea18>
2023-06-16 22:55:24,139 - {modules.internal_chargepoint_handler.clients:67} - {DEBUG:Internal Chargepoint} - Zähler <class 'modules.common.mpm3pm.Mpm3pm'> mit Modbus-ID:5 antwortet nicht.
2023-06-16 22:55:24,186 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-16 22:55:24,366 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:24,509 - {modules.common.evse:62} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,1A-Schritten ist aktiviert.
2023-06-16 22:55:24,654 - {modules.common.evse:62} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,1A-Schritten ist aktiviert.
2023-06-16 22:55:24,654 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Ladepunkt 0']
2023-06-16 22:55:24,656 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:141} - {DEBUG:Internal Chargepoint} - Zweiter Ladepunkt für Duo konfiguriert.
2023-06-16 22:55:24,664 - {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-16 22:55:24,671 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-16 22:55:24,672 - {modules.internal_chargepoint_handler.clients:108} - {ERROR:Internal Chargepoint} - LP1 gleiches Device wie LP0
2023-06-16 22:55:24,847 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:24,847 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243ea18>
2023-06-16 22:55:24,848 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP1: 1
2023-06-16 22:55:25,860 - {modules.internal_chargepoint_handler.clients:66} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243ea18>
2023-06-16 22:55:25,861 - {modules.internal_chargepoint_handler.clients:67} - {DEBUG:Internal Chargepoint} - Zähler <class 'modules.common.mpm3pm.Mpm3pm'> mit Modbus-ID:6 antwortet nicht.
2023-06-16 22:55:25,925 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 106
2023-06-16 22:55:26,081 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:26,224 - {modules.common.evse:62} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,1A-Schritten ist aktiviert.
2023-06-16 22:55:26,400 - {modules.common.evse:62} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,1A-Schritten ist aktiviert.
2023-06-16 22:55:26,400 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Ladepunkt 1']
2023-06-16 22:55:26,446 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Ladepunkt 0']
2023-06-16 22:55:28,472 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:131} - {DEBUG:Internal Chargepoint} - Init internal chargepoint as duo
2023-06-16 22:55:28,473 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Interner Ladepunkt 1']
2023-06-16 22:55:28,474 - {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-16 22:55:28,475 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-16 22:55:28,476 - {modules.internal_chargepoint_handler.clients:104} - {ERROR:Internal Chargepoint} - LP0 Device: /dev/ttyUSB0
2023-06-16 22:55:28,628 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:28,628 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243eac0>
2023-06-16 22:55:28,629 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP0: 1
2023-06-16 22:55:29,642 - {modules.internal_chargepoint_handler.clients:66} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243eac0>
2023-06-16 22:55:29,642 - {modules.internal_chargepoint_handler.clients:67} - {DEBUG:Internal Chargepoint} - Zähler <class 'modules.common.mpm3pm.Mpm3pm'> mit Modbus-ID:5 antwortet nicht.
2023-06-16 22:55:29,688 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 105
2023-06-16 22:55:29,867 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:30,017 - {modules.common.evse:62} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,1A-Schritten ist aktiviert.
2023-06-16 22:55:30,160 - {modules.common.evse:62} - {DEBUG:Internal Chargepoint} - Angabe der Ströme in 0,1A-Schritten ist aktiviert.
2023-06-16 22:55:30,161 - {modules.common.component_context:24} - {DEBUG:Internal Chargepoint} - Update Komponente ['Ladepunkt 0']
2023-06-16 22:55:30,166 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:141} - {DEBUG:Internal Chargepoint} - Zweiter Ladepunkt für Duo konfiguriert.
2023-06-16 22:55:30,172 - {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-16 22:55:30,175 - {modules.internal_chargepoint_handler.clients:100} - {DEBUG:Internal Chargepoint} - resolved_devices['/dev/ttyUSB0']
2023-06-16 22:55:30,177 - {modules.internal_chargepoint_handler.clients:108} - {ERROR:Internal Chargepoint} - LP1 gleiches Device wie LP0
2023-06-16 22:55:30,345 - {modules.common.evse:55} - {DEBUG:Internal Chargepoint} - FW-Version: 18
2023-06-16 22:55:30,346 - {modules.internal_chargepoint_handler.clients:48} - {DEBUG:Internal Chargepoint} - <modules.common.modbus.ModbusSerialClient_ object at 0x7243eac0>
2023-06-16 22:55:30,346 - {modules.internal_chargepoint_handler.clients:49} - {ERROR:Internal Chargepoint} - Modbus-ID der EVSE an LP1: 1
2023-06-16 22:55:31,402 - {modules.internal_chargepoint_handler.clients:63} - {ERROR:Internal Chargepoint} - Verbauter Zähler: <class 'modules.common.sdm.Sdm630'> mit Modbus-ID: 106
2023-06-16 22:55:32,994 - {modules.common.fault_state:52} - {ERROR:Internal Chargepoint} - Ladepunkt 1: 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] No Response received from the remote unit/Unable to decode response', <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] No Response received from the remote unit/Unable to decode response', <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 38, 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] No Response received from the remote unit/Unable to decode response', <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 222, 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
    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] No Response received from the remote unit/Unable to decode response\', <FaultStateLevel.ERROR: 2>)", <FaultStateLevel.ERROR: 2>)', <FaultStateLevel.ERROR: 2>)

2023-06-16 22:55:34,550 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:223} - {DEBUG:Internal Chargepoint} - Published plug state False
2023-06-16 22:55:34,564 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:88} - {DEBUG:Internal Chargepoint} - Values from parentWB: InternalChargepointHandlerData(cp_interruption_duration=0, parent_cp='4', phases_to_use=0, set_current=0)
2023-06-16 22:55:35,102 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:223} - {DEBUG:Internal Chargepoint} - Published plug state False
2023-06-16 22:55:35,205 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:88} - {DEBUG:Internal Chargepoint} - Values from parentWB: InternalChargepointHandlerData(cp_interruption_duration=0, parent_cp='5', phases_to_use=0, set_current=0)
2023-06-16 22:55:36,310 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:169} - {DEBUG:Internal Chargepoint} - ***Start***
2023-06-16 22:55:36,312 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:171} - {DEBUG:Internal Chargepoint} - {'cp0': InternalChargepointHandlerData(cp_interruption_duration=0, parent_cp='4', phases_to_use=0, set_current=0), 'cp1': InternalChargepointHandlerData(cp_interruption_duration=0, parent_cp='5', phases_to_use=0, set_current=0), 'global_data': GlobalHandlerData(heartbeat=1686948930, parent_ip='localhost', configured=True), 'rfid_data': RfidData(last_tag='')}
2023-06-16 22:55:36,740 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:223} - {DEBUG:Internal Chargepoint} - Published plug state False
2023-06-16 22:55:36,780 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:88} - {DEBUG:Internal Chargepoint} - Values from parentWB: InternalChargepointHandlerData(cp_interruption_duration=0, parent_cp='4', phases_to_use=0, set_current=0)
2023-06-16 22:55:37,312 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:223} - {DEBUG:Internal Chargepoint} - Published plug state False
2023-06-16 22:55:37,352 - {modules.internal_chargepoint_handler.internal_chargepoint_handler:88} - {DEBUG:Internal Chargepoint} - Values from parentWB: InternalChargepointHandlerData(cp_interruption_duration=0, parent_cp='5', phases_to_use=0, set_current=0)
SIDE22
Beiträge: 55
Registriert: Di Feb 11, 2020 8:35 pm
Wohnort: Hagen a.T.W.

Re: Fehler nach Evse Update

Beitrag von SIDE22 »

Habe nun mal ein Backup aufgespielt mit der Version
2023-06-16 12:10:26 +0200 [50bdc8f5b]

Da funktionieren die beiden Evse so wie sie sollen ist also kein Hardware Fehler
derAndy
Beiträge: 47
Registriert: So Jun 11, 2023 9:17 am

Re: Fehler nach Evse Update

Beitrag von derAndy »

Hallo,
SIDE22 hat geschrieben: Fr Jun 16, 2023 9:38 pm Habe nun mal ein Backup aufgespielt mit der Version
2023-06-16 12:10:26 +0200 [50bdc8f5b]

Da funktionieren die beiden Evse so wie sie sollen ist also kein Hardware Fehler
ich habe offenbar ein Problem aus der gleichen Ecke, ebenfalls mit einer Duo. Der Vollständigkeit halber verlinke ich das hier auch mal:

viewtopic.php?p=87556&sid=986654cad6ff8 ... 6ed#p87556

Obiges Update löst es bei mir aber leider nicht.
SIDE22
Beiträge: 55
Registriert: Di Feb 11, 2020 8:35 pm
Wohnort: Hagen a.T.W.

Re: Fehler nach Evse Update

Beitrag von SIDE22 »

derAndy hat geschrieben: Sa Jun 17, 2023 3:37 pm Hallo,
SIDE22 hat geschrieben: Fr Jun 16, 2023 9:38 pm Habe nun mal ein Backup aufgespielt mit der Version
2023-06-16 12:10:26 +0200 [50bdc8f5b]

Da funktionieren die beiden Evse so wie sie sollen ist also kein Hardware Fehler
ich habe offenbar ein Problem aus der gleichen Ecke, ebenfalls mit einer Duo. Der Vollständigkeit halber verlinke ich das hier auch mal:

viewtopic.php?p=87556&sid=986654cad6ff8 ... 6ed#p87556

Obiges Update löst es bei mir aber leider nicht.
Das klingt tatsächlich ähnlich habe meine openWB vor 3 Jahren etwa selber gebaut was ja theoretisch eine Duo in meinem Fall ist
Habe kürzlich nur meine Evse Updates lassen von openWB damit ich die 0,1A Steuerung habe
LenaK
Beiträge: 1065
Registriert: Fr Jan 22, 2021 6:40 am

Re: Fehler nach Evse Update

Beitrag von LenaK »

Bitte ein Update durchführen.
Antworten