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

76 lines
2.1 KiB
JSON

{
"id": "ha_gas_heating_off",
"category": "home_assistant",
"name": {
"pl": "Kocioł gazowy grzeje → wyłącz GREE",
"en": "Gas boiler heating → turn GREE off"
},
"description": {
"pl": "Czyta hvac_action z climate.gas_boiler. Gdy HA zgłasza heating i encja jest dostępna, wyłącza wybraną strefę GREE.",
"en": "Reads hvac_action from climate.gas_boiler. When HA reports heating and the entity is available, the selected GREE zone is turned off."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000191",
"kind": "ha_available",
"x": 35,
"y": 70,
"config": {
"entity_id": "climate.gas_boiler"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000192",
"kind": "ha_attribute",
"x": 35,
"y": 200,
"config": {
"entity_id": "climate.gas_boiler",
"attribute": "hvac_action",
"operator": "eq",
"value": "heating"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000193",
"kind": "logic_and",
"x": 315,
"y": 135,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000194",
"kind": "zone_thermostat",
"x": 575,
"y": 135,
"config": {
"zone_id": "$zone1",
"preset": "auto",
"setpoint": 21,
"mode": "auto",
"cooldown_seconds": 120,
"power": false
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000195",
"from": "node-00000000-0000-4000-8000-000000000191",
"to": "node-00000000-0000-4000-8000-000000000193"
},
{
"id": "edge-00000000-0000-4000-8000-000000000196",
"from": "node-00000000-0000-4000-8000-000000000192",
"to": "node-00000000-0000-4000-8000-000000000193"
},
{
"id": "edge-00000000-0000-4000-8000-000000000197",
"from": "node-00000000-0000-4000-8000-000000000193",
"to": "node-00000000-0000-4000-8000-000000000194"
}
]
}
}