-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last Trip display does not update since 2 weeks, Battery data outdated, #1339
Comments
I have the same issue here. Items like the car status and battery SOC are updating, but in the Timeline the last trip I see was from 9th July, it has been stuck there for 9 days now. Updated to the latest version, restarted the docker containers, but no change. |
Same problem to me. |
Tesla changed the API. Please make sure you are using at least 1.59.0 https://github.com/bassmaster187/TeslaLogger/blob/master/docs/en/faq.md#update-doesnt-work-anymore |
I thought I was running 1.59.1.0, at least that is what the admin page indicated, but I forced a After that, I went for a quick drive just to check, saw the icon in the display indicating that my data was being downloaded via the app, and now my Timeline is updating again. |
Update does not work, there is a failure during cloning; root@raspberry:/etc/teslalogger# ./update.sh |
That is a problem with your connection to GitHub. I suggest you keep repeating
Until you have pulled the full update. |
Thanks! |
Seems the update to 1.59.1.0 is breaking it some more: sudo git reset --hard origin/master -> |
That is the actual commit message and perfectly normal. |
"table doesn't exist exception" is the not-so-normal thing about it.... got some more hints and corrected the issue here: sudo git checkout master |
Now in 1.59.1.0, again giving it new credentials, I just noticed some interesting note in the log: 18.07.2024 16:28:15 : Table: alert_names data: 0 MB index: 0 MB rows: 2 18.07.2024 16:29:16 : #1[Car_1:19]: GetVehicles Error: A task was canceled. 18.07.2024 16:29:57 : #1[Car_1:19]: GetVehicles Error: A task was canceled. |
when re-importing last backups from yesterday with docker new built, I notice these entries in the log, which seem to indicate some data from the past 2 weeks gets deleted. why is this happening? 19.07.2024 09:07:42 : Table: superchargerstate data: 3 MB index: 0 MB rows: 60947 |
The table mothership is just for debugging purpose. You can see how fast the responses are from tesla servers and how many problems we had. |
Thanks for your input and for all the work you are doing trying to follow-up or correct the things getting broken on Teslas side!! Righ now, I have the car reconfigured again with non Fleet-API cedentials and I can see the location on the admin screen flip-flopping between two recent locations from drives earlier today. |
So this morning I just "updated" again from 1.59.2.0 to 1.59.2.0, ie same release before and after, but after that one teslalogger started recording again data from my drives, after a break of ~1200km Whatever that was, now it seems fixed: However, consuption infomation is still missing and not recorded: |
Works for me with 1.59.1. |
** Append Logfile **
you find it here: \raspberry\teslalogger\nohup.out
Describe the bug
For 2 weeks, trips only show in grafana "Visited" if at all.
No update elsewhere in "trips" display and such since July 9
Battery data showing 57% / 95km range even though car was just supercharged to full and now has 89% / 362km
When checking teslalogger while driving, I can see it updating the position/map, vehicle state etc.
To Reproduce
happened after recent updates to 1.59.0.0, around the time when upgrading /downgrading between 1.59 and 1.58 happened.
Expected behavior
Expeted to see accurate recording of all trips just as before
Screenshots
Log snippet with fleet api credentials seeem okay:
Further notes
Grafana visited working again since 2 days, but trip history / charging history dont update since July 09:
Consumption data from today July 17 showing incomplete.
** Teslalogger Type **
teslalogger in Docker on google vm on Ubutntu 20.4.6.LTS
Client: Docker Engine - Community
Version: 27.0.3
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.15.1
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.28.1
Path: /usr/libexec/docker/cli-plugins/docker-compose
logfile.zip
Did you update the Image with apt-get update & upgrade?
** Do you use Tasker or iBeacon **
no
Additional context
did a reset of credentials to fleet-api and without fleet-api, no effect wrt this issue.
The text was updated successfully, but these errors were encountered: