Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Tesla live dashboard (Python, simple install)

This site may earn commission on affiliate links.
I've made a simple live dashboard in just 51 lines of python code. If you're interested, you can get it (plus installation instructions) here: https://github.com/josefjahn/tesla_dashboard_backend

This simple script polls the tesla API and feeds this into elasticsearch. You can then use kibana or grafana to visualize the data quite easily, creating things like live position on the map, heatmap over a period of time, or graphs for the SOC, vehicle speed, and other things.

The script also ensures that your car can go to sleep properly, with the downside that you may miss a few minutes of the start of a new drive.

kibana.png