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:
parent
13c60c4f3b
commit
1078123bff
1 changed files with 24 additions and 8 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
],
|
],
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"schemaVersion": 39,
|
"schemaVersion": 39,
|
||||||
"version": 7,
|
"version": 8,
|
||||||
"refresh": "30s",
|
"refresh": "30s",
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
|
@ -778,8 +778,8 @@
|
||||||
{
|
{
|
||||||
"id": 9,
|
"id": 9,
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"title": "Leistung Brunnen",
|
"title": "Leistung Brunnen (Ziel >732 W)",
|
||||||
"description": "Q ≈ Durchfluss [l/min] × ΔT [K] × 0,0698 → kW. Durchfluss oben einstellbar (typ. 3–4,5 l/min).",
|
"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": {
|
"gridPos": {
|
||||||
"h": 4,
|
"h": 4,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
|
|
@ -802,20 +802,20 @@
|
||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"color": "blue",
|
"color": "red",
|
||||||
"value": null
|
"value": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "green",
|
"color": "orange",
|
||||||
"value": 0.5
|
"value": 0.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "yellow",
|
"color": "yellow",
|
||||||
"value": 2
|
"value": 0.65
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "orange",
|
"color": "green",
|
||||||
"value": 4
|
"value": 0.732
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1049,6 +1049,22 @@
|
||||||
"mode": "fixed",
|
"mode": "fixed",
|
||||||
"fixedColor": "purple"
|
"fixedColor": "purple"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "thresholds",
|
||||||
|
"value": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"color": "red",
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "green",
|
||||||
|
"value": 0.732
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue