Skip to content

Commit

Permalink
Add Powerwall+ section for grouping graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Feb 22, 2022
1 parent 22fd77d commit 970fd5a
Showing 1 changed file with 159 additions and 144 deletions.
303 changes: 159 additions & 144 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,158 @@
"alignLevel": null
}
},
{
"aliasColors": {
"Solar Energy": "yellow"
},
"bars": true,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 5,
"w": 24,
"x": 0,
"y": 39
},
"hiddenSeries": false,
"id": 30,
"interval": "",
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": false,
"total": false,
"values": false
},
"lines": false,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "Solar Energy Year",
"color": "#FADE2A"
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "Solar Energy Year",
"groupBy": [
{
"params": [
"1d"
],
"type": "time"
},
{
"params": [
"0"
],
"type": "fill"
}
],
"measurement": "http",
"orderByTime": "ASC",
"policy": "kwh",
"query": "SELECT sum(\"solar\") FROM \"kwh\".\"http\" WHERE (\"solar\" > 0) AND $timeFilter GROUP BY time(1d) fill(0) tz('America/Los_Angeles')",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"solar"
],
"type": "field"
},
{
"params": [],
"type": "sum"
}
]
],
"tags": [
{
"key": "solar",
"operator": ">",
"value": "0"
}
],
"tz": "America/Los_Angeles"
}
],
"thresholds": [],
"timeFrom": "12M",
"timeRegions": [],
"timeShift": null,
"title": "Solar Energy Year",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": true,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "kwatth",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"datasource": null,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 44
},
"id": 37,
"panels": [],
"title": "Powerwall+",
"type": "row"
},
{
"aliasColors": {
"Solar Energy": "yellow"
Expand All @@ -2417,7 +2569,7 @@
"h": 5,
"w": 8,
"x": 0,
"y": 39
"y": 45
},
"hiddenSeries": false,
"id": 32,
Expand Down Expand Up @@ -3097,7 +3249,7 @@
"h": 5,
"w": 8,
"x": 8,
"y": 39
"y": 45
},
"hiddenSeries": false,
"id": 33,
Expand Down Expand Up @@ -3777,7 +3929,7 @@
"h": 5,
"w": 8,
"x": 16,
"y": 39
"y": 45
},
"hiddenSeries": false,
"id": 31,
Expand Down Expand Up @@ -4465,7 +4617,7 @@
"h": 6,
"w": 12,
"x": 0,
"y": 44
"y": 50
},
"hiddenSeries": false,
"id": 34,
Expand Down Expand Up @@ -4694,13 +4846,14 @@
"dashLength": 10,
"dashes": false,
"datasource": null,
"decimals": 1,
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 44
"y": 50
},
"hiddenSeries": false,
"id": 35,
Expand Down Expand Up @@ -4993,144 +5146,6 @@
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {
"Solar Energy": "yellow"
},
"bars": true,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 5,
"w": 24,
"x": 0,
"y": 50
},
"hiddenSeries": false,
"id": 30,
"interval": "",
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"show": false,
"total": false,
"values": false
},
"lines": false,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "Solar Energy Year",
"color": "#FADE2A"
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "Solar Energy Year",
"groupBy": [
{
"params": [
"1d"
],
"type": "time"
},
{
"params": [
"0"
],
"type": "fill"
}
],
"measurement": "http",
"orderByTime": "ASC",
"policy": "kwh",
"query": "SELECT sum(\"solar\") FROM \"kwh\".\"http\" WHERE (\"solar\" > 0) AND $timeFilter GROUP BY time(1d) fill(0) tz('America/Los_Angeles')",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"solar"
],
"type": "field"
},
{
"params": [],
"type": "sum"
}
]
],
"tags": [
{
"key": "solar",
"operator": ">",
"value": "0"
}
],
"tz": "America/Los_Angeles"
}
],
"thresholds": [],
"timeFrom": "12M",
"timeRegions": [],
"timeShift": null,
"title": "Solar Energy Year",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": true,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "kwatth",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": false
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
}
],
"refresh": "5m",
Expand Down Expand Up @@ -5161,5 +5176,5 @@
"timezone": "browser",
"title": "Powerwall",
"uid": "RSDbqvRRz",
"version": 19
"version": 20
}

0 comments on commit 970fd5a

Please sign in to comment.