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:
Homelab Cursor 2026-06-27 11:38:54 +02:00
parent 08ba53ae80
commit 5598b8e5f4

View file

@ -9,7 +9,7 @@
], ],
"timezone": "browser", "timezone": "browser",
"schemaVersion": 39, "schemaVersion": 39,
"version": 2, "version": 3,
"refresh": "30s", "refresh": "30s",
"panels": [ "panels": [
{ {
@ -452,8 +452,8 @@
{ {
"id": 7, "id": 7,
"type": "stat", "type": "stat",
"title": "ΔT Kältedecke (RL VL)", "title": "ΔT Kältedecke",
"description": "Wärmeaufnahme Kältedecke: rl_klimadecke minus vl_kaeltedecke. Höher = mehr Kühlleistung bei Durchfluss.", "description": "Wärmeaufnahme Kältedecke. Richtung über Variable „KD Flussrichtung“ oben: Normal = rl_klimadecke vl_kaeltedecke, Umgekehrt = vl rl (2. Pumpe).",
"gridPos": { "gridPos": {
"h": 4, "h": 4,
"w": 6, "w": 6,
@ -537,7 +537,7 @@
"name": "Expression" "name": "Expression"
}, },
"type": "math", "type": "math",
"expression": "$RL - $VL", "expression": "${kd_flussrichtung} * ($RL - $VL)",
"hide": false "hide": false
} }
] ]
@ -959,7 +959,7 @@
"name": "Expression" "name": "Expression"
}, },
"type": "math", "type": "math",
"expression": "$RL_KD - $VL_KD", "expression": "${kd_flussrichtung} * ($RL_KD - $VL_KD)",
"hide": false "hide": false
}, },
{ {
@ -1013,6 +1013,34 @@
}, },
"templating": { "templating": {
"list": [ "list": [
{
"current": {
"selected": true,
"text": "Umgekehrt (VLRL)",
"value": "-1"
},
"description": "Flussrichtung Kältedecke: Sensor-Tags rl_klimadecke/vl_kaeltedecke bleiben am Rohr, ΔT wird mit Faktor 1 (RLVL) oder 1 (VLRL) 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 (RLVL)",
"value": "1"
},
{
"selected": true,
"text": "Umgekehrt (VLRL)",
"value": "-1"
}
],
"query": "1,-1",
"skipUrlSync": false,
"type": "custom"
},
{ {
"current": { "current": {
"selected": true, "selected": true,