bogosj / tesla

Provides a wrapper around the API to easily query and command a Telsa car.
Other
23 stars 18 forks source link

DriveState content change #111

Open vincent-tr opened 12 months ago

vincent-tr commented 12 months ago

Given the new data I get from my car, it looks like the DriveState field names has changed:

"drive_state":{
         "active_route_latitude":123.456,
         "active_route_longitude":123.456,
         "active_route_traffic_minutes_delay":0.0,
         "power":0,
         "shift_state":null,
         "speed":null,
         "timestamp":123456789
      }

May it be possible to update the API?

firefixmaarten commented 10 months ago

Hi, I see the drive state changes have been applied. I do encounter some issues using these active_route parameters to determinate the car is Home or not:

So giving the above, is there any way to get the Actual Location from the owner api that this library uses ? The previous location values does not seem to get update anymore.