Ich habe auch mehrere Fehler:
1. Webpage zur Einstellungen für Ladeprofile funktioniert nicht:
2. Das Menü „Lademanagement“ öffnet sich nicht mehr und der Body bleibt weiß:
Einige Auszüge aus dem Log
2025-11-02 17:09:49,861 - {helpermodules.update_config:712} - {DEBUG:MainThread} - current datastore version: 98
2025-11-02 17:09:49,867 - {helpermodules.update_config:713} - {DEBUG:MainThread} - target datastore version: 100
2025-11-02 17:09:49,872 - {helpermodules.update_config:716} - {DEBUG:MainThread} - upgrading datastore from version '98' to '99'
2025-11-02 17:09:49,878 - {helpermodules.messaging:42} - {DEBUG:MainThread} - pub_message: message: 'Die temporären Ladeeinstellungen können ab jetzt benutzerdefiniert unter Einstellungen -> Allgemein -> Darstellung & Bedienung angewendet werden.' type: 'MessageType.INFO' target: 'MessageTarget.SYSTEM'
2025-11-02 17:09:49,885 - {helpermodules.messaging:62} - {DEBUG:MainThread} - Messaging: Meldung: Die temporären Ladeeinstellungen können ab jetzt benutzerdefiniert unter Einstellungen -> Allgemein -> Darstellung & Bedienung angewendet werden.
2025-11-02 17:09:49,892 - {helpermodules.update_config:716} - {DEBUG:MainThread} - upgrading datastore from version '99' to '100'
2025-11-02 17:09:57,434 - {helpermodules.command:110} - {ERROR:MainThread} - Fehler im Command-Modul
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/command.py", line 88, in _get_max_ids
for plan in payload["chargemode"]["scheduled_charging"]["plans"]:
KeyError: 'plans'
2025-11-02 17:09:58,727 - {helpermodules.subdata:488} - {DEBUG:Subdata} - Neustart des Handlers für den internen Ladepunkt.
2025-11-02 17:09:58,862 - {helpermodules.subdata:475} - {ERROR:Subdata} - Fehler im subdata-Modul
Traceback (most recent call last):
File "/var/www/html/openWB/packages/helpermodules/subdata.py", line 468, in process_chargepoint_topic
var["cp"+index].chargepoint.data.control_parameter.limit = dataclass_from_dict(
File "/var/www/html/openWB/packages/dataclass_utils/_dataclass_from_dict.py", line 29, in dataclass_from_dict
return cls(*[_get_argument_value(arg_spec, index, args) for index in range(1, len(arg_spec.args))])
File "/var/www/html/openWB/packages/dataclass_utils/_dataclass_from_dict.py", line 29, in <listcomp>
return cls(*[_get_argument_value(arg_spec, index, args) for index in range(1, len(arg_spec.args))])
File "/var/www/html/openWB/packages/dataclass_utils/_dataclass_from_dict.py", line 35, in _get_argument_value
value = parameters[argument_name]
TypeError: 'NoneType' object is not subscriptable
2025-11-02 17:10:01,194 - {helpermodules.subdata:748} - {DEBUG:Subdata} - skipping monitoring config on startup
2025-11-02 17:10:01,682 - {modules.common.simcount._simcount:51} - {WARNING:device7} - Time difference between previous state and current state is too large. Set time difference to control interval.
2025-11-02 17:10:02,968 - {modules.loadvars:76} - {ERROR:MainThread} - Fehler im loadvars-Modul bei Element {'type': 'inverter', 'id': 14}
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/loadvars.py", line 70, in _update_values_of_level
component = get_finished_component_obj_by_id(element["id"], not_finished_threads)
File "/var/www/html/openWB/packages/modules/common/utils/component_parser.py", line 42, in get_finished_component_obj_by_id
if module_data[f"{type_to_topic_mapping(type)}{id}"].data.get.fault_state == 2:
KeyError: 'pv14'
2025-11-02 17:21:45,670 - {helpermodules.messaging:60} - {ERROR:Commands} - Messaging: Fehlermeldung: {'source': 'command', 'type': 'danger', 'message': "Es ist ein interner Fehler aufgetreten: 'Command' object has no attribute 'max_id_ev_template'", 'timestamp': 1762100505}
2025-11-02 17:21:45,676 - {helpermodules.command:961} - {ERROR:Commands} - {'Traceback (most recent call last):\n File "/var/www/html/openWB/packages/helpermodules/command.py", line 156, in on_message\n func(connection_id, payload)\n File "/var/www/html/openWB/packages/helpermodules/command.py", line 647, in addEvTemplate\n new_id = self.max_id_ev_template + 1\nAttributeError: \'Command\' object has no attribute \'max_id_ev_template\'\n'}
Ich weiß nicht, ob das Verhalten direkt mit dieser Alpha zusammenhängt.
Viele Grüße, Thomas