v0.9.9
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"id": "overheat_guard",
|
||||
"category": "safety",
|
||||
"name": {
|
||||
"pl": "Ochrona przed przegrzaniem",
|
||||
"en": "Overheat guard"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Jeśli strefa jest bardzo ciepła, tryb domu to chłodzenie i okno jest zamknięte, uruchamia chłodzenie ochronne.",
|
||||
"en": "If a zone is very warm, house mode is cooling and the window is closed, starts protective cooling."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000109",
|
||||
"kind": "zone_temperature",
|
||||
"x": 35,
|
||||
"y": 65,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"operator": "gt",
|
||||
"value": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000110",
|
||||
"kind": "house_mode",
|
||||
"x": 35,
|
||||
"y": 185,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "cool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000111",
|
||||
"kind": "ha_state",
|
||||
"x": 35,
|
||||
"y": 305,
|
||||
"config": {
|
||||
"entity_id": "binary_sensor.window",
|
||||
"operator": "eq",
|
||||
"value": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000112",
|
||||
"kind": "logic_and",
|
||||
"x": 310,
|
||||
"y": 185,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000113",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 570,
|
||||
"y": 185,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "custom",
|
||||
"setpoint": 22,
|
||||
"mode": "cool",
|
||||
"cooldown_seconds": 120
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000114",
|
||||
"from": "node-00000000-0000-4000-8000-000000000109",
|
||||
"to": "node-00000000-0000-4000-8000-000000000112"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000115",
|
||||
"from": "node-00000000-0000-4000-8000-000000000110",
|
||||
"to": "node-00000000-0000-4000-8000-000000000112"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000116",
|
||||
"from": "node-00000000-0000-4000-8000-000000000111",
|
||||
"to": "node-00000000-0000-4000-8000-000000000112"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000117",
|
||||
"from": "node-00000000-0000-4000-8000-000000000112",
|
||||
"to": "node-00000000-0000-4000-8000-000000000113"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user