v0.9.9
This commit is contained in:
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"id": "multi_room_group_guard",
|
||||
"category": "advanced",
|
||||
"name": {
|
||||
"pl": "Wiele pokoi → jedna grupa",
|
||||
"en": "Multiple rooms → one group"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Jeśli dowolna z dwóch stref jest za ciepła i dom jest w trybie cool, uruchamia wspólną grupę lub strefę.",
|
||||
"en": "If either of two zones is too warm and house mode is cooling, starts a shared group or zone."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000326",
|
||||
"kind": "zone_temperature",
|
||||
"x": 30,
|
||||
"y": 55,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"operator": "gt",
|
||||
"value": 25
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000327",
|
||||
"kind": "zone_temperature",
|
||||
"x": 30,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"zone_id": "$zone2",
|
||||
"operator": "gt",
|
||||
"value": 25
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000328",
|
||||
"kind": "logic_or",
|
||||
"x": 280,
|
||||
"y": 115,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000329",
|
||||
"kind": "house_mode",
|
||||
"x": 280,
|
||||
"y": 245,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "cool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000330",
|
||||
"kind": "logic_and",
|
||||
"x": 505,
|
||||
"y": 175,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000331",
|
||||
"kind": "group_action",
|
||||
"x": 760,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"group_id": "$group1",
|
||||
"power": true,
|
||||
"mode": "auto",
|
||||
"preset": "comfort",
|
||||
"setpoint": 22,
|
||||
"cooldown_seconds": 120
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000332",
|
||||
"from": "node-00000000-0000-4000-8000-000000000326",
|
||||
"to": "node-00000000-0000-4000-8000-000000000328"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000333",
|
||||
"from": "node-00000000-0000-4000-8000-000000000327",
|
||||
"to": "node-00000000-0000-4000-8000-000000000328"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000334",
|
||||
"from": "node-00000000-0000-4000-8000-000000000328",
|
||||
"to": "node-00000000-0000-4000-8000-000000000330"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000335",
|
||||
"from": "node-00000000-0000-4000-8000-000000000329",
|
||||
"to": "node-00000000-0000-4000-8000-000000000330"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000336",
|
||||
"from": "node-00000000-0000-4000-8000-000000000330",
|
||||
"to": "node-00000000-0000-4000-8000-000000000331"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user