* Added Battery heater trigger for battery_heater or battery_heater_on. Also added option to recognize value 2 on phases as three phases
* changed battery heater value to 10 for better visibility
Co-authored-by: wojciechk <wojciechk@speechmatics.com>
* Charging curve on grafana dashboards
* charging stats curve add average line
* using median instead of average
* Trace labels
* SuC curve color by age
* Add median power to DC charge curve
Inspired by #2152
* Always use charger_power
* Integrate DC charge curve into Charging Stats
* Change colors
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>
The graph shows registers just some seconds past the end, that is supposedly the time the Api delays the notification of the end of the charging session. That makes that the min range values in the legend for voltage, current and power shows zero and become useless. By adding a zero restriction to power or current, we avoid those zero registers and better restrict the charging session times. As a side effect, the right y-axis can show a better interval and the graph has more detail.