{
  "__inputs": [
    {
      "name": "DS_PANASONIC",
      "label": "panasonic",
      "description": "",
      "type": "datasource",
      "pluginId": "influxdb",
      "pluginName": "InfluxDB"
    },
    {
      "name": "DS_INFLUXDB-DTU",
      "label": "InfluxDB-dtu",
      "description": "",
      "type": "datasource",
      "pluginId": "influxdb",
      "pluginName": "InfluxDB"
    },
    {
      "name": "DS_INFLUXDB-KLIMA",
      "label": "InfluxDB-Klima",
      "description": "",
      "type": "datasource",
      "pluginId": "influxdb",
      "pluginName": "InfluxDB"
    }
  ],
  "__elements": {},
  "__requires": [
    {
      "type": "panel",
      "id": "barchart",
      "name": "Bar chart",
      "version": ""
    },
    {
      "type": "panel",
      "id": "briangann-gauge-panel",
      "name": "D3 Gauge",
      "version": "2.0.1"
    },
    {
      "type": "panel",
      "id": "gauge",
      "name": "Gauge",
      "version": ""
    },
    {
      "type": "grafana",
      "id": "grafana",
      "name": "Grafana",
      "version": "9.5.15"
    },
    {
      "type": "datasource",
      "id": "influxdb",
      "name": "InfluxDB",
      "version": "1.0.0"
    },
    {
      "type": "panel",
      "id": "stat",
      "name": "Stat",
      "version": ""
    },
    {
      "type": "panel",
      "id": "state-timeline",
      "name": "State timeline",
      "version": ""
    },
    {
      "type": "panel",
      "id": "text",
      "name": "Text",
      "version": ""
    },
    {
      "type": "panel",
      "id": "timeseries",
      "name": "Time series",
      "version": ""
    }
  ],
  "annotations": {
    "list": [
      {
        "builtIn": 1,
        "datasource": {
          "type": "grafana",
          "uid": "-- Grafana --"
        },
        "enable": true,
        "hide": true,
        "iconColor": "rgba(0, 211, 255, 1)",
        "name": "Annotations & Alerts",
        "target": {
          "limit": 100,
          "matchAny": false,
          "tags": [],
          "type": "dashboard"
        },
        "type": "dashboard"
      }
    ]
  },
  "editable": true,
  "fiscalYearStartMonth": 0,
  "graphTooltip": 0,
  "id": null,
  "links": [],
  "liveNow": false,
  "panels": [
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "fixed"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "kWh",
            "axisPlacement": "auto",
            "fillOpacity": 60,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineWidth": 1,
            "scaleDistribution": {
              "type": "linear"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "none"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Wärmepumpe"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "semi-dark-orange",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Heizstab"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "semi-dark-red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Time"
            },
            "properties": [
              {
                "id": "unit",
                "value": "time: DD-MM"
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 11,
        "w": 24,
        "x": 0,
        "y": 0
      },
      "id": 48,
      "options": {
        "barRadius": 0,
        "barWidth": 0.84,
        "fullHighlight": false,
        "groupWidth": 1,
        "legend": {
          "calcs": [
            "sum"
          ],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "orientation": "auto",
        "showValue": "always",
        "stacking": "none",
        "tooltip": {
          "mode": "multi",
          "sort": "none"
        },
        "xField": "Time",
        "xTickLabelRotation": 0,
        "xTickLabelSpacing": 100
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Wärmepumpe",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "1h"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "S0_pump_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT (max(\"WatthourTotal\")-min(\"WatthourTotal\")) / 1000 FROM \"autogen\".\"S0_pump_pana\" WHERE $timeFilter GROUP BY time(1d) ",
          "rawQuery": true,
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "WatthourTotal"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              },
              {
                "params": [
                  " / 1000"
                ],
                "type": "math"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Heizstab",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "1h"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "S0_heater_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT (max(\"WatthourTotal\")-min(\"WatthourTotal\"))  / 1000 FROM \"autogen\".\"S0_heater_pana\" WHERE $timeFilter GROUP BY time(1d) ",
          "rawQuery": true,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "WatthourTotal"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              },
              {
                "params": [
                  " / 1000"
                ],
                "type": "math"
              }
            ]
          ],
          "tags": []
        }
      ],
      "timeFrom": "30d",
      "title": "kWh/d Wärmepumpe",
      "transformations": [],
      "type": "barchart"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_INFLUXDB-DTU}"
      },
      "gridPos": {
        "h": 10,
        "w": 12,
        "x": 0,
        "y": 11
      },
      "id": 42,
      "options": {
        "code": {
          "language": "plaintext",
          "showLineNumbers": false,
          "showMiniMap": false
        },
        "content": "<!--Button-->\n<center>\n <table align=\"center\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n   <tr>\n     <td align=\"center\" style=\"padding: 10px;\">\n       <table border=\"0\" class=\"mobile-button\" cellspacing=\"0\" cellpadding=\"0\">\n         <tr>\n           <td align=\"center\" bgcolor=\"#227ee9\" style=\"background-color: #227ee9; margin: auto; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; \" width=\"100%\">\n           <!--[if mso]>&nbsp;<![endif]-->\n               <a href=\"http://192.168.20.128/command?SetZ1HeatRequestTemperature=1\" target=\"_blank\" style=\"20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; text-align:center; background-color: #227ee9; text-decoration: none; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;\">\n                   <span style=\"font-size: 20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; line-height:1.5em; text-align:center;\">Heizkurve +1</span>\n             </a>\n           <!--[if mso]>&nbsp;<![endif]-->\n           </td>\n         </tr>\n       </table>\n     </td>\n      <td align=\"center\" style=\"padding: 10px;\">\n       <table border=\"0\" class=\"mobile-button\" cellspacing=\"0\" cellpadding=\"0\">\n         <tr>\n           <td align=\"center\" bgcolor=\"#227ee9\" style=\"background-color: #227ee9; margin: auto; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; \" width=\"100%\">\n           <!--[if mso]>&nbsp;<![endif]-->\n               <a href=\"http://192.168.20.128/command?SetQuietMode=0\" target=\"_blank\" style=\"20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; text-align:center; background-color: #227ee9; text-decoration: none; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;\">\n                   <span style=\"font-size: 20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; line-height:1.5em; text-align:center;\">QuietMode=0</span>\n             </a>\n           <!--[if mso]>&nbsp;<![endif]-->\n           </td>\n         </tr>\n       </table>\n     </td>\n   </tr>\n </table>\n</center>\n<!--Button-->\n<center>\n <table align=\"center\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n   <tr>\n     <td align=\"center\" style=\"padding: 10px;\">\n       <table border=\"0\" class=\"mobile-button\" cellspacing=\"0\" cellpadding=\"0\">\n         <tr>\n           <td align=\"center\" bgcolor=\"#227ee9\" style=\"background-color: #227ee9; margin: auto; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; \" width=\"100%\">\n           <!--[if mso]>&nbsp;<![endif]-->\n               <a href=\"http://192.168.20.128/command?SetZ1HeatRequestTemperature=-2\" target=\"_blank\" style=\"20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; text-align:center; background-color: #227ee9; text-decoration: none; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;\">\n                   <span style=\"font-size: 20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; line-height:1.5em; text-align:center;\">Heizkurve -2</span>\n             </a>\n           <!--[if mso]>&nbsp;<![endif]-->\n           </td>\n         </tr>\n       </table>\n       <td align=\"center\" style=\"padding: 10px;\">\n       <table border=\"0\" class=\"mobile-button\" cellspacing=\"0\" cellpadding=\"0\">\n         <tr>\n           <td align=\"center\" bgcolor=\"#227ee9\" style=\"background-color: #227ee9; margin: auto; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; \" width=\"100%\">\n           <!--[if mso]>&nbsp;<![endif]-->\n               <a href=\"http://192.168.20.128/command?SetQuietMode=1\" target=\"_blank\" style=\"20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; text-align:center; background-color: #227ee9; text-decoration: none; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;\">\n                   <span style=\"font-size: 20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; line-height:1.5em; text-align:center;\">QuietMode=1</span>\n             </a>\n           <!--[if mso]>&nbsp;<![endif]-->\n           </td>\n         </tr>\n       </table>\n     </td>\n</td>\n   </tr>\n </table>\n</center>\n<!--Button-->\n<center>\n <table align=\"center\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n   <tr>\n     <td align=\"center\" style=\"padding: 10px;\">\n       <table border=\"0\" class=\"mobile-button\" cellspacing=\"0\" cellpadding=\"0\">\n         <tr>\n           <td align=\"center\" bgcolor=\"red\" style=\"background-color: red; margin: auto; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; \" width=\"100%\">\n           <!--[if mso]>&nbsp;<![endif]-->\n               <a href=\"http://192.168.20.128/command?SetZ1HeatRequestTemperature=$wert\" target=\"_blank\" style=\"20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; text-align:center; background-color: red; text-decoration: none; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;\">\n                   <span style=\"font-size: 20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; line-height:1.5em; text-align:center;\">Heizkurve $wert</span>\n             </a>\n           <!--[if mso]>&nbsp;<![endif]-->\n           </td>\n         </tr>\n       </table>\n           <td align=\"center\" style=\"padding: 10px;\">\n       <table border=\"0\" class=\"mobile-button\" cellspacing=\"0\" cellpadding=\"0\">\n         <tr>\n           <td align=\"center\" bgcolor=\"red\" style=\"background-color: red; margin: auto; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; \" width=\"100%\">\n           <!--[if mso]>&nbsp;<![endif]-->\n               <a href=\"http://192.168.20.128/command?SetQuietMode=$wert\" target=\"_blank\" style=\"20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; text-align:center; background-color: red; text-decoration: none; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;\">\n                   <span style=\"font-size: 20px; font-family: Verdana, Geneva, sans-serif; color: #f6f7f0; font-weight:normal; line-height:1.5em; text-align:center;\">QuietMode=$wert</span>\n             </a>\n           <!--[if mso]>&nbsp;<![endif]-->\n           </td>\n         </tr>\n       </table>\n     </td>\n</td>\n   </tr>\n </table>\n</center>",
        "mode": "html"
      },
      "pluginVersion": "9.5.15",
      "transparent": true,
      "type": "text"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "fixed"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "kWh",
            "axisPlacement": "auto",
            "fillOpacity": 60,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineWidth": 1,
            "scaleDistribution": {
              "type": "linear"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "none"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Wärmepumpe"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "semi-dark-orange",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Heizstab"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "semi-dark-red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Time"
            },
            "properties": [
              {
                "id": "unit",
                "value": "time: DD-MM"
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 10,
        "w": 12,
        "x": 12,
        "y": 11
      },
      "id": 49,
      "options": {
        "barRadius": 0,
        "barWidth": 0.87,
        "fullHighlight": false,
        "groupWidth": 1,
        "legend": {
          "calcs": [
            "sum"
          ],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "orientation": "auto",
        "showValue": "always",
        "stacking": "none",
        "tooltip": {
          "mode": "multi",
          "sort": "none"
        },
        "xField": "Time",
        "xTickLabelRotation": 0,
        "xTickLabelSpacing": 0
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Wärmepumpe",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "1h"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "S0_pump_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT (max(\"WatthourTotal\")-min(\"WatthourTotal\")) / 1000 FROM \"autogen\".\"S0_pump_pana\" WHERE $timeFilter GROUP BY time(1d) ",
          "rawQuery": true,
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "WatthourTotal"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              },
              {
                "params": [
                  " / 1000"
                ],
                "type": "math"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Heizstab",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "1h"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "S0_heater_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT (max(\"WatthourTotal\")-min(\"WatthourTotal\"))  / 1000 FROM \"autogen\".\"S0_heater_pana\" WHERE $timeFilter GROUP BY time(1d) ",
          "rawQuery": true,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "WatthourTotal"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              },
              {
                "params": [
                  " / 1000"
                ],
                "type": "math"
              }
            ]
          ],
          "tags": []
        }
      ],
      "timeFrom": "14d",
      "title": "kwh/d Heizstab",
      "transformations": [],
      "type": "barchart"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "decimals": 0,
          "mappings": [
            {
              "options": {
                "from": 0,
                "result": {
                  "color": "transparent",
                  "index": 0,
                  "text": "Aus"
                },
                "to": 0.5
              },
              "type": "range"
            },
            {
              "options": {
                "from": 0.6,
                "result": {
                  "color": "semi-dark-green",
                  "index": 1,
                  "text": "Ein"
                },
                "to": 100
              },
              "type": "range"
            }
          ],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "transparent",
                "value": null
              },
              {
                "color": "green",
                "value": 1
              }
            ]
          },
          "unit": "none"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 3,
        "w": 12,
        "x": 0,
        "y": 21
      },
      "id": 30,
      "options": {
        "colorMode": "background",
        "graphMode": "none",
        "justifyMode": "center",
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "textMode": "value_and_name"
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Kompressor:  ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Compressor_Freq"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Pumpe:  ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Flow"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "type": "stat"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "custom": {
            "fillOpacity": 0,
            "lineWidth": 1,
            "spanNulls": false
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "transparent",
                "value": null
              },
              {
                "color": "semi-dark-green",
                "value": 1
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 3,
        "w": 12,
        "x": 0,
        "y": 24
      },
      "id": 51,
      "options": {
        "alignValue": "left",
        "legend": {
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": false
        },
        "mergeValues": false,
        "rowHeight": 0.51,
        "showValue": "never",
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Kompressor:  ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Compressor_Freq"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Pumpe:  ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Flow"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "type": "state-timeline"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "short"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 0,
        "y": 27
      },
      "id": 38,
      "options": {
        "allowNeedleCrossLimits": false,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.1,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": true,
        "markerEndShape": "circle",
        "markerStartEnabled": true,
        "markerStartShape": "circle",
        "maxNeedleAngle": 210,
        "maxTickAngle": 210,
        "maxValue": 1,
        "minValue": 0,
        "needleColor": "semi-dark-red",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0,
        "needleWidth": 10,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "dark-red",
        "padding": 0.05,
        "pivotColor": "semi-dark-red",
        "pivotRadius": 0.25,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": false,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 26,
        "tickLengthMaj": 0.3,
        "tickLengthMin": 0.05,
        "tickMajorColor": "#000000",
        "tickMapConfig": {
          "tickMaps": [
            {
              "enabled": true,
              "label": "TickMap-0",
              "order": 0,
              "text": "Floor",
              "value": "0"
            },
            {
              "enabled": true,
              "label": "TickMap-0 Copy",
              "order": 1,
              "text": "DHW",
              "value": "1"
            }
          ]
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 1,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 30,
        "tickWidthMinor": 10,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 26,
        "valueYOffset": 5,
        "zeroNeedleAngle": 150,
        "zeroTickAngle": 150
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "ThreeWay_Valve_State"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "3-Wege-Ventil",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "short"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 3,
        "y": 27
      },
      "id": 39,
      "options": {
        "allowNeedleCrossLimits": false,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.1,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": true,
        "markerEndShape": "circle",
        "markerStartEnabled": true,
        "markerStartShape": "circle",
        "maxNeedleAngle": 210,
        "maxTickAngle": 210,
        "maxValue": 1,
        "minValue": 0,
        "needleColor": "semi-dark-red",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0,
        "needleWidth": 10,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "dark-red",
        "padding": 0.05,
        "pivotColor": "semi-dark-red",
        "pivotRadius": 0.25,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": false,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 26,
        "tickLengthMaj": 0.3,
        "tickLengthMin": 0.05,
        "tickMajorColor": "#000000",
        "tickMapConfig": {
          "tickMaps": [
            {
              "enabled": true,
              "label": "TickMap-0",
              "order": 0,
              "text": "OK",
              "value": "0"
            },
            {
              "enabled": true,
              "label": "TickMap-0 Copy",
              "order": 1,
              "text": "EIS",
              "value": "1"
            }
          ]
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 1,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 30,
        "tickWidthMinor": 10,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 26,
        "valueYOffset": 5,
        "zeroNeedleAngle": 150,
        "zeroTickAngle": 150
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Defrosting_State"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Abtauen",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "short"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 6,
        "y": 27
      },
      "id": 44,
      "options": {
        "allowNeedleCrossLimits": false,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.1,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": true,
        "markerEndShape": "circle",
        "markerStartEnabled": true,
        "markerStartShape": "circle",
        "maxNeedleAngle": 230,
        "maxTickAngle": 230,
        "maxValue": 3,
        "minValue": 0,
        "needleColor": "semi-dark-red",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0,
        "needleWidth": 10,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "dark-red",
        "padding": 0.05,
        "pivotColor": "semi-dark-red",
        "pivotRadius": 0.25,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": false,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 26,
        "tickLengthMaj": 0.3,
        "tickLengthMin": 0.05,
        "tickMajorColor": "#000000",
        "tickMapConfig": {
          "tickMaps": []
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 1,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 30,
        "tickWidthMinor": 10,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 26,
        "valueYOffset": 5,
        "zeroNeedleAngle": 130,
        "zeroTickAngle": 130
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Quiet_Mode_Level"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "QuietMode",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "Sollwertverschiebung",
      "fieldConfig": {
        "defaults": {
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "dark-blue",
                "value": null
              },
              {
                "color": "light-blue",
                "value": -4
              },
              {
                "color": "green",
                "value": -2
              },
              {
                "color": "semi-dark-orange",
                "value": 2
              },
              {
                "color": "semi-dark-red",
                "value": 4
              }
            ]
          },
          "unit": "none"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 9,
        "y": 27
      },
      "id": 43,
      "options": {
        "allowNeedleCrossLimits": false,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.05,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": false,
        "markerEndShape": "arrow",
        "markerStartEnabled": false,
        "markerStartShape": "circle",
        "maxNeedleAngle": 320,
        "maxTickAngle": 300,
        "maxValue": 5,
        "minValue": -5,
        "needleColor": "#0099cc",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0.05,
        "needleWidth": 5,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "#0099cc",
        "padding": 0.05,
        "pivotColor": "#999999",
        "pivotRadius": 0.1,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": true,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0.05,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 18,
        "tickLengthMaj": 0.15,
        "tickLengthMin": 0.05,
        "tickMajorColor": "transparent",
        "tickMapConfig": {
          "tickMaps": []
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 1,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 5,
        "tickWidthMinor": 1,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 22,
        "valueYOffset": 0,
        "zeroNeedleAngle": 40,
        "zeroTickAngle": 60
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "alias": "Sollwertverschiebung",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT  last(\"Pump_Flow\")*0.001*60*1.16*(last(\"Main_Outlet_Temp\")-last(\"Main_Inlet_Temp\")) FROM \"pana\" WHERE $timeFilter GROUP BY time($__interval) fill(null)",
          "rawQuery": false,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Heat_Request_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "SWV",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "blue",
                "value": null
              },
              {
                "color": "orange",
                "value": 19
              },
              {
                "color": "semi-dark-green",
                "value": 27
              },
              {
                "color": "semi-dark-orange",
                "value": 36
              },
              {
                "color": "red",
                "value": 55
              }
            ]
          },
          "unit": "rothz"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Top8_Compressor_Freq"
            },
            "properties": [
              {
                "id": "unit",
                "value": "rothz"
              },
              {
                "id": "thresholds",
                "value": {
                  "mode": "absolute",
                  "steps": [
                    {
                      "color": "dark-blue",
                      "value": null
                    },
                    {
                      "color": "green",
                      "value": 19
                    },
                    {
                      "color": "orange",
                      "value": 40
                    },
                    {
                      "color": "red",
                      "value": 50
                    }
                  ]
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 0,
        "y": 33
      },
      "id": 37,
      "options": {
        "allowNeedleCrossLimits": true,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.05,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": false,
        "markerEndShape": "arrow",
        "markerStartEnabled": false,
        "markerStartShape": "circle",
        "maxNeedleAngle": 320,
        "maxTickAngle": 300,
        "maxValue": 70,
        "minValue": 0,
        "needleColor": "#0099cc",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0.05,
        "needleWidth": 5,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "#0099cc",
        "padding": 0.05,
        "pivotColor": "#999999",
        "pivotRadius": 0.1,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": true,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0.05,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 18,
        "tickLengthMaj": 0.15,
        "tickLengthMin": 0.05,
        "tickMajorColor": "transparent",
        "tickMapConfig": {
          "tickMaps": []
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 10,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 5,
        "tickWidthMinor": 1,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 22,
        "valueYOffset": 0,
        "zeroNeedleAngle": 40,
        "zeroTickAngle": 60
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "alias": "Top8_Compressor_Freq",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Compressor_Freq"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Top1_Pump_Flow",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Flow"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Verdichter",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "blue",
                "value": null
              },
              {
                "color": "green",
                "value": 13
              },
              {
                "color": "red",
                "value": 18
              }
            ]
          },
          "unit": "flowlpm"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Top8_Compressor_Freq"
            },
            "properties": [
              {
                "id": "unit",
                "value": "rothz"
              },
              {
                "id": "thresholds",
                "value": {
                  "mode": "absolute",
                  "steps": [
                    {
                      "color": "dark-blue",
                      "value": null
                    },
                    {
                      "color": "green",
                      "value": 19
                    },
                    {
                      "color": "orange",
                      "value": 40
                    },
                    {
                      "color": "red",
                      "value": 50
                    }
                  ]
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 3,
        "y": 33
      },
      "id": 33,
      "options": {
        "allowNeedleCrossLimits": true,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.05,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": false,
        "markerEndShape": "arrow",
        "markerStartEnabled": false,
        "markerStartShape": "circle",
        "maxNeedleAngle": 320,
        "maxTickAngle": 300,
        "maxValue": 20,
        "minValue": 0,
        "needleColor": "#0099cc",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0.05,
        "needleWidth": 5,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "#0099cc",
        "padding": 0.05,
        "pivotColor": "#999999",
        "pivotRadius": 0.1,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": true,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0.05,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 18,
        "tickLengthMaj": 0.15,
        "tickLengthMin": 0.05,
        "tickMajorColor": "transparent",
        "tickMapConfig": {
          "tickMaps": []
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 5,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 5,
        "tickWidthMinor": 1,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 22,
        "valueYOffset": 0,
        "zeroNeedleAngle": 40,
        "zeroTickAngle": 60
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "alias": "Top1_Pump_Flow",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Flow"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Pumpe",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "blue",
                "value": null
              },
              {
                "color": "orange",
                "value": 200
              },
              {
                "color": "green",
                "value": 400
              },
              {
                "color": "red",
                "value": 550
              }
            ]
          },
          "unit": "rotrpm"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Top8_Compressor_Freq"
            },
            "properties": [
              {
                "id": "unit",
                "value": "rothz"
              },
              {
                "id": "thresholds",
                "value": {
                  "mode": "absolute",
                  "steps": [
                    {
                      "color": "dark-blue",
                      "value": null
                    },
                    {
                      "color": "green",
                      "value": 19
                    },
                    {
                      "color": "orange",
                      "value": 40
                    },
                    {
                      "color": "red",
                      "value": 50
                    }
                  ]
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 6,
        "y": 33
      },
      "id": 35,
      "options": {
        "allowNeedleCrossLimits": true,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.05,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": false,
        "markerEndShape": "arrow",
        "markerStartEnabled": false,
        "markerStartShape": "circle",
        "maxNeedleAngle": 320,
        "maxTickAngle": 300,
        "maxValue": 700,
        "minValue": 0,
        "needleColor": "#0099cc",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0.05,
        "needleWidth": 5,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "#0099cc",
        "padding": 0.05,
        "pivotColor": "#999999",
        "pivotRadius": 0.1,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": true,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0.05,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 18,
        "tickLengthMaj": 0.15,
        "tickLengthMin": 0.05,
        "tickMajorColor": "transparent",
        "tickMapConfig": {
          "tickMaps": []
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 100,
        "tickSpacingMinor": 20,
        "tickWidthMajor": 5,
        "tickWidthMinor": 1,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 22,
        "valueYOffset": 0,
        "zeroNeedleAngle": 40,
        "zeroTickAngle": 60
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "alias": "Top62_Fan1_Motor_Speed",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Fan1_Motor_Speed"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Ventilator",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "Berechnung aus Durchfluss * 60 * 1.16 * DeltaK",
      "fieldConfig": {
        "defaults": {
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "blue",
                "value": null
              },
              {
                "color": "green",
                "value": 3
              },
              {
                "color": "semi-dark-orange",
                "value": 5
              }
            ]
          },
          "unit": "none"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 9,
        "y": 33
      },
      "id": 41,
      "options": {
        "allowNeedleCrossLimits": false,
        "animateNeedleValueTransition": false,
        "animateNeedleValueTransitionSpeed": 100,
        "edgeWidth": 0.05,
        "gaugeRadius": 0,
        "innerColor": "#ffffff",
        "markerEndEnabled": false,
        "markerEndShape": "arrow",
        "markerStartEnabled": false,
        "markerStartShape": "circle",
        "maxNeedleAngle": 320,
        "maxTickAngle": 300,
        "maxValue": 7,
        "minValue": 0,
        "needleColor": "#0099cc",
        "needleCrossLimitDegrees": 10,
        "needleLengthNeg": 0,
        "needleTickGap": 0.05,
        "needleWidth": 5,
        "operatorName": "lastNotNull",
        "outerEdgeColor": "#0099cc",
        "padding": 0.05,
        "pivotColor": "#999999",
        "pivotRadius": 0.1,
        "showThresholdBandLowerRange": true,
        "showThresholdBandMiddleRange": true,
        "showThresholdBandOnGauge": true,
        "showThresholdBandUpperRange": true,
        "showThresholdStateOnBackground": false,
        "showThresholdStateOnValue": false,
        "tickEdgeGap": 0.05,
        "tickFont": "Inter",
        "tickLabelColor": "#000000",
        "tickLabelFontSize": 18,
        "tickLengthMaj": 0.15,
        "tickLengthMin": 0.05,
        "tickMajorColor": "transparent",
        "tickMapConfig": {
          "tickMaps": []
        },
        "tickMinorColor": "#000000",
        "tickSpacingMajor": 1,
        "tickSpacingMinor": 1,
        "tickWidthMajor": 5,
        "tickWidthMinor": 1,
        "ticknessGaugeBasis": 200,
        "unitsLabelColor": "#000000",
        "valueFont": "Inter",
        "valueFontSize": 22,
        "valueYOffset": 0,
        "zeroNeedleAngle": 40,
        "zeroTickAngle": 60
      },
      "pluginVersion": "2.0.1",
      "targets": [
        {
          "alias": "Top62_Fan1_Motor_Speed",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT  last(\"Pump_Flow\")*60*1.16*(last(\"Main_Outlet_Temp\")-last(\"Main_Inlet_Temp\"))/last(Heat_Power_Consumption) FROM \"pana\" WHERE $timeFilter GROUP BY time($__interval) fill(null)",
          "rawQuery": true,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Fan1_Motor_Speed"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Calc-COP",
      "type": "briangann-gauge-panel"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "fixed"
          },
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "semi-dark-blue",
                "value": null
              },
              {
                "color": "dark-blue",
                "value": -10
              },
              {
                "color": "light-blue",
                "value": 5
              },
              {
                "color": "super-light-red",
                "value": 10
              },
              {
                "color": "red",
                "value": 15
              }
            ]
          }
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Durchfluss l/min"
            },
            "properties": [
              {
                "id": "decimals",
                "value": 1
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 3,
        "w": 12,
        "x": 0,
        "y": 39
      },
      "id": 28,
      "options": {
        "colorMode": "background",
        "graphMode": "none",
        "justifyMode": "center",
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "textMode": "auto"
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Ventilator rpm",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "N",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Fan1_Motor_Speed"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Pumpe rpm",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "O",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Speed"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Compressor_Hz",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "Q",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Compressor_Freq"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Durchfluss l/min",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Flow"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "S0_Strombezug",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "S0_pump_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Watt"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "type": "stat"
    },
    {
      "datasource": {
        "type": "datasource",
        "uid": "-- Mixed --"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "semi-dark-blue",
                "value": null
              },
              {
                "color": "light-blue",
                "value": 18
              },
              {
                "color": "green",
                "value": 20
              },
              {
                "color": "light-red",
                "value": 22
              },
              {
                "color": "semi-dark-red",
                "value": 24
              }
            ]
          },
          "unit": "celsius"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "draussen"
            },
            "properties": [
              {
                "id": "thresholds",
                "value": {
                  "mode": "absolute",
                  "steps": [
                    {
                      "color": "purple",
                      "value": null
                    },
                    {
                      "color": "dark-blue",
                      "value": -10
                    },
                    {
                      "color": "semi-dark-blue",
                      "value": -5
                    },
                    {
                      "color": "light-blue",
                      "value": 5
                    },
                    {
                      "color": "super-light-red",
                      "value": 10
                    },
                    {
                      "color": "light-red",
                      "value": 15
                    }
                  ]
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 3,
        "w": 13,
        "x": 0,
        "y": 42
      },
      "id": 31,
      "options": {
        "colorMode": "background_solid",
        "graphMode": "area",
        "justifyMode": "auto",
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "textMode": "value_and_name"
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Raum ist:",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Room_Thermostat_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "draussen",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "feinstaubWHH",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "BME280_temperature"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Sollwert-Delta",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "F",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Heat_Request_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "SDS011_Sofa",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "feinstaubBuero",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "BME280_temperature"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "type": "stat"
    },
    {
      "datasource": {
        "type": "datasource",
        "uid": "-- Mixed --"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "blue",
                "value": null
              },
              {
                "color": "orange",
                "value": 18
              },
              {
                "color": "light-red",
                "value": 22
              },
              {
                "color": "semi-dark-red",
                "value": 24
              }
            ]
          },
          "unit": "celsius"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 4,
        "w": 13,
        "x": 0,
        "y": 45
      },
      "id": 11,
      "options": {
        "colorMode": "value",
        "graphMode": "none",
        "justifyMode": "center",
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "textMode": "auto"
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Vorlauf: ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Outlet_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Rücklauf: ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Inlet_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Delta T: ",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "query": "SELECT last(\"Main_Outlet_Temp\")-last(\"Main_Inlet_Temp\") FROM \"pana\" WHERE $timeFilter GROUP BY time($__interval) fill(null)",
          "rawQuery": true,
          "refId": "G",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Outlet_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Ziel",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Target_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Raum ist:",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "netatmo",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "draussen",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "feinstaubWHH",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "BME280_temperature"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Raum Soll:",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "F",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Heat_Request_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Sollwert-Delta",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT last(\"Z1_Heat_Request_Temp\") FROM \"default\".\"pana\" WHERE $timeFilter GROUP BY time($__interval) fill(null)",
          "rawQuery": false,
          "refId": "H",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Heat_Request_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "type": "stat"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "mappings": [],
          "max": 4500,
          "min": 0,
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "orange",
                "value": 200
              },
              {
                "color": "red",
                "value": 600
              },
              {
                "color": "#EAB839",
                "value": 1100
              }
            ]
          },
          "unit": "watt"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 5,
        "x": 0,
        "y": 49
      },
      "id": 9,
      "options": {
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "showThresholdLabels": false,
        "showThresholdMarkers": true
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "S0_Strombezug",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "S0_pump_pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Watt"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Wärmeabgabe",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Heat_Power_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Fussbodenheizung",
      "type": "gauge"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "decimals": 0,
          "mappings": [],
          "max": 4500,
          "min": 0,
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "orange",
                "value": 200
              },
              {
                "color": "red",
                "value": 600
              },
              {
                "color": "#EAB839",
                "value": 1100
              }
            ]
          },
          "unit": "watt"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 5,
        "x": 5,
        "y": 49
      },
      "id": 10,
      "options": {
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "showThresholdLabels": false,
        "showThresholdMarkers": true
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "WW Strombezug",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Power_Consumption"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "WW Energieabgabe",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Power_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Warmwasser",
      "type": "gauge"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "mappings": [
            {
              "options": {
                "0": {
                  "index": 0,
                  "text": "Aus"
                }
              },
              "type": "value"
            }
          ],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "transparent",
                "value": null
              },
              {
                "color": "red",
                "value": 10
              }
            ]
          },
          "unit": "watt"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 3,
        "x": 10,
        "y": 49
      },
      "id": 47,
      "options": {
        "colorMode": "background_solid",
        "graphMode": "area",
        "justifyMode": "auto",
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "textMode": "auto"
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "ePWR",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "S0_heater_pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Watt"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Heizstab",
      "type": "stat"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "decimals": 0,
          "mappings": [],
          "max": 55,
          "min": 38,
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "blue",
                "value": null
              },
              {
                "color": "semi-dark-orange",
                "value": 39
              },
              {
                "color": "dark-red",
                "value": 44
              }
            ]
          },
          "unit": "celsius"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "TOP6_Main_Outlet_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP5_Main_Inlet_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "blue",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP7_Main_Target_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "yellow",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP14_Outsie_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "super-light-blue",
                  "mode": "fixed"
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 5,
        "w": 13,
        "x": 0,
        "y": 55
      },
      "id": 12,
      "options": {
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "lastNotNull"
          ],
          "fields": "",
          "values": false
        },
        "showThresholdLabels": false,
        "showThresholdMarkers": true
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "WW-Soll",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Target_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "WW mitte",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "WW oben",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "1wire_pump_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "topic::tag",
              "operator": "=",
              "value": "panasonic_heat_pump/1wire/2879ed5704e13c4a"
            }
          ]
        },
        {
          "alias": "WW unten",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "1wire_pump_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "value"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": [
            {
              "key": "topic::tag",
              "operator": "=",
              "value": "panasonic_heat_pump/1wire/28c8f85704e13cd4"
            }
          ]
        }
      ],
      "title": "Temperaturen DHW",
      "type": "gauge"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 39,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "stepAfter",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": true,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "TOP4_Operating_Mode_State"
            },
            "properties": [
              {
                "id": "mappings",
                "value": [
                  {
                    "options": {
                      "0": {
                        "color": "semi-dark-red",
                        "index": 0,
                        "text": "Heat only"
                      },
                      "1": {
                        "color": "semi-dark-blue",
                        "index": 1,
                        "text": "Cool only"
                      },
                      "2": {
                        "color": "light-red",
                        "index": 2,
                        "text": "Auto (Heat)"
                      },
                      "3": {
                        "color": "dark-orange",
                        "index": 3,
                        "text": "DHW only"
                      },
                      "4": {
                        "color": "super-light-red",
                        "index": 4,
                        "text": "Heat+DHW"
                      },
                      "5": {
                        "color": "yellow",
                        "index": 5,
                        "text": "Cool+DHW"
                      },
                      "6": {
                        "color": "orange",
                        "index": 6,
                        "text": "Auto(Heat)+DHW"
                      },
                      "7": {
                        "color": "semi-dark-blue",
                        "index": 7,
                        "text": "Auto(Cool)"
                      },
                      "8": {
                        "color": "light-blue",
                        "index": 8,
                        "text": "Auto(Cool)+DHW"
                      }
                    },
                    "type": "value"
                  }
                ]
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP20_ThreeWay_Valve_State"
            },
            "properties": [
              {
                "id": "mappings",
                "value": [
                  {
                    "options": {
                      "0": {
                        "color": "semi-dark-orange",
                        "index": 0,
                        "text": "Room"
                      },
                      "1": {
                        "color": "semi-dark-red",
                        "index": 1,
                        "text": "DHW"
                      }
                    },
                    "type": "value"
                  }
                ]
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP19_Holiday_Mode_State"
            },
            "properties": [
              {
                "id": "mappings",
                "value": [
                  {
                    "options": {
                      "0": {
                        "color": "blue",
                        "index": 0,
                        "text": "off"
                      },
                      "1": {
                        "color": "light-orange",
                        "index": 1,
                        "text": "scheduled"
                      },
                      "2": {
                        "color": "red",
                        "index": 2,
                        "text": "active"
                      }
                    },
                    "type": "value"
                  }
                ]
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Top26_Defrosting_State"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Top21_Outside_Pipe_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "dark-blue",
                  "mode": "fixed"
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 8,
        "w": 13,
        "x": 0,
        "y": 60
      },
      "id": 21,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": false
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "pluginVersion": "9.2.4",
      "targets": [
        {
          "alias": "Top21_Outside_Pipe_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "R",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Outside_Pipe_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Top26_Defrosting_State",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "S",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Defrosting_State"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              },
              {
                "params": [
                  " * 50"
                ],
                "type": "math"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Top52_Defrost_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "T",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Defrost_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Defrost-Situation",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 23,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "stepAfter",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": true,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "max": 6000,
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "watt"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "TOP15_Heat_Energy_Consumption"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "green",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.fillOpacity",
                "value": 75
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP16_Heat_Energy_Production"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Outside Temp"
            },
            "properties": [
              {
                "id": "custom.axisPlacement",
                "value": "auto"
              },
              {
                "id": "unit",
                "value": "celsius"
              },
              {
                "id": "max"
              },
              {
                "id": "custom.lineInterpolation",
                "value": "smooth"
              },
              {
                "id": "custom.axisCenteredZero",
                "value": true
              },
              {
                "id": "color",
                "value": {
                  "fixedColor": "blue",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "ePower_Warmwasser"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "green",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "S0_Heat_Energy_Consumption"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "dark-green",
                  "mode": "fixed"
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 11,
        "w": 13,
        "x": 0,
        "y": 68
      },
      "id": 6,
      "options": {
        "legend": {
          "calcs": [
            "lastNotNull"
          ],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "multi",
          "sort": "none"
        }
      },
      "targets": [
        {
          "alias": "TOP15_Heat_Energy_Consumption",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Heat_Energy_Consumption"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP16_Heat_Energy_Production",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Heat_Energy_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Outside Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Outside_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              },
              {
                "params": [
                  10
                ],
                "type": "moving_average"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP15_Heat_Energy_Consumption",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Heat_Power_Consumption"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP16_Heat_Energy_Production",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Heat_Power_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Warmwasser",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "F",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Power_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "ePower_Warmwasser",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "G",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Power_Consumption"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "S0_Heat_Energy_Consumption",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "S0_pump_pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "H",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Watt"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "S0_Heizstab_Panasonic",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "S0_heater_pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "I",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Watt"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Energy Heat / Outside temp",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "thresholds"
          },
          "decimals": 0,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          }
        },
        "overrides": []
      },
      "gridPos": {
        "h": 6,
        "w": 13,
        "x": 0,
        "y": 79
      },
      "id": 45,
      "options": {
        "colorMode": "value",
        "graphMode": "none",
        "justifyMode": "auto",
        "orientation": "auto",
        "reduceOptions": {
          "calcs": [
            "diff"
          ],
          "fields": "",
          "values": false
        },
        "textMode": "auto"
      },
      "pluginVersion": "9.5.15",
      "targets": [
        {
          "alias": "Starts",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Operations_Counter"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Laufzeit h",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT last(\"Operations_Hours\") FROM \"autogen\".\"pana\" WHERE $timeFilter GROUP BY time($__interval) fill(null)",
          "rawQuery": false,
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Operations_Hours"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Takten?",
      "type": "stat"
    },
    {
      "datasource": {
        "type": "datasource",
        "uid": "-- Mixed --"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 22,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "stepAfter",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": true,
            "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": "TOP41_DHW_Energy_Consumption"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "green",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.fillOpacity",
                "value": 76
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP40_DHW_Energy_Production"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Innentemp"
            },
            "properties": [
              {
                "id": "custom.axisPlacement",
                "value": "right"
              },
              {
                "id": "unit",
                "value": "celsius"
              },
              {
                "id": "custom.lineInterpolation",
                "value": "smooth"
              },
              {
                "id": "custom.fillOpacity",
                "value": 0
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 8,
        "w": 13,
        "x": 0,
        "y": 85
      },
      "id": 8,
      "options": {
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": false
        },
        "tooltip": {
          "mode": "multi",
          "sort": "none"
        }
      },
      "targets": [
        {
          "alias": "TOP41_DHW_Energy_Consumption",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Energy_Consumption"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP40_DHW_Energy_Production",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Energy_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP41_DHW_Energy_Consumption",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Power_Consumption"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP40_DHW_Energy_Production",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "DHW_Power_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Innentemp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "netatmo",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Energy DHW",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "datasource",
        "uid": "-- Mixed --"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "smooth",
            "lineStyle": {
              "fill": "solid"
            },
            "lineWidth": 2,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": true,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "celsius"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "TOP6_Main_Outlet_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "red",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP5_Main_Inlet_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "blue",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP14_Outside_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "super-light-blue",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.fillOpacity",
                "value": 52
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP27_Heat_Request_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "yellow",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP27_Z1_Heat_Request_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "super-light-yellow",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "SDS011_Sofa"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "super-light-red",
                  "mode": "fixed"
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 10,
        "w": 13,
        "x": 0,
        "y": 93
      },
      "id": 16,
      "options": {
        "legend": {
          "calcs": [
            "lastNotNull",
            "min",
            "max"
          ],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "multi",
          "sort": "none"
        }
      },
      "targets": [
        {
          "alias": "TOP5_Main_Inlet_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Inlet_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP6_Main_Outlet_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Outlet_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP7_Main_Target_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Main_Target_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP33_Room_Thermostat_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Room_Thermostat_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP14_Outside_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Outside_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP56_Z1_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "F",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "TOP27_Z1_Heat_Request_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "G",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Heat_Request_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "SDS011_Sofa",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "feinstaubBuero",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "H",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "BME280_temperature"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Vorlauf/Rücklauf Temperaturen ",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "datasource",
        "uid": "-- Mixed --"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "auto",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 0,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "smooth",
            "lineStyle": {
              "fill": "solid"
            },
            "lineWidth": 2,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": true,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "decimals": 1,
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "celsius"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Leistungsaufnahme"
            },
            "properties": [
              {
                "id": "custom.axisPlacement",
                "value": "right"
              },
              {
                "id": "unit",
                "value": "watt"
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Wärmeeintrag FBH"
            },
            "properties": [
              {
                "id": "unit",
                "value": "watt"
              },
              {
                "id": "color",
                "value": {
                  "fixedColor": "red",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.drawStyle",
                "value": "bars"
              },
              {
                "id": "custom.lineWidth",
                "value": 4
              },
              {
                "id": "custom.axisCenteredZero",
                "value": true
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Aussentemp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "dark-blue",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.fillOpacity",
                "value": 58
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "TOP33_Room_Thermostat_Temp"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "yellow",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.fillOpacity",
                "value": 0
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Innentemperatur"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "orange",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Sollwertverschiebung"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "yellow",
                  "mode": "fixed"
                }
              },
              {
                "id": "custom.axisCenteredZero",
                "value": false
              },
              {
                "id": "custom.axisPlacement",
                "value": "auto"
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 10,
        "w": 13,
        "x": 0,
        "y": 103
      },
      "id": 50,
      "options": {
        "legend": {
          "calcs": [
            "min",
            "max"
          ],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "multi",
          "sort": "none"
        }
      },
      "targets": [
        {
          "alias": "TOP33_Room_Thermostat_Temp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "D",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Room_Thermostat_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              },
              {
                "params": [
                  10
                ],
                "type": "moving_average"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Aussentemp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "E",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Outside_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              },
              {
                "params": [
                  10
                ],
                "type": "moving_average"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Innentemperatur",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "netatmo",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "H",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              },
              {
                "params": [
                  10
                ],
                "type": "moving_average"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Leistungsaufnahme",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": true,
          "measurement": "S0_pump_pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Watt"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "last"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Wärmeeintrag FBH",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Heat_Power_Production"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Sollwertverschiebung",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "C",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Z1_Heat_Request_Temp"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Aussentemp",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_INFLUXDB-KLIMA}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "feinstaubWHH",
          "orderByTime": "ASC",
          "policy": "autogen",
          "refId": "F",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "BME280_temperature"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              },
              {
                "params": [
                  10
                ],
                "type": "moving_average"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Temperierung ohne Thermostate",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "fixed"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisLabel": "",
            "axisPlacement": "left",
            "barAlignment": 0,
            "drawStyle": "line",
            "fillOpacity": 42,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineInterpolation": "smooth",
            "lineWidth": 1,
            "pointSize": 5,
            "scaleDistribution": {
              "type": "linear"
            },
            "showPoints": "auto",
            "spanNulls": true,
            "stacking": {
              "group": "A",
              "mode": "none"
            },
            "thresholdsStyle": {
              "mode": "off"
            }
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 80
              }
            ]
          },
          "unit": "flowlpm"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Top8_Compressor_Freq"
            },
            "properties": [
              {
                "id": "custom.axisPlacement",
                "value": "right"
              },
              {
                "id": "unit",
                "value": "rothz"
              },
              {
                "id": "color",
                "value": {
                  "fixedColor": "purple",
                  "mode": "fixed"
                }
              }
            ]
          },
          {
            "matcher": {
              "id": "byName",
              "options": "Top1_Pump_Flow"
            },
            "properties": [
              {
                "id": "color",
                "value": {
                  "fixedColor": "light-blue",
                  "mode": "fixed"
                }
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 9,
        "w": 13,
        "x": 0,
        "y": 113
      },
      "id": 2,
      "options": {
        "legend": {
          "calcs": [
            "lastNotNull",
            "min",
            "max"
          ],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": true
        },
        "tooltip": {
          "mode": "single",
          "sort": "none"
        }
      },
      "targets": [
        {
          "alias": "Top8_Compressor_Freq",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Compressor_Freq"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        },
        {
          "alias": "Top1_Pump_Flow",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "$__interval"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "hide": false,
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "default",
          "refId": "B",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Pump_Flow"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "mean"
              }
            ]
          ],
          "tags": []
        }
      ],
      "title": "Durchfluss",
      "type": "timeseries"
    },
    {
      "datasource": {
        "type": "influxdb",
        "uid": "${DS_PANASONIC}"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "color": {
            "mode": "palette-classic"
          },
          "custom": {
            "axisCenteredZero": false,
            "axisColorMode": "text",
            "axisGridShow": false,
            "axisLabel": "",
            "axisPlacement": "auto",
            "fillOpacity": 80,
            "gradientMode": "none",
            "hideFrom": {
              "legend": false,
              "tooltip": false,
              "viz": false
            },
            "lineWidth": 1,
            "scaleDistribution": {
              "type": "linear"
            },
            "thresholdsStyle": {
              "mode": "dashed"
            }
          },
          "decimals": 0,
          "mappings": [],
          "max": 24,
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "green",
                "value": null
              },
              {
                "color": "red",
                "value": 20
              }
            ]
          },
          "unit": "short"
        },
        "overrides": [
          {
            "matcher": {
              "id": "byName",
              "options": "Time"
            },
            "properties": [
              {
                "id": "unit",
                "value": "time: DD-MM"
              }
            ]
          }
        ]
      },
      "gridPos": {
        "h": 10,
        "w": 13,
        "x": 0,
        "y": 122
      },
      "hideTimeOverride": true,
      "id": 46,
      "options": {
        "barRadius": 0,
        "barWidth": 0.84,
        "fullHighlight": false,
        "groupWidth": 0.7,
        "legend": {
          "calcs": [],
          "displayMode": "list",
          "placement": "bottom",
          "showLegend": false
        },
        "orientation": "auto",
        "showValue": "always",
        "stacking": "none",
        "tooltip": {
          "mode": "single",
          "sort": "none"
        },
        "xField": "Time",
        "xTickLabelRotation": 0,
        "xTickLabelSpacing": 0
      },
      "targets": [
        {
          "alias": "Laufzeit",
          "datasource": {
            "type": "influxdb",
            "uid": "${DS_PANASONIC}"
          },
          "groupBy": [
            {
              "params": [
                "1d"
              ],
              "type": "time"
            },
            {
              "params": [
                "null"
              ],
              "type": "fill"
            }
          ],
          "measurement": "pana",
          "orderByTime": "ASC",
          "policy": "autogen",
          "query": "SELECT max(\"Operations_Hours\")-min(\"Operations_Hours\") FROM \"autogen\".\"pana\" WHERE $timeFilter GROUP BY time(1d) fill(null)",
          "rawQuery": true,
          "refId": "A",
          "resultFormat": "time_series",
          "select": [
            [
              {
                "params": [
                  "Operations_Hours"
                ],
                "type": "field"
              },
              {
                "params": [],
                "type": "max"
              }
            ]
          ],
          "tags": []
        }
      ],
      "timeFrom": "2w",
      "timeShift": "0h",
      "title": "Tageslaufzeit",
      "type": "barchart"
    }
  ],
  "refresh": "10s",
  "schemaVersion": 38,
  "style": "dark",
  "tags": [],
  "templating": {
    "list": [
      {
        "current": {
          "selected": true,
          "text": "2",
          "value": "2"
        },
        "description": "Übergabewert für diverse Parameter",
        "hide": 0,
        "includeAll": false,
        "label": "Uebergabe_Wert",
        "multi": false,
        "name": "wert",
        "options": [
          {
            "selected": false,
            "text": "-2",
            "value": "-2"
          },
          {
            "selected": false,
            "text": "-1",
            "value": "-1"
          },
          {
            "selected": false,
            "text": "0",
            "value": "0"
          },
          {
            "selected": false,
            "text": "1",
            "value": "1"
          },
          {
            "selected": true,
            "text": "2",
            "value": "2"
          },
          {
            "selected": false,
            "text": "3",
            "value": "3"
          }
        ],
        "query": "-2,-1,0,1,2,3",
        "queryValue": "",
        "skipUrlSync": false,
        "type": "custom"
      }
    ]
  },
  "time": {
    "from": "now/d",
    "to": "now"
  },
  "timepicker": {},
  "timezone": "",
  "title": "Mobile_Panasonic",
  "uid": "d0FErDdIk",
  "version": 80,
  "weekStart": ""
}