Replies: 3 comments
|
@RichieB2B Hello Richie, that's a great news ! I'm ready to help with testing on my fleet (TMY 2023, TM3 2021, TM3 2019). Looking forward to your configuration details. |
0 replies
|
Hello Richie @RichieB2B , this feeds seems to me also interesting for futher EMS automation:
|
0 replies
|
The code I am using is now available at PR #617 with some documentation as well. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I just managed to configure the Tesla fleet-telemetry server to publish the data from my Model Y to my local MQTT server. This makes it very easy to start using this data instead of polling the
vehicle-dataAPI endpoint. Using fleet-telemetry is cheaper than using the API and the prefered way Tesla want apps like TWCManager to request this data.Right now I'm requesting these fields:
Here is a full list of the available data. Are there any more feeds I should be requesting?
I'll do a write up about my configuration later. Since fleet-telemetry is not available for pre-2021 vehicles TWCManager should be able to support a hybrid solution: use the API for some vehicles and fleet-telemetry for others.
All reactions