Feature request: Add Speed Efficiency Graph #2833
Replies: 2 comments
-
This would be cool, but not very easy. The API doesn't provide an instantaneous efficiency metric. Getting distance travelled over short timeframes (seconds) would be tricky because the odometer reading from the API is really coarse and imprecise. You'd have to calculate it from GPS position data. It would be a lot easier to make a histogram for power vs speed, although it would only be meaningful over large quantities of data. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have created a new grafana dashboard on my teslamate instance which I think corresponds to your feature request. And here is the dashboard: Everything is based on the "power" and "speed" columns in the "positions" table. I also hardcoded the battery capacity (56 kWh) in the theoretical range SQL query. I'd love to see something like this in the efficiency dashboard! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
What happened?
Currently the efficiency dashboard only shows temperature efficiency. It would be great if that is enhanced showing speed efficiency.
Expected Behavior
Show Wh/km usage for speed ranges, like:
100-105, 105-110, 110-115, etc.
Steps To Reproduce
No response
Relevant log output
Screenshots
No response
Additional data
No response
Type of installation
Docker
Version
1.27.1
Beta Was this translation helpful? Give feedback.
All reactions