Rückmeldungen 2.1.2 Release Patch 1 & Patch 2

Fragen zur Nutzung, Features, usw..
Gagadada
Beiträge: 22
Registriert: Di Mai 18, 2021 6:02 pm
Kontaktdaten:

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von Gagadada »

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

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
Folgende Exception im Ladelog:

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
Dateianhänge
On/Off Ladung
On/Off Ladung
1x openWB series2 standard+
1x openWB series2 custom
19,8 kWp RCT PV
10,5 kWh RCT Speicher
Skoda Enyaq iv50
VW e-UP
aiole
Beiträge: 6934
Registriert: Mo Okt 08, 2018 4:51 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von aiole »

Bitte die hellblau hinterlegten Statusmeldungen lesen und danach handeln.

Scheinbar hast Du unter Einstell. -> Konfig. -> LP vergessen, die Phase 1 des Ladekabels dem EVU-Punkt zuzuordnen. "Unbekannt" zu belassen, kann zu diesem Phänomen führen.

=> Finde heraus, welcher EVU-Phase die Phase1 des LK entspricht.
Das geht durch folg. 3 Varianten:
a) bei verbauter 1p3p-Umschaltung durch feste Vorgabe von 1p und dann Sofortladen (danach den roten EVU-Punkt unter Status sichten, auf welcher Phase der Strom ansteigt)
b) mit einem 1p-ladenden Fahrzeug (meist Hybride) Sofortladen + selbiger Sichtung wie bei a)
c) durch einen Elektriker, der Dir das "durchklingelt"
truth
Beiträge: 81
Registriert: Mi Jul 05, 2023 5:21 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von truth »

Was genau macht eigentlich Ladeeinstellung Automatik beim Zielladen?

Mein EV-SOC war heute morgen bei 32% und wurde durch Zielladen auf 45% erhöht.
Was ich nicht verstehe, ist, warum die Wollbox mehrfach zwischen 3- und 1-phasigem Laden hin und her schaltet:
  • 6 min. 3-phasig
  • 3 min. 1-phasig
  • 3 min. 3-phasig
  • 2 min. 1-phasig
  • 4 min. 3-phasig
  • 1 min. 1-phasig
  • 5 min. 3-phasig
  • 0 min. 1-phasig
  • 30 min. 3-phasig
  • 9 min. 1-phasig -> Ziel-SOC erreicht
Aventinus
Beiträge: 35
Registriert: Fr Nov 26, 2021 6:36 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von Aventinus »

Hallo zusammen,

ich hab über die Feiertage meine OpenWB series 2+ auf 2.0 upgedatet. Soweit läuft auch alles. Nur hab ich den Eindruck, dass die WB mehrmals am Tag neu startet. Das merke ich, weil der Graph dann wieder nur ein paar Minuten in die Vergangenheit reicht. Auch in den Logs finde ich dann keine älteren Einträge. Leider hab ich da keine Erklärung und keinen Ansatz, wodurch das ausgelöst werden könnte. Das hatte ich heute auch während dem Laden festgestellt und da passt mir das eig. gar nicht.

Was kann ich unternehmen um dem Phänomen auf den Grund zu kommen? Bin für jeden Ansatz dankbar. Hat da jemand eine Idee?

Die WB wird von meinem ioBroker über MQTT versorgt.
1. MQTT-Zählermodul
2. MQTT-Speichermodul
3. MQTT-Wechselrichtermodul
4. MQTT-Wechselrichtermodul

Das EV ist ein ID3. Der Ladepunkt ist natürlich intern.

Hier noch der letzte Main-Log.

Code: Alles auswählen

