This commit is contained in:
Mateusz Gruszczyński
2026-09-02 08:50:51 +02:00
parent a161d8785d
commit 9c6e51fc35
52 changed files with 3763 additions and 285 deletions
+66
View File
@@ -0,0 +1,66 @@
{
"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"
}
]
}
}