R-dehaan
R-dehaan
A similar issue happening over here, but running in a docker container The log displays: ``` 2024-05-18 04:40:42,913 :: INFO :: update_data 2024-05-18 05:36:43,783 :: INFO :: save config change...
@Heldenmar did you solve the issue in the end? I have exactly the same behaviour
Probably related to my issue #975
Same issue here
@grendyx I have now incoorporated in my docker compose file a health check that checks if the webserver is still reachable. If it isnt reachable it will put the container...
@wormvortex see code below: name: psa_car_controller services: psa_car_controller: tty: true stdin_open: true container_name: peugeot_psa_car_controller ports: - 5000:5000 volumes: - psa_data:/config restart: unless-stopped image: flobz/psa_car_controller labels: - "autoheal=true" healthcheck: test: curl...
Tried that but not working
Same issue as here #961 Created a workaround by checking container health and restart, not great but at least no loss of functionality
Did you use eevee in the past to get it working? #975 I have the same behaviour
Yes so that confirms my suspicion that after a while stellantis stops sending detailed data via the API. Don't know why 3rd party applications enable to stellantis to sent these...