* increase max battery charge gauge threshold to 101 in case of LFP
fixes visualization issue of gauge turning "red" in case of 100% battery charged on lfp teslas
* overview dashboard version bump
* Fix link to Charge Level dashboard (DrM: not sure, whether that makes it through)
I noticed this link that should probably go to the charge level dashboard.
Also, semi-related, is there a reason all the uid's are random numbers? These are the uid's that appear in the URL of the dasboard. I changed them on my instance to more readable uid's, is this something that would be approved if I changed all the uid's of the dashboards, and fix all the links? The only breaking change I can foresee is bookmarked dashboards become invalid.
* Change wording from "median" to "average" since the mean is calculated
Median is a different calculation than average/mean. I don't think Grafana even supports calculating the median.
---------
Co-authored-by: DrMichael <DrMichael@users.noreply.github.com>
* Add display_priority column to cars table
* Respect display_priority in grafana, falling back to name
* Use smallint for priority rather than int
* Update missed dashboards to respect car priorities
Co-authored-by: Lee Willis <lee@ademti-software.co.uk>
* Reenable temperature in charges dashboard
* Overview dashboard: updated temperatures to use same TZ comparison
And extended the back period to 60m. Cannot have changed too much in one hour.
* Use UNIX-style line endings
* Revert unrelated changes
* Re-add custom colors
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
* Fix units of charge energy added to be correct
The name of the measurement didn't make sense, since it is plotting added energy but was using an unit of power (kW). Changed to make sense.
* Fix unit of energy added
Documentation was using the wrong unit for energy added, fixed.
* Fix unit of energy added
Documentation was using unit of power (kW) for measuring energy added. Fixed to use the correct unit (kWh)
* Change colours in pie chart
* Add efficiency to overview
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload