* use Unit kwatth instead of custom SQL
* replace last usage of case when with convert_km
* Naming Conventions, Descriptions & Alignments in Calculations
* use same query as in statistics
* adapt Driving Efficiency in Drives (more in line with Efficiency and Statistics)
* fix hard-coded length unit
* fix division by zero
* fix: min allowed of minWidth is 50
* a little more space here...
* fix: minWidth for auto-scaling
* accurate consumption gross (exclude charges only)
* . instead of ,
* improve consumption gross while charging
* faster consumption gross calculation
* consistent # of X for counts
* fix units of xy chart in battery health dashboard
* fix labels of xy charts & add decimals in top suc in charging stats dashboard
* change default time for trip to last 24h
* rework the query for better performance
* perf-fix
* high precision mode in statistics (consumption gross)
* typo
* same query in both dashboards - trips defaulting to high precision mode if period shorter than 10 days
* remove starting at, covered by period
* fix for periods starting and ending with charges + max one drive
* further improve accuracy in low precision mode and low data sample count
* short, fast, accurate
* fix sorting
* fix / improve condition for auto-enabling high precision mode
* Add filters for destination
Not sure about iteration, uid and version...
* Revert UID change
* Update CHANGELOG
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@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>
* Timeline: Update to catch missing drives, when one end has a geofence
* Update timeline.json
Add refresh 1h
* Added links to the Action column
Added links to the the Action entries, where it makes sense.
* Adding Missing, some adjustments
Now Odometer, Range and SoC should always have the values at the end of the slot.
* Revert uid change
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
* Add Timeline dashboard
* Changes according to https://github.com/adriankumpf/teslamate/pull/1621
Except the filter.
* Add dashboard links, fix action filter
* Fix subquery to get parking sessions
* Use preferred range to fix consumption calculation
* Remove "Missing" category
* Cast range values to numeric
* Convert temperatures
* Make Cost car specific. (Fixes#1641 )
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>