-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tesla] Latest vehicle update to 2023.38.x breaks location updates #15878
Comments
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/tesla-latest-update-breaks-location/151128/1 |
Same here. |
I have the same issue. |
Looking at tdorssers/TeslaPy@38ff7da, I thought the fix was going to be as simple as changing: to public static final String PATH_DATA_REQUEST = "vehicle_data?endpoints='location_data;charge_state;climate_state;vehicle_state;gui_settings;vehicle_config"; but after changing this and rebuilding it, I end up with a 404 error :( |
Same issue here. Btw: Teslamate (see post 1) update works. |
https://smedley.id.au/tmp/org.openhab.binding.tesla-4.1.0-SNAPSHOT.jar contains a fix for this. Patch is in psmedley@3919cfb patch is NOT tested with older firmwares. |
Will this snapshot works on OH 4.0.4? |
Yes, it's built with -Dohc.version=4.0.0 to ensure it's compatible with OH 4.0 |
Can confirm this snapshot also works on OH 4.0.4! |
It works for me as well on openHAB 4.0.2. |
Since updating to the patch on my OH4.0.2. I see the location jumping, every minute, between my home location and a fixed random location, as long as my Tesla is awake e.g. during charging:
Do you have the same issue? |
I experienced the same. But I think this only happens when the location is home... |
Yes, you are right. Just verified: it happens only at my home location. |
I'm seeing very small changes in location: & 2023-11-18 05:29:12.077 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Tesla_Model_3_Location' changed from -xx.279515,138.447056 to -xx.2796,138.447056 Model Y is sitting at home, Model 3 is sitting at our holiday house.In both cases - for me at least - it's about a 10m move. |
Some new status with the current issue with location? |
I think I identified the root cause of the location updates and hope to have fixed it with #16032. |
Seems that the latest 2023.38.x firmware update breaks location updates - since installing the app on my two cars, the location shows as 0,0.
There is a PR for Teslamate which provided a fix - Add endpoints parameter by jsight · Pull Request #3373 · adriankumpf/teslamate · GitHub
The text was updated successfully, but these errors were encountered: