v0.9.9
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"id": "thermostat_enabled_guard",
|
||||
"category": "reliability",
|
||||
"name": {
|
||||
"pl": "Steruj tylko aktywnym termostatem",
|
||||
"en": "Control only an active thermostat"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Wymaga włączonej strefy, aktywnego zapotrzebowania i niezerowego trybu domu przed akcją.",
|
||||
"en": "Requires an enabled zone, active demand and a non-off house mode before the action executes."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000182",
|
||||
"kind": "zone_state",
|
||||
"x": 35,
|
||||
"y": 55,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"field": "enabled",
|
||||
"operator": "eq",
|
||||
"value": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000183",
|
||||
"kind": "zone_state",
|
||||
"x": 35,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"field": "demand",
|
||||
"operator": "eq",
|
||||
"value": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000184",
|
||||
"kind": "house_mode",
|
||||
"x": 35,
|
||||
"y": 295,
|
||||
"config": {
|
||||
"operator": "neq",
|
||||
"value": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000185",
|
||||
"kind": "logic_and",
|
||||
"x": 310,
|
||||
"y": 175,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000186",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 570,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "auto",
|
||||
"setpoint": 21,
|
||||
"mode": "auto",
|
||||
"cooldown_seconds": 120
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000187",
|
||||
"from": "node-00000000-0000-4000-8000-000000000182",
|
||||
"to": "node-00000000-0000-4000-8000-000000000185"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000188",
|
||||
"from": "node-00000000-0000-4000-8000-000000000183",
|
||||
"to": "node-00000000-0000-4000-8000-000000000185"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000189",
|
||||
"from": "node-00000000-0000-4000-8000-000000000184",
|
||||
"to": "node-00000000-0000-4000-8000-000000000185"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000190",
|
||||
"from": "node-00000000-0000-4000-8000-000000000185",
|
||||
"to": "node-00000000-0000-4000-8000-000000000186"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user