v0.9.9
This commit is contained in:
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"id": "morning_boost",
|
||||
"category": "comfort",
|
||||
"name": {
|
||||
"pl": "Poranne dogrzanie przy mrozie",
|
||||
"en": "Cold-weather morning boost"
|
||||
},
|
||||
"description": {
|
||||
"pl": "W dni robocze rano, tylko w trybie grzania i przy mrozie na zewnątrz, podnosi cel do 22,5°C.",
|
||||
"en": "On workday mornings, only in heating mode and during cold weather, raises the target to 22.5°C."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000028",
|
||||
"kind": "weekday",
|
||||
"x": 35,
|
||||
"y": 50,
|
||||
"config": {
|
||||
"days": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000029",
|
||||
"kind": "time_range",
|
||||
"x": 35,
|
||||
"y": 170,
|
||||
"config": {
|
||||
"start": "05:30",
|
||||
"end": "07:30"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000030",
|
||||
"kind": "outdoor_temperature",
|
||||
"x": 35,
|
||||
"y": 290,
|
||||
"config": {
|
||||
"operator": "lt",
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000031",
|
||||
"kind": "house_mode",
|
||||
"x": 35,
|
||||
"y": 410,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "heat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000032",
|
||||
"kind": "logic_and",
|
||||
"x": 320,
|
||||
"y": 220,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000033",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 585,
|
||||
"y": 220,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "custom",
|
||||
"setpoint": 22.5,
|
||||
"mode": "heat",
|
||||
"cooldown_seconds": 180
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000034",
|
||||
"from": "node-00000000-0000-4000-8000-000000000028",
|
||||
"to": "node-00000000-0000-4000-8000-000000000032"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000035",
|
||||
"from": "node-00000000-0000-4000-8000-000000000029",
|
||||
"to": "node-00000000-0000-4000-8000-000000000032"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000036",
|
||||
"from": "node-00000000-0000-4000-8000-000000000030",
|
||||
"to": "node-00000000-0000-4000-8000-000000000032"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000037",
|
||||
"from": "node-00000000-0000-4000-8000-000000000031",
|
||||
"to": "node-00000000-0000-4000-8000-000000000032"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000038",
|
||||
"from": "node-00000000-0000-4000-8000-000000000032",
|
||||
"to": "node-00000000-0000-4000-8000-000000000033"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user