no factory reset pending, normal startup
atreboot.sh started
checking init in /boot/config.txt...
watchdog for atreboot.sh on pid 398 started, waiting for 900s
already up to date
Group membership...
Final group membership: openwb : openwb adm dialout cdrom sudo audio video plugdev games users input render netdev spi i2c gpio
Network...
Wait for connection...RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.RTNETLINK answers: Network is unreachable
.
my primary IP: 192.168.178.52
my primary interface: eth0
running as primary, enabling plug'n'play network
apt configuration already up to date
install required packages with 'apt-get'...
OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Paketlisten werden gelesen…
Paketlisten werden gelesen…
Abhängigkeitsbaum wird aufgebaut…
Statusinformationen werden eingelesen…
accountsservice ist schon die neueste Version (0.6.55-3).
apache2 ist schon die neueste Version (2.4.56-1~deb11u2).
bc ist schon die neueste Version (1.07.1-2+b1).
chromium ist schon die neueste Version (106.0.5249.119-1~deb11u1).
chromium-l10n ist schon die neueste Version (106.0.5249.119-1~deb11u1).
git ist schon die neueste Version (1:2.30.2-1+deb11u2).
jq ist schon die neueste Version (1.6-2.1).
libapache2-mod-php ist schon die neueste Version (2:7.4+76).
lightdm-autologin-greeter ist schon die neueste Version (1.0-3).
mmc-utils ist schon die neueste Version (0+git20180327.b4fe0c8c-1).
mosquitto ist schon die neueste Version (2.0.11-1+deb11u1).
mosquitto-clients ist schon die neueste Version (2.0.11-1+deb11u1).
openbox-lxde-session ist schon die neueste Version (0.99.2-4).
php ist schon die neueste Version (2:7.4+76).
php-curl ist schon die neueste Version (2:7.4+76).
php-gd ist schon die neueste Version (2:7.4+76).
php-json ist schon die neueste Version (2:7.4+76).
php-xml ist schon die neueste Version (2:7.4+76).
socat ist schon die neueste Version (1.7.4.1-3).
sshpass ist schon die neueste Version (1.09-1).
ssl-cert ist schon die neueste Version (1.1.0+nmu1).
sudo ist schon die neueste Version (1.9.5p2-3+deb11u1).
vim ist schon die neueste Version (2:8.2.2434-3+deb11u1).
x11-xserver-utils ist schon die neueste Version (7.7+8).
xserver-xorg ist schon die neueste Version (1:7.7+22).
lightdm ist schon die neueste Version (1.26.0-7+rpt1).
python3-pip ist schon die neueste Version (20.3.4-4+rpt1+deb11u1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 64 nicht aktualisiert.
done
openwb.cron already up to date
openwb2.service already up to date
openwbRemoteSupport.service already up to date
no restore pending, normal startup
cleaning obsolete python cache folders...
python cache cleanup done
display setup...
autologin configured
mouse cursor configured
lxde session autostart already configured
apache default site...
...ok
checking required apache modules...
headers (enabled by site administrator)
headers already enabled
ssl (enabled by site administrator)
ssl already enabled
proxy_wstunnel (enabled by site administrator)
proxy_wstunnel already enabled
check mosquitto installation...
mosquitto.conf already up to date
mosquitto openwb.conf already up to date
mosquitto_local.conf already up to date
mosquitto openwb_local.conf already up to date
mosquitto done
install required python packages with 'pip3'...
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: jq==1.1.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 1)) (1.1.3)
Requirement already satisfied: paho_mqtt==1.6.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 2)) (1.6.1)
Requirement already satisfied: pymodbus==2.5.2 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 3)) (2.5.2)
Requirement already satisfied: pytest==6.2.5 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 4)) (6.2.5)
Requirement already satisfied: requests_mock==1.9.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 5)) (1.9.3)
Requirement already satisfied: lxml==4.9.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 6)) (4.9.1)
Requirement already satisfied: aiohttp==3.7.4 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 7)) (3.7.4)
Requirement already satisfied: schedule==1.1.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 8)) (1.1.0)
Requirement already satisfied: PyJWT==2.6.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 9)) (2.6.0)
Requirement already satisfied: ipparser==0.3.8 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 10)) (0.3.8)
Requirement already satisfied: bs4==0.0.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 11)) (0.0.1)
Requirement already satisfied: pkce==1.0.3 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 12)) (1.0.3)
Requirement already satisfied: evdev==1.5.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 14)) (1.5.0)
Requirement already satisfied: cryptography==40.0.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 16)) (40.0.1)
Requirement already satisfied: msal==1.22.0 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 17)) (1.22.0)
Requirement already satisfied: python-dateutil==2.8.2 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 18)) (2.8.2)
Requirement already satisfied: umodbus==1.0.4 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 19)) (1.0.4)
Requirement already satisfied: pysmb==1.2.9.1 in /home/openwb/.local/lib/python3.9/site-packages (from -r /var/www/html/openWB/requirements.txt (line 20)) (1.2.9.1)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (3.0.1)
Requirement already satisfied: chardet<4.0,>=2.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (3.0.4)
Requirement already satisfied: yarl<2.0,>=1.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (1.8.1)
Requirement already satisfied: typing-extensions>=3.6.5 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (4.4.0)
Requirement already satisfied: attrs>=17.3.0 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (22.1.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /home/openwb/.local/lib/python3.9/site-packages (from aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (6.0.2)
Requirement already satisfied: beautifulsoup4 in /home/openwb/.local/lib/python3.9/site-packages (from bs4==0.0.1->-r /var/www/html/openWB/requirements.txt (line 11)) (4.11.1)
Requirement already satisfied: cffi>=1.12 in /home/openwb/.local/lib/python3.9/site-packages (from cryptography==40.0.1->-r /var/www/html/openWB/requirements.txt (line 16)) (1.16.0)
Requirement already satisfied: dnspython in /home/openwb/.local/lib/python3.9/site-packages (from ipparser==0.3.8->-r /var/www/html/openWB/requirements.txt (line 10)) (2.3.0)
Requirement already satisfied: requests<3,>=2.0.0 in /usr/lib/python3/dist-packages (from msal==1.22.0->-r /var/www/html/openWB/requirements.txt (line 17)) (2.25.1)
Requirement already satisfied: pyserial>=3.4 in /home/openwb/.local/lib/python3.9/site-packages (from pymodbus==2.5.2->-r /var/www/html/openWB/requirements.txt (line 3)) (3.5)
Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from pymodbus==2.5.2->-r /var/www/html/openWB/requirements.txt (line 3)) (1.16.0)
Requirement already satisfied: pyasn1 in /home/openwb/.local/lib/python3.9/site-packages (from pysmb==1.2.9.1->-r /var/www/html/openWB/requirements.txt (line 20)) (0.5.1)
Requirement already satisfied: tqdm in /home/openwb/.local/lib/python3.9/site-packages (from pysmb==1.2.9.1->-r /var/www/html/openWB/requirements.txt (line 20)) (4.66.1)
Requirement already satisfied: packaging in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (21.3)
Requirement already satisfied: py>=1.8.2 in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (1.11.0)
Requirement already satisfied: pluggy<2.0,>=0.12 in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (1.0.0)
Requirement already satisfied: toml in /usr/lib/python3/dist-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (0.10.1)
Requirement already satisfied: iniconfig in /home/openwb/.local/lib/python3.9/site-packages (from pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (1.1.1)
Requirement already satisfied: pycparser in /home/openwb/.local/lib/python3.9/site-packages (from cffi>=1.12->cryptography==40.0.1->-r /var/www/html/openWB/requirements.txt (line 16)) (2.21)
Requirement already satisfied: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp==3.7.4->-r /var/www/html/openWB/requirements.txt (line 7)) (2.10)
Requirement already satisfied: soupsieve>1.2 in /home/openwb/.local/lib/python3.9/site-packages (from beautifulsoup4->bs4==0.0.1->-r /var/www/html/openWB/requirements.txt (line 11)) (2.3.2.post1)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/openwb/.local/lib/python3.9/site-packages (from packaging->pytest==6.2.5->-r /var/www/html/openWB/requirements.txt (line 4)) (3.0.9)
done
load versions...
chgrp: Zugriff auf '/var/www/html/openWB/data/restore/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
chgrp: Zugriff auf '/var/www/html/openWB/data/data_migration/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf '/var/www/html/openWB/data/restore/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf '/var/www/html/openWB/data/data_migration/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
2023-12-28 13:57:09: boot done :-)
2023-12-28 13:57:14,000 - {root:164} - {DEBUG:MainThread} - Start openWB2.service
2023-12-28 13:57:14,001 - {helpermodules.update_config:468} - {DEBUG:MainThread} - Broker-Konfiguration aktualisieren
2023-12-28 13:57:15,384 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/configurable/web_themes
2023-12-28 13:57:15,389 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/system/time
2023-12-28 13:57:15,402 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/4/set/plug_state_prev
2023-12-28 13:57:15,411 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/4/get/evse_current
2023-12-28 13:57:15,417 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/4/get/soc
2023-12-28 13:57:15,421 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/4/get/soc_timestamp
2023-12-28 13:57:15,429 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/chargepoint/4/control_parameter/limit
2023-12-28 13:57:15,449 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/counter/0/set/error_counter
2023-12-28 13:57:15,452 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/counter/0/set/reserved_surplus
2023-12-28 13:57:15,456 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/counter/0/set/released_surplus
2023-12-28 13:57:15,485 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/vehicle/set/vehicle_update_completed
2023-12-28 13:57:15,551 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/voltages
2023-12-28 13:57:15,555 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/currents
2023-12-28 13:57:15,559 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/frequency
2023-12-28 13:57:15,563 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/power_factors
2023-12-28 13:57:15,567 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/imported
2023-12-28 13:57:15,571 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/exported
2023-12-28 13:57:15,574 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/power
2023-12-28 13:57:15,578 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/powers
2023-12-28 13:57:15,581 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/phases_in_use
2023-12-28 13:57:15,585 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/charge_state
2023-12-28 13:57:15,588 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/plug_state
2023-12-28 13:57:15,592 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/internal_chargepoint/0/get/evse_current
2023-12-28 13:57:15,648 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/heartbeat
2023-12-28 13:57:15,652 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/parentWB
2023-12-28 13:57:15,656 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/parentCPlp1
2023-12-28 13:57:15,659 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/isss/Current
2023-12-28 13:57:15,664 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Status/maxspeicherladung
2023-12-28 13:57:15,668 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Status/wattnichtschalt
2023-12-28 13:57:15,672 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Status/wattnichtHaus
2023-12-28 13:57:15,676 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Status/uberschuss
2023-12-28 13:57:15,680 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/LegacySmartHome/Status/uberschussoffset
2023-12-28 13:57:15,683 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/pv/3/get/exported
2023-12-28 13:57:15,687 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/pv/2/get/exported
2023-12-28 13:57:15,691 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/counter/0/get/exported
2023-12-28 13:57:15,695 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/pv/2/get/power
2023-12-28 13:57:15,698 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/counter/0/get/power
2023-12-28 13:57:15,702 - {helpermodules.update_config:499} - {DEBUG:MainThread} - Ungültiges Topic zum Startzeitpunkt: openWB/set/counter/0/get/imported
2023-12-28 13:57:22,733 - {modules.internal_chargepoint_handler.rfid:99} - {DEBUG:MainThread} - **** /dev/input/event0 raspberrypi-ts  ****
2023-12-28 13:57:22,735 - {modules.internal_chargepoint_handler.rfid:100} - {DEBUG:MainThread} - {('EV_SYN', 0): [('SYN_REPORT', 0), ('SYN_CONFIG', 1), ('SYN_DROPPED', 3)], ('EV_KEY', 1): [('BTN_TOUCH', 330)], ('EV_ABS', 3): [(('ABS_X', 0), AbsInfo(value=0, min=0, max=799, fuzz=0, flat=0, resolution=0)), (('ABS_Y', 1), AbsInfo(value=0, min=0, max=479, fuzz=0, flat=0, resolution=0)), (('ABS_MT_SLOT', 47), AbsInfo(value=0, min=0, max=9, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_X', 53), AbsInfo(value=0, min=0, max=799, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_Y', 54), AbsInfo(value=0, min=0, max=479, fuzz=0, flat=0, resolution=0)), (('ABS_MT_TRACKING_ID', 57), AbsInfo(value=0, min=0, max=65535, fuzz=0, flat=0, resolution=0))]}
2023-12-28 13:57:22,736 - {modules.internal_chargepoint_handler.rfid:103} - {DEBUG:MainThread} - device emits keyboard events
2023-12-28 13:57:22,736 - {modules.internal_chargepoint_handler.rfid:108} - {DEBUG:MainThread} - no 'enter' key detected, skipping device
2023-12-28 13:57:22,736 - {modules.internal_chargepoint_handler.rfid:111} - {INFO:MainThread} - detected keyboard devices:
2023-12-28 13:57:22,737 - {asyncio:59} - {DEBUG:MainThread} - Using selector: EpollSelector
2023-12-28 13:57:25,174 - {helpermodules.subdata:446} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2023-12-28 13:57:27,275 - {helpermodules.subdata:801} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2023-12-28 13:57:27,286 - {helpermodules.subdata:740} - {DEBUG:Subdata} - skipping mqtt bridge message on startup
2023-12-28 13:57:33,935 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/4/get/soc, Payload None darf nicht 'None' sein.
2023-12-28 13:57:33,941 - {helpermodules.setdata:339} - {ERROR:Setdata} - Payload ungültig: Topic openWB/set/chargepoint/4/get/soc_timestamp, Payload None darf nicht 'None' sein.
kill: (398): Kein passender Prozess gefunden
seems like atreboot.sh finished normally
aiole
Beiträge: 6934
Registriert: Mo Okt 08, 2018 4:51 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von aiole »

