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

131 lines
3.5 KiB
JSON

{
"id": "dual_threshold_control",
"category": "advanced",
"name": {
"pl": "Dwa progi: grzanie i chłodzenie",
"en": "Dual threshold heating/cooling"
},
"description": {
"pl": "Dwie niezależne gałęzie sterują grzaniem poniżej dolnego progu i chłodzeniem powyżej górnego.",
"en": "Two independent branches heat below the lower threshold and cool above the upper threshold."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000312",
"kind": "zone_temperature",
"x": 35,
"y": 70,
"config": {
"zone_id": "$zone1",
"operator": "lt",
"value": 19
}
},
{
"id": "node-00000000-0000-4000-8000-000000000313",
"kind": "zone_temperature",
"x": 35,
"y": 245,
"config": {
"zone_id": "$zone1",
"operator": "gt",
"value": 25
}
},
{
"id": "node-00000000-0000-4000-8000-000000000314",
"kind": "house_mode",
"x": 250,
"y": 70,
"config": {
"operator": "eq",
"value": "heat"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000315",
"kind": "house_mode",
"x": 250,
"y": 245,
"config": {
"operator": "eq",
"value": "cool"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000316",
"kind": "logic_and",
"x": 470,
"y": 70,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000317",
"kind": "logic_and",
"x": 470,
"y": 245,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000318",
"kind": "zone_thermostat",
"x": 715,
"y": 70,
"config": {
"zone_id": "$zone1",
"preset": "comfort",
"setpoint": 21,
"mode": "heat",
"cooldown_seconds": 90
}
},
{
"id": "node-00000000-0000-4000-8000-000000000319",
"kind": "zone_thermostat",
"x": 715,
"y": 245,
"config": {
"zone_id": "$zone1",
"preset": "comfort",
"setpoint": 21,
"mode": "cool",
"cooldown_seconds": 90
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000320",
"from": "node-00000000-0000-4000-8000-000000000312",
"to": "node-00000000-0000-4000-8000-000000000316"
},
{
"id": "edge-00000000-0000-4000-8000-000000000321",
"from": "node-00000000-0000-4000-8000-000000000314",
"to": "node-00000000-0000-4000-8000-000000000316"
},
{
"id": "edge-00000000-0000-4000-8000-000000000322",
"from": "node-00000000-0000-4000-8000-000000000313",
"to": "node-00000000-0000-4000-8000-000000000317"
},
{
"id": "edge-00000000-0000-4000-8000-000000000323",
"from": "node-00000000-0000-4000-8000-000000000315",
"to": "node-00000000-0000-4000-8000-000000000317"
},
{
"id": "edge-00000000-0000-4000-8000-000000000324",
"from": "node-00000000-0000-4000-8000-000000000316",
"to": "node-00000000-0000-4000-8000-000000000318"
},
{
"id": "edge-00000000-0000-4000-8000-000000000325",
"from": "node-00000000-0000-4000-8000-000000000317",
"to": "node-00000000-0000-4000-8000-000000000319"
}
]
}
}