flobz / psa_car_controller

Control psa car with connected_car v4 API.
GNU General Public License v3.0
403 stars 210 forks source link

Refresh Vehicle Error #538

Closed kasper-coding closed 1 year ago

kasper-coding commented 1 year ago

Hi! I have the car controller running now for some time. Since some days (cannot reproduce) I receive this error and cannot refresh data anymore. I tried reauthentication with the serivce but it did not not work out. Historic data is still shown, but preconditioning and charge now are missing.

To Reproduce Steps to reproduce the behavior:

  1. what command did you use -> screen psa-car-controller -l 192.168.30.12 -c charge_config.json -f config.json -r
  2. Does it persist after restarting the program? -> yes
  3. Does it persist after recreate config by going to http://server_address:port/config? -> yes

Config file { "abrp": { "abrp_enable_vin": [], "token": "" }, "client_id": "xxxxx", "client_secret": "xxxxx", "co2_signal_api": null, "country_code": "DE", "customer_id": "OP-ACNT2000xxxxxxxxx", "proxies": { "http": "", "https": "" }, "realm": "clientsB2COpel", "refresh_token": "xxxxxxxxxxxxxxxx", "remote_refresh_token": "xxxxxxx-xxxxxxxxxxx", "weather_api": null }

Environment (please complete the following information):

flobz commented 1 year ago

Update to last version