is GET /api/1/vehicles/{id}/latest_vehicle_data supported #643
-
The latest endpoint file latest_vehicle_data is not listed. Does anybody know if it is working - I can call it but seems to get identical data to vehicle_data end point. If the car goes offline - the response becomes None |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This endpoint was removed, but seems to function for all cars (backwards compatibility I am guessing). |
Beta Was this translation helpful? Give feedback.
-
Is there a way without latest_vehicle_data to get that latest data before the vehicle went to sleep when that the vehicle is asleep? Assuming no app has that data cached, ie, having to rely on a call to Tesla's system to retrieve that latest data. Edit: I wanted to know if the 408 received when the vehicle is asleep still contained the latest data in its stream and alas, the only thing the data stream contains is: "error" (Lang.String): "vehicle unavailable: {:error=>"vehicle unavailable:"}" (Lang.String) :-( |
Beta Was this translation helpful? Give feedback.
This endpoint was removed, but seems to function for all cars (backwards compatibility I am guessing).
Tesla seems to use the
vehicle_data
endpoint on the newest app version + SW Version.