Kerminy HackerSpace

Outils du site


informatique:grafana_dashboard_capteurs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
informatique:grafana_dashboard_capteurs [2021/02/16 17:41] – créée jeffinformatique:grafana_dashboard_capteurs [Date inconnue] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1
Ligne 1: Ligne 1:
-Dashboard grafane pour les capteurs 
  
-v1 avec juste un ESP8266 
-<code> 
-{ 
-  "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": 3, 
-  "links": [], 
-  "panels": [ 
-    { 
-      "aliasColors": {}, 
-      "bars": false, 
-      "dashLength": 10, 
-      "dashes": false, 
-      "datasource": null, 
-      "fieldConfig": { 
-        "defaults": { 
-          "custom": {} 
-        }, 
-        "overrides": [] 
-      }, 
-      "fill": 1, 
-      "fillGradient": 0, 
-      "gridPos": { 
-        "h": 9, 
-        "w": 12, 
-        "x": 0, 
-        "y": 0 
-      }, 
-      "hiddenSeries": false, 
-      "id": 2, 
-      "legend": { 
-        "avg": false, 
-        "current": false, 
-        "max": false, 
-        "min": false, 
-        "show": true, 
-        "total": false, 
-        "values": false 
-      }, 
-      "lines": true, 
-      "linewidth": 1, 
-      "nullPointMode": "null", 
-      "options": { 
-        "alertThreshold": true 
-      }, 
-      "percentage": false, 
-      "pluginVersion": "7.4.1", 
-      "pointradius": 2, 
-      "points": false, 
-      "renderer": "flot", 
-      "seriesOverrides": [], 
-      "spaceLength": 10, 
-      "stack": false, 
-      "steppedLine": false, 
-      "targets": [ 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "measurement": "ESP-315BFE/temp", 
-          "orderByTime": "ASC", 
-          "policy": "autogen", 
-          "refId": "A", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/humidite", 
-          "orderByTime": "ASC", 
-          "policy": "autogen", 
-          "refId": "B", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "C", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        } 
-      ], 
-      "thresholds": [], 
-      "timeFrom": null, 
-      "timeRegions": [], 
-      "timeShift": null, 
-      "title": "Températures", 
-      "tooltip": { 
-        "shared": true, 
-        "sort": 0, 
-        "value_type": "individual" 
-      }, 
-      "transformations": [], 
-      "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 
-      } 
-    }, 
-    { 
-      "datasource": null, 
-      "fieldConfig": { 
-        "defaults": { 
-          "color": { 
-            "mode": "palette-classic" 
-          }, 
-          "custom": { 
-            "axisLabel": "", 
-            "axisPlacement": "auto", 
-            "barAlignment": 0, 
-            "drawStyle": "line", 
-            "fillOpacity": 10, 
-            "gradientMode": "none", 
-            "hideFrom": { 
-              "graph": false, 
-              "legend": false, 
-              "tooltip": false 
-            }, 
-            "lineInterpolation": "linear", 
-            "lineWidth": 1, 
-            "pointSize": 5, 
-            "scaleDistribution": { 
-              "type": "linear" 
-            }, 
-            "showPoints": "never", 
-            "spanNulls": true 
-          }, 
-          "mappings": [], 
-          "thresholds": { 
-            "mode": "absolute", 
-            "steps": [ 
-              { 
-                "color": "green", 
-                "value": null 
-              }, 
-              { 
-                "color": "red", 
-                "value": 80 
-              } 
-            ] 
-          }, 
-          "unit": "short" 
-        }, 
-        "overrides": [] 
-      }, 
-      "gridPos": { 
-        "h": 8, 
-        "w": 12, 
-        "x": 12, 
-        "y": 0 
-      }, 
-      "id": 4, 
-      "options": { 
-        "graph": {}, 
-        "legend": { 
-          "calcs": [], 
-          "displayMode": "list", 
-          "placement": "bottom" 
-        }, 
-        "tooltipOptions": { 
-          "mode": "single" 
-        } 
-      }, 
-      "pluginVersion": "7.4.1", 
-      "targets": [ 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "measurement": "ESP-315BFE/pm1", 
-          "orderByTime": "ASC", 
-          "policy": "autogen", 
-          "refId": "A", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/pm10", 
-          "orderByTime": "ASC", 
-          "policy": "autogen", 
-          "refId": "B", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/pm2_5", 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "C", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        } 
-      ], 
-      "timeFrom": null, 
-      "timeShift": null, 
-      "title": "Particules [mcg/m3]", 
-      "type": "timeseries" 
-    }, 
-    { 
-      "datasource": null, 
-      "fieldConfig": { 
-        "defaults": { 
-          "color": { 
-            "mode": "palette-classic" 
-          }, 
-          "custom": { 
-            "axisLabel": "", 
-            "axisPlacement": "auto", 
-            "barAlignment": 0, 
-            "drawStyle": "line", 
-            "fillOpacity": 10, 
-            "gradientMode": "none", 
-            "hideFrom": { 
-              "graph": false, 
-              "legend": false, 
-              "tooltip": false 
-            }, 
-            "lineInterpolation": "linear", 
-            "lineWidth": 1, 
-            "pointSize": 5, 
-            "scaleDistribution": { 
-              "type": "linear" 
-            }, 
-            "showPoints": "never", 
-            "spanNulls": true 
-          }, 
-          "mappings": [], 
-          "thresholds": { 
-            "mode": "absolute", 
-            "steps": [ 
-              { 
-                "color": "green", 
-                "value": null 
-              }, 
-              { 
-                "color": "red", 
-                "value": 80 
-              } 
-            ] 
-          }, 
-          "unit": "short" 
-        }, 
-        "overrides": [] 
-      }, 
-      "gridPos": { 
-        "h": 8, 
-        "w": 12, 
-        "x": 12, 
-        "y": 8 
-      }, 
-      "id": 6, 
-      "options": { 
-        "graph": {}, 
-        "legend": { 
-          "calcs": [], 
-          "displayMode": "list", 
-          "placement": "bottom" 
-        }, 
-        "tooltipOptions": { 
-          "mode": "single" 
-        } 
-      }, 
-      "pluginVersion": "7.4.1", 
-      "targets": [ 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "measurement": "ESP-315BFE/pm_endessous_0_3", 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "A", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/pm_endessous_0_5", 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "B", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/pm_endessous_1", 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "C", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/pm_endessous_2_5", 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "D", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        }, 
-        { 
-          "groupBy": [ 
-            { 
-              "params": [ 
-                "$__interval" 
-              ], 
-              "type": "time" 
-            }, 
-            { 
-              "params": [ 
-                "null" 
-              ], 
-              "type": "fill" 
-            } 
-          ], 
-          "hide": false, 
-          "measurement": "ESP-315BFE/pm_endessous_5", 
-          "orderByTime": "ASC", 
-          "policy": "default", 
-          "refId": "E", 
-          "resultFormat": "time_series", 
-          "select": [ 
-            [ 
-              { 
-                "params": [ 
-                  "value" 
-                ], 
-                "type": "field" 
-              }, 
-              { 
-                "params": [], 
-                "type": "mean" 
-              } 
-            ] 
-          ], 
-          "tags": [] 
-        } 
-      ], 
-      "title": "Particules [/0.1L]", 
-      "type": "timeseries" 
-    } 
-  ], 
-  "refresh": "1m", 
-  "schemaVersion": 27, 
-  "style": "dark", 
-  "tags": [], 
-  "templating": { 
-    "list": [] 
-  }, 
-   
-  "time": { 
-    "from": "now-6h", 
-    "to": "now" 
-  }, 
-  "timepicker": {}, 
-  "timezone": "", 
-  "title": "Capteurs", 
-  "uid": "VpebKUPMk", 
-  "version": 7 
-} 
-</code> 
informatique/grafana_dashboard_capteurs.1613497312.txt.gz · Dernière modification : (modification externe)