2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-26 04:24:53 +00:00
fhem-mirror/fhem/contrib/ch.eick/Grafana/Dashboard/Kostal-Flow_V2_JSON.txt

5139 lines
5.3 MiB
Plaintext
Raw Normal View History

# Dieser Grafana Export ist ein Dashboard auf der Basis von FHEM Daten in einer MySQL Datenbank.
# Für die Grafana Abfrage der Daten musste, aufgrund der vielen Einzeldaten im Dashboard, einiges
# optimiert werden. Somit werden in einem länglichen MySQL SELECT mit JOIN eine Vielzahl der Daten
# direkt in der Datenbank mit einer Session abgeholt. Ansonsten würde Grafana für jeden Aufruf eine
# separate Session aufbauen, was zu einer großen Trägheit im Dashboard führen würde.
#
# Beispiel:
#
# SELECT
# NOW() + INTERVAL 2 HOUR AS time,
# t_hotWaterTemperature.131,
# t_ambientTemperature.141,
# t_room_temp.144
# FROM
# (
# SELECT CAST(VALUE AS DECIMAL(4,2)) AS '131'
# FROM history
# WHERE
# DEVICE = 'Heizung' AND
# READING = 'hotWaterTemperature' AND
# TIMESTAMP > curdate()
# ORDER BY TIMESTAMP DESC LIMIT 1
# ) t_hotWaterTemperature
# JOIN
# (
# SELECT CAST(VALUE AS DECIMAL(4,2)) AS '141'
# FROM history
# WHERE
# DEVICE = 'Heizung' AND
# READING = 'ambientTemperature' AND
# TIMESTAMP > curdate()
# ORDER BY TIMESTAMP DESC LIMIT 1
# ) t_ambientTemperature
# JOIN
# (
# SELECT CAST(VALUE AS DECIMAL(4,2)) AS '144'
# FROM history
# WHERE
# DEVICE = 'Thermostat_WO' AND
# READING = 'room-temp' AND
# TIMESTAMP > curdate()
# ORDER BY TIMESTAMP DESC LIMIT 1
# ) t_room_temp
#
# Diese Abfrage ergibt eine Tabelle mit drei Werten für das Dashboard. Die Spalten
# Überschriften zeigen im Grafana auf das Objekt für die Anzeige.
#
# time 131 141 144
# 2024-02-01 15:51:07 50.50 10.00 23.00
#
#
# Bei diesem Dashboard ist auch die Zeitauswahl nicht verwendbar, da man ja eh den aktuellen
# Zustand dargestellt haben möchte.
#
##########################################################################################
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 14,
"iteration": 1706794766502,
"links": [],
"panels": [
{
"datasource": "-- Mixed --",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"flowchartsData": {
"flowcharts": [
{
"allowDrawio": false,
"bgColor": null,
"center": true,
"csv": "## See more information for the syntax at https://drawio-app.com/import-from-csv-to-drawio/\n##\n## Example CSV. Use ## for comments and # for configuration.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is '%name_of_first_column%'.\n#\n# label: %name%<br><i style=\"color:gray;\">%position%</i><br><a href=\"mailto:%email%\">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Parent style for nodes with child nodes (placeholders are replaced once).\n#\n# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n#\n## Optional column name that contains a reference to a named style in styles.\n## Default is the current style for nodes.\n#\n# stylename: -\n#\n## JSON for named styles of the form {\"name\": \"style\", \"name\": \"style\"} where style is a cell style with\n## placeholders that are replaced once.\n#\n# styles: -\n#\n## Optional column name that contains a reference to a named label in labels.\n## Default is the current label.\n#\n# labelname: -\n#\n## JSON for named labels of the form {\"name\": \"label\", \"name\": \"label\"} where label is a cell label with\n## placeholders.\n#\n# labels: -\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n## The identity above is used for resolving the reference so it must be specified.\n#\n# parent: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows (\"from\": source colum, \"to\": target column).\n## Label, style and invert are optional. Defaults are '', current style and false.\n## If placeholders are used in the style, they are replaced with data from the source.\n## An optional placeholders can be set to target to use data from the target instead.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {\"from\": \"manager\", \"to\": \"name\", \"invert\": true, \"label\": \"manages\", \\\n# \"style\": \"curved=1;endArrow=blockThin;endFill=1;fontSize=11;\"}\n# connect: {\"from\": \"refs\", \"to\": \"id\", \"style\": \"curved=1;fontSize=11;\"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke,refs,manager\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url
"download": false,
"editorTheme": "dark",
"editorUrl": "https://www.draw.io",
"enableAnim": true,
"grid": false,
"lock": true,
"name": "Main",
"scale": true,
"tooltip": true,
"type": "xml",
"url": "http://<YourUrl>/<Your XML/drawio file/api>",
"xml": "<mxfile host=\"app.diagrams.net\" modified=\"2021-11-06T08:43:21.176Z\" agent=\"5.0 (Windows)\" etag=\"ppJdwWoWVmZ685vW3bFi\" version=\"15.6.8\" type=\"embed\"><diagram id=\"eJlh6CzLcEDJWr8W7Nvg\" name=\"Page-1\">lHzXlqy6suXXnMfugU3gEe9dAol5w3uTePj6RlVr77PPvW1GV62qAqUkJEXEjBkhsf6Fsv0pzvFU6WOWd/9CoOz8F8r9C0FQ+IU+f0DJ9VsCUwTxW1LOdfan7N8FTn3nv4X4n8KtzvLlP+qt49it9fSfhek4DHm6/kdZPM/j8Z/VirH7z4dOcZn/twInjbv/XurX2Vr9NQsE+vcHUl6X1V+PRqA/nyRx2pbzuA1/HjiMQ/77SR//1c+fqksVZ+PxjyKU/xfKzuO4/l71J5t3YF3/WrHfdsL/4dO/xzznw/q/aTAmDVgqBOri5BHXT4XfJn/1gKDE38P4u/tlvf5alTx7FunP7Tiv1ViOQ9zx/y5l/l2qjeP0VIOfwiZf1+uPiONtHZ+iau27P58u6zy2f68yDD1FRd117NiN889j0QIH339X/ccnr58v0GIc1j9PgH9qTnFaD+VzSzx3PxNm/hbMPzpgfr7/rjLOWT7/42P+Bb7BvEB/K1BmEgzwWeD5Cp476H/COPxXQfgU/A/of0Iv/K8SDhjE3w246593Vj7Xfb7m85/C/y69vxQ/nst8/UtCfwwEiOIftf6ITMzHp8v5eirMeRev9f6f+hz/MYvy73p/N7XGegDK8ceE/wcM4X/U9I8JYxT0n50s4zan+Z92/9TL/9oVCf1nT8Trv/T0O8P/1hM9z/H1j2oTqLD8/4z59cL/H0P7vzd4Ln4H8dfdP5b430U/hvLX7R8r+9+bKPLXzPe42/J/muA/rOyBhQlc1v0PSDF7Pq/1A00aUFFrXOq1Hofn82Rc17H/v6p38fP1jz7ori5B2xUYJxMv0y94FvWZP0Nkfh5J/1UK/VXyXGfxGv8LpX9vEWF6bAth6w9jvg9IFcuRfr4Mx6t4r3yusvb5JcssHYLy+o7sz/O3pPmOtz9vbDAvKk6YDvl4Pdwk77VZUvCDff6FMOZLYlBD1kODYxXRNh1bRuKzcW3uU4oua87T05RznbH3vuO5XIEGAyn0T1MKmgbURPycJNFl15FlixxB5evp48Rf51vblfP9sF7le1Nr19XTwitiqpoHdHXbr7UWxCVLRZE97SkSHoqnwozBhPb0j1IIcVFw9lxSn3Tf88KZElgTLixt9pliiLWxJlgM31w6u0+7ZP1CEVUsltC1yDDHq5Nqh93QISoV1uStxEV69aUobesX0cpe6tNmwrVHWYTkuQwwYn2fFEUZBVjujeXWZ5YPRjCF1fv5hWfIvJMQb+y/pbRkPdUa//fuhUfP711RHmUWyC5NHx1AhLuw9qFtH4gXri6N7/smCP587vCLz8DqTSaoZjpzcoc/HQmPvhXU/tQEFvE02/KfnrDuRcaaRhBY86LSrZCBnZD0byV6bvbDp4uDpouHBQjG0xVLbdkOHkxsz68d/BAb8fuM39+g7AX62W/D5o7gsOgCyvef5Q7C9LceVliW9Xvp3Ci6/RYLbn39zvv593TBwG5xtwoYM/76M2JcCoamqnwqjmAddBp31v55mgkwEYWPATLpMAxNzRWg2UYR8PzABEMW1nBpNvn7nGdIgUSMY1KcYGGzdJtdFGisCQZF7QTgOKCiIFo8nm5BgvSzvN374C2PGbpvsBT4Nrynotia33mftEntCyImSDXnULZn8J1d8EDkK7JC2PDXyj//+CXPc7ci4MFE1hTOi/nVU8Mry/V7eD4edOtZ9T9V50EFS0fb3O9T1lHj9QCOXvpR3vSh06MuWbZjmneDgCp6mJNlqSGUnN8b1T9Fgi5rVHlyCFdqIfreaXTF7GwIzdAvBl6K0JwCk/1RTui2MJsqyQY0gzeOym5el7Zg+hUJh0i7LLkaQfvHBhUJYqIcWgHpB0vEqOb2ftoVLAJFxZ6h2SQeaUWYiPV6VpUpl4Mgk508yhml+IQYwFNTFjEgK/SBXEgrqoiL5YtsBsuQ6iG1x+KiAd2oZCMvt23AbfxVOxf3emUweK5FU55zZBhXEDlR4T9WJZEckpVA/xNgE2pE7MSzGgvVC0N2sMR2WCHyBhDPFM/kzNsci8vaySAYMuitJamEE6kVBishETEAX8Z+EfmRHkP32gmYos0CB+jhZs/4KooaEKoUliHbhDkwiVSMbuEOUQqsF/lnHAyRmkYzo1mTm0l97slf5vSMFr4jJOvBhDcCTHUKjDuBZpNapA+E74Rw4MV7lvDtcQ2PElMvaklyuEDcGmgUNRh3aAJYW5sQrP7dI6keGE2EWH+UPUcMUBPz7oh8AfswEx15p4gBNL9AuBMspK5Gj8ALU7J6AjSqX1Q8GE2MDJNw5rsZQa/MtFArARaGY/iePBJs+gTgFEH+9JXr2yqhw+wjv8+tMcRYgASQc+ozDnnlVnHb55Lg052YBFhYBgw5VxrXIlz8zhGJqClzuF38AGuTvxToXMAnCSpNNUY+02D4ZxyE+0KyIlmYZ525EyOA7iblUqDUcaQiWErh1OmpxwImJN+lUf24Iw2YOrByzEOZ0kg6oLfIJEJogyfahmmMrKEEtngAf9u4wc2X9sdiMRVDUAANHJ3c6IPW5m/5znDAwtDXB+kwgAErQHHSqIz3qF8dGApYXHT/hmh2QgkVBo/2oc3wehSEAkuZI8FcvDKDIG6KoHaG8uFNIm4czgG+nj8rcz66C8YeIutVk0SAj9mzSCg+hog1lOc6rM2jsAD4UXRIggr0SxCZUyT48XqUgBGBIK2BwylqGh61RfFbT0TEf3SABEqyEOJJpXePL9ijI/izkApQJmaLVoKAm744tp6kFlTowWyM4Z5OCkuSxJ3R400UQGvXY12pGymr1+Aiv2jxt54tPxjbWwBVRHD/AlijiSdJdO5EEiT8gZ+B4xeOPw52BZAM2sNBMqNwswCtzrct+4CYRuAoHMFj+PHbqEokRV5siGmCCYNOhd9+XrtrotQJA0cbBsQ9wdQ2ZRORlLDa3Y+FNvyjzuj4cSe0qCizz3aqfT1TGFY0qQijo0wNObnouUekm6CJNM9T3NRMJUSt21Kuakk6XFpeBYoZN5hdVLbUYxM5KmfwmmwEi+cfYGsWmm1A0bFX9ibMZEPfJHFYz0I/gDB76/fQYCKzXtT2RN8QhXAXYSNWsBzD/Ci++aDWyqB//OHBIBQWjQApInH4ojni9vyQQG9CYdeMiGEc+M6m2nEz4ZIISoAP0BS0fNodcqGhERHL1gPXLGFdLkH418sHpmLfE5FVFJpZ63ckjwK40jyJJPdhVYK0oR7QUvhnbDS8D9mD3uG5jyRbt0+Fd1+iLqaPRm5hCR3YEoDLQxcqRjaqRjS9Q6xamT6dWtX1timl9nzbAqePddMvltjsxeN+iss1lInreKjS2Y/o2ad7XSxdYjQiHa4nhrRjijT+aoPHlQslm4ExXmxLoW+WOowIBy5yht7kJzUqCwtY2wa4FB4ID3wHwEemzAjbHqgxfDNePNkHy89jc4zR8Xq4bcQwBd6woeDK+RiBifsfCZBG14cAs9h4xcmiQMTtD1dRL91hvrpTtTwzEqyX2RdbT8lMfAshfAUN5gcvG9sJPXlviMNv+d3ImMYWh8iGP+vjzfh1ozULoKNire0mvyFXXjpTxoCnPmZccpZiE83gWtEb0AvqFQQT50ApVUIp12ivW244MiIJqqSaLS1+kPFxmsz4yxLepuNIsUiO1BUStVm1VCbgZtkIdXYnYAgidwL1JKysiYhUejwYjwee9fCD7fUYDpeCD1Npu7941r8ROBffwa8aGi+XsunCtopq/FhNCCl8+gXuELX84kS1lkNU5YwGY6A8oSB/8N1F71qiYDhuU/2eu5tBuc1iJihTE+SMpfqwH0vXOkpMDlIC5o4YX3x4nUcMDN5MckRL7wkiSh
"zoom": "100%"
}
]
},
"format": "short",
"graphId": "flowchart_2",
"gridPos": {
"h": 40,
"w": 24,
"x": 0,
"y": 0
},
"id": 2,
"newFlag": false,
"pluginVersion": "7.5.5",
"rulesData": {
"rulesData": [
{
"aggregation": "current",
"alias": "Gesamtleistung",
"colors": [
"rgb(94, 94, 94)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 1,
"overlayIcon": false,
"pattern": "155",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "155",
"style": "strokeColor"
},
{
"colorOn": "a",
"hidden": false,
"pattern": "155",
"style": "fontColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "155",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": false,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": true,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "String_1_Ost",
"colors": [
"rgb(94, 94, 94)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 0,
"hidden": false,
"pattern": "198",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 2,
"overlayIcon": false,
"pattern": "198",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "198",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "198",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": false,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": true,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "String_2_West_unten",
"colors": [
"rgb(94, 94, 94)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 0,
"hidden": false,
"pattern": "38",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 3,
"overlayIcon": false,
"pattern": "38",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "38",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "38",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": false,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": true,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "String_1_Süd",
"colors": [
"rgb(94, 94, 94)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 0,
"hidden": false,
"pattern": "39",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 4,
"overlayIcon": false,
"pattern": "39",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "39",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "39",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": false,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "String_2_West_oben",
"colors": [
"rgb(94, 94, 94)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 0,
"hidden": false,
"pattern": "201",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 5,
"overlayIcon": false,
"pattern": "201",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "201",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "201",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": false,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": true,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Home",
"colors": [
"rgba(50, 172, 45, 0.97)",
"#FADE2A",
"#F2495C"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": true,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 6,
"overlayIcon": false,
"pattern": "85",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "85",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
80,
null
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Gesamtleistung",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "42",
"style": "flipH",
"value": "0"
},
{
"eventOn": 0,
"hidden": false,
"pattern": "42",
"style": "flipH",
"value": "1"
},
{
"eventOn": 0,
"hidden": false,
"pattern": "42",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 7,
"overlayIcon": false,
"pattern": "42",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "42",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "42",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Ersparnis",
"colors": [
"#C4162A",
"#56A64B"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": true,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 8,
"overlayIcon": false,
"pattern": "196",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "196",
"style": "strokeColor"
},
{
"colorOn": "a",
"hidden": false,
"pattern": "196",
"style": "fontColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "196",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": true,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "currencyEUR",
"valueData": []
},
{
"aggregation": "current",
"alias": "Grid",
"colors": [
"#56A64B",
"#F2CC0C",
"#C4162A"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": -1,
"hidden": false,
"pattern": "45",
"style": "class_mxEdgeFlow",
"value": "2000"
},
{
"eventOn": 2,
"hidden": false,
"pattern": "45",
"style": "flipH",
"value": "1"
},
{
"eventOn": 1,
"hidden": false,
"pattern": "45",
"style": "flipH",
"value": "0"
},
{
"eventOn": 0,
"hidden": false,
"pattern": "45",
"style": "flipH",
"value": "0"
}
],
"eventProp": "id",
"eventRegEx": true,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 9,
"overlayIcon": false,
"pattern": "45",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "45",
"style": "strokeColor"
},
{
"colorOn": "a",
"hidden": false,
"pattern": "85",
"style": "strokeColor"
},
{
"colorOn": "a",
"hidden": false,
"pattern": "85",
"style": "fontColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "45",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1,
15
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": true,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Regen",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 10,
"overlayIcon": false,
"pattern": "154",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "154",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "litreh",
"valueData": []
},
{
"aggregation": "current",
"alias": "Wolken",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 11,
"overlayIcon": false,
"pattern": "150",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "150",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "percent",
"valueData": []
},
{
"aggregation": "current",
"alias": "Wind",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 12,
"overlayIcon": false,
"pattern": "147",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "147",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "velocitykmh",
"valueData": []
},
{
"aggregation": "current",
"alias": "Indoor",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 13,
"overlayIcon": false,
"pattern": "144",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "144",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "celsius",
"valueData": []
},
{
"aggregation": "current",
"alias": "Outdoor",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 14,
"overlayIcon": false,
"pattern": "141",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "141",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "celsius",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Media",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "219",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 15,
"overlayIcon": false,
"pattern": "219",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "219",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "219",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Media_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 16,
"overlayIcon": false,
"pattern": "221",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "221",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Flurlicht",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "264",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 17,
"overlayIcon": false,
"pattern": "264",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "264",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "264",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Flurlicht_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 18,
"overlayIcon": false,
"pattern": "263",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "263",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_JEL",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "267",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 19,
"overlayIcon": false,
"pattern": "267",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "267",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "267",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "JEL_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 20,
"overlayIcon": false,
"pattern": "268",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "268",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Rest",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "273",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 21,
"overlayIcon": false,
"pattern": "273",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "273",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "273",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Pool",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "237",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 22,
"overlayIcon": false,
"pattern": "237",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "237",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "237",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Pool_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 23,
"overlayIcon": false,
"pattern": "238",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "238",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Shaun",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "252",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 24,
"overlayIcon": false,
"pattern": "252",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "252",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "252",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Shaun_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 25,
"overlayIcon": false,
"pattern": "255",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "255",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Garten_Kuehlschrank",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "278",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 26,
"overlayIcon": false,
"pattern": "278",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "278",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "278",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Garten_Kuehlschrank_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 27,
"overlayIcon": false,
"pattern": "277",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "277",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Brunnen",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "254",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 28,
"overlayIcon": false,
"pattern": "254",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "254",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "254",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Brunnen_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 29,
"overlayIcon": false,
"pattern": "256",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "256",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Getränke",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "278",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 30,
"overlayIcon": false,
"pattern": "278",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "278",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "278",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Getränke_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 31,
"overlayIcon": false,
"pattern": "277",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "277",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "P_Waschen",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "187",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 32,
"overlayIcon": false,
"pattern": "187",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "187",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "187",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Waschen_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 33,
"overlayIcon": false,
"pattern": "195",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "195",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Prognose",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"#66b2ff"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 34,
"overlayIcon": false,
"pattern": "133",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "134",
"style": "fontColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "134",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Generator",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 35,
"overlayIcon": false,
"pattern": "79",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "79",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Autarkie",
"colors": [
"#C4162A",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 36,
"overlayIcon": false,
"pattern": "182",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "182",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "percent",
"valueData": []
},
{
"aggregation": "current",
"alias": "Eigenverbrauchrate",
"colors": [
"#C4162A",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 37,
"overlayIcon": false,
"pattern": "179",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "179",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "percent",
"valueData": []
},
{
"aggregation": "current",
"alias": "Einspeisung",
"colors": [
"#C4162A",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 38,
"overlayIcon": false,
"pattern": "176",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "176",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Vergütung",
"colors": [
"#C4162A",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 39,
"overlayIcon": false,
"pattern": "173",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "173",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "currencyEUR",
"valueData": []
},
{
"aggregation": "current",
"alias": "Netzbezug",
"colors": [
"#C4162A",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 40,
"overlayIcon": false,
"pattern": "71",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "111",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Uhrzeit",
"colors": [
"rgba(245, 54, 54, 0.9)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 41,
"overlayIcon": false,
"pattern": "124",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "124",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "string",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Verbrauch",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 42,
"overlayIcon": false,
"pattern": "108",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "108",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "PVBezug",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 43,
"overlayIcon": false,
"pattern": "114",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "114",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "KWL",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "211",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": true,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 44,
"overlayIcon": false,
"pattern": "211",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "211",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "211",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "KWL_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 45,
"overlayIcon": false,
"pattern": "215",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "215",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batteriebezug",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 46,
"overlayIcon": false,
"pattern": "117",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "117",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batterie Laden/Entladen",
"colors": [
"#C4162A",
"#FADE2A",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": -1,
"hidden": false,
"pattern": "91",
"style": "class_mxEdgeFlow",
"value": "2000"
},
{
"eventOn": 2,
"hidden": false,
"pattern": "91",
"style": "flipV",
"value": "0"
},
{
"eventOn": 1,
"hidden": false,
"pattern": "91",
"style": "flipV",
"value": "1"
},
{
"eventOn": 0,
"hidden": false,
"pattern": "91",
"style": "flipV",
"value": "1"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 47,
"overlayIcon": false,
"pattern": "91",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "91",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "91",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
0,
16
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batterie MaxSOC",
"colors": [
"#5794F2"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": true,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 48,
"overlayIcon": false,
"pattern": "280",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "280",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "percent",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batterie ActSOC",
"colors": [
"#5794F2"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": true,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 49,
"overlayIcon": false,
"pattern": "90",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "90",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "percent",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batterie MinSOC",
"colors": [
"#5794F2"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": true,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 50,
"overlayIcon": false,
"pattern": "281",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "281",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [],
"tooltip": true,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "percent",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batterie LimitAbs",
"colors": [
"#5794F2"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": true,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 51,
"overlayIcon": false,
"pattern": "282",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "282",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [],
"tooltip": true,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Batterie Temp",
"colors": [
"#5794F2"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": true,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 52,
"overlayIcon": false,
"pattern": "132",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "132",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "celsius",
"valueData": []
},
{
"aggregation": "current",
"alias": "LWP",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "118",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": true,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 53,
"overlayIcon": false,
"pattern": "118",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "118",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "118",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "LWP_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 54,
"overlayIcon": false,
"pattern": "244",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "244",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "LWP_Cop_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 55,
"overlayIcon": false,
"pattern": "247",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "247",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "none",
"valueData": []
},
{
"aggregation": "current",
"alias": "Wärmepuffer",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 56,
"overlayIcon": false,
"pattern": "122",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "122",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "Wärmepuffer WW Temp",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 1,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 57,
"overlayIcon": false,
"pattern": "131",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "131",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "celsius",
"valueData": []
},
{
"aggregation": "current",
"alias": "Geschirrspüler",
"colors": [
"rgb(94, 94, 94)",
"#c4162a"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 0,
"hidden": false,
"pattern": "189",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 58,
"overlayIcon": false,
"pattern": "189",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "189",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "189",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "Geschirrspüler_Day",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 59,
"overlayIcon": false,
"pattern": "192",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [
"/.*/",
"/.*/"
],
"textData": [
{
"hidden": false,
"pattern": "192",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
50,
80
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watth",
"valueData": []
},
{
"aggregation": "current",
"alias": "WB_1_Power",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "48",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": true,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 60,
"overlayIcon": false,
"pattern": "48",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "48",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "48",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "WB_1_Energie",
"colors": [
"rgb(94, 94, 94)",
"#c4162a"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 61,
"overlayIcon": false,
"pattern": "204",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "204",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "kwatth",
"valueData": []
},
{
"aggregation": "current",
"alias": "WB_1_Ladezeit",
"colors": [
"rgb(94, 94, 94)",
"#c4162a"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 62,
"overlayIcon": false,
"pattern": "205",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "205",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "m",
"valueData": []
},
{
"aggregation": "current",
"alias": "WB_2_Power",
"colors": [
"#C4162A",
"rgb(94, 94, 94)"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [
{
"eventOn": 1,
"hidden": false,
"pattern": "208",
"style": "class_mxEdgeFlow",
"value": "2000"
}
],
"eventProp": "id",
"eventRegEx": true,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 63,
"overlayIcon": false,
"pattern": "208",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [
{
"colorOn": "a",
"hidden": false,
"pattern": "208",
"style": "strokeColor"
}
],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "208",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
-1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "watt",
"valueData": []
},
{
"aggregation": "current",
"alias": "WB_2_Energie",
"colors": [
"rgb(94, 94, 94)",
"#c4162a"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 64,
"overlayIcon": false,
"pattern": "185",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "185",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "kwatth",
"valueData": []
},
{
"aggregation": "current",
"alias": "WB_2_Ladezeit",
"colors": [
"rgb(94, 94, 94)",
"#c4162a"
],
"column": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"eventData": [],
"eventProp": "id",
"eventRegEx": false,
"gradient": false,
"hidden": false,
"invert": false,
"linkData": [],
"linkProp": "id",
"linkRegEx": true,
"mappingType": 1,
"metricType": "serie",
"order": 65,
"overlayIcon": false,
"pattern": "186",
"rangeData": [],
"reduce": true,
"refId": "A",
"sanitize": false,
"shapeData": [],
"shapeProp": "id",
"shapeRegEx": true,
"stringThresholds": [],
"textData": [
{
"hidden": false,
"pattern": "186",
"textOn": "wmd",
"textPattern": "/.*/",
"textReplace": "content"
}
],
"textProp": "id",
"textRegEx": true,
"thresholds": [
1
],
"tooltip": false,
"tooltipColors": false,
"tooltipLabel": "",
"tooltipOn": "a",
"tpDirection": "v",
"tpGraph": false,
"tpGraphHigh": null,
"tpGraphLow": null,
"tpGraphScale": "linear",
"tpGraphSize": "100%",
"tpGraphType": "line",
"type": "number",
"unit": "m",
"valueData": []
}
]
},
"targets": [
{
"alias": "38",
"datasource": "${DS_WR_SW}",
"format": "time_series",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "PV",
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT last(\"P_DC2\") FROM \"PV\" WHERE $timeFilter",
"queryType": "randomWalk",
"rawQuery": true,
"rawSql": "SELECT\n t1.time AS time,\n t1.38,t2.39,t3.198,t4.201\nFROM\n (SELECT TIMESTAMP AS time,CAST(VALUE AS DECIMAL(4,0)) AS '38'\n FROM history WHERE DEVICE = 'WR_1' AND READING = 'P_DC2' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1) t1\nJOIN\n (SELECT TIMESTAMP AS time,CAST(VALUE AS DECIMAL(4,0)) AS '39'\n FROM history WHERE DEVICE = 'WR_2' AND READING = 'P_DC1' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1) t2\nJOIN\n (SELECT TIMESTAMP AS time,CAST(VALUE AS DECIMAL(4,0)) AS '198'\n FROM history WHERE DEVICE = 'WR_1' AND READING = 'P_DC1' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1) t3\nJOIN\n (SELECT TIMESTAMP AS time,CAST(VALUE AS DECIMAL(4,0)) AS '201'\n FROM history WHERE DEVICE = 'WR_2' AND READING = 'P_DC2' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1) t4",
"refId": "P_DCX",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"P_DC1"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
},
{
"alias": "114",
"datasource": "${DS_WR_SW}",
"format": "table",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"measurement": "Service",
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT integral(\"Verbrauch_PV\",1h) FROM \"AC\" WHERE $timeFilter fill(linear)",
"rawQuery": true,
"rawSql": "SELECT\n NOW() + INTERVAL 2 HOUR AS time,\n TIME(NOW() + INTERVAL 2 HOUR) AS '124';",
"refId": "Uhrzeit",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"DC_Gesamtleistung"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
},
{
"alias": "91",
"datasource": "${DS_WR_SW}",
"format": "time_series",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"measurement": "Batterie",
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT last(\"Lade_Entladeleistung\") FROM \"Batterie\" WHERE $timeFilter",
"rawQuery": true,
"rawSql": "SELECT\n NOW() + INTERVAL 2 HOUR AS time,\n t_hotWaterTemperature.131,\n t_ambientTemperature.141,\n t_room_temp.144\nFROM\n (\n SELECT CAST(VALUE AS DECIMAL(4,2)) AS '131'\n FROM history\n WHERE\n DEVICE = 'Heizung' AND\n READING = 'hotWaterTemperature' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_hotWaterTemperature\nJOIN\n (\n SELECT CAST(VALUE AS DECIMAL(4,2)) AS '141'\n FROM history\n WHERE\n DEVICE = 'Heizung' AND\n READING = 'ambientTemperature' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_ambientTemperature\n JOIN\n (\n SELECT CAST(VALUE AS DECIMAL(4,2)) AS '144'\n FROM history\n WHERE\n DEVICE = 'Thermostat_WO' AND\n READING = 'room-temp' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_room_temp\n \n ",
"refId": "LWP, KWL,Heizung und Raum temp.",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"Lade_Entladeleistung"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
},
{
"alias": "114",
"datasource": "${DS_WR_SW}",
"format": "time_series",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"measurement": "Service",
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT integral(\"Verbrauch_PV\",1h) FROM \"AC\" WHERE $timeFilter fill(linear)",
"rawQuery": true,
"rawSql": "SELECT\n NOW() + INTERVAL 2 HOUR AS time,\n t_Verguetung_Day.173,\n t_Ersparnis_Day.196\nFROM\n (\n SELECT CAST(VALUE/1000 * $EEG AS DECIMAL(4,2)) AS '173'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_EnergyHomeFeedInGrid_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Verguetung_Day\nJOIN\n (\n SELECT CAST(VALUE/1000 * $Strompreis AS DECIMAL(4,2)) AS '196'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_EnergyHomePvSum_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Ersparnis_Day\n\n ",
"refId": "Bilanz Euro Berechnung",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"DC_Gesamtleistung"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
},
{
"alias": "71",
"datasource": "${DS_WR_SW}",
"format": "time_series",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT integral(\"Verbrauch_Netz\",1h) FROM \"AC\" WHERE $timeFilter fill(linear)",
"rawQuery": true,
"rawSql": "SELECT\n NOW() + INTERVAL 2 HOUR AS time,\n t_SW_Total_AC_Active_P.42,\n t_Total_Active_P_EM.45,\n t_SW_Yield_Daily.79,\n t_Act_state_of_charge.90,\n t_Actual_Battery_charge.91,\n t_Battery_MaxChargePowerLimitAbs.282,\n t_Battery_MaxSOC.280,\n t_Battery_MinSOC.281,\n t_Battery_temperature.132,\n t_Yield_fc0_day.133,\n t_SW_Total_DC_P_sumOfAllPVInputs.155\n\nFROM\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '42'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'SW_Total_AC_Active_P' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Total_AC_Active_P\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '45'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Total_Active_P_EM' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Total_Active_P_EM\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '79'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'SW_Yield_Daily' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Yield_Daily\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '90'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Act_state_of_charge' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Act_state_of_charge\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '91'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Actual_Battery_charge_-minus_or_discharge_-plus_P' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1 \n ) t_Actual_Battery_charge\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '280'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Battery_MaxSOC' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Battery_MaxSOC\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '281'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Battery_MinSOC' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Battery_MinSOC\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '282'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Battery_MaxChargePowerLimitAbs' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Battery_MaxChargePowerLimitAbs\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(4,2)) AS '132'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'Battery_temperature' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Battery_temperature\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(6,0)) AS '133'\n FROM history\n WHERE\n DEVICE = 'WR_ctl' AND\n READING = 'Yield_fc0_day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Yield_fc0_day\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '155'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'SW_Total_DC_P_sumOfAllPVInputs' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Total_DC_P_sumOfAllPVInputs\n\n",
"refId": "WR_1 all readings at once",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
},
{
"alias": "114",
"datasource": "${DS_WR_SW}",
"format": "time_series",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"measurement": "Service",
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT integral(\"Verbrauch_PV\",1h) FROM \"AC\" WHERE $timeFilter fill(linear)",
"rawQuery": true,
"rawSql": "SELECT\n NOW() + INTERVAL 2 HOUR AS time,\n t_SW_Statistic_EnergyHomeGrid_Day.71,\n t_SW_Statistic_TotalConsumption_Day.108,\n t_SW_Statistic_EnergyHomePv_Day.114,\n t_Statistic_EnergyHomeBat_Day.117,\n t_SW_Statistic_EnergyHomeFeedInGrid_Day.176,\n t_SW_Statistic_OwnConsumptionRate_Day.179,\n t_SW_Statistic_Autarky_Day.182\nFROM\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '71'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_EnergyHomeGrid_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Statistic_EnergyHomeGrid_Day\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '108'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_TotalConsumption_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Statistic_TotalConsumption_Day\n\nJOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '114'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_EnergyHomePv_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Statistic_EnergyHomePv_Day\n JOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '117'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'Statistic_EnergyHomeBat_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1 \n ) t_Statistic_EnergyHomeBat_Day\n JOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '176'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_EnergyHomeFeedInGrid_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Statistic_EnergyHomeFeedInGrid_Day\n JOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '179'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_OwnConsumptionRate_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Statistic_OwnConsumptionRate_Day\n JOIN\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '182'\n FROM history\n WHERE\n DEVICE = 'WR_1_API' AND\n READING = 'SW_Statistic_Autarky_Day' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Statistic_Autarky_Day\n ",
"refId": "WR_1_API all readings at once",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"DC_Gesamtleistung"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
},
{
"alias": "71",
"datasource": "${DS_WR_SW}",
"format": "time_series",
"group": [],
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"metricColumn": "none",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT integral(\"Verbrauch_Netz\",1h) FROM \"AC\" WHERE $timeFilter fill(linear)",
"rawQuery": true,
"rawSql": "SELECT\n NOW() + INTERVAL 2 HOUR AS time,\n\n t_SW_Home_own_consumption.85,\n \n t_LWP_Power.118,\n t_LWP_Day.122,\n t_LWP_Day.244,\n t_LWP_Day.247,\n\n t_KWL_Power.211,\n t_KWL_Energy_Day.215,\n \n t_Waschen_Power.187,\n t_Waschen_Energy_Day.195,\n \n t_Media_Power.219,\n t_Media_Energy_Day.221,\n\n t_Pool_Power.237,\n t_Pool_Energy_Day.238,\n\n t_Brunnen_Power.254,\n t_Brunnen_Energy_Day.256,\n\n t_Shaun_Power.252,\n t_Shaun_Energy_Day.255,\n\n t_Garten_Kuehlschrank_Power.278,\n t_Garten_Kuehlschrank_Energy_Day.277,\n\n t_Flurlicht_Power.264,\n t_Flurlicht_Energy_Day.263,\n \n ( t_JEL_1_Power.JEL_1\n +t_JEL_2_Power.JEL_2 ) AS '267',\n \n ( t_JEL_1_Energy_Day.JEL_1\n +t_JEL_2_Energy_Day.JEL_2 ) AS '268',\n \n t_WB_1_lp_1_Power.48,\n t_WB_1_lp_1_Energy_Day.204,\n t_WB_1_lp_1_TimeRemaining.205,\n \n t_WB_1_lp_2_Power.208,\n t_WB_1_lp_2_Energy_Day.185,\n t_WB_1_lp_2_TimeRemaining.186,\n \n ( t_SW_Home_own_consumption.85\n + t_Waschen_Power.187\n + t_Media_Power.219\n + t_Pool_Power.237\n + t_KWL_Power.211\n + t_LWP_Power.118\n + t_Brunnen_Power.254\n + t_Shaun_Power.252\n + t_Garten_Kuehlschrank_Power.278\n + t_Flurlicht_Power.264\n + t_JEL_1_Power.JEL_1\n + t_JEL_2_Power.JEL_2\n + t_WB_1_lp_1_Power.48\n + t_WB_1_lp_2_Power.208\n ) * -1 AS '273'\n\nFROM\n (\n SELECT\n CAST(VALUE AS DECIMAL(5,0)) AS '85'\n FROM history\n WHERE\n DEVICE = 'WR_1' AND\n READING = 'SW_Home_own_consumption' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_SW_Home_own_consumption\n\nJOIN\n (\n SELECT\n if(VALUE < -2000,CAST(VALUE - 250 AS DECIMAL(6,2)),0) AS '118'\n FROM history\n WHERE\n DEVICE = 'StromZaehler_Heizung' AND\n READING = 'SMAEM1901401955_Saldo_Wirkleistung' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_LWP_Power\n \nJOIN\n (\n SELECT\n t_HeatQTotal_Day.122 AS '122',\n t_LWP_Energy_Day.244 AS '244',\n\tif(t_LWP_Energy_Day.244 = 0,\n\t 0, CAST(t_HeatQTotal_Day.122 / t_LWP_Energy_Day.244 AS DECIMAL(4,2))) AS '247'\n FROM\n (\n SELECT\n if(sum(VALUE) IS NULL, 0, round(sum(VALUE)*1000,0)) AS '122'\n\tFROM\n (\n (SELECT TIMESTAMP,VALUE\n FROM history WHERE DEVICE = 'Heizung' AND READING = 'counterHeatQTotal' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1)\n UNION ALL\n (SELECT TIMESTAMP,(VALUE * -1) AS VALUE\n FROM history WHERE DEVICE = 'Heizung' AND READING = 'counterHeatQTotal' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP LIMIT 1)\n ) x1 \n ) t_HeatQTotal_Day\n JOIN\n (\n SELECT\n cast(sum(if(VALUE < -250, VALUE*-1 -120,0))/60 AS DECIMAL(6,2)) AS '244'\n FROM history\n WHERE\n DEVICE = 'StromZaehler_Heizung' AND\n READING = 'SMAEM1901401955_Saldo_Wirkleistung' AND\n TIMESTAMP > curdate()\n ) t_LWP_Energy_Day\n ) t_LWP_Day\n\nJOIN\n (\n SELECT\n if(VALUE > -250, CAST(VALUE AS DECIMAL(6,2)),-60.00) AS '211'\n FROM history\n WHERE\n DEVICE = 'StromZaehler_Heizung' AND\n READING = 'SMAEM1901401955_Saldo_Wirkleistung' AND\n TIMESTAMP > curdate()\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_KWL_Power\n\nJOIN\n (\n SELECT\n cast(sum(if(VALUE > -250, VALUE*-1,60))/60 AS DECIMAL(6,2)) AS '215'\n FROM history\n WHERE\n DEVICE = 'StromZaehler_Heizung' AND\n READING = 'SMAEM1901401955_Saldo_Wirkleistung' AND\n TIMESTAMP > curdate()\n ) t_KWL_Energy_Day\n\nJOIN\n (\n SELECT VALUE AS '187'\n FROM\n (\n (SELECT TIMESTAMP, CAST(VALUE * -1 AS DECIMAL(6,2)) AS VALUE\n FROM history WHERE DEVICE = 'shelly03' AND READING = 'power' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1)\n UNION ALL\n (SELECT NOW() - INTERVAL 1 DAY AS TIMESTAMP,0 AS VALUE)\n ) t1\n ORDER BY TIMESTAMP DESC LIMIT 1\n ) t_Waschen_Power\n\nJOIN\n (\n SELECT if(sum(VALUE) IS NULL, 0, round(sum(VALUE),2)) AS '195'\n FROM\n (\n (SELECT VALUE\n FROM history WHERE DEVICE = 'shelly03' AND READING = 'energy_Total' AND TIMESTAMP > curdate() ORDER BY TIMESTAMP DESC LIMIT 1)\n UNION ALL\n (SELECT (VALUE
"refId": "StromZaehler_Shellys Waschen,Media,Pool",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [],
"timeColumn": "time",
"where": [
{
"name": "$__timeFilter",
"params": [],
"type": "macro"
}
]
}
],
"timeFrom": null,
"timeShift": null,
"title": "PV-Anlage_1",
"transparent": true,
"type": "agenty-flowcharting-panel",
"valueName": "current",
"version": "0.9.0"
}
],
"refresh": "1m",
"schemaVersion": 27,
"style": "dark",
"tags": [],
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "FHEM MySQL",
"value": "FHEM MySQL"
},
"description": null,
"error": null,
"hide": 0,
"includeAll": false,
"label": null,
"multi": false,
"name": "DS_WR_SW",
"options": [],
"query": "mysql",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"current": {
"selected": false,
"text": "FHEM MySQL",
"value": "FHEM MySQL"
},
"description": null,
"error": null,
"hide": 0,
"includeAll": false,
"label": null,
"multi": false,
"name": "DS_WB_1",
"options": [],
"query": "mysql",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"description": null,
"error": null,
"hide": 2,
"label": null,
"name": "EEG",
"query": "0.0958",
"skipUrlSync": false,
"type": "constant"
},
{
"description": null,
"error": null,
"hide": 2,
"label": null,
"name": "Strompreis",
"query": "0.24",
"skipUrlSync": false,
"type": "constant"
}
]
},
"time": {
"from": "now/d",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"1m",
"5m"
]
},
"timezone": "",
"title": "Kostal-Flow_V2",
"uid": "ihRB_ijGl",
"version": 130
}