{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "", "editable": true, "gnetId": null, "graphTooltip": 0, "id": 10, "iteration": 1680458983871, "links": [], "panels": [ { "datasource": null, "description": "", "gridPos": { "h": 8, "w": 24, "x": 0, "y": 0 }, "id": 39, "options": { "content": "# Overview\n\nThis dashboard shows several figures that are relevant to whole-home power monitoring.\n\nAll of the line-graphs on this dashboard use the high resolution data, which are essentially the raw data from the power monitor. This data is updated approximately once per second, so you can zoom into the data and look at smaller time intervals if needed.\n\nThis dashboard works best with the \"time selector\" in the top right corner being left on \"Today so far\". This dashboard will not function when looking at larger intervals (anything more than 2 days), because it's essentially trying to look at hundreds of thousands or even millions of data points from the high resolution data.\n\nTo look at long-term data, you should create panels that pull data specifically from the \"rp_5min\" retention policy. Please see [this part of the docs](https://david00.github.io/rpi-power-monitor/docs/v0.3.0-beta/database-info.html#data-retention-and-continuous-queries) for more information.\n\nIf you're curious about what a specific panel shows, look for the small \"i\" icon in the top left corner of each panel. Hover your mouse over this icon and a description of the panel should appear.\n\nYou can delete this panel by clicking on the title (\"Getting Started\") and selecting Remove.\n\n#### QUICK REFERENCE\n\n- **Power**: measured in Watts (W), this shows the real-time/instantaneous demand. (This dashboard displays Real Power, but there are other types, like reactive (VAR) power and apparent/RMS power (VA) )\n- **Load** : in general, a load refers to a device that consumes power.\n- **Energy**: the amount of power over a certain interval of time. A very common unit for energy is kilowatt-hours (kWh). This is what most electrical utilities bill for.\n- **Amperage**: the amount of current, measured in Amperes (A)\n- **Power Factor**: A measure of efficiency of the load. A value of 1.0 is perfectly efficient, and anything less than 1.0 is less efficient. ", "mode": "markdown" }, "pluginVersion": "8.1.8", "title": "Getting Started", "transparent": true, "type": "text" }, { "cacheTimeout": null, "datasource": null, "description": "This is the total amount of energy your solar panels have produced.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 8 }, "hideTimeOverride": true, "id": 8, "interval": "2s", "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "groupBy": [], "measurement": "solar", "orderByTime": "ASC", "policy": "default", "query": "SELECT integral(\"power\") FROM \"solar\" WHERE (\"time\" > '2020-04-07') AND $timeFilter GROUP BY time(8h)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "integral" }, { "params": [ " / 3600000" ], "type": "math" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Solar Production", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": null, "description": "This is the total amount of energy your home has used.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 8 }, "hideTimeOverride": true, "id": 10, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "groupBy": [], "measurement": "home_load", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "integral" }, { "params": [ " / 3600000" ], "type": "math" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Home Consumption", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": null, "description": "For grid-tied solar system users only:\nThis is the amount of power you have either imported from or exported to the grid. Negative values means you overproduced. Positive values means you payed for power.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 3, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0 }, { "color": "#d44a3a", "value": 0 } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 8 }, "hideTimeOverride": true, "id": 12, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "alias": "", "groupBy": [], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "integral" }, { "params": [ " / 3600000" ], "type": "math" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Net Energy", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": null, "description": "For grid-tied solar panel system users only:\n- Consuming means you are currently importing power from the grid\n- Producing means you are currently sending power back into the grid.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 3, "mappings": [ { "options": { "< 0": { "text": "Generating" }, "> 0": { "text": "Consuming" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": null }, { "color": "#d44a3a", "value": 0 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 8 }, "hideTimeOverride": true, "id": 15, "interval": "", "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "alias": "$tag_status", "groupBy": [ { "params": [ "status" ], "type": "tag" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"power\" FROM \"net\" WHERE $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "timeFrom": "5s", "timeShift": null, "title": "Current Overall Status", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": null, "description": "The max power measured by your production CTs.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 8 }, "hideTimeOverride": true, "id": 17, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "max" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "groupBy": [], "measurement": "solar", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Peak Production", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": null, "description": "The maximum measured consumption from \"Home Power Consumption\"", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 15, "y": 8 }, "hideTimeOverride": true, "id": 19, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "max" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "groupBy": [], "measurement": "home_load", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Peak Consumption", "transparent": true, "type": "stat" }, { "datasource": null, "description": "This is an approximate cost based on a fixed rate/kWh. Set your rate in Dashboard Settings -> Variables", "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 0 } ] }, "unit": "currencyUSD" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 18, "y": 8 }, "id": 23, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "\nSELECT integral(\"power\") * [[cost_per_kWh]]/3600000 FROM \"net\" WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Today's Cost", "transparent": true, "type": "stat" }, { "datasource": null, "description": "This panel shows the current power being used at home. \n\nOne or more CTs must have their type set to `mains` for this panel to show anything. See [the docs](https://david00.github.io/rpi-power-monitor/docs/v0.3.0-beta/configuration.html#type) for more information.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Watts", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 12 }, "id": 4, "interval": "5s", "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "alias": "Home Load", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "0" ], "type": "fill" } ], "measurement": "home_load", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Home Power Usage", "transparent": true, "type": "timeseries" }, { "datasource": null, "description": "This panel shows the total power that all of your `production` CTs are measuring", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Watts", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 12 }, "id": 2, "interval": "5s", "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "alias": "Production", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "0" ], "type": "fill" } ], "measurement": "solar", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"power\") FROM \"solar\" WHERE $timeFilter GROUP BY time($__interval) fill(none)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Solar/Production Power", "transparent": true, "type": "timeseries" }, { "datasource": null, "description": "This panel shows net power consumption, which is essentially the overall \"in\" vs. \"out\" status of your electrical meter. \nIf you do not have any power generation on site, all of your usage will be input (consumption). \n\nPositive values are net consumption. \n\nNegative values are net production.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Watts", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 21 }, "id": 6, "interval": "5s", "links": [ { "title": "", "url": "" } ], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "alias": "Net Power Usage", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "0" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Net Utilization", "transparent": true, "type": "timeseries" }, { "datasource": null, "description": "This panel shows both the total amperage that your home is using, and the total amperage of all production sources.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "amp" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 21 }, "id": 21, "interval": "5s", "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "alias": "Production Amperage", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "0" ], "type": "fill" } ], "measurement": "solar", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "current" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "* -1" ], "type": "math" } ] ], "tags": [] }, { "alias": "Home Amperage", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "0" ], "type": "fill" } ], "measurement": "home_load", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "current" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "Amperage", "transparent": true, "type": "timeseries" }, { "datasource": null, "description": "Shows the last 60 days worth of production, consumption, and estimated cost, per day.\n\nIf your power monitor measures production sources, red values indicate your home consumed more power than was produced.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "kwatth" }, "overrides": [ { "matcher": { "id": "byName", "options": "Energy Used" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Solar Production" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Daily Cost" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } }, { "id": "custom.fillOpacity", "value": 0 }, { "id": "custom.lineInterpolation", "value": "smooth" }, { "id": "custom.drawStyle", "value": "line" }, { "id": "custom.axisPlacement", "value": "right" }, { "id": "unit", "value": "currencyUSD" } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 29 }, "id": 35, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "Energy Used", "groupBy": [ { "params": [ "1d" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "home_energy_5m", "orderByTime": "ASC", "policy": "rp_5min", "query": "SELECT sum(\"energy\") FROM \"rp_5min\".\"home_energy_5m\" WHERE time > now() - 60d GROUP BY time(1d) tz('${timezone}')", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "energy" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [] }, { "alias": "Solar Production", "hide": false, "query": "SELECT sum(\"energy\") FROM \"rp_5min\".\"solar_energy_5m\" WHERE time > now() - 60d GROUP BY time(1d) tz('${timezone}')", "rawQuery": true, "refId": "B" }, { "alias": "Daily Cost", "hide": false, "query": "SELECT sum(\"energy\") * [[cost_per_kWh]] FROM \"rp_5min\".\"net_energy_5m\" WHERE time > now() - 60d GROUP BY time(1d) tz('${timezone}')", "rawQuery": true, "refId": "C" } ], "timeFrom": "60d", "timeShift": null, "title": "Daily Overview", "transparent": true, "type": "timeseries" }, { "datasource": null, "description": "Shows the minimum amount of power your home consumed each day. This is what your home \"idles\" at if all non-essential loads are turned off.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 53, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 0, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "unit", "value": "time:MM/DD" }, { "id": "custom.axisLabel", "value": "Date" } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 29 }, "id": 37, "options": { "legend": { "calcs": [ "mean" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "Daily Minimum Power", "groupBy": [ { "params": [ "1d" ], "type": "time" } ], "hide": false, "measurement": "home_load_5m", "orderByTime": "ASC", "policy": "rp_5min", "refId": "Minimum Daily Power", "resultFormat": "time_series", "select": [ [ { "params": [ "power" ], "type": "field" }, { "params": [], "type": "min" } ] ], "tags": [] } ], "timeFrom": "14d", "timeShift": null, "title": "Daily Home Idle Power", "transformations": [], "transparent": true, "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 30, "style": "dark", "tags": [ "v0.3.0" ], "templating": { "list": [ { "description": null, "error": null, "hide": 2, "label": "", "name": "cost_per_kWh", "query": "0.12", "skipUrlSync": false, "type": "constant" }, { "description": "Find your timezone \"value\" by looking at the list on Wikipedia: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones", "error": null, "hide": 2, "label": null, "name": "timezone", "query": "US/Pacific", "skipUrlSync": false, "type": "constant" } ] }, "time": { "from": "now/d", "to": "now" }, "timepicker": { "refresh_intervals": [ "1s", "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Home Power Dashboard", "uid": "e8pYJFzgk2", "version": 4 }