v0.9.9
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"id": "ha_thermostat_idle_fallback",
|
||||
"category": "home_assistant",
|
||||
"name": {
|
||||
"pl": "Termostat gazowy idle → awaryjne grzanie GREE",
|
||||
"en": "Gas thermostat idle → GREE fallback heat"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Jeśli climate.gas_boiler jest dostępny, ma hvac_action=idle i pokój spadnie poniżej 19°C, GREE uruchamia grzanie do 21,5°C.",
|
||||
"en": "If climate.gas_boiler is available, reports hvac_action=idle and the room falls below 19°C, GREE heats to 21.5°C."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000267",
|
||||
"kind": "ha_available",
|
||||
"x": 25,
|
||||
"y": 40,
|
||||
"config": {
|
||||
"entity_id": "climate.gas_boiler"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000268",
|
||||
"kind": "ha_attribute",
|
||||
"x": 25,
|
||||
"y": 155,
|
||||
"config": {
|
||||
"entity_id": "climate.gas_boiler",
|
||||
"attribute": "hvac_action",
|
||||
"operator": "eq",
|
||||
"value": "idle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000269",
|
||||
"kind": "zone_temperature",
|
||||
"x": 25,
|
||||
"y": 270,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"operator": "lt",
|
||||
"value": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000270",
|
||||
"kind": "house_mode",
|
||||
"x": 25,
|
||||
"y": 385,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "heat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000271",
|
||||
"kind": "logic_and",
|
||||
"x": 320,
|
||||
"y": 210,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000272",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 590,
|
||||
"y": 210,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "custom",
|
||||
"setpoint": 21.5,
|
||||
"mode": "heat",
|
||||
"cooldown_seconds": 240,
|
||||
"power": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000273",
|
||||
"from": "node-00000000-0000-4000-8000-000000000267",
|
||||
"to": "node-00000000-0000-4000-8000-000000000271"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000274",
|
||||
"from": "node-00000000-0000-4000-8000-000000000268",
|
||||
"to": "node-00000000-0000-4000-8000-000000000271"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000275",
|
||||
"from": "node-00000000-0000-4000-8000-000000000269",
|
||||
"to": "node-00000000-0000-4000-8000-000000000271"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000276",
|
||||
"from": "node-00000000-0000-4000-8000-000000000270",
|
||||
"to": "node-00000000-0000-4000-8000-000000000271"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000277",
|
||||
"from": "node-00000000-0000-4000-8000-000000000271",
|
||||
"to": "node-00000000-0000-4000-8000-000000000272"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user