Vehicle
- Brand/model: Citroën C5 Aircross
- Reported model years: 2022-2025
- Engine: 1.5-litre BlueHDi 130 PS (128 hp; 96 kW)
- Fuel: Diesel
- Fuel tank capacity: 53 L
- VIN prefix (first 10 characters only):
VR7ACYHZ7T
Environment
- psa-car-controller: 3.7.5
- Raspberry Pi 5 (ARM64)
- Python 3.11
Observed behavior
OAuth authentication succeeds, the vehicle is discovered, and some vehicle information is refreshed. The controller cannot identify the model and logs:
Can't get car model, please report an issue on github with your car model and first ten letter of your VIN : VR7ACYHZ7T
It then falls back to metadata that describes the diesel vehicle as electric:
label: unknown
battery_power: 46
fuel_capacity: 0
The expected characteristics are a 1.5-litre BlueHDi 130 diesel engine and a 53 L fuel tank. Please let me know if any additional non-sensitive vehicle data is needed to add the corresponding entry to car_models.yml.
This model-recognition report is separate from the OTP activation issue discussed in #1261.
Vehicle
VR7ACYHZ7TEnvironment
Observed behavior
OAuth authentication succeeds, the vehicle is discovered, and some vehicle information is refreshed. The controller cannot identify the model and logs:
It then falls back to metadata that describes the diesel vehicle as electric:
The expected characteristics are a 1.5-litre BlueHDi 130 diesel engine and a 53 L fuel tank. Please let me know if any additional non-sensitive vehicle data is needed to add the corresponding entry to
car_models.yml.This model-recognition report is separate from the OTP activation issue discussed in #1261.