tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
111 stars 30 forks source link

Trip data are not updated #144

Closed gilder0 closed 1 year ago

gilder0 commented 1 year ago

Describe the bug I try to use last shortTerm Trip Data with Home Assistant and initialy everything looks OK, but after a while, i've noticed that trips data were not updated. After restarting Home Assistant trips data was retrieved correctly.

It seems, like the trip data is cached and not update.

To Reproduce

Expected behavior

Screenshots

Logs

Additional context

hanjuq commented 1 year ago

Ahh.. I also had an idea that something is wrong. So I compared with trip data from App. Result: my weconnect-python also shows old trip data while 3 newer sets are existing. After restart of my self made docker container it was OK. My container doesn't store any persistant data. Edit: Sorry, didn't see new version. Will update now....