psa_car_controller icon indicating copy to clipboard operation
psa_car_controller copied to clipboard

ABRP setting not clear

Open Gabriele-tomai00 opened this issue 7 months ago • 1 comments

Hi, I am trying to connect PSA car controller to ABRP using the token provided by ABRP. I am editing the data/config.json file:

 {
    "abrp": {
        "abrp_enable_vin": [],
        "token": ""
    },
    "client_id": "xxxxxx",
    "client_secret": "xxxxxx",
    "co2_signal_api": null,
    "country_code": "IT",
    "customer_id": "AP-xxxxxx",
    "proxies": {
        "http": "",
        "https": ""
    },
    "realm": "clientsB2CPeugeot",
    "refresh_token": "f8b32fff-72f0-469e-a70b-f8854f93c88b",
    "remote_refresh_token": "f6a5ce79-77ad-4288-b725-9487c6453a77",
    "weather_api": null
}

I am on Home Assistant... I added the token and restarted the container, but it doesn't work. Do I need to write the vin as well? Is it the vin of the car? Do I always leave it in brackets []? I also imported from GUI the ABRP option, but it gets turned off automatically every time.

Thank you

Gabriele-tomai00 avatar Jul 02 '24 10:07 Gabriele-tomai00