From 5598b8e5f477b50b81f5fecf6b45199525374794 Mon Sep 17 00:00:00 2001 From: Homelab Cursor Date: Sat, 27 Jun 2026 11:38:54 +0200 Subject: [PATCH] =?UTF-8?q?garage=5Fdecke:=20Schalter=20KD-Flussrichtung?= =?UTF-8?q?=20f=C3=BCr=20=CE=94T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Variable kd_flussrichtung (Normal RL−VL / Umgekehrt VL−RL) für 2. Pumpe. --- infra/grafana/garage_decke.json | 38 ++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/infra/grafana/garage_decke.json b/infra/grafana/garage_decke.json index 90790babe..cfae42efd 100644 --- a/infra/grafana/garage_decke.json +++ b/infra/grafana/garage_decke.json @@ -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,