Replies: 2 comments
-
@tillsteinbach I have not added the SPIN to my config. Could this cause the lot of missing topics? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved. Have added some keys to the code: see here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm really enjoying this plugin! Yesterday I upgraded from WeConnect-python to this successor CarConnectivity.
It's working, but I've lost some (useful) topics since this upgrade.
For example some topics I was using and are now missing:
In the (debug) log a see a message 'unexpected keys found'.
carconnectivity-mqtt-1 | 2025-05-11T12:25:21+0200:carconnectivity.connectors.volkswagen-api-debug:INFO:util:Unexpected keys found in selectivestatus: {'vehicleHealthWarnings', 'fuelStatus'} Dictionary is {'fuelStatus': {'rangeStatus': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:27Z', 'carType': 'diesel', 'primaryEngine': {'type': 'diesel', 'currentSOC_pct': 41, 'remainingRange_km': 280, 'currentFuelLevel_pct': 41}, 'totalRange_km': 280}}}, 'measurements': {'rangeStatus': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:27Z', 'adBlueRange': 30000, 'dieselRange': 280, 'totalRange_km': 280}}, 'odometerStatus': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:27Z', 'odometer': 13665}}, 'fuelLevelStatus': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:27Z', 'currentFuelLevel_pct': 41, 'primaryEngineType': 'diesel', 'carType': 'diesel'}}}, 'vehicleLights': {'lightsStatus': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:27Z', 'lights': [{'name': 'right', 'status': 'off'}, {'name': 'left', 'status': 'off'}]}}}, 'vehicleHealthInspection': {'maintenanceStatus': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:28Z', 'inspectionDue_days': 105, 'inspectionDue_km': 26400, 'mileage_km': 13665, 'oilServiceDue_days': 105, 'oilServiceDue_km': 21000}}}, 'vehicleHealthWarnings': {'warningLights': {'value': {'carCapturedTimestamp': '2025-05-11T08:57:28Z', 'mileage_km': 13665}}}}
As you can see, the adBlueRange is in it, but not published as topic.
The key 'carconnectivity/garage/WVxx/state' says 'parked' when parked, but 'unknown vehicle state' when not parked.
Is my model Volkswagen not supported anymore in this new plugin? Or am I doing something wrong? Details about my car and Carconnectivity versions below. If you need some more details or if I can anything to help, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions