From 1078123bfff6495f7f0cca7e8424952b47cf6fd1 Mon Sep 17 00:00:00 2001 From: Homelab Cursor Date: Sat, 27 Jun 2026 14:10:16 +0200 Subject: [PATCH] =?UTF-8?q?garage=5Fdecke:=20732-W-Zielmarke=20f=C3=BCr=20?= =?UTF-8?q?Leistung=20Brunnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stat-Panel grün ab 0,732 kW; Titel/Threshold als Benchmark. --- infra/grafana/garage_decke.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/infra/grafana/garage_decke.json b/infra/grafana/garage_decke.json index 99fba0588..83a9ed900 100644 --- a/infra/grafana/garage_decke.json +++ b/infra/grafana/garage_decke.json @@ -9,7 +9,7 @@ ], "timezone": "browser", "schemaVersion": 39, - "version": 7, + "version": 8, "refresh": "30s", "panels": [ { @@ -778,8 +778,8 @@ { "id": 9, "type": "stat", - "title": "Leistung Brunnen", - "description": "Q ≈ Durchfluss [l/min] × ΔT [K] × 0,0698 → kW. Durchfluss oben einstellbar (typ. 3–4,5 l/min).", + "title": "Leistung Brunnen (Ziel >732 W)", + "description": "Q = l/min × ΔT × 0,0698 kW. Referenz/Ziel: 732 W (3,5 l/min × 3,0 K). Grün ab 0,732 kW.", "gridPos": { "h": 4, "w": 6, @@ -802,20 +802,20 @@ "mode": "absolute", "steps": [ { - "color": "blue", + "color": "red", "value": null }, { - "color": "green", + "color": "orange", "value": 0.5 }, { "color": "yellow", - "value": 2 + "value": 0.65 }, { - "color": "orange", - "value": 4 + "color": "green", + "value": 0.732 } ] } @@ -1049,6 +1049,22 @@ "mode": "fixed", "fixedColor": "purple" } + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "red", + "value": null + }, + { + "color": "green", + "value": 0.732 + } + ] + } } ] }