Files
gree-controller/presets/ha_gas_backup_heat.json
T
2026-09-02 08:50:51 +02:00

107 lines
3.0 KiB
JSON

{
"id": "ha_gas_backup_heat",
"category": "home_assistant",
"name": {
"pl": "Gaz nie grzeje + zimno → GREE jako backup",
"en": "Gas not heating + room cold → GREE backup"
},
"description": {
"pl": "Gdy encja kotła jest dostępna, ale nie zgłasza heating, a w pokoju jest poniżej 19°C, GREE przejmuje awaryjne grzanie do 22°C.",
"en": "When the boiler entity is available but does not report heating and the room drops below 19°C, GREE provides backup heat to 22°C."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000218",
"kind": "ha_available",
"x": 25,
"y": 40,
"config": {
"entity_id": "climate.gas_boiler"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000219",
"kind": "ha_attribute",
"x": 25,
"y": 155,
"config": {
"entity_id": "climate.gas_boiler",
"attribute": "hvac_action",
"operator": "neq",
"value": "heating"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000220",
"kind": "zone_temperature",
"x": 25,
"y": 270,
"config": {
"zone_id": "$zone1",
"operator": "lt",
"value": 19
}
},
{
"id": "node-00000000-0000-4000-8000-000000000221",
"kind": "house_mode",
"x": 25,
"y": 385,
"config": {
"operator": "eq",
"value": "heat"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000222",
"kind": "logic_and",
"x": 320,
"y": 210,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000223",
"kind": "zone_thermostat",
"x": 590,
"y": 210,
"config": {
"zone_id": "$zone1",
"preset": "custom",
"setpoint": 22,
"mode": "heat",
"cooldown_seconds": 180,
"power": true
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000224",
"from": "node-00000000-0000-4000-8000-000000000218",
"to": "node-00000000-0000-4000-8000-000000000222"
},
{
"id": "edge-00000000-0000-4000-8000-000000000225",
"from": "node-00000000-0000-4000-8000-000000000219",
"to": "node-00000000-0000-4000-8000-000000000222"
},
{
"id": "edge-00000000-0000-4000-8000-000000000226",
"from": "node-00000000-0000-4000-8000-000000000220",
"to": "node-00000000-0000-4000-8000-000000000222"
},
{
"id": "edge-00000000-0000-4000-8000-000000000227",
"from": "node-00000000-0000-4000-8000-000000000221",
"to": "node-00000000-0000-4000-8000-000000000222"
},
{
"id": "edge-00000000-0000-4000-8000-000000000228",
"from": "node-00000000-0000-4000-8000-000000000222",
"to": "node-00000000-0000-4000-8000-000000000223"
}
]
}
}