Skip to content

Commit

Permalink
Add Links to Dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Dec 27, 2019
1 parent ca7abe5 commit d250f78
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions TeslaLogger/Grafana/Trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"link": true,
"linkTooltip": "",
"linkTooltip": "Verbrauch",
"linkUrl": "d/zm7wN6Zgz/verbrauch?orgId=1&from=${__cell_4}&to=${__cell_5}",
"mappingType": 1,
"pattern": "StartDate",
Expand Down Expand Up @@ -185,6 +185,10 @@
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"link": true,
"linkTargetBlank": true,
"linkTooltip": "Alle Verbräuche - ScanMyTesla",
"linkUrl": "d/eMEMotRgk/alle-verbrauche-scanmytesla?orgId=1&from=${__cell_4}&to=${__cell_5}",
"mappingType": 1,
"pattern": "consumption_kWh",
"thresholds": [],
Expand All @@ -203,6 +207,7 @@
"decimals": 2,
"link": true,
"linkTargetBlank": true,
"linkTooltip": "Add Geofence ",
"linkUrl": "http://raspberry/admin/geoadd.php?lat=${__cell_0}&lng=${__cell_1}",
"mappingType": 1,
"pattern": "Start_address",
Expand All @@ -222,7 +227,7 @@
"decimals": 2,
"link": true,
"linkTargetBlank": true,
"linkTooltip": "",
"linkTooltip": "Add Geofence",
"linkUrl": "http://raspberry/admin/geoadd.php?lat=${__cell_2}&lng=${__cell_3}",
"mappingType": 1,
"pattern": "End_address",
Expand Down Expand Up @@ -272,6 +277,10 @@
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"link": true,
"linkTargetBlank": true,
"linkTooltip": "HVAC - ScanMyTesla",
"linkUrl": "d/dL76LVmRk/hvac-scanmytesla?orgId=1&from=${__cell_4}&to=${__cell_5}",
"mappingType": 1,
"pattern": "outside_temp_avg",
"thresholds": [],
Expand Down Expand Up @@ -468,5 +477,5 @@
"timezone": "",
"title": "Trip",
"uid": "Y8upc6ZRk",
"version": 75
"version": 77
}

0 comments on commit d250f78

Please sign in to comment.