garage_decke: 732-W-Zielmarke für Leistung Brunnen

Stat-Panel grün ab 0,732 kW; Titel/Threshold als Benchmark.
This commit is contained in:
Homelab Cursor 2026-06-27 14:10:16 +02:00
parent 13c60c4f3b
commit 1078123bff

View file

@ -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. 34,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
}
]
}
}
]
}