tdorssers / TeslaPy

A Python module to use the Tesla Motors Owner API
MIT License
374 stars 83 forks source link

drive_state does not have latitude and longitude #159

Open bogdanripa opened 9 months ago

bogdanripa commented 9 months ago

drive_state does not have latitude and longitude instead, it has active_route_latitude and active_route_longitude, but those don't represent the current location

rbasdfgit commented 5 months ago

I am completely puzzled. The map on the app shows the correct place, but the coordinates returned belong to a place almost 10 km away and the car has not been there for ages. So it seems like random. And the drive to the garage is not blocked, so the GPS signal is accurate (the mirrors alway go in when the car approaches the house). latitude and longitude have been changed to active_route_latitude, which was not ideal. The new name suggests that this is a place one routes/navigates to. But that is not the case, we never navigated to this place. Any ideas?