Skip to content

Support for New Citroën C5 Aircross (2025) Model - No Vehicle Found Error #1094

@SerhiiZahuba

Description

@SerhiiZahuba

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions