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

67 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "workday_comfort",
"category": "comfort",
"name": {
"pl": "Komfort w dni robocze",
"en": "Workday comfort"
},
"description": {
"pl": "Pon.pt. rano uruchamia preset komfortu w wybranej strefie.",
"en": "Weekday morning comfort preset for the selected thermostat zone."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000001",
"kind": "weekday",
"x": 40,
"y": 70,
"config": {
"days": [
1,
2,
3,
4,
5
]
}
},
{
"id": "node-00000000-0000-4000-8000-000000000002",
"kind": "time_range",
"x": 250,
"y": 70,
"config": {
"start": "06:00",
"end": "08:30"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000003",
"kind": "zone_thermostat",
"x": 500,
"y": 70,
"config": {
"zone_id": "$zone1",
"preset": "comfort",
"setpoint": 21,
"mode": "auto",
"cooldown_seconds": 90
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000004",
"from": "node-00000000-0000-4000-8000-000000000001",
"to": "node-00000000-0000-4000-8000-000000000002"
},
{
"id": "edge-00000000-0000-4000-8000-000000000005",
"from": "node-00000000-0000-4000-8000-000000000002",
"to": "node-00000000-0000-4000-8000-000000000003"
}
]
}
}