Commit Graph

48 Commits

Author SHA1 Message Date
Matthias Wirtz
bdf4e4e3f0 perf: improvement and deprecated syntax removal (#4304)
* always use ideal_battery_range_km in conditions (to make use of index)

* remove deprecated var syntax
2024-10-27 08:31:14 +01:00
Matthias Wirtz
d5cb2c652f perf: exclude streaming date when getting battery level (#4286) 2024-10-21 13:24:28 +02:00
Matthias Wirtz
1c2fa7830f multiple cars, same name, add vin next to name (#4230) 2024-09-29 11:19:42 +02:00
Gabriele
f5d981248d increase max battery charge gauge threshold to 101 in case of LFP (#4191)
* 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
2024-09-28 15:25:51 +02:00
Alan Castro
8cae4d83bc feat: display vehicle VIN as a fallback for vehicle name on grafana dashboards (#4198)
Co-authored-by: Alan Castro <arcastroe@gmail.com>
2024-09-15 09:57:20 +02:00
jlestel
60135c1433 Fix hard coded informations (timezone and orgId) (#4056)
Co-authored-by: Julien <julien@citio.digital>
2024-07-08 13:53:42 +02:00
Matthias Wirtz
a50bc74de4 use lfp_battery setting in dashboards & speed up updates dashboard (#4051)
* use lfp_battery setting in dashboards

* query perf. improvements in updates dashboard
2024-07-07 10:49:06 +02:00
JakobLichterfeld
39fd88866f update overview dashboard to fix units for energy consumption (#4048)
* update overview dashboard to fix units for energy consumption

* doc: update changelog
2024-07-06 19:41:24 +02:00
DrMichael
7e73f890d3 Update overview.json: fix Net (#4045)
Readd Wh/km and Wh/mi
2024-07-06 12:38:04 +02:00
DrMichael
326017d901 Update overview.json: Add Distance (#4034)
New version based on latest master
2024-07-05 16:50:33 +02:00
Matthias Wirtz
6f3757f5b1 Grafana & Dashboard improvements (#4019) 2024-07-02 18:29:01 +02:00
Matthias Wirtz
6615acbc71 Integrate LFP specific dashboards into regular dashboards (#3966)
* Remove LFP Dashboards

* update LFP detect via VIN based on latest info available
2024-06-18 14:45:26 +02:00
DrMichael
d2484e7c77 Update overview.json: add time range to charges links (#3758)
When following the charges links, the time range should be preserved...
2024-03-23 10:57:12 +01:00
DrMichael
1a0d9c7db0 Update overview.json: add time range to states link (#3757) 2024-03-23 10:56:10 +01:00
Sjors
fa3e58bf75 Fix link to Charge Level dashboard (#3263)
* 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>
2023-11-13 17:12:42 +01:00
jlestel
2261cc4ed7 Fix: broken links when orgId is not 1 (#3380)
* fix: broken links when orgId is not 1

* fix

---------

Co-authored-by: Julien <julien@citio.digital>
2023-11-12 18:28:12 +01:00
Adrian Kumpf
04d30765cf Migrate remaining timeseries panels 2022-06-24 23:08:49 +02:00
Adrian Kumpf
dadf77fd35 Add 'string' unit to software version field
Related to #2381
2022-01-27 16:01:29 +01:00
Adrian Kumpf
b4b33af497 Migrate discrete-panels to native timeline panel 2022-01-21 17:31:38 +01:00
Lee Willis
a74786aa42 Car display priorities (pass 1) (#1904)
* 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>
2021-08-31 17:16:07 +02:00
Toni
d7afc82330 Add battery heater info into Overview / Charging Details and Charge Details dashboards (#1428) 2021-03-13 12:18:02 +01:00
DrMichael
2d9a25941e Fix: "Gross" Panel under Overview looks smaller than others (#1363)
Fixes https://github.com/adriankumpf/teslamate/issues/1362
2021-02-21 11:09:45 +01:00
DrMichael
3c78c5af30 Reenable temperature in charges dashboard (#1213)
* 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>
2021-01-21 16:30:31 +01:00
Lauri Andler
533e4c0a23 Fix unit of measurement for charge added shown in overview, documentation to be correct (#1061)
* 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)
2020-10-30 12:05:23 +01:00
Peter Boothby
0f9a263f30 Fix overlapping timestamps in Discrete map (#995)
Fix overlapping timestamps in Discrete map of state changes by adding 1 second to start times for charging_processes, drives and updates tables.
2020-10-11 18:15:44 +02:00
Markus Bertheau
d08fbfd632 Always show 0% and 100% when state of charge is shown in a diagram (#980)
This affects:

- the charge level panel the overview dashboard
- the charge level dashboard
2020-10-11 17:49:25 +02:00
DrMichael
61488653ce Fix typos (#971) 2020-10-04 12:32:36 +02:00
DrMichael
ec4892cd90 Change colours of pie chart in Trip, add efficiency to Overview (#970)
* 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
2020-10-04 11:59:37 +02:00
Kosta
d9682b3893 add the "shared crosshair" setting to some of the dashboard (#932)
Co-authored-by: Konstantin Baumann <konstantin.baumann@autodesk.com>
2020-09-24 11:19:14 +02:00
Adrian Kumpf
b280e87ebe Enable includeAll option on all dashboards w/ repeating rows 2020-08-27 20:04:44 +02:00
Adrian Kumpf
a6b796e20b Migrate Overview Dashboard 2020-08-27 20:04:44 +02:00
Adrian Kumpf
f29a44c66e Set default datasources and hide dashboard variables 2020-07-28 22:16:06 +02:00
Adrian Kumpf
edc0b5d964 Optimize conversion helper functions 2020-05-30 13:02:28 +02:00
Adrian Kumpf
43e488bb51 Show most recent driver temp setting while driving 2020-05-29 17:28:40 +02:00
Adrian Kumpf
1274f137c9 Hide stale temperatures
Fixes #735
2020-05-25 19:34:38 +02:00
Dulanic
df9fbf2425 Added kW Added metric. (#690)
Added total energy added to chart as old chart typically was just 4 lines straight across.
2020-05-12 12:50:27 +02:00
wooter
c3db02ecbb Charging indicator tweak (#651)
Charging piechart indicator: yellow from 81%, red from 91%.
2020-04-27 13:58:20 +02:00
Adrian Kumpf
ad5ce35b7d Tweak states query
Fixes #553
2020-04-06 13:07:27 +02:00
Adrian Kumpf
512ecd7235 Update dashboards to handle streamed data 2020-03-28 15:52:35 +01:00
Adrian Kumpf
70cbec167e Restrict states graphs to the selected period 2020-03-18 15:35:43 +01:00
DrMichael
361d4d5cd9 Add states to overview dashboard (#520)
* Added States to Overview

* Added \n at the end
2020-03-18 15:25:02 +01:00
Adrian Kumpf
10ba81124c Display odometer in desired units
Fixes #472
2020-02-23 22:56:15 +01:00
Adrian Kumpf
387f6917eb Speed up overview dashboard queries 2020-02-23 12:23:57 +01:00
Adrian Kumpf
6bf06c6d71 Add dashboard links 2020-02-23 12:23:57 +01:00
Adrian Kumpf
55a9a77a23 Change legend position
Closes #383
2020-02-10 14:23:08 +01:00
Adrian Kumpf
1b887bc228 Show latest voltage and power while charging
Closes #289
2020-01-23 12:44:57 +01:00
Adrian Kumpf
4563666aef Use preferred range
Closes #322
2020-01-23 12:44:57 +01:00
Adrian Kumpf
ec477f56bc Sync dashboard files 2020-01-22 15:52:50 +01:00