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

Location information missing since upgrade vehicle software to 2023.38.x #354

Closed
paede81 opened this issue Dec 1, 2023 · 3 comments
Closed

Comments

@paede81
Copy link

paede81 commented Dec 1, 2023

After Model 3 upgraded to 2023.38.x I noticed, that drive_state object is now missing the elements latitude and longitude.

It seems like, Tesla changed the API. According to this post: onokje/node-red-contrib-tesla#69 (comment)
This change will work as a workaround:

From:

get_command(options, "vehicle_data", callback);

To:
get_command(options, "vehicle_data?endpoints=location_data%3Bcharge_state%3Bclimate_state%3Bclosures_state%3Bdrive_state%3Bgui_settings%3Bvehicle_config%3Bvehicle_state", callback);

Copy link

github-actions bot commented Dec 1, 2023

Thank you for reporting this issue!

@paede81
Copy link
Author

paede81 commented Jan 13, 2024

Any updates?

@mseminatore
Copy link
Owner

The library development is currently on hold as we are unable to authenticate with the Tesla servers.

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

No branches or pull requests

2 participants