Benutzer:MathiasMahnke/Luftdaten/Grafana Dashboard

Aus Opennet
< Benutzer:MathiasMahnke‎ | Luftdaten
Version vom 19. November 2020, 18:18 Uhr von MathiasMahnke (Diskussion | Beiträge)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

{
 "annotations": {
   "list": [
     {
       "builtIn": 1,
       "datasource": "-- Grafana --",
       "enable": true,
       "hide": true,
       "iconColor": "rgba(0, 211, 255, 1)",
       "name": "Annotations & Alerts",
       "type": "dashboard"
     }
   ]
 },
 "description": "Dashboard for the sensors from luftdaten.info. Uses influxdb - directly supported from the sensor.",
 "editable": true,
 "gnetId": 3763,
 "graphTooltip": 0,
 "id": 1,
 "iteration": 1605802450877,
 "links": [
   {
     "icon": "external link",
     "tags": [],
     "type": "dashboards"
   }
 ],
 "panels": [
   {
     "cacheTimeout": null,
     "datasource": "InfluxDB",
     "fieldConfig": {
       "defaults": {
         "color": {
           "mode": "thresholds"
         },
         "custom": {},
         "decimals": 0,
         "mappings": [
           {
             "id": 0,
             "op": "=",
             "text": "N/A",
             "type": 1,
             "value": "null"
           }
         ],
         "max": 50,
         "min": -20,
         "nullValueMode": "connected",
         "thresholds": {
           "mode": "absolute",
           "steps": [
             {
               "color": "rgb(0, 0, 0)",
               "value": null
             },
             {
               "color": "dark-blue",
               "value": -10
             },
             {
               "color": "light-blue",
               "value": 0
             },
             {
               "color": "super-light-blue",
               "value": 10
             },
             {
               "color": "orange",
               "value": 20
             },
             {
               "color": "light-red",
               "value": 30
             },
             {
               "color": "dark-red",
               "value": 40
             }
           ]
         },
         "unit": "celsius"
       },
       "overrides": []
     },
     "gridPos": {
       "h": 4,
       "w": 4,
       "x": 0,
       "y": 0
     },
     "id": 3,
     "interval": null,
     "links": [],
     "maxDataPoints": 100,
     "options": {
       "orientation": "horizontal",
       "reduceOptions": {
         "calcs": [
           "lastNotNull"
         ],
         "fields": "",
         "values": false
       },
       "showThresholdLabels": false,
       "showThresholdMarkers": true
     },
     "pluginVersion": "7.3.3",
     "targets": [
       {
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT \"BME280_temperature\" FROM \"$sensor\" WHERE $timeFilter",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "title": "Temperatur",
     "transparent": true,
     "type": "gauge"
   },
   {
     "cacheTimeout": null,
     "datasource": "InfluxDB",
     "fieldConfig": {
       "defaults": {
         "custom": {},
         "decimals": 1,
         "mappings": [
           {
             "id": 0,
             "op": "=",
             "text": "N/A",
             "type": 1,
             "value": "null"
           }
         ],
         "max": 100,
         "min": 0,
         "nullValueMode": "connected",
         "thresholds": {
           "mode": "absolute",
           "steps": [
             {
               "color": "green",
               "value": null
             },
             {
               "color": "#EAB839",
               "value": 60
             },
             {
               "color": "blue",
               "value": 80
             }
           ]
         },
         "unit": "percent"
       },
       "overrides": []
     },
     "gridPos": {
       "h": 4,
       "w": 4,
       "x": 4,
       "y": 0
     },
     "id": 2,
     "interval": null,
     "links": [],
     "maxDataPoints": 100,
     "options": {
       "orientation": "horizontal",
       "reduceOptions": {
         "calcs": [
           "lastNotNull"
         ],
         "fields": "",
         "values": false
       },
       "showThresholdLabels": false,
       "showThresholdMarkers": true
     },
     "pluginVersion": "7.3.3",
     "targets": [
       {
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT \"BME280_humidity\" FROM \"$sensor\" WHERE $timeFilter",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "title": "Luftfeuchtigkeit",
     "transparent": true,
     "type": "gauge"
   },
   {
     "cacheTimeout": null,
     "datasource": "InfluxDB",
     "fieldConfig": {
       "defaults": {
         "color": {
           "mode": "thresholds"
         },
         "custom": {},
         "decimals": 1,
         "mappings": [
           {
             "id": 0,
             "op": "=",
             "text": "N/A",
             "type": 1,
             "value": "null"
           }
         ],
         "max": 104002,
         "min": 97000,
         "nullValueMode": "connected",
         "thresholds": {
           "mode": "absolute",
           "steps": [
             {
               "color": "blue",
               "value": null
             },
             {
               "color": "#6ED0E0",
               "value": 98900
             },
             {
               "color": "green",
               "value": 100100
             },
             {
               "color": "#EAB839",
               "value": 101300
             },
             {
               "color": "orange",
               "value": 102500
             }
           ]
         },
         "unit": "pressurepa"
       },
       "overrides": []
     },
     "gridPos": {
       "h": 4,
       "w": 4,
       "x": 8,
       "y": 0
     },
     "id": 10,
     "interval": null,
     "links": [],
     "maxDataPoints": 100,
     "options": {
       "orientation": "horizontal",
       "reduceOptions": {
         "calcs": [
           "lastNotNull"
         ],
         "fields": "",
         "values": false
       },
       "showThresholdLabels": false,
       "showThresholdMarkers": true
     },
     "pluginVersion": "7.3.3",
     "targets": [
       {
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT \"BME280_pressure\" FROM \"$sensor\" WHERE $timeFilter",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "title": "Luftdruck",
     "transparent": true,
     "type": "gauge"
   },
   {
     "aliasColors": {
       "": "#E24D42"
     },
     "bars": false,
     "dashLength": 10,
     "dashes": false,
     "datasource": "InfluxDB",
     "decimals": 0,
     "fieldConfig": {
       "defaults": {
         "custom": {}
       },
       "overrides": []
     },
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 8,
       "w": 12,
       "x": 12,
       "y": 0
     },
     "hiddenSeries": false,
     "id": 6,
     "legend": {
       "alignAsTable": true,
       "avg": true,
       "current": true,
       "max": true,
       "min": true,
       "rightSide": false,
       "show": true,
       "total": false,
       "values": true
     },
     "lines": true,
     "linewidth": 1,
     "links": [],
     "nullPointMode": "null",
     "options": {
       "alertThreshold": true
     },
     "percentage": false,
     "pluginVersion": "7.3.3",
     "pointradius": 5,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [
       {
         "alias": "",
         "yaxis": 2
       }
     ],
     "spaceLength": 10,
     "stack": false,
     "steppedLine": false,
     "targets": [
       {
         "alias": "$tag_loadDescr",
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT last(\"BME280_temperature\") FROM \"$sensor\" WHERE $timeFilter GROUP BY time($interval), \"loadDescr\" fill(null)",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [],
     "timeFrom": null,
     "timeRegions": [],
     "timeShift": null,
     "title": "Temperatur",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "decimals": null,
         "format": "celsius",
         "label": "",
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "celsius",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": false
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
   },
   {
     "cacheTimeout": null,
     "datasource": "InfluxDB",
     "fieldConfig": {
       "defaults": {
         "custom": {},
         "decimals": 1,
         "mappings": [
           {
             "id": 0,
             "op": "=",
             "text": "N/A",
             "type": 1,
             "value": "null"
           }
         ],
         "max": 200,
         "min": 0,
         "nullValueMode": "connected",
         "thresholds": {
           "mode": "absolute",
           "steps": [
             {
               "color": "green",
               "value": null
             },
             {
               "color": "yellow",
               "value": 50
             },
             {
               "color": "dark-orange",
               "value": 100
             }
           ]
         },
         "unit": "ppm"
       },
       "overrides": []
     },
     "gridPos": {
       "h": 4,
       "w": 6,
       "x": 0,
       "y": 4
     },
     "id": 9,
     "interval": null,
     "links": [],
     "maxDataPoints": 100,
     "options": {
       "orientation": "horizontal",
       "reduceOptions": {
         "calcs": [
           "lastNotNull"
         ],
         "fields": "",
         "values": false
       },
       "showThresholdLabels": false,
       "showThresholdMarkers": true
     },
     "pluginVersion": "7.3.3",
     "targets": [
       {
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT \"SDS_P1\" FROM \"$sensor\" WHERE $timeFilter",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "title": "PM 10 aktuell",
     "transparent": true,
     "type": "gauge"
   },
   {
     "cacheTimeout": null,
     "datasource": "InfluxDB",
     "fieldConfig": {
       "defaults": {
         "custom": {},
         "decimals": 1,
         "mappings": [
           {
             "id": 0,
             "op": "=",
             "text": "N/A",
             "type": 1,
             "value": "null"
           }
         ],
         "max": 100,
         "min": 0,
         "nullValueMode": "connected",
         "thresholds": {
           "mode": "absolute",
           "steps": [
             {
               "color": "green",
               "value": null
             },
             {
               "color": "#EAB839",
               "value": 25
             },
             {
               "color": "red",
               "value": 50
             }
           ]
         },
         "unit": "ppm"
       },
       "overrides": []
     },
     "gridPos": {
       "h": 4,
       "w": 6,
       "x": 6,
       "y": 4
     },
     "id": 8,
     "interval": null,
     "links": [],
     "maxDataPoints": 100,
     "options": {
       "orientation": "horizontal",
       "reduceOptions": {
         "calcs": [
           "lastNotNull"
         ],
         "fields": "",
         "values": false
       },
       "showThresholdLabels": false,
       "showThresholdMarkers": true
     },
     "pluginVersion": "7.3.3",
     "targets": [
       {
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT \"SDS_P2\" FROM \"$sensor\" WHERE $timeFilter",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "title": "PM 2.5 aktuell",
     "transparent": true,
     "type": "gauge"
   },
   {
     "aliasColors": {
       "": "#70DBED"
     },
     "bars": false,
     "dashLength": 10,
     "dashes": false,
     "datasource": "InfluxDB",
     "decimals": 0,
     "fieldConfig": {
       "defaults": {
         "custom": {}
       },
       "overrides": []
     },
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 7,
       "w": 12,
       "x": 0,
       "y": 8
     },
     "hiddenSeries": false,
     "id": 5,
     "legend": {
       "alignAsTable": true,
       "avg": true,
       "current": true,
       "max": true,
       "min": true,
       "show": true,
       "total": false,
       "values": true
     },
     "lines": true,
     "linewidth": 1,
     "links": [],
     "nullPointMode": "null",
     "options": {
       "alertThreshold": true
     },
     "percentage": false,
     "pluginVersion": "7.3.3",
     "pointradius": 5,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [
       {
         "alias": "",
         "yaxis": 2
       }
     ],
     "spaceLength": 10,
     "stack": false,
     "steppedLine": false,
     "targets": [
       {
         "alias": "$tag_loadDescr",
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT last(\"BME280_humidity\") FROM \"$sensor\" WHERE $timeFilter GROUP BY time($interval), \"loadDescr\" fill(null)",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [],
     "timeFrom": null,
     "timeRegions": [],
     "timeShift": null,
     "title": "Luftfeuchtigkeit",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "percent",
         "label": "",
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "celsius",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
   },
   {
     "aliasColors": {
       "": "#70DBED"
     },
     "bars": false,
     "dashLength": 10,
     "dashes": false,
     "datasource": "InfluxDB",
     "decimals": 1,
     "fieldConfig": {
       "defaults": {
         "custom": {}
       },
       "overrides": []
     },
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 7,
       "w": 12,
       "x": 12,
       "y": 8
     },
     "hiddenSeries": false,
     "id": 11,
     "legend": {
       "alignAsTable": true,
       "avg": true,
       "current": true,
       "max": true,
       "min": true,
       "show": true,
       "total": false,
       "values": true
     },
     "lines": true,
     "linewidth": 1,
     "links": [],
     "nullPointMode": "null",
     "options": {
       "alertThreshold": true
     },
     "percentage": false,
     "pluginVersion": "7.3.3",
     "pointradius": 5,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [
       {
         "alias": "",
         "yaxis": 2
       }
     ],
     "spaceLength": 10,
     "stack": false,
     "steppedLine": false,
     "targets": [
       {
         "alias": "$tag_loadDescr",
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT last(\"BME280_pressure\") FROM \"$sensor\" WHERE $timeFilter GROUP BY time($interval), \"loadDescr\" fill(null)",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [],
     "timeFrom": null,
     "timeRegions": [],
     "timeShift": null,
     "title": "Luftdruck",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "pressurepa",
         "label": "",
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "pressurepa",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
   },
   {
     "aliasColors": {},
     "bars": false,
     "dashLength": 10,
     "dashes": false,
     "datasource": "InfluxDB",
     "decimals": 0,
     "fieldConfig": {
       "defaults": {
         "custom": {}
       },
       "overrides": []
     },
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 7,
       "w": 12,
       "x": 0,
       "y": 15
     },
     "hiddenSeries": false,
     "id": 1,
     "legend": {
       "alignAsTable": true,
       "avg": true,
       "current": true,
       "max": true,
       "min": true,
       "show": true,
       "total": false,
       "values": true
     },
     "lines": true,
     "linewidth": 1,
     "links": [],
     "nullPointMode": "null",
     "options": {
       "alertThreshold": true
     },
     "percentage": false,
     "pluginVersion": "7.3.3",
     "pointradius": 5,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [],
     "spaceLength": 10,
     "stack": false,
     "steppedLine": false,
     "targets": [
       {
         "alias": "$tag_loadDescr",
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT last(\"SDS_P1\") FROM \"$sensor\" WHERE $timeFilter GROUP BY time($interval), \"loadDescr\" fill(null)",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [
       {
         "colorMode": "warning",
         "fill": false,
         "line": true,
         "op": "gt",
         "value": 50,
         "yaxis": "left"
       },
       {
         "colorMode": "critical",
         "fill": false,
         "line": true,
         "op": "gt",
         "value": 100,
         "yaxis": "left"
       }
     ],
     "timeFrom": null,
     "timeRegions": [],
     "timeShift": null,
     "title": "PM 10",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
   },
   {
     "aliasColors": {
       "": "#E0752D"
     },
     "bars": false,
     "dashLength": 10,
     "dashes": false,
     "datasource": "InfluxDB",
     "decimals": 0,
     "fieldConfig": {
       "defaults": {
         "custom": {}
       },
       "overrides": []
     },
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 7,
       "w": 12,
       "x": 12,
       "y": 15
     },
     "hiddenSeries": false,
     "id": 4,
     "legend": {
       "alignAsTable": true,
       "avg": true,
       "current": true,
       "max": true,
       "min": true,
       "show": true,
       "total": false,
       "values": true
     },
     "lines": true,
     "linewidth": 1,
     "links": [],
     "nullPointMode": "null",
     "options": {
       "alertThreshold": true
     },
     "percentage": false,
     "pluginVersion": "7.3.3",
     "pointradius": 5,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [],
     "spaceLength": 10,
     "stack": false,
     "steppedLine": false,
     "targets": [
       {
         "alias": "$tag_loadDescr",
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT last(\"SDS_P2\") FROM \"$sensor\" WHERE $timeFilter GROUP BY time($interval), \"loadDescr\" fill(null)",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [
       {
         "colorMode": "warning",
         "fill": false,
         "line": true,
         "op": "gt",
         "value": 25,
         "yaxis": "left"
       },
       {
         "colorMode": "critical",
         "fill": false,
         "line": true,
         "op": "gt",
         "value": 50,
         "yaxis": "left"
       }
     ],
     "timeFrom": null,
     "timeRegions": [],
     "timeShift": null,
     "title": "PM 2.5",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "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": "InfluxDB",
     "fieldConfig": {
       "defaults": {
         "custom": {}
       },
       "overrides": []
     },
     "fill": 1,
     "fillGradient": 0,
     "gridPos": {
       "h": 7,
       "w": 24,
       "x": 0,
       "y": 22
     },
     "hiddenSeries": false,
     "id": 7,
     "legend": {
       "avg": false,
       "current": false,
       "max": false,
       "min": false,
       "show": false,
       "total": false,
       "values": false
     },
     "lines": true,
     "linewidth": 1,
     "links": [],
     "nullPointMode": "null",
     "options": {
       "alertThreshold": true
     },
     "percentage": false,
     "pluginVersion": "7.3.3",
     "pointradius": 5,
     "points": false,
     "renderer": "flot",
     "seriesOverrides": [],
     "spaceLength": 10,
     "stack": false,
     "steppedLine": false,
     "targets": [
       {
         "alias": "$tag_loadDescr",
         "dsType": "influxdb",
         "groupBy": [
           {
             "params": [
               "$__interval"
             ],
             "type": "time"
           },
           {
             "params": [
               "null"
             ],
             "type": "fill"
           }
         ],
         "hide": false,
         "orderByTime": "ASC",
         "policy": "default",
         "query": "SELECT last(\"samples\") FROM \"$sensor\" WHERE $timeFilter GROUP BY time($interval), \"loadDescr\" fill(null)",
         "rawQuery": true,
         "refId": "A",
         "resultFormat": "time_series",
         "select": [
           [
             {
               "params": [
                 "value"
               ],
               "type": "field"
             },
             {
               "params": [],
               "type": "mean"
             }
           ]
         ],
         "tags": []
       }
     ],
     "thresholds": [],
     "timeFrom": null,
     "timeRegions": [],
     "timeShift": null,
     "title": "Samples",
     "tooltip": {
       "shared": true,
       "sort": 0,
       "value_type": "individual"
     },
     "type": "graph",
     "xaxis": {
       "buckets": null,
       "mode": "time",
       "name": null,
       "show": true,
       "values": []
     },
     "yaxes": [
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       },
       {
         "format": "short",
         "label": null,
         "logBase": 1,
         "max": null,
         "min": null,
         "show": true
       }
     ],
     "yaxis": {
       "align": false,
       "alignLevel": null
     }
   }
 ],
 "refresh": "5m",
 "schemaVersion": 26,
 "style": "dark",
 "tags": [
   "Luftdaten.info"
 ],
 "templating": {
   "list": [
     {
       "allValue": null,
       "current": {
         "selected": false,
         "text": "Rostock-Mathias",
         "value": "Rostock-Mathias"
       },
       "datasource": "InfluxDB",
       "definition": "",
       "error": null,
       "hide": 0,
       "includeAll": false,
       "label": "Sensor",
       "multi": false,
       "name": "sensor",
       "options": [],
       "query": "show measurements",
       "refresh": 1,
       "regex": "",
       "skipUrlSync": false,
       "sort": 1,
       "tagValuesQuery": "",
       "tags": [],
       "tagsQuery": "",
       "type": "query",
       "useTags": false
     }
   ]
 },
 "time": {
   "from": "now-2d",
   "to": "now"
 },
 "timepicker": {
   "refresh_intervals": [
     "5s",
     "10s",
     "30s",
     "1m",
     "5m",
     "15m",
     "30m",
     "1h",
     "2h",
     "1d"
   ],
   "time_options": [
     "5m",
     "15m",
     "1h",
     "6h",
     "12h",
     "24h",
     "2d",
     "7d",
     "30d"
   ]
 },
 "timezone": "browser",
 "title": "Luftdaten",
 "uid": "nwmK4s2Mz",
 "version": 39
}

Meine Werkzeuge
Namensräume

Varianten
Aktionen
Start
Opennet
Kommunikation
Karten
Werkzeuge