Call vehicle when updating vehicle software to 2023.38.9 version_ When the data interface obtains vehicle driving data, it does not return the longitude and latitude where the vehicle is located #772
Replies: 1 comment 1 reply
-
This is due to a change Tesla made in firmware version 2023.38, see here. Location data is not included by default anymore, you need to specifically request it.
The /vehicle_data endpoint needs a query string parameter endpoints with the data you need.
So, for example /vehicle_data?endpoints=drive_state%3Bvehicle_state%3Blocation_data. |
Beta Was this translation helpful? Give feedback.
-
Have you also encountered such a situation?
Beta Was this translation helpful? Give feedback.
All reactions