Mit externen Steuerungen muss man aktuell noch sehr vorsichtig sein. Da haben sich schon einige das openWB-System zerschossen. Das wird erst mit der Benutzerverwaltung gehärtet.
nicop
Beiträge: 32
Registriert: Sa Dez 03, 2022 7:46 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von nicop »

Hi, irgendetwas scheint mit der Ausschaltzeit des Displays noch nicht so ganz zu stimmen. Diese ist bei mir auf 1 Minute konfiguriert.
Habt Ihr die Info schon?
6a065342-9771-4d32-9f85-69473e520908.mpeg
(4.78 MiB) 36-mal heruntergeladen
MatzeL
Beiträge: 49
Registriert: Mi Mai 17, 2023 6:58 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von MatzeL »

Schon seit einigen Versionen habe ich das Phänomen, dass sich das SoC Modul sporadisch löscht.
statt mqtt wird dann "kein Modul" angezeigt.

Leider kann ich nicht nachvollziehen, wann/was die Ursache ist.

Standalone mit 2.1.2-P1 und OpenWB pro 3.2.1
PV: Fronius Symo Speicher: Victron Auto: Skoda Enyaq mit ME3.6

openWB Pro + openWB Standalone mit Display
openWB
Site Admin
Beiträge: 8027
Registriert: So Okt 07, 2018 1:50 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von openWB »

