Well, this is really weird… From logs it looks that now data is being refreshed:
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect] Audi Connect starting...
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect] User option for CONF_SCAN_INTERVAL is 0:15:00
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect] User option for CONF_SCAN_INITIAL is True.
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect] User option for CONF_SCAN_ACTIVE is True.
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect] ACTIVE POLLING: Scheduling cloud data refresh every 15 minutes.
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect] Requesting initial cloud data update...
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect.audi_account] Starting refresh cloud data...
2024-10-03 15:18:33.263 DEBUG (MainThread) [custom_components.audiconnect.audi_services] LOGIN: Starting login to Audi service...
2024-10-03 15:18:38.816 DEBUG (MainThread) [custom_components.audiconnect.audi_services] Vehicle data returned for VIN: *************0292: {'access': {'accessStatus': {'value': {'overallStatus': 'safe', 'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc), 'doors': [{'name': 'bonnet', 'status': ['closed']}, {'name': 'frontLeft', 'status': ['locked', 'closed']}, {'name': 'frontRight', 'status': ['locked', 'closed']}, {'name': 'rearLeft', 'status': ['locked', 'closed']}, {'name': 'rearRight', 'status': ['locked', 'closed']}, {'name': 'trunk', 'status': ['locked', 'closed']}], 'windows': [{'name': 'frontLeft', 'status': ['closed']}, {'name': 'frontRight', 'status': ['closed']}, {'name': 'rearLeft', 'status': ['closed']}, {'name': 'rearRight', 'status': ['closed']}, {'name': 'roofCover', 'status': ['unsupported']}, {'name': 'sunRoof', 'status': ['unsupported']}], 'doorLockStatus': 'locked'}}}, 'fuelStatus': {'rangeStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc), 'carType': 'diesel', 'primaryEngine': {'type': 'diesel', 'currentSOC_pct': 62, 'remainingRange_km': 520, 'currentFuelLevel_pct': 62}, 'totalRange_km': 520}}}, 'measurements': {'rangeStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc), 'adBlueRange': 32767, 'dieselRange': 520, 'totalRange_km': 520}}, 'odometerStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc), 'odometer': 65153}}, 'fuelLevelStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc), 'currentFuelLevel_pct': 62, 'primaryEngineType': 'diesel', 'carType': 'diesel'}}}, 'oilLevel': {'oilLevelStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 5, 26, 20, tzinfo=datetime.timezone.utc), 'value': True}}}, 'vehicleLights': {'lightsStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc), 'lights': [{'name': 'right', 'status': 'off'}, {'name': 'left', 'status': 'off'}]}}}, 'vehicleHealthInspection': {'maintenanceStatus': {'value': {'carCapturedTimestamp': datetime.datetime(2024, 10, 3, 8, 44, 56, tzinfo=datetime.timezone.utc), 'inspectionDue_days': 240, 'inspectionDue_km': 20600, 'mileage_km': 65153, 'oilServiceDue_days': 240, 'oilServiceDue_km': 20600}}}}
2024-10-03 15:18:38.816 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'TOTAL_RANGE' at location=['fuelStatus', 'rangeStatus', 'value', 'totalRange_km']
2024-10-03 15:18:38.816 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'TOTAL_RANGE' with value=520, loc=['fuelStatus', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'TANK_LEVEL_IN_PERCENTAGE' at location=['measurements', 'fuelLevelStatus', 'value', 'currentFuelLevel_pct']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'TANK_LEVEL_IN_PERCENTAGE' with value=62, loc=['measurements', 'fuelLevelStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'UTC_TIME_AND_KILOMETER_STATUS' at location=['measurements', 'odometerStatus', 'value', 'odometer']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'UTC_TIME_AND_KILOMETER_STATUS' with value=65153, loc=['measurements', 'odometerStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'MAINTENANCE_INTERVAL_TIME_TO_INSPECTION' at location=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'inspectionDue_days']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'MAINTENANCE_INTERVAL_TIME_TO_INSPECTION' with value=240, loc=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:44:56+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'MAINTENANCE_INTERVAL_DISTANCE_TO_INSPECTION' at location=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'inspectionDue_km']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'MAINTENANCE_INTERVAL_DISTANCE_TO_INSPECTION' with value=20600, loc=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:44:56+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'MAINTENANCE_INTERVAL_TIME_TO_OIL_CHANGE' at location=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'oilServiceDue_days']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'MAINTENANCE_INTERVAL_TIME_TO_OIL_CHANGE' with value=240, loc=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:44:56+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'MAINTENANCE_INTERVAL_DISTANCE_TO_OIL_CHANGE' at location=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'oilServiceDue_km']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'MAINTENANCE_INTERVAL_DISTANCE_TO_OIL_CHANGE' with value=20600, loc=['vehicleHealthInspection', 'maintenanceStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:44:56+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'OIL_LEVEL_DIPSTICKS_PERCENTAGE' at location=['oilLevel', 'oilLevelStatus', 'value', 'value']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'OIL_LEVEL_DIPSTICKS_PERCENTAGE' with value=True, loc=['oilLevel', 'oilLevelStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 05:26:20+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'ADBLUE_RANGE' at location=['measurements', 'rangeStatus', 'value', 'adBlueRange']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'ADBLUE_RANGE' with value=32767, loc=['measurements', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Searching for 'LIGHT_STATUS' at location=['vehicleLights', 'lightsStatus', 'value', 'lights']
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND FIELD: Found 'LIGHT_STATUS' with value=[{'name': 'right', 'status': 'off'}, {'name': 'left', 'status': 'off'}], loc=['vehicleLights', 'lightsStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Starting to append windows...
2024-10-03 15:18:38.817 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Timestamp captured from car: 2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Processing window: frontLeft with status: ['closed']
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Appended window field: {'textId': 'STATE_LEFT_FRONT_WINDOW', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Processing window: frontRight with status: ['closed']
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Appended window field: {'textId': 'STATE_RIGHT_FRONT_WINDOW', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Processing window: rearLeft with status: ['closed']
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Appended window field: {'textId': 'STATE_LEFT_REAR_WINDOW', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Processing window: rearRight with status: ['closed']
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Appended window field: {'textId': 'STATE_RIGHT_REAR_WINDOW', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Processing window: roofCover with status: ['unsupported']
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Skipping unsupported window or not mapped in OLDAPI_MAPPING: roofCover
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Processing window: sunRoof with status: ['unsupported']
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Skipping unsupported window or not mapped in OLDAPI_MAPPING: sunRoof
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND WINDOW: Finished appending windows
2024-10-03 15:18:38.818 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Starting to append doors...
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Timestamp captured from car: 2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Processing door: bonnet with status: ['closed']
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door lock field: {'textId': 'LOCK_STATE_HOOD', 'value': '0', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door open field: {'textId': 'OPEN_STATE_HOOD', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Processing door: frontLeft with status: ['locked', 'closed']
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door lock field: {'textId': 'LOCK_STATE_LEFT_FRONT_DOOR', 'value': '2', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door open field: {'textId': 'OPEN_STATE_LEFT_FRONT_DOOR', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Processing door: frontRight with status: ['locked', 'closed']
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door lock field: {'textId': 'LOCK_STATE_RIGHT_FRONT_DOOR', 'value': '2', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door open field: {'textId': 'OPEN_STATE_RIGHT_FRONT_DOOR', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Processing door: rearLeft with status: ['locked', 'closed']
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door lock field: {'textId': 'LOCK_STATE_LEFT_REAR_DOOR', 'value': '2', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door open field: {'textId': 'OPEN_STATE_LEFT_REAR_DOOR', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Processing door: rearRight with status: ['locked', 'closed']
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door lock field: {'textId': 'LOCK_STATE_RIGHT_REAR_DOOR', 'value': '2', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door open field: {'textId': 'OPEN_STATE_RIGHT_REAR_DOOR', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Processing door: trunk with status: ['locked', 'closed']
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door lock field: {'textId': 'LOCK_STATE_TRUNK_LID', 'value': '2', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Appended door open field: {'textId': 'OPEN_STATE_TRUNK_LID', 'value': '3', 'tsCarCaptured': datetime.datetime(2024, 10, 3, 8, 45, 1, tzinfo=datetime.timezone.utc)}
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] APPEND DOOR: Finished appending doors
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'carType' at location=['fuelStatus', 'rangeStatus', 'value', 'carType'], tsoff=-1
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Found 'carType' with value=diesel, tsoff=-1, loc=['fuelStatus', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'engineTypeFirstEngine' at location=['fuelStatus', 'rangeStatus', 'value', 'primaryEngine', 'type'], tsoff=-2
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Found 'engineTypeFirstEngine' with value=diesel, tsoff=-2, loc=['fuelStatus', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'primaryEngineRange' at location=['fuelStatus', 'rangeStatus', 'value', 'primaryEngine', 'remainingRange_km'], tsoff=-2
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Found 'primaryEngineRange' with value=520, tsoff=-2, loc=['fuelStatus', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'primaryEngineRangePercent' at location=['fuelStatus', 'rangeStatus', 'value', 'primaryEngine', 'currentSOC_pct'], tsoff=-2
2024-10-03 15:18:38.819 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Found 'primaryEngineRangePercent' with value=62, tsoff=-2, loc=['fuelStatus', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'engineTypeSecondEngine' at location=['fuelStatus', 'rangeStatus', 'value', 'secondaryEngine', 'type'], tsoff=-2
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'engineTypeSecondEngine' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'secondaryEngineRange' at location=['fuelStatus', 'rangeStatus', 'value', 'secondaryEngine', 'remainingRange_km'], tsoff=-2
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'secondaryEngineRange' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'secondaryEngineRangePercent' at location=['fuelStatus', 'rangeStatus', 'value', 'secondaryEngine', 'currentSOC_pct'], tsoff=-2
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'secondaryEngineRangePercent' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'hybridRange' at location=['fuelStatus', 'rangeStatus', 'value', 'totalRange_km'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Found 'hybridRange' with value=520, tsoff=-1, loc=['fuelStatus', 'rangeStatus', 'value', 'carCapturedTimestamp'], ts=2024-10-03 08:45:01+00:00
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'stateOfCharge' at location=['charging', 'batteryStatus', 'value', 'currentSOC_pct'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'stateOfCharge' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'chargingState' at location=['charging', 'chargingStatus', 'value', 'chargingState'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'chargingState' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'chargeMode' at location=['charging', 'chargingStatus', 'value', 'chargeMode'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'chargeMode' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'chargingPower' at location=['charging', 'chargingStatus', 'value', 'chargePower_kW'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'chargingPower' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'actualChargeRate' at location=['charging', 'chargingStatus', 'value', 'chargeRate_kmph'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'actualChargeRate' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'chargingMode' at location=['charging', 'chargingStatus', 'value', 'chargeType'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'chargingMode' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'targetstateOfCharge' at location=['charging', 'chargingSettings', 'value', 'targetSOC_pct'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'targetstateOfCharge' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'plugState' at location=['charging', 'plugStatus', 'value', 'plugConnectionState'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'plugState' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'remainingChargingTime' at location=['charging', 'chargingStatus', 'value', 'remainingChargingTimeToComplete_min'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'remainingChargingTime' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'plugLockState' at location=['charging', 'plugStatus', 'value', 'plugLockState'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'plugLockState' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'externalPower' at location=['charging', 'plugStatus', 'value', 'externalPower'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'externalPower' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'plugledColor' at location=['charging', 'plugStatus', 'value', 'ledColor'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'plugledColor' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'climatisationState' at location=['climatisation', 'auxiliaryHeatingStatus', 'value', 'climatisationState'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'climatisationState' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'climatisationState' at location=['climatisation', 'climatisationStatus', 'value', 'climatisationState'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'climatisationState' is None; not appending state.
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Searching for 'remainingClimatisationTime' at location=['climatisation', 'climatisationStatus', 'value', 'remainingClimatisationTime_min'], tsoff=-1
2024-10-03 15:18:38.820 DEBUG (MainThread) [custom_components.audiconnect.audi_models] TRY APPEND STATE: Value for 'remainingClimatisationTime' is None; not appending state.
2024-10-03 15:18:40.818 DEBUG (MainThread) [custom_components.audiconnect.audi_account] Retrieved 1 vehicle(s)
2024-10-03 15:18:40.821 DEBUG (MainThread) [custom_components.audiconnect.audi_account] Successfully refreshed cloud data
and this is matching data I see in the audi mobile app.
But at the same time there is no sensor for mileage available:
There are several entries for my car as over time integration was changing the name and these are remnants. Disabled one are obsolete, not provided is one that should be active… The same situation is for any other sensor.