garage_decke: Benchmark Leistung Brunnen 648 W (korrigiert)

732 W war Rechenartefakt bei 3,75 l/min; Zielmarke auf 648 W.
This commit is contained in:
Homelab Cursor 2026-06-27 14:12:00 +02:00
parent 1078123bff
commit adbcbf81fa

View file

@ -9,7 +9,7 @@
], ],
"timezone": "browser", "timezone": "browser",
"schemaVersion": 39, "schemaVersion": 39,
"version": 8, "version": 9,
"refresh": "30s", "refresh": "30s",
"panels": [ "panels": [
{ {
@ -778,8 +778,8 @@
{ {
"id": 9, "id": 9,
"type": "stat", "type": "stat",
"title": "Leistung Brunnen (Ziel >732 W)", "title": "Leistung Brunnen (Ziel >648 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.", "description": "Q = l/min × ΔT × 0,0698 kW. Ziel/Benchmark: 648 W bei gemessenem Durchfluss (3,5 l/min). Grün ab 0,648 kW.",
"gridPos": { "gridPos": {
"h": 4, "h": 4,
"w": 6, "w": 6,
@ -807,15 +807,15 @@
}, },
{ {
"color": "orange", "color": "orange",
"value": 0.5 "value": 0.45
}, },
{ {
"color": "yellow", "color": "yellow",
"value": 0.65 "value": 0.58
}, },
{ {
"color": "green", "color": "green",
"value": 0.732 "value": 0.648
} }
] ]
} }
@ -1061,7 +1061,7 @@
}, },
{ {
"color": "green", "color": "green",
"value": 0.732 "value": 0.648
} }
] ]
} }