Hallo, ich habe heute zum ersten Mal meinen ID7 versucht zu konfigurieren, bekomme aber bei der SOC Abfrage folgende Meldung:
Code: Alles auswählen
2025-12-19 20:51:08,772 - {modules.common.component_context:29} - {DEBUG:fetch soc_ev3} - Update Komponente ['VWId']
2025-12-19 20:51:08,777 - {asyncio:59} - {DEBUG:fetch soc_ev3} - Using selector: EpollSelector
2025-12-19 20:51:08,787 - {modules.vehicles.vwgroup.vwgroup:49} - {DEBUG:fetch soc_ev3} - set refreshToken to initial value
2025-12-19 20:51:08,793 - {modules.vehicles.vwgroup.vwgroup:63} - {DEBUG:fetch soc_ev3} - set accessToken to initial value
2025-12-19 20:51:08,934 - {modules.vehicles.vwid.libvwid:236} - {DEBUG:fetch soc_ev3} - Refreshing tokens
2025-12-19 20:51:08,973 - {modules.vehicles.vwid.libvwid:242} - {INFO:fetch soc_ev3} - Reconnecting
2025-12-19 20:51:09,412 - {modules.common.fault_state:45} - {ERROR:fetch soc_ev3} - VWId: FaultState FaultStateLevel.ERROR, FaultStr <class 'TypeError'> ('can only concatenate str (not "NoneType") to str',), Traceback:
Traceback (most recent call last):
File "/var/www/html/openWB/packages/modules/common/configurable_vehicle.py", line 76, 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 132, in _get_carstate_by_source
return self.__component_updater(vehicle_update_data)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 26, in updater
return fetch(vehicle_update_data, vehicle_config, vehicle)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/soc.py", line 19, in fetch
soc, range, soc_ts, soc_tsX = api.fetch_soc(config, vehicle)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/api.py", line 31, in fetch_soc
soc, range, soc_ts, soc_tsX = loop.run_until_complete(a._fetch_soc())
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/var/www/html/openWB/packages/modules/vehicles/vwid/api.py", line 20, in _fetch_soc
return await super().request_data(vwid)
File "/var/www/html/openWB/packages/modules/vehicles/vwgroup/vwgroup.py", line 69, in request_data
self.data = await library.get_status()
File "/var/www/html/openWB/packages/modules/vehicles/vwid/libvwid.py", line 243, in get_status
if await self.reconnect():
File "/var/www/html/openWB/packages/modules/vehicles/vwid/libvwid.py", line 142, in reconnect
response = await self.session.post(LOGIN_HANDLER_BASE+action, data=form)
TypeError: can only concatenate str (not "NoneType") to str
openWB Version: 2.1.8-Patch.3
Habe die Lösungsschritte gemäß
durchgeführt, auch openWB neu gestartet, keinen Erfolg.
Habt ihr Ideen?