seit dem 22.05. bekommt die openWB keinen SoC mehr von Renault: Ich habe deshalb heute auf
2.1.7-Patch.3 2025-05-28 12:05:56 +0200 [8fd4fe2ef]
upgedatet, ändert aber nichts.
SoC-Log zeigt regelmäßig dies hier:
Code: Alles auswählen
2025-05-29 17:20:29,240 - {modules.common.fault_state:49} - {ERROR:fetch soc_ev1} - Renault: FaultState FaultStateLevel.ERROR, FaultStr <class 'IndexError'> ('list index out of range',), 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 117, in _get_carstate_by_source
return self.__component_updater(vehicle_update_data)
File "/var/www/html/openWB/packages/modules/vehicles/renault/soc.py", line 20, in updater
return api.fetch_soc(vehicle_config.configuration)
File "/var/www/html/openWB/packages/modules/vehicles/renault/api.py", line 62, in fetch_soc
vin = vehic['vehicleLinks'][0]['vin']
IndexError: list index out of range