I get an empty dashboard in psa_car_controller. Also after a restart of the docker container.
The only info I see in the logging, is 'battery_power': 46. That info could be true ... so from the Stellantis API ... ? I'll check after charging / driving if that value changes. EDIT: Oh, that "battery_power": 46, is in cars.json? So no proof there is Stellantis API communication at all? I'll check after charging/driving.
The MyPeugeot app does show all information.
This could be a API problem on Stellantis side, but if so, it would be useful if psa_car_controller would tell in the logging or GUI which info it could and could not retrieve.
In general: it would be nice if stdout / logging would show the success or not of Stellantis communication.
$ docker run -ti --publish 5000:5000 -v /home/sander/psa_car_controller---docker-config:/config flobz/psa_car_controller
Containerised psa_car_controller loading...
2026-04-29 05:43:11,904 :: INFO :: App version 3.6.3
2026-04-29 05:43:12,163 :: INFO :: database initialized !
2026-04-29 05:43:12,969 :: INFO :: ["{'vin': 'VR3UHZxxxx, 'vehicle_id': '1e77e1192b92735d2xxxxx, 'label': 'e-208', 'brand': 'Peugeot', 'abrp_name': 'peugeot:e208:20:50', 'battery_power': 46, 'fuel_capacity': 0, 'max_elec_consumption': 70, 'max_fuel_consumption': 0}"]
2026-04-29 05:43:12,970 :: INFO :: save config change
2026-04-29 05:43:12,974 :: WARNING :: Can't get language
2026-04-29 05:43:13,802 :: INFO :: update_trips
2026-04-29 05:43:14,307 :: INFO :: WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5000
* Running on http://172.17.0.2:5000
2026-04-29 05:43:14,307 :: INFO :: Press CTRL+C to quit
2026-04-29 05:43:23,857 :: INFO :: 172.17.0.1 - - [29/Apr/2026 05:43:23] "GET / HTTP/1.1" 200 -
I get an empty dashboard in psa_car_controller. Also after a restart of the docker container.
The only info I see in the logging, is
'battery_power': 46. That info could be true ... so from the Stellantis API ... ? I'll check after charging / driving if that value changes. EDIT: Oh, that"battery_power": 46,is incars.json? So no proof there is Stellantis API communication at all? I'll check after charging/driving.The MyPeugeot app does show all information.
This could be a API problem on Stellantis side, but if so, it would be useful if psa_car_controller would tell in the logging or GUI which info it could and could not retrieve.
In general: it would be nice if stdout / logging would show the success or not of Stellantis communication.