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

75 lines
1.9 KiB
JSON

{
"id": "night_group",
"category": "night",
"name": {
"pl": "Noc dla grupy",
"en": "Night group"
},
"description": {
"pl": "Nocny przedział czasu + tryb domu sterują presetem sleep dla grupy lub strefy.",
"en": "Night time + house mode applies sleep preset to a group or zone."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000125",
"kind": "time_range",
"x": 50,
"y": 100,
"config": {
"start": "22:30",
"end": "06:00"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000126",
"kind": "house_mode",
"x": 50,
"y": 230,
"config": {
"operator": "neq",
"value": "off"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000127",
"kind": "logic_and",
"x": 315,
"y": 165,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000128",
"kind": "group_action",
"x": 570,
"y": 165,
"config": {
"group_id": "$group1",
"power": true,
"mode": "auto",
"preset": "sleep",
"setpoint": 20,
"cooldown_seconds": 120
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000129",
"from": "node-00000000-0000-4000-8000-000000000125",
"to": "node-00000000-0000-4000-8000-000000000127"
},
{
"id": "edge-00000000-0000-4000-8000-000000000130",
"from": "node-00000000-0000-4000-8000-000000000126",
"to": "node-00000000-0000-4000-8000-000000000127"
},
{
"id": "edge-00000000-0000-4000-8000-000000000131",
"from": "node-00000000-0000-4000-8000-000000000127",
"to": "node-00000000-0000-4000-8000-000000000128"
}
]
}
}