-
I have other functions working, like these:
But get_latest_vehicle_data() gives me 404 no matter what state the car is in (online or offline).
vehicle_data() works fine in online state. I'm trying to figure out why my Model S 2017 with MCU2 is having weird sleep pattern (offline 1hour, online 3minutes). I was hoping latest_vehicle_data could give data without extending the time. Is anyone else having issues with latest_vehicle_data or is it just a MCU2 upgrade thing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here I thought it was me, I ended up replacing all the get_latest calls in my code. It was an exciting prospect when I learned it was an option, glad I am not the only one having issues |
Beta Was this translation helpful? Give feedback.
I have removed get_latest in the latest commit :) The call was removed from the endpoints JSON a while ago and now the endpoint no longer exists on the servers. It looks like get_vehicle_data is now similar to get_latest, as it returns cached data when the vehicle is asleep.