openWB hat geschrieben: So Dez 07, 2025 2:08 pm
hoffi hat geschrieben: So Dez 07, 2025 1:45 pm
rleidner hat geschrieben: So Dez 07, 2025 11:01 am
Der aktuelle Version ist in master: 2025-12-05 14:39:40 +0100 [8a47be910] mit diesem PR zum vwid Modul:
2025-12-05 12:07:46 +0100 [443b430e0] - soc_vwid: make status query thread safe (#2997)
Die habe ich aktualisiert, bekommen aber immer noch Modulfehlermeldung. Vom SOC aus dem ID7 werden an der OpenWb Fantasiewerte angezeigt. Wenn er angesteckt wird, 0% oder mal 100%. Ich denke auch mal, da wird die geladene Energiemenge angezeigt. Nach 1,5 h stand dort 16,5 %.
Ohne Log oder wenigstens mal die genaue Fehlermeldung ist es unmöglich zu helfen.
Ich hoffe das ich das jetzt richtig mache.
2025-12-07 19:48:10,254 - {modules.common.fault_state:45} - {ERROR:fetch soc_ev11} - VWId: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('cannot unpack non-iterable NoneType object',), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 80, in update
car_state = self._get_carstate_by_source(vehicle_update_data, source)
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 128, in _get_carstate_by_source
return self.__component_updater(vehicle_update_data)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 34, in updater
return fetch()
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 28, in fetch
soc, range, soc_ts, soc_tsX = loop.run_until_complete(_fetch_soc())
TypeError: cannot unpack non-iterable NoneType object
2025-12-07 19:58:14,439 - {modules.common.fault_state:45} - {ERROR:fetch soc_ev11} - VWId: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('cannot unpack non-iterable NoneType object',), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 80, in update
car_state = self._get_carstate_by_source(vehicle_update_data, source)
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 128, in _get_carstate_by_source
return self.__component_updater(vehicle_update_data)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 34, in updater
return fetch()
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 28, in fetch
soc, range, soc_ts, soc_tsX = loop.run_until_complete(_fetch_soc())
TypeError: cannot unpack non-iterable NoneType object
2025-12-07 20:08:17,032 - {modules.vehicles.vwid.libvwid:1224} - {WARNING:fetch soc_ev11} - Tokens have expired. Try to fetch new tokens
2025-12-07 20:08:18,136 - {modules.common.fault_state:45} - {ERROR:fetch soc_ev11} - VWId: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('cannot unpack non-iterable NoneType object',), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 80, in update
car_state = self._get_carstate_by_source(vehicle_update_data, source)
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 128, in _get_carstate_by_source
return self.__component_updater(vehicle_update_data)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 34, in updater
return fetch()
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 28, in fetch
soc, range, soc_ts, soc_tsX = loop.run_until_complete(_fetch_soc())
TypeError: cannot unpack non-iterable NoneType object