MatzeL hat geschrieben: Fr Dez 29, 2023 11:36 am Schon seit einigen Versionen habe ich das Phänomen, dass sich das SoC Modul sporadisch löscht.
statt mqtt wird dann "kein Modul" angezeigt.

Leider kann ich nicht nachvollziehen, wann/was die Ursache ist.

Standalone mit 2.1.2-P1 und OpenWB pro 3.2.1
Smarthome System wie HA oder openHAB angedockt?
Supportanfragen bitte NICHT per PN stellen.
Hardwareprobleme bitte über die Funktion Debug Daten senden mitteilen oder per Mail an support@openwb.de
Aventinus
Beiträge: 35
Registriert: Fr Nov 26, 2021 6:36 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von Aventinus »

aiole hat geschrieben: Do Dez 28, 2023 8:40 pm Mit externen Steuerungen muss man aktuell noch sehr vorsichtig sein. Da haben sich schon einige das openWB-System zerschossen. Das wird erst mit der Benutzerverwaltung gehärtet.
Das heißt, nochmal zurück zur 1.9 und warten, oder?
openWB
Site Admin
Beiträge: 8027
Registriert: So Okt 07, 2018 1:50 pm

Re: Rückmeldungen 2.1.2 Release Patch 1

Beitrag von openWB »

Aventinus hat geschrieben: Fr Dez 29, 2023 1:07 pm
aiole hat geschrieben: Do Dez 28, 2023 8:40 pm Mit externen Steuerungen muss man aktuell noch sehr vorsichtig sein. Da haben sich schon einige das openWB-System zerschossen. Das wird erst mit der Benutzerverwaltung gehärtet.
Das heißt, nochmal zurück zur 1.9 und warten, oder?
Nein. Dabei geht es nur um extern (und falsch) konfigurierte smarthome Systeme die dir die konfig zerschiessen.
Supportanfragen bitte NICHT per PN stellen.
Hardwareprobleme bitte über die Funktion Debug Daten senden mitteilen oder per Mail an support@openwb.de
Gesperrt