| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 | {    "annotations": {      "list": [        {          "builtIn": 1,          "datasource": "-- Grafana --",          "enable": true,          "hide": true,          "iconColor": "rgba(0, 211, 255, 1)",          "name": "Annotations & Alerts",          "type": "dashboard"        }      ]    },    "editable": true,    "gnetId": null,    "graphTooltip": 0,    "id": 1,    "links": [],    "panels": [      {        "datasource": null,        "description": "",        "fieldConfig": {          "defaults": {            "color": {              "mode": "thresholds"            },            "decimals": 1,            "mappings": [],            "max": 300,            "min": 0,            "thresholds": {              "mode": "absolute",              "steps": [                {                  "color": "red",                  "value": null                },                {                  "color": "orange",                  "value": 30                },                {                  "color": "yellow",                  "value": 100                },                {                  "color": "green",                  "value": 160                }              ]            },            "unit": "watt"          },          "overrides": []        },        "gridPos": {          "h": 7,          "w": 24,          "x": 0,          "y": 0        },        "id": 4,        "options": {          "reduceOptions": {            "calcs": [              "lastNotNull"            ],            "fields": "",            "values": false          },          "showThresholdLabels": false,          "showThresholdMarkers": true,          "text": {}        },        "pluginVersion": "7.5.7",        "targets": [          {            "groupBy": [              {                "params": [                  "$__interval"                ],                "type": "time"              },              {                "params": [                  "null"                ],                "type": "fill"              }            ],            "orderByTime": "ASC",            "policy": "default",            "query": "from(bucket: \"influxdb\")\n  |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n  |> filter(fn: (r) =>\n    r._measurement == \"solar\"\n  )",            "refId": "A",            "resultFormat": "time_series",            "select": [              [                {                  "params": [                    "value"                  ],                  "type": "field"                },                {                  "params": [],                  "type": "mean"                }              ]            ],            "tags": []          }        ],        "title": "Current Input",        "transformations": [          {            "id": "calculateField",            "options": {              "alias": "Power",              "binary": {                "left": "value {name=\"solar\", type=\"A\"}",                "operator": "*",                "reducer": "sum",                "right": "value {name=\"solar\", type=\"V\"}"              },              "mode": "binary",              "reduce": {                "include": [],                "reducer": "sum"              },              "replaceFields": true            }          }        ],        "type": "gauge"      },      {        "aliasColors": {},        "bars": false,        "dashLength": 10,        "dashes": false,        "datasource": null,        "description": "",        "fieldConfig": {          "defaults": {            "unit": "amp"          },          "overrides": []        },        "fill": 1,        "fillGradient": 0,        "gridPos": {          "h": 8,          "w": 12,          "x": 0,          "y": 7        },        "hiddenSeries": false,        "id": 6,        "legend": {          "avg": false,          "current": false,          "max": false,          "min": false,          "show": false,          "total": false,          "values": false        },        "lines": true,        "linewidth": 1,        "nullPointMode": "null",        "options": {          "alertThreshold": true        },        "percentage": false,        "pluginVersion": "7.5.7",        "pointradius": 2,        "points": false,        "renderer": "flot",        "seriesOverrides": [],        "spaceLength": 10,        "stack": false,        "steppedLine": false,        "targets": [          {            "groupBy": [              {                "params": [                  "$__interval"                ],                "type": "time"              },              {                "params": [                  "null"                ],                "type": "fill"              }            ],            "orderByTime": "ASC",            "policy": "default",            "query": "from(bucket: \"influxdb\")\n  |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n  |> filter(fn: (r) =>\n    r._measurement == \"solar\"\n  )",            "refId": "A",            "resultFormat": "time_series",            "select": [              [                {                  "params": [                    "value"                  ],                  "type": "field"                },                {                  "params": [],                  "type": "mean"                }              ]            ],            "tags": []          }        ],        "thresholds": [],        "timeFrom": null,        "timeRegions": [],        "timeShift": null,        "title": "Ampere",        "tooltip": {          "shared": true,          "sort": 0,          "value_type": "individual"        },        "transformations": [          {            "id": "filterFieldsByName",            "options": {              "include": {                "names": [                  "Time",                  "value A"                ]              }            }          },          {            "id": "renameByRegex",            "options": {              "regex": "value A",              "renamePattern": "I"            }          }        ],        "type": "graph",        "xaxis": {          "buckets": null,          "mode": "time",          "name": null,          "show": true,          "values": []        },        "yaxes": [          {            "$$hashKey": "object:72",            "format": "amp",            "label": null,            "logBase": 1,            "max": null,            "min": null,            "show": true          },          {            "$$hashKey": "object:73",            "format": "short",            "label": null,            "logBase": 1,            "max": null,            "min": null,            "show": true          }        ],        "yaxis": {          "align": false,          "alignLevel": null        }      },      {        "aliasColors": {},        "bars": false,        "dashLength": 10,        "dashes": false,        "datasource": null,        "description": "",        "fieldConfig": {          "defaults": {            "unit": "volt"          },          "overrides": []        },        "fill": 1,        "fillGradient": 0,        "gridPos": {          "h": 8,          "w": 12,          "x": 12,          "y": 7        },        "hiddenSeries": false,        "id": 2,        "legend": {          "avg": false,          "current": false,          "max": false,          "min": false,          "show": false,          "total": false,          "values": false        },        "lines": true,        "linewidth": 1,        "nullPointMode": "null",        "options": {          "alertThreshold": true        },        "percentage": false,        "pluginVersion": "7.5.7",        "pointradius": 2,        "points": false,        "renderer": "flot",        "seriesOverrides": [],        "spaceLength": 10,        "stack": false,        "steppedLine": false,        "targets": [          {            "groupBy": [              {                "params": [                  "$__interval"                ],                "type": "time"              },              {                "params": [                  "null"                ],                "type": "fill"              }            ],            "orderByTime": "ASC",            "policy": "default",            "query": "from(bucket: \"influxdb\")\n  |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n  |> filter(fn: (r) =>\n    r._measurement == \"solar\"\n  )",            "refId": "A",            "resultFormat": "time_series",            "select": [              [                {                  "params": [                    "value"                  ],                  "type": "field"                },                {                  "params": [],                  "type": "mean"                }              ]            ],            "tags": []          }        ],        "thresholds": [],        "timeFrom": null,        "timeRegions": [],        "timeShift": null,        "title": "Voltage",        "tooltip": {          "shared": true,          "sort": 0,          "value_type": "individual"        },        "transformations": [          {            "id": "filterFieldsByName",            "options": {              "include": {                "names": [                  "Time",                  "value V"                ]              }            }          },          {            "id": "renameByRegex",            "options": {              "regex": "value V",              "renamePattern": "U"            }          }        ],        "type": "graph",        "xaxis": {          "buckets": null,          "mode": "time",          "name": null,          "show": true,          "values": []        },        "yaxes": [          {            "$$hashKey": "object:72",            "format": "volt",            "label": null,            "logBase": 1,            "max": null,            "min": null,            "show": true          },          {            "$$hashKey": "object:73",            "format": "short",            "label": null,            "logBase": 1,            "max": null,            "min": null,            "show": true          }        ],        "yaxis": {          "align": false,          "alignLevel": null        }      },      {        "aliasColors": {},        "bars": false,        "dashLength": 10,        "dashes": false,        "datasource": null,        "description": "",        "fieldConfig": {          "defaults": {},          "overrides": []        },        "fill": 1,        "fillGradient": 0,        "gridPos": {          "h": 9,          "w": 24,          "x": 0,          "y": 15        },        "hiddenSeries": false,        "id": 5,        "legend": {          "alignAsTable": false,          "avg": false,          "current": false,          "max": false,          "min": false,          "rightSide": false,          "show": false,          "total": false,          "values": false        },        "lines": true,        "linewidth": 1,        "nullPointMode": "null",        "options": {          "alertThreshold": true        },        "percentage": false,        "pluginVersion": "7.5.7",        "pointradius": 2,        "points": false,        "renderer": "flot",        "seriesOverrides": [],        "spaceLength": 10,        "stack": false,        "steppedLine": false,        "targets": [          {            "groupBy": [              {                "params": [                  "$__interval"                ],                "type": "time"              },              {                "params": [                  "null"                ],                "type": "fill"              }            ],            "orderByTime": "ASC",            "policy": "default",            "query": "from(bucket: \"influxdb\")\n  |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n  |> filter(fn: (r) =>\n    r._measurement == \"solar\"\n  )",            "refId": "A",            "resultFormat": "time_series",            "select": [              [                {                  "params": [                    "value"                  ],                  "type": "field"                },                {                  "params": [],                  "type": "mean"                }              ]            ],            "tags": []          }        ],        "thresholds": [],        "timeFrom": null,        "timeRegions": [],        "timeShift": null,        "title": "Power",        "tooltip": {          "shared": false,          "sort": 0,          "value_type": "individual"        },        "transformations": [          {            "id": "calculateField",            "options": {              "alias": "Power",              "binary": {                "left": "value {name=\"solar\", type=\"A\"}",                "operator": "*",                "reducer": "sum",                "right": "value {name=\"solar\", type=\"V\"}"              },              "mode": "binary",              "reduce": {                "include": [],                "reducer": "sum"              },              "replaceFields": true            }          }        ],        "type": "graph",        "xaxis": {          "buckets": null,          "mode": "time",          "name": null,          "show": true,          "values": []        },        "yaxes": [          {            "$$hashKey": "object:105",            "format": "watt",            "label": null,            "logBase": 1,            "max": null,            "min": null,            "show": true          },          {            "$$hashKey": "object:106",            "format": "dateTimeAsLocal",            "label": null,            "logBase": 1,            "max": null,            "min": null,            "show": false          }        ],        "yaxis": {          "align": false,          "alignLevel": null        }      }    ],    "schemaVersion": 27,    "style": "dark",    "tags": [],    "templating": {      "list": []    },    "time": {      "from": "now-30m",      "to": "now"    },    "timepicker": {},    "timezone": "browser",    "title": "Solar",    "uid": "jn3v5cV4k",    "version": 5  }
 |