-
-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
Hi! Thank you for the great project.
I’m trying to use psa_car_controller with my Citroën C5 Aircross 2025 (new model), but the system fails to retrieve vehicle data and shows the error:
ValueError: No vehicle in your account is compatible with this API, your vehicle is probably too old...
Debugging shows that the vehicle is visible in the user_info
response with the following details:
{
"vin": "VR7ACYHZ5S",
"lcdv": "1CCESYVP41DBA07,
"short_label": "C5 AIRCROSS",
"warranty_start_date": 1748304000,
"review_max_date": 1779840000,
"eligibility": [
"electric",
"device_nac",
"cea"
],
"mileage": {
"value": 1018
}
}
I noticed that this specific model (2025) and its reg (LCDV) are missing from the car_models.yml. I manually added the following to car_models.yml:
- !CarModel
name: C5 Aircross 2025
battery_power: 0
fuel_capacity: 50
abrp_name:
reg: VR7ACYHZ5S
But the controller still throws the "No vehicle found" error during get_vehicles.
👉 Could you please advise:
Is this reg enough for compatibility?
Is there a possibility to add basic support for mileage and trip data even without remote control features?
What’s the minimum required from PSA API for this vehicle to be usable in your tool?
I’m mostly interested in reading mileage and trip data, not remote controlling the vehicle.
Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels