v0.9.9
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"id": "mild_weather_eco",
|
||||
"category": "energy",
|
||||
"name": {
|
||||
"pl": "Łagodna pogoda — HVAC off",
|
||||
"en": "Mild weather — HVAC off"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Gdy temperatura zewnętrzna mieści się w komfortowym zakresie i okno jest zamknięte, wyłącza HVAC.",
|
||||
"en": "When outdoor temperature is within a comfortable band and the window is closed, turns HVAC off."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000068",
|
||||
"kind": "outdoor_temperature",
|
||||
"x": 35,
|
||||
"y": 55,
|
||||
"config": {
|
||||
"operator": "gte",
|
||||
"value": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000069",
|
||||
"kind": "outdoor_temperature",
|
||||
"x": 35,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"operator": "lte",
|
||||
"value": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000070",
|
||||
"kind": "ha_state",
|
||||
"x": 35,
|
||||
"y": 295,
|
||||
"config": {
|
||||
"entity_id": "binary_sensor.window",
|
||||
"operator": "eq",
|
||||
"value": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000071",
|
||||
"kind": "logic_and",
|
||||
"x": 310,
|
||||
"y": 175,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000072",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 565,
|
||||
"y": 175,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "auto",
|
||||
"setpoint": 21,
|
||||
"mode": "auto",
|
||||
"cooldown_seconds": 300,
|
||||
"power": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000073",
|
||||
"from": "node-00000000-0000-4000-8000-000000000068",
|
||||
"to": "node-00000000-0000-4000-8000-000000000071"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000074",
|
||||
"from": "node-00000000-0000-4000-8000-000000000069",
|
||||
"to": "node-00000000-0000-4000-8000-000000000071"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000075",
|
||||
"from": "node-00000000-0000-4000-8000-000000000070",
|
||||
"to": "node-00000000-0000-4000-8000-000000000071"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000076",
|
||||
"from": "node-00000000-0000-4000-8000-000000000071",
|
||||
"to": "node-00000000-0000-4000-8000-000000000072"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user