Skip to content
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

fix: Bump teslajsonpy to 3.9.7 #770

Merged
merged 3 commits into from
Nov 12, 2023
Merged

fix: Bump teslajsonpy to 3.9.7 #770

merged 3 commits into from
Nov 12, 2023

Conversation

dagstuan
Copy link
Contributor

@dagstuan dagstuan commented Nov 11, 2023

Supply 'endpoints'-parameter to 'vehicle_data' endpoint which fixes the missing location data after upgrading vehicles to 2023.38.*

The changes in teslajsonpy should probably be tested some more, I have not tested that this doesn't break any existing logic.

Should hopefully fix #756 and #766

Supply 'endpoints'-parameter to 'vehicle_data' endpoint which fixes
the missing location data after upgrading vehicles to 2023.38.*
@alandtse
Copy link
Owner

Poetry also needs to be updated. See other commits with bumps.

@Zappo-II
Copy link

FYI: Just bumping teslajsonpy did not fix it (#756) for me, seems like even more sensors besides location data get broken then...

@dagstuan
Copy link
Contributor Author

Okay @alandtse I attempted to upgrade for Poetry as well. Though I have never used it before so I might have done something wrong.

@dagstuan
Copy link
Contributor Author

I noticed while I was driving that the sensors in HA would become "unavailable". Turns out that without URL encoding the semicolons the Tesla API sometimes do not return all of the requested data. So this PR in teslajsonpy will probably need to be merged first: zabuldon/teslajsonpy#437

@alandtse alandtse merged commit 651b591 into alandtse:dev Nov 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Beginning with 2023.38, location tracking fails
3 participants