v0.9.9
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"id": "frost_guard",
|
||||
"category": "safety",
|
||||
"name": {
|
||||
"pl": "Ochrona przeciwzamrożeniowa",
|
||||
"en": "Frost protection"
|
||||
},
|
||||
"description": {
|
||||
"pl": "W trybie grzania, przy niskiej temperaturze zewnętrznej i pokojowej, ustawia bezpieczny niski cel termostatu.",
|
||||
"en": "In heating mode, low outdoor and room temperatures select a safe low thermostat target."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000084",
|
||||
"kind": "house_mode",
|
||||
"x": 35,
|
||||
"y": 50,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "heat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000085",
|
||||
"kind": "outdoor_temperature",
|
||||
"x": 35,
|
||||
"y": 170,
|
||||
"config": {
|
||||
"operator": "lt",
|
||||
"value": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000086",
|
||||
"kind": "zone_temperature",
|
||||
"x": 35,
|
||||
"y": 290,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"operator": "lt",
|
||||
"value": 9
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000087",
|
||||
"kind": "logic_and",
|
||||
"x": 315,
|
||||
"y": 170,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000088",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 575,
|
||||
"y": 170,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "custom",
|
||||
"setpoint": 12,
|
||||
"mode": "heat",
|
||||
"cooldown_seconds": 300
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000089",
|
||||
"from": "node-00000000-0000-4000-8000-000000000084",
|
||||
"to": "node-00000000-0000-4000-8000-000000000087"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000090",
|
||||
"from": "node-00000000-0000-4000-8000-000000000085",
|
||||
"to": "node-00000000-0000-4000-8000-000000000087"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000091",
|
||||
"from": "node-00000000-0000-4000-8000-000000000086",
|
||||
"to": "node-00000000-0000-4000-8000-000000000087"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000092",
|
||||
"from": "node-00000000-0000-4000-8000-000000000087",
|
||||
"to": "node-00000000-0000-4000-8000-000000000088"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user