diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index 854340b698..48ae89fdfe 100644
--- a/grafana/Dockerfile
+++ b/grafana/Dockerfile
@@ -1,6 +1,6 @@
# Ensure selecting a tag that is available for arm/v7, arm64, and amd64
# https://hub.docker.com/r/grafana/grafana/tags
-FROM grafana/grafana:11.0.1
+FROM grafana/grafana:11.2.1
ENV GF_ANALYTICS_REPORTING_ENABLED=false \
GF_AUTH_ANONYMOUS_ENABLED=false \
diff --git a/grafana/dashboards/battery-health.json b/grafana/dashboards/battery-health.json
index 22261ef8bf..ad0b1de9c3 100644
--- a/grafana/dashboards/battery-health.json
+++ b/grafana/dashboards/battery-health.json
@@ -17,7 +17,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.1.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -150,7 +150,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -298,7 +298,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -402,7 +402,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -658,7 +658,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.6",
"targets": [
{
"datasource": {
@@ -774,7 +773,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -873,7 +872,7 @@
"sizing": "auto",
"valueMode": "color"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -999,7 +998,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1246,7 +1245,7 @@
"text": {},
"valueMode": "color"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1441,7 +1440,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1541,7 +1540,7 @@
"text": {},
"valueMode": "color"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1631,14 +1630,17 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
+ "fillOpacity": 50,
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
+ "pointShape": "circle",
"pointSize": {
"fixed": 6
},
+ "pointStrokeWidth": 1,
"scaleDistribution": {
"type": "linear"
},
@@ -1675,6 +1677,33 @@
"value": "lines"
}
]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "kWh"
+ },
+ "properties": [
+ {
+ "id": "custom.pointSize.fixed",
+ "value": 5
+ }
+ ]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "M-kWh"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "dark-red",
+ "mode": "fixed"
+ }
+ }
+ ]
}
]
},
@@ -1692,37 +1721,62 @@
"placement": "bottom",
"showLegend": false
},
+ "mapping": "manual",
"series": [
{
- "name": "Odometer",
- "pointColor": {
- "field": "kWh"
+ "color": {
+ "matcher": {
+ "id": "byName",
+ "options": "kWh"
+ }
},
- "pointSize": {
- "fixed": 5,
- "max": 100,
- "min": 1
+ "frame": {
+ "matcher": {
+ "id": "byIndex",
+ "options": 0
+ }
},
- "x": "Odometer",
- "y": "kWh"
+ "x": {
+ "matcher": {
+ "id": "byName",
+ "options": "Odometer"
+ }
+ },
+ "y": {
+ "matcher": {
+ "id": "byName",
+ "options": "kWh"
+ }
+ }
},
{
- "name": "Median Odometer",
- "pointColor": {
- "fixed": "dark-red"
+ "frame": {
+ "matcher": {
+ "id": "byIndex",
+ "options": 1
+ }
},
- "x": "M-Odometer",
- "y": "M-kWh"
+ "x": {
+ "matcher": {
+ "id": "byName",
+ "options": "M-Odometer"
+ }
+ },
+ "y": {
+ "matcher": {
+ "id": "byName",
+ "options": "M-kWh"
+ }
+ }
}
],
- "seriesMapping": "manual",
"tooltip": {
"maxHeight": 600,
"mode": "single",
"sort": "none"
}
},
- "pluginVersion": "8.5.6",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1999,6 +2053,6 @@
"timezone": "browser",
"title": "Battery Health",
"uid": "jchmRiqUfXgTM",
- "version": 10,
+ "version": 11,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/charge-level.json b/grafana/dashboards/charge-level.json
index 2165f24cc1..f90f181c13 100644
--- a/grafana/dashboards/charge-level.json
+++ b/grafana/dashboards/charge-level.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.1.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -96,6 +96,7 @@
"axisLabel": "Charge Level",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
@@ -163,7 +164,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"alias": "",
@@ -350,6 +350,6 @@
"timezone": "",
"title": "Charge Level",
"uid": "WopVO_mgz",
- "version": 5,
+ "version": 6,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/charges.json b/grafana/dashboards/charges.json
index 6a6e86a66f..fe36b979d3 100644
--- a/grafana/dashboards/charges.json
+++ b/grafana/dashboards/charges.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.1"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -150,6 +150,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"sum"
@@ -161,7 +162,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -247,6 +248,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"sum"
@@ -258,7 +260,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -345,6 +347,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"sum"
@@ -356,7 +359,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -444,6 +447,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -455,7 +459,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1350,7 +1354,7 @@
"showHeader": true,
"sortBy": []
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1438,7 +1442,7 @@
"content": "From here you can check if you have \nincomplete data of **Charges** (charges without ending date)\nIf so, you may follow the official \nguide by Manually fixing data",
"mode": "markdown"
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1527,7 +1531,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1815,7 +1819,6 @@
"from": "now-3M",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -1844,6 +1847,6 @@
"timezone": "",
"title": "Charges",
"uid": "TSmNYvRRk",
- "version": 5,
+ "version": 4,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/charging-stats.json b/grafana/dashboards/charging-stats.json
index 686bd05ed3..78356afc14 100644
--- a/grafana/dashboards/charging-stats.json
+++ b/grafana/dashboards/charging-stats.json
@@ -11,7 +11,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.1.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -167,7 +167,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -256,7 +256,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -346,7 +346,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -436,7 +436,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -520,7 +520,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -606,7 +606,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -682,7 +682,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -776,7 +776,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -911,7 +911,7 @@
"unit": "short"
}
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"reverseYBuckets": false,
"targets": [
{
@@ -983,6 +983,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 35,
"gradientMode": "none",
@@ -1084,7 +1085,6 @@
"sort": "desc"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"datasource": {
@@ -1454,7 +1454,7 @@
"zoom": 15
}
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1654,14 +1654,17 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
+ "fillOpacity": 50,
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
+ "pointShape": "circle",
"pointSize": {
"fixed": 3
},
+ "pointStrokeWidth": 1,
"scaleDistribution": {
"type": "linear"
},
@@ -1700,6 +1703,18 @@
]
}
]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "B - Avg Power [kW]"
+ },
+ "properties": [
+ {
+ "id": "custom.pointSize.fixed",
+ "value": 15
+ }
+ ]
}
]
},
@@ -1711,47 +1726,86 @@
},
"id": 29,
"options": {
- "dims": {
- "exclude": [
- "charging_process_id"
- ],
- "frame": 0
- },
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
+ "mapping": "manual",
"series": [
{
- "pointColor": {
- "field": "Power [kW]"
+ "color": {
+ "matcher": {
+ "id": "byName",
+ "options": "Power [kW]"
+ }
},
- "x": "SOC [%]",
- "y": "Power [kW]"
+ "frame": {
+ "matcher": {
+ "id": "byIndex",
+ "options": 0
+ }
+ },
+ "x": {
+ "matcher": {
+ "id": "byName",
+ "options": "SOC [%]"
+ }
+ },
+ "y": {
+ "exclude": {
+ "id": "byNames",
+ "options": [
+ "charging_process_id"
+ ]
+ },
+ "matcher": {
+ "id": "byName",
+ "options": "Power [kW]"
+ }
+ }
},
{
- "pointColor": {
- "field": "B - Avg Power [kW]"
+ "color": {
+ "matcher": {
+ "id": "byName",
+ "options": "B - Avg Power [kW]"
+ }
},
- "pointSize": {
- "fixed": 15,
- "max": 100,
- "min": 1
+ "frame": {
+ "matcher": {
+ "id": "byIndex",
+ "options": 1
+ }
+ },
+ "x": {
+ "matcher": {
+ "id": "byName",
+ "options": "B - SOC [%]"
+ }
},
- "x": "B - SOC [%]",
- "y": "B - Avg Power [kW]"
+ "y": {
+ "exclude": {
+ "id": "byNames",
+ "options": [
+ "charging_process_id"
+ ]
+ },
+ "matcher": {
+ "id": "byName",
+ "options": "B - Avg Power [kW]"
+ }
+ }
}
],
- "seriesMapping": "manual",
"tooltip": {
"maxHeight": 600,
"mode": "single",
"sort": "none"
}
},
- "pluginVersion": "7.5.11",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1940,7 +1994,7 @@
"showHeader": true,
"sortBy": []
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2153,7 +2207,7 @@
"showHeader": true,
"sortBy": []
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2272,7 +2326,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2395,7 +2449,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2544,6 +2598,6 @@
"timezone": "",
"title": "Charging Stats",
"uid": "-pkIkhmRz",
- "version": 8,
+ "version": 9,
"weekStart": ""
-}
+}
\ No newline at end of file
diff --git a/grafana/dashboards/drive-stats.json b/grafana/dashboards/drive-stats.json
index b0fcb4328d..7eb389cc36 100644
--- a/grafana/dashboards/drive-stats.json
+++ b/grafana/dashboards/drive-stats.json
@@ -11,7 +11,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.1"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -118,7 +118,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -232,7 +232,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -339,7 +339,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -463,7 +463,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -577,7 +577,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -666,7 +666,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -780,7 +780,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -894,7 +894,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -987,7 +987,7 @@
"sizing": "auto",
"valueMode": "color"
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
diff --git a/grafana/dashboards/drives.json b/grafana/dashboards/drives.json
index 0fcdb29d1a..cba71662cf 100644
--- a/grafana/dashboards/drives.json
+++ b/grafana/dashboards/drives.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.1"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -151,6 +151,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"sum"
@@ -162,7 +163,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -250,6 +251,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"sum"
@@ -261,7 +263,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -368,6 +370,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"sum"
@@ -379,7 +382,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -487,6 +490,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -498,7 +502,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -549,7 +553,8 @@
"mode": "absolute",
"steps": [
{
- "color": "green"
+ "color": "green",
+ "value": null
}
]
}
@@ -698,7 +703,8 @@
"mode": "absolute",
"steps": [
{
- "color": "super-light-green"
+ "color": "super-light-green",
+ "value": null
},
{
"color": "green",
@@ -814,7 +820,8 @@
"mode": "absolute",
"steps": [
{
- "color": "super-light-blue"
+ "color": "super-light-blue",
+ "value": null
},
{
"color": "super-light-green",
@@ -1034,7 +1041,8 @@
"mode": "absolute",
"steps": [
{
- "color": "super-light-blue"
+ "color": "super-light-blue",
+ "value": null
},
{
"color": "super-light-green",
@@ -1306,7 +1314,7 @@
"showHeader": true,
"sortBy": []
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1403,7 +1411,7 @@
"content": "From here you can check if you have \nincomplete data of **Drives** (drives without ending date)\nIf so, you may follow the official \nguide by Manually fixing data",
"mode": "markdown"
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1492,7 +1500,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.1",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1731,7 +1739,6 @@
"from": "now-3M",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -1760,6 +1767,6 @@
"timezone": "",
"title": "Drives",
"uid": "Y8upc6ZRk",
- "version": 3,
+ "version": 2,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/efficiency.json b/grafana/dashboards/efficiency.json
index 2aba85cdd2..d08d68c480 100644
--- a/grafana/dashboards/efficiency.json
+++ b/grafana/dashboards/efficiency.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -158,6 +158,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -169,7 +170,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -272,6 +273,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -283,7 +285,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -386,6 +388,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -397,7 +400,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -443,6 +446,7 @@
"fieldConfig": {
"defaults": {
"custom": {
+ "align": "auto",
"cellOptions": {
"type": "auto"
},
@@ -701,7 +705,7 @@
}
]
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -804,6 +808,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -815,7 +820,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -861,6 +866,7 @@
"fieldConfig": {
"defaults": {
"custom": {
+ "align": "auto",
"cellOptions": {
"type": "auto"
},
@@ -932,7 +938,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -978,6 +984,7 @@
"fieldConfig": {
"defaults": {
"custom": {
+ "align": "auto",
"cellOptions": {
"type": "auto"
},
@@ -1049,7 +1056,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1257,7 +1264,6 @@
"from": "now-6h",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"hidden": true,
"refresh_intervals": [
@@ -1287,6 +1293,6 @@
"timezone": "",
"title": "Efficiency",
"uid": "fu4SiQgWz",
- "version": 2,
+ "version": 1,
"weekStart": ""
}
diff --git a/grafana/dashboards/internal/charge-details.json b/grafana/dashboards/internal/charge-details.json
index e6efa9aa27..42d3d2e251 100644
--- a/grafana/dashboards/internal/charge-details.json
+++ b/grafana/dashboards/internal/charge-details.json
@@ -11,7 +11,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "10.4.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -43,9 +43,9 @@
{
"builtIn": 1,
"datasource": "-- Grafana --",
+ "definition": "TeslaMate|U2FsdGVkX1/cEWK+8cz7pjEKXtzJnDN7b21ZDXt1MGneFGPWTLqOPtxKmu02mJPLzi/f29I+NBHd3vi0FB8R4Xn0+GtobWDgk6VAVSBTdSNniOKO8i2WPlhRaOsl2+hG7gnZ7wrf1Th2nxR7f1uYCrbwOek0IzkfLzrkjh7gkr6inT6bbDuJqrmogZajLxmAMrQ6V+/vHxBRGiwjJhgiEeq3hM1q2h04JKkNiZ8RHbsF5Cd/xd8Q9u0JVrZzIrtnhM/SFlaApU7RtRMu8CSj1llTX7WEOj6VDZAMSf+XUAanWdk725kEPN9MNu89o2zEq5P3E3cju8IbbBdPzXLV3oVuzD6/tMnxFToIIV1E/BrpF7s2RtNa8+KJJ1PF8xgs6m+/KTD2hy+WsP0636AgObRAmYg7+qotGrgNvpNPdE0EgrB7WHYlV7R/1q66bcq6tCe51X1Un70k+zo+K6AK0o4B1H6IyMlEVuRH/Fz8QVl9aYu2ztd08RbuKJlYVKpkH+pxVETAO9MclYQ90tzE6TfwDZrQZzsAlMenr4s1ZB1OlFXjLjVjnddnUilzO76cqv4yI2THQEuyQ47nuVQ4gUbx02K59vMQhns3C01JOAYokOaSXe66Y7QYdMlk09Lf|aes-256-cbc",
"enable": true,
"hide": true,
- "definition": "TeslaMate|U2FsdGVkX1/cEWK+8cz7pjEKXtzJnDN7b21ZDXt1MGneFGPWTLqOPtxKmu02mJPLzi/f29I+NBHd3vi0FB8R4Xn0+GtobWDgk6VAVSBTdSNniOKO8i2WPlhRaOsl2+hG7gnZ7wrf1Th2nxR7f1uYCrbwOek0IzkfLzrkjh7gkr6inT6bbDuJqrmogZajLxmAMrQ6V+/vHxBRGiwjJhgiEeq3hM1q2h04JKkNiZ8RHbsF5Cd/xd8Q9u0JVrZzIrtnhM/SFlaApU7RtRMu8CSj1llTX7WEOj6VDZAMSf+XUAanWdk725kEPN9MNu89o2zEq5P3E3cju8IbbBdPzXLV3oVuzD6/tMnxFToIIV1E/BrpF7s2RtNa8+KJJ1PF8xgs6m+/KTD2hy+WsP0636AgObRAmYg7+qotGrgNvpNPdE0EgrB7WHYlV7R/1q66bcq6tCe51X1Un70k+zo+K6AK0o4B1H6IyMlEVuRH/Fz8QVl9aYu2ztd08RbuKJlYVKpkH+pxVETAO9MclYQ90tzE6TfwDZrQZzsAlMenr4s1ZB1OlFXjLjVjnddnUilzO76cqv4yI2THQEuyQ47nuVQ4gUbx02K59vMQhns3C01JOAYokOaSXe66Y7QYdMlk09Lf|aes-256-cbc",
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"target": {
@@ -61,6 +61,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
+ "id": null,
"links": [
{
"icon": "dashboard",
@@ -101,6 +102,7 @@
"axisSoftMax": 100,
"axisSoftMin": 0,
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
@@ -392,7 +394,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"alias": "",
@@ -486,6 +487,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -497,7 +499,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -605,6 +607,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -616,7 +619,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -714,6 +717,7 @@
"graphMode": "area",
"justifyMode": "center",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -725,7 +729,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -957,7 +961,7 @@
"zoom": 15
}
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1059,6 +1063,7 @@
"graphMode": "area",
"justifyMode": "center",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -1070,7 +1075,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1221,6 +1226,7 @@
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -1233,7 +1239,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1349,6 +1355,7 @@
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -1361,7 +1368,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1514,6 +1521,7 @@
"graphMode": "area",
"justifyMode": "center",
"orientation": "vertical",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -1526,7 +1534,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "10.4.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "Real",
@@ -1725,14 +1733,17 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
+ "fillOpacity": 50,
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
+ "pointShape": "circle",
"pointSize": {
"fixed": 5
},
+ "pointStrokeWidth": 1,
"scaleDistribution": {
"type": "linear"
},
@@ -1775,6 +1786,21 @@
"value": 1
}
]
+ },
+ {
+ "matcher": {
+ "id": "byName",
+ "options": "avg Power [kW]"
+ },
+ "properties": [
+ {
+ "id": "color",
+ "value": {
+ "fixedColor": "blue",
+ "mode": "fixed"
+ }
+ }
+ ]
}
]
},
@@ -1792,27 +1818,55 @@
"placement": "bottom",
"showLegend": false
},
+ "mapping": "manual",
"series": [
{
- "pointColor": {},
- "x": "SOC [%]",
- "y": "Power [kW]"
+ "frame": {
+ "matcher": {
+ "id": "byIndex",
+ "options": 0
+ }
+ },
+ "x": {
+ "matcher": {
+ "id": "byName",
+ "options": "SOC [%]"
+ }
+ },
+ "y": {
+ "matcher": {
+ "id": "byName",
+ "options": "Power [kW]"
+ }
+ }
},
{
- "pointColor": {
- "fixed": "blue"
+ "frame": {
+ "matcher": {
+ "id": "byIndex",
+ "options": 1
+ }
+ },
+ "x": {
+ "matcher": {
+ "id": "byName",
+ "options": "avg SOC [%]"
+ }
},
- "x": "avg SOC [%]",
- "y": "avg Power [kW]"
+ "y": {
+ "matcher": {
+ "id": "byName",
+ "options": "avg Power [kW]"
+ }
+ }
}
],
- "seriesMapping": "manual",
"tooltip": {
"mode": "single",
"sort": "none"
}
},
- "pluginVersion": "7.5.11",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1917,7 +1971,7 @@
"name": "charging_process_id",
"options": [
{
- "selected": false,
+ "selected": true,
"text": "NULL",
"value": "NULL"
}
@@ -2072,6 +2126,6 @@
"timezone": "",
"title": "Charge Details",
"uid": "BHhxFeZRz",
- "version": 3,
+ "version": 5,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/internal/drive-details.json b/grafana/dashboards/internal/drive-details.json
index bc284154f1..e37d51615a 100644
--- a/grafana/dashboards/internal/drive-details.json
+++ b/grafana/dashboards/internal/drive-details.json
@@ -17,7 +17,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -109,6 +109,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 5,
"gradientMode": "opacity",
@@ -675,7 +676,7 @@
"zoom": 15
}
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -788,6 +789,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 5,
"gradientMode": "opacity",
@@ -951,6 +953,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 5,
"gradientMode": "opacity",
@@ -1222,6 +1225,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 5,
"gradientMode": "opacity",
@@ -1256,8 +1260,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
},
{
"color": "red",
@@ -1497,8 +1500,7 @@
"mode": "absolute",
"steps": [
{
- "color": "super-light-blue",
- "value": null
+ "color": "super-light-blue"
}
]
},
@@ -1519,6 +1521,7 @@
"graphMode": "area",
"justifyMode": "center",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -1530,7 +1533,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1610,8 +1613,7 @@
"mode": "absolute",
"steps": [
{
- "color": "text",
- "value": null
+ "color": "text"
}
]
},
@@ -1632,6 +1634,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -1643,7 +1646,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1698,8 +1701,7 @@
"mode": "absolute",
"steps": [
{
- "color": "text",
- "value": null
+ "color": "text"
}
]
},
@@ -1719,6 +1721,7 @@
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -1730,7 +1733,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1805,8 +1808,7 @@
"mode": "absolute",
"steps": [
{
- "color": "super-light-green",
- "value": null
+ "color": "super-light-green"
}
]
}
@@ -1862,7 +1864,6 @@
"xTickLabelRotation": 0,
"xTickLabelSpacing": 0
},
- "pluginVersion": "10.4.0",
"targets": [
{
"datasource": {
@@ -1956,8 +1957,7 @@
"mode": "absolute",
"steps": [
{
- "color": "semi-dark-green",
- "value": null
+ "color": "semi-dark-green"
}
]
},
@@ -2003,6 +2003,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -2014,7 +2015,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2067,8 +2068,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
}
]
}
@@ -2087,6 +2087,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "vertical",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -2099,7 +2100,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2229,8 +2230,7 @@
"mode": "absolute",
"steps": [
{
- "color": "light-yellow",
- "value": null
+ "color": "light-yellow"
}
]
},
@@ -2251,6 +2251,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -2262,7 +2263,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2316,8 +2317,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
},
{
"color": "yellow",
@@ -2370,6 +2370,7 @@
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -2381,7 +2382,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2455,8 +2456,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
}
]
}
@@ -2500,6 +2500,7 @@
"graphMode": "area",
"justifyMode": "center",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -2511,7 +2512,7 @@
"textMode": "value",
"wideLayout": false
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2578,7 +2579,7 @@
"name": "drive_id",
"options": [
{
- "selected": false,
+ "selected": true,
"text": "NULL",
"value": "NULL"
}
@@ -2764,6 +2765,10 @@
}
]
},
+ "time": {
+ "from": "now-6h",
+ "to": "now"
+ },
"timepicker": {
"refresh_intervals": [],
"time_options": []
@@ -2771,6 +2776,6 @@
"timezone": "",
"title": "Drive Details",
"uid": "zm7wN6Zgz",
- "version": 6,
+ "version": 7,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/locations.json b/grafana/dashboards/locations.json
index 24288b45c8..c772a7c959 100644
--- a/grafana/dashboards/locations.json
+++ b/grafana/dashboards/locations.json
@@ -11,7 +11,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -115,6 +115,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -126,9 +127,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -154,11 +159,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Total addresses",
@@ -203,6 +204,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -214,9 +216,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -242,11 +248,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Cities",
@@ -291,6 +293,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -302,9 +305,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -330,11 +337,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "States",
@@ -379,6 +382,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -390,9 +394,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -418,11 +426,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Countries",
@@ -482,9 +486,13 @@
"sizing": "auto",
"valueMode": "color"
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -508,11 +516,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Cities",
@@ -572,9 +576,13 @@
"sizing": "auto",
"valueMode": "color"
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -600,11 +608,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "States",
@@ -701,9 +705,13 @@
}
]
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -729,11 +737,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Last visited",
@@ -775,8 +779,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
},
{
"color": "red",
@@ -967,9 +970,12 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -995,11 +1001,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Addresses",
@@ -1037,8 +1039,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
},
{
"color": "red",
@@ -1137,9 +1138,12 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -1163,11 +1167,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Geo-fences",
@@ -1260,7 +1260,6 @@
"from": "now-30d",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"hidden": true,
"refresh_intervals": [
@@ -1290,6 +1289,6 @@
"timezone": "",
"title": "Locations",
"uid": "ZzhF-aRWz",
- "version": 2,
+ "version": 3,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/mileage.json b/grafana/dashboards/mileage.json
index 21703fc2e7..498c794da6 100644
--- a/grafana/dashboards/mileage.json
+++ b/grafana/dashboards/mileage.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -95,6 +95,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 20,
"gradientMode": "opacity",
@@ -200,7 +201,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"alias": "",
@@ -321,7 +321,6 @@
"from": "now-6M",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -350,6 +349,6 @@
"timezone": "",
"title": "Mileage",
"uid": "NjtMTFggz",
- "version": 1,
+ "version": 2,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/overview.json b/grafana/dashboards/overview.json
index ae384b04a3..ff5dd5f67d 100644
--- a/grafana/dashboards/overview.json
+++ b/grafana/dashboards/overview.json
@@ -11,7 +11,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.1.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -148,7 +148,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -330,7 +330,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -417,7 +417,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -515,6 +515,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
@@ -590,7 +591,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"datasource": {
@@ -705,7 +705,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -812,7 +812,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -927,7 +927,7 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1048,7 +1048,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1155,7 +1155,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1277,7 +1277,7 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1330,6 +1330,7 @@
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
@@ -1496,7 +1497,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"datasource": {
@@ -1616,7 +1616,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1732,7 +1732,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -1837,7 +1837,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2167,6 +2167,6 @@
"timezone": "",
"title": "Overview",
"uid": "kOuP_Fggz",
- "version": 9,
+ "version": 12,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/projected-range.json b/grafana/dashboards/projected-range.json
index 19ac772f45..7de9edd7b4 100644
--- a/grafana/dashboards/projected-range.json
+++ b/grafana/dashboards/projected-range.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -111,6 +111,7 @@
"axisLabel": "Projected Range",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "opacity",
@@ -201,7 +202,6 @@
"sort": "none"
}
},
- "pluginVersion": "10.2.1",
"targets": [
{
"alias": "",
@@ -321,8 +321,7 @@
"mode": "absolute",
"steps": [
{
- "color": "green",
- "value": null
+ "color": "green"
},
{
"color": "red",
@@ -379,7 +378,6 @@
"sort": "none"
}
},
- "pluginVersion": "10.2.1",
"targets": [
{
"alias": "",
@@ -602,7 +600,6 @@
"sort": "none"
}
},
- "pluginVersion": "10.2.1",
"targets": [
{
"alias": "",
@@ -867,7 +864,6 @@
"from": "now-6M",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -896,6 +892,6 @@
"timezone": "",
"title": "Projected Range",
"uid": "riqUfXgRz",
- "version": 2,
+ "version": 3,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/states.json b/grafana/dashboards/states.json
index fa23dac62a..b26729bfb1 100644
--- a/grafana/dashboards/states.json
+++ b/grafana/dashboards/states.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -125,6 +125,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -136,9 +137,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -164,11 +169,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Last state change",
@@ -214,6 +215,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -225,9 +227,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -253,11 +259,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Current State",
@@ -315,6 +317,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -326,9 +329,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "time_series",
"group": [],
"metricColumn": "none",
@@ -354,11 +361,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "parked (%)",
@@ -469,6 +472,10 @@
},
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "time_series",
"group": [],
"metricColumn": "none",
@@ -494,11 +501,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "States",
@@ -564,7 +567,6 @@
"from": "now-2d",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -593,6 +595,6 @@
"timezone": "",
"title": "States",
"uid": "xo4BNRkZz",
- "version": 1,
+ "version": 2,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/statistics.json b/grafana/dashboards/statistics.json
index 04097fd2a4..932284d434 100644
--- a/grafana/dashboards/statistics.json
+++ b/grafana/dashboards/statistics.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -546,10 +546,14 @@
}
]
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"repeatDirection": "h",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -575,13 +579,13 @@
"params": [],
"type": "macro"
}
- ],
+ ]
+ },
+ {
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "TeslaMate"
- }
- },
- {
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -605,13 +609,13 @@
"params": [],
"type": "macro"
}
- ],
+ ]
+ },
+ {
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "TeslaMate"
- }
- },
- {
+ },
"format": "table",
"group": [],
"hide": false,
@@ -636,11 +640,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "per ${period}",
@@ -994,7 +994,6 @@
"from": "now-10y",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -1012,6 +1011,6 @@
"timezone": "",
"title": "Statistics",
"uid": "1EZnXszMk",
- "version": 1,
+ "version": 3,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/timeline.json b/grafana/dashboards/timeline.json
index f0a5664c3b..7f7c2980f7 100644
--- a/grafana/dashboards/timeline.json
+++ b/grafana/dashboards/timeline.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.1.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -567,7 +567,7 @@
}
]
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -877,6 +877,6 @@
"timezone": "",
"title": "Timeline",
"uid": "SUBgwtigz",
- "version": 6,
+ "version": 7,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/trip.json b/grafana/dashboards/trip.json
index c0b020fbf0..d9a246639b 100644
--- a/grafana/dashboards/trip.json
+++ b/grafana/dashboards/trip.json
@@ -17,7 +17,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -230,7 +230,7 @@
"zoom": 15
}
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -358,6 +358,7 @@
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -369,9 +370,13 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -397,11 +402,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "stat"
@@ -513,6 +514,10 @@
},
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "time_series",
"group": [],
"metricColumn": "none",
@@ -538,13 +543,13 @@
"params": [],
"type": "macro"
}
- ],
+ ]
+ },
+ {
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "TeslaMate"
- }
- },
- {
+ },
"format": "time_series",
"group": [],
"metricColumn": "none",
@@ -570,11 +575,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "piechart"
@@ -662,6 +663,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -673,9 +675,13 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -701,11 +707,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "stat"
@@ -782,6 +784,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -793,9 +796,13 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -821,11 +828,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "stat"
@@ -904,6 +907,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -916,9 +920,13 @@
"textMode": "auto",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -944,11 +952,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "stat"
@@ -1027,6 +1031,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -1038,9 +1043,13 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -1066,11 +1075,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "stat"
@@ -1126,6 +1131,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -1137,9 +1143,13 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -1165,11 +1175,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "stat"
@@ -1232,9 +1238,13 @@
"sizing": "auto",
"valueMode": "color"
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -1260,13 +1270,13 @@
"params": [],
"type": "macro"
}
- ],
+ ]
+ },
+ {
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "TeslaMate"
- }
- },
- {
+ },
"format": "table",
"group": [],
"hide": false,
@@ -1293,11 +1303,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"type": "bargauge"
@@ -1407,6 +1413,10 @@
},
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "time_series",
"group": [],
"metricColumn": "none",
@@ -1432,11 +1442,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"transparent": true,
@@ -1786,7 +1792,7 @@
}
]
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -1847,7 +1853,8 @@
"mode": "absolute",
"steps": [
{
- "color": "green"
+ "color": "green",
+ "value": null
},
{
"color": "red",
@@ -2163,7 +2170,8 @@
"mode": "absolute",
"steps": [
{
- "color": "#96D98D"
+ "color": "#96D98D",
+ "value": null
},
{
"color": "#56A64B",
@@ -2272,7 +2280,9 @@
},
"id": 36,
"options": {
+ "cellHeight": "sm",
"footer": {
+ "countRows": false,
"fields": "",
"reducer": [
"sum"
@@ -2287,7 +2297,7 @@
}
]
},
- "pluginVersion": "8.5.4",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -2342,9 +2352,13 @@
"mode": "palette-classic"
},
"custom": {
+ "axisBorderShow": false,
+ "axisCenteredZero": false,
+ "axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
@@ -2353,6 +2367,7 @@
"tooltip": false,
"viz": false
},
+ "insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
@@ -2375,7 +2390,8 @@
"mode": "absolute",
"steps": [
{
- "color": "green"
+ "color": "green",
+ "value": null
},
{
"color": "red",
@@ -2475,7 +2491,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"datasource": {
@@ -2524,9 +2539,13 @@
"mode": "palette-classic"
},
"custom": {
+ "axisBorderShow": false,
+ "axisCenteredZero": false,
+ "axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
+ "barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
@@ -2535,6 +2554,7 @@
"tooltip": false,
"viz": false
},
+ "insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
@@ -2556,7 +2576,8 @@
"mode": "absolute",
"steps": [
{
- "color": "green"
+ "color": "green",
+ "value": null
},
{
"color": "red",
@@ -2635,7 +2656,6 @@
"sort": "none"
}
},
- "pluginVersion": "8.5.4",
"targets": [
{
"datasource": {
@@ -2847,7 +2867,6 @@
"from": "now/d",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -2876,6 +2895,6 @@
"timezone": "",
"title": "Trip",
"uid": "FkUpJpQZk",
- "version": 2,
+ "version": 3,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/updates.json b/grafana/dashboards/updates.json
index 1334654f40..c991ba43f3 100644
--- a/grafana/dashboards/updates.json
+++ b/grafana/dashboards/updates.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.1.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -129,9 +129,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -157,11 +161,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Updates",
@@ -213,9 +213,13 @@
"textMode": "value",
"wideLayout": true
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
+ "datasource": {
+ "type": "grafana-postgresql-datasource",
+ "uid": "TeslaMate"
+ },
"format": "table",
"group": [],
"metricColumn": "none",
@@ -241,11 +245,7 @@
"params": [],
"type": "macro"
}
- ],
- "datasource": {
- "type": "grafana-postgresql-datasource",
- "uid": "TeslaMate"
- }
+ ]
}
],
"title": "Median time between updates",
@@ -511,7 +511,7 @@
}
]
},
- "pluginVersion": "11.1.0",
+ "pluginVersion": "11.2.0",
"scroll": true,
"showHeader": true,
"sort": {
@@ -800,6 +800,6 @@
"timezone": "",
"title": "Updates",
"uid": "IiC07mgWz",
- "version": 2,
+ "version": 3,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/vampire-drain.json b/grafana/dashboards/vampire-drain.json
index 7d16a3d38f..e897a8b4ac 100644
--- a/grafana/dashboards/vampire-drain.json
+++ b/grafana/dashboards/vampire-drain.json
@@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -548,7 +548,7 @@
},
"showHeader": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
@@ -749,7 +749,6 @@
"from": "now-90d",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -778,6 +777,6 @@
"timezone": "",
"title": "Vampire Drain",
"uid": "zhHx2Fggk",
- "version": 1,
+ "version": 2,
"weekStart": ""
}
\ No newline at end of file
diff --git a/grafana/dashboards/visited.json b/grafana/dashboards/visited.json
index ed7cea3c5b..bd94a19a5d 100644
--- a/grafana/dashboards/visited.json
+++ b/grafana/dashboards/visited.json
@@ -11,7 +11,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "11.0.0"
+ "version": "11.2.0"
},
{
"type": "datasource",
@@ -202,7 +202,7 @@
"zoom": 15
}
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -271,6 +271,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
@@ -282,7 +283,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -417,6 +418,7 @@
"graphMode": "none",
"justifyMode": "center",
"orientation": "vertical",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -428,7 +430,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -593,6 +595,7 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
+ "percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"mean"
@@ -604,7 +607,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
- "pluginVersion": "11.0.0",
+ "pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
@@ -738,7 +741,6 @@
"from": "now-90d",
"to": "now"
},
- "timeRangeUpdatedDuringEditOrView": false,
"timepicker": {
"refresh_intervals": [
"5s",
@@ -767,6 +769,6 @@
"timezone": "",
"title": "Visited",
"uid": "RG_DxSmgk",
- "version": 3,
+ "version": 5,
"weekStart": ""
}
\ No newline at end of file