v0.9.9
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"id": "weekend_comfort",
|
||||
"category": "comfort",
|
||||
"name": {
|
||||
"pl": "Weekendowy komfort",
|
||||
"en": "Weekend comfort"
|
||||
},
|
||||
"description": {
|
||||
"pl": "W sobotę i niedzielę utrzymuje komfort w ciągu dnia, jeśli tryb domu nie jest wyłączony.",
|
||||
"en": "Keeps daytime comfort on Saturday and Sunday while the house climate mode is not off."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000039",
|
||||
"kind": "weekday",
|
||||
"x": 40,
|
||||
"y": 90,
|
||||
"config": {
|
||||
"days": [
|
||||
6,
|
||||
7
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000040",
|
||||
"kind": "time_range",
|
||||
"x": 250,
|
||||
"y": 90,
|
||||
"config": {
|
||||
"start": "08:00",
|
||||
"end": "23:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000041",
|
||||
"kind": "house_mode",
|
||||
"x": 40,
|
||||
"y": 220,
|
||||
"config": {
|
||||
"operator": "neq",
|
||||
"value": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000042",
|
||||
"kind": "logic_and",
|
||||
"x": 465,
|
||||
"y": 145,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000043",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 710,
|
||||
"y": 145,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "comfort",
|
||||
"setpoint": 21,
|
||||
"mode": "auto",
|
||||
"cooldown_seconds": 90
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000044",
|
||||
"from": "node-00000000-0000-4000-8000-000000000039",
|
||||
"to": "node-00000000-0000-4000-8000-000000000042"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000045",
|
||||
"from": "node-00000000-0000-4000-8000-000000000040",
|
||||
"to": "node-00000000-0000-4000-8000-000000000042"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000046",
|
||||
"from": "node-00000000-0000-4000-8000-000000000041",
|
||||
"to": "node-00000000-0000-4000-8000-000000000042"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000047",
|
||||
"from": "node-00000000-0000-4000-8000-000000000042",
|
||||
"to": "node-00000000-0000-4000-8000-000000000043"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user