Files
gree-controller/presets/peak_power_guard.json
T
2026-09-02 08:50:51 +02:00

76 lines
2.0 KiB
JSON

{
"id": "peak_power_guard",
"category": "energy",
"name": {
"pl": "Ochrona przed szczytem mocy",
"en": "Peak power guard"
},
"description": {
"pl": "Wyłącza HVAC, gdy pobór mocy domu przekroczy ustawiony próg i system klimatu jest aktywny.",
"en": "Turns HVAC off when household power draw exceeds the configured threshold while climate control is active."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000061",
"kind": "ha_numeric",
"x": 40,
"y": 75,
"config": {
"entity_id": "sensor.house_power",
"operator": "gt",
"value": 5000
}
},
{
"id": "node-00000000-0000-4000-8000-000000000062",
"kind": "house_mode",
"x": 40,
"y": 200,
"config": {
"operator": "neq",
"value": "off"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000063",
"kind": "logic_and",
"x": 315,
"y": 140,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000064",
"kind": "zone_thermostat",
"x": 570,
"y": 140,
"config": {
"zone_id": "$zone1",
"preset": "auto",
"setpoint": 21,
"mode": "auto",
"cooldown_seconds": 180,
"power": false
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000065",
"from": "node-00000000-0000-4000-8000-000000000061",
"to": "node-00000000-0000-4000-8000-000000000063"
},
{
"id": "edge-00000000-0000-4000-8000-000000000066",
"from": "node-00000000-0000-4000-8000-000000000062",
"to": "node-00000000-0000-4000-8000-000000000063"
},
{
"id": "edge-00000000-0000-4000-8000-000000000067",
"from": "node-00000000-0000-4000-8000-000000000063",
"to": "node-00000000-0000-4000-8000-000000000064"
}
]
}
}