You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To: get_command(options, "vehicle_data?endpoints=location_data%3Bcharge_state%3Bclimate_state%3Bclosures_state%3Bdrive_state%3Bgui_settings%3Bvehicle_config%3Bvehicle_state", callback);
The text was updated successfully, but these errors were encountered:
After Model 3 upgraded to 2023.38.x I noticed, that drive_state object is now missing the elements latitude and longitude.
It seems like, Tesla changed the API. According to this post: onokje/node-red-contrib-tesla#69 (comment)
This change will work as a workaround:
From:
TeslaJS/teslajs.js
Line 760 in dc4ad63
To:
get_command(options, "vehicle_data?endpoints=location_data%3Bcharge_state%3Bclimate_state%3Bclosures_state%3Bdrive_state%3Bgui_settings%3Bvehicle_config%3Bvehicle_state", callback);
The text was updated successfully, but these errors were encountered: