garage_decke: Schalter KD-Flussrichtung für ΔT
Variable kd_flussrichtung (Normal RL−VL / Umgekehrt VL−RL) für 2. Pumpe.
This commit is contained in:
parent
08ba53ae80
commit
5598b8e5f4
1 changed files with 33 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"timezone": "browser",
|
||||
"schemaVersion": 39,
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"refresh": "30s",
|
||||
"panels": [
|
||||
{
|
||||
|
|
@ -452,8 +452,8 @@
|
|||
{
|
||||
"id": 7,
|
||||
"type": "stat",
|
||||
"title": "ΔT Kältedecke (RL − VL)",
|
||||
"description": "Wärmeaufnahme Kältedecke: rl_klimadecke minus vl_kaeltedecke. Höher = mehr Kühlleistung bei Durchfluss.",
|
||||
"title": "ΔT Kältedecke",
|
||||
"description": "Wärmeaufnahme Kältedecke. Richtung über Variable „KD Flussrichtung“ oben: Normal = rl_klimadecke − vl_kaeltedecke, Umgekehrt = vl − rl (2. Pumpe).",
|
||||
"gridPos": {
|
||||
"h": 4,
|
||||
"w": 6,
|
||||
|
|
@ -537,7 +537,7 @@
|
|||
"name": "Expression"
|
||||
},
|
||||
"type": "math",
|
||||
"expression": "$RL - $VL",
|
||||
"expression": "${kd_flussrichtung} * ($RL - $VL)",
|
||||
"hide": false
|
||||
}
|
||||
]
|
||||
|
|
@ -959,7 +959,7 @@
|
|||
"name": "Expression"
|
||||
},
|
||||
"type": "math",
|
||||
"expression": "$RL_KD - $VL_KD",
|
||||
"expression": "${kd_flussrichtung} * ($RL_KD - $VL_KD)",
|
||||
"hide": false
|
||||
},
|
||||
{
|
||||
|
|
@ -1013,6 +1013,34 @@
|
|||
},
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": "Umgekehrt (VL−RL)",
|
||||
"value": "-1"
|
||||
},
|
||||
"description": "Flussrichtung Kältedecke: Sensor-Tags rl_klimadecke/vl_kaeltedecke bleiben am Rohr, ΔT wird mit Faktor 1 (RL−VL) oder −1 (VL−RL) berechnet. Stand 27.06.: umgekehrt (2. Pumpe, Entlüftung).",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "KD Flussrichtung",
|
||||
"multi": false,
|
||||
"name": "kd_flussrichtung",
|
||||
"options": [
|
||||
{
|
||||
"selected": false,
|
||||
"text": "Normal (RL−VL)",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"selected": true,
|
||||
"text": "Umgekehrt (VL−RL)",
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"query": "1,-1",
|
||||
"skipUrlSync": false,
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"current": {
|
||||
"selected": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue