v0.9.9
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"id": "sleep_temperature_guard",
|
||||
"category": "night",
|
||||
"name": {
|
||||
"pl": "Nocne chłodzenie tylko gdy trzeba",
|
||||
"en": "Night cooling only when needed"
|
||||
},
|
||||
"description": {
|
||||
"pl": "W trybie nocnym chłodzi tylko wtedy, gdy temperatura pokoju przekracza próg i dom jest w trybie cool.",
|
||||
"en": "In night mode, cools only when room temperature is above the threshold and the house is in cooling mode."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000139",
|
||||
"kind": "night_mode",
|
||||
"x": 35,
|
||||
"y": 55,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000140",
|
||||
"kind": "zone_temperature",
|
||||
"x": 35,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"operator": "gt",
|
||||
"value": 23.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000141",
|
||||
"kind": "house_mode",
|
||||
"x": 35,
|
||||
"y": 295,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "cool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000142",
|
||||
"kind": "logic_and",
|
||||
"x": 310,
|
||||
"y": 175,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000143",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 570,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "sleep",
|
||||
"setpoint": 20,
|
||||
"mode": "cool",
|
||||
"cooldown_seconds": 180
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000144",
|
||||
"from": "node-00000000-0000-4000-8000-000000000139",
|
||||
"to": "node-00000000-0000-4000-8000-000000000142"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000145",
|
||||
"from": "node-00000000-0000-4000-8000-000000000140",
|
||||
"to": "node-00000000-0000-4000-8000-000000000142"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000146",
|
||||
"from": "node-00000000-0000-4000-8000-000000000141",
|
||||
"to": "node-00000000-0000-4000-8000-000000000142"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000147",
|
||||
"from": "node-00000000-0000-4000-8000-000000000142",
|
||||
"to": "node-00000000-0000-4000-8000-000000000143"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user