Ich habe bereits x mal nach unbestätigten Zustimmungen gesucht und finde einfach nichts.
Passwort habe ich ebenfalls mehrmals geändert und die OWB mit diversen Versionen von Beta bis Master getestet. Alles mit dem selben Ergebnis.
Die Android APP funktioniert und zeigt korrekte Werte.
Gestern habe ich sogar noch VW Update auf 3.7 erhalten. Auch das hatte keine Einfluss.
Ich freunde mich mal damit an, dass ich den SOC bis auf weiteres nicht mehr in die Open WB bringe .
Grüsse Nick
Code: Alles auswählen
2025-01-18 11:42:30,910 - {modules.vehicles.vwid.libvwid:131} - {ERROR:fetch soc_ev1} - Got unknown 303 redirect
2025-01-18 11:42:30,913 - {modules.vehicles.vwid.libvwid:210} - {ERROR:fetch soc_ev1} - Reconnect failed
2025-01-18 11:42:30,922 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev1} - 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 66, 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 114, 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 = api.fetch_soc(config, vehicle)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/api.py", line 156, in fetch_soc
soc, range, soc_ts = loop.run_until_complete(a._fetch_soc(conf, vehicle))
TypeError: cannot unpack non-iterable NoneType object
2025-01-18 11:42:34,447 - {modules.vehicles.vwid.libvwid:131} - {ERROR:fetch soc_ev1} - Got unknown 303 redirect
2025-01-18 11:42:34,449 - {modules.vehicles.vwid.libvwid:210} - {ERROR:fetch soc_ev1} - Reconnect failed
2025-01-18 11:42:34,455 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev1} - 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 66, 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 114, 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 = api.fetch_soc(config, vehicle)
File "/var/www/html/openWB/packages/modules/vehicles/vwid/api.py", line 156, in fetch_soc
soc, range, soc_ts = loop.run_until_complete(a._fetch_soc(conf, vehicle))
TypeError: cannot unpack non-iterable NoneType object