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

76 lines
2.0 KiB
JSON

{
"id": "unoccupied_shutdown",
"category": "energy",
"name": {
"pl": "Wyłącz podczas nieobecności",
"en": "Shut down while away"
},
"description": {
"pl": "W godzinach dziennych wyłącza grupę lub strefę, gdy wskazana osoba jest poza domem.",
"en": "During daytime hours, turns off a group or zone when the selected person is away."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000077",
"kind": "ha_state",
"x": 35,
"y": 70,
"config": {
"entity_id": "person.someone",
"operator": "eq",
"value": "not_home"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000078",
"kind": "time_range",
"x": 35,
"y": 190,
"config": {
"start": "09:00",
"end": "16:00"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000079",
"kind": "logic_and",
"x": 310,
"y": 130,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000080",
"kind": "group_action",
"x": 565,
"y": 130,
"config": {
"group_id": "$group1",
"power": false,
"mode": "",
"preset": "",
"setpoint": 21,
"cooldown_seconds": 300
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000081",
"from": "node-00000000-0000-4000-8000-000000000077",
"to": "node-00000000-0000-4000-8000-000000000079"
},
{
"id": "edge-00000000-0000-4000-8000-000000000082",
"from": "node-00000000-0000-4000-8000-000000000078",
"to": "node-00000000-0000-4000-8000-000000000079"
},
{
"id": "edge-00000000-0000-4000-8000-000000000083",
"from": "node-00000000-0000-4000-8000-000000000079",
"to": "node-00000000-0000-4000-8000-000000000080"
}
]
}
}