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

75 lines
2.1 KiB
JSON

{
"id": "ha_external_heat_source_off",
"category": "home_assistant",
"name": {
"pl": "Inne źródło ciepła ON → wyłącz GREE",
"en": "Other heat source ON → turn GREE off"
},
"description": {
"pl": "Ogólny preset dla kominka, pieca lub innego źródła. Stan binary_sensor.external_heat_source = on wyłącza grupę albo strefę GREE.",
"en": "Generic fireplace, furnace or other source preset. binary_sensor.external_heat_source = on turns the GREE group or zone off."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000229",
"kind": "ha_available",
"x": 35,
"y": 70,
"config": {
"entity_id": "binary_sensor.external_heat_source"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000230",
"kind": "ha_state",
"x": 35,
"y": 200,
"config": {
"entity_id": "binary_sensor.external_heat_source",
"operator": "eq",
"value": "on"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000231",
"kind": "logic_and",
"x": 315,
"y": 135,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000232",
"kind": "group_action",
"x": 575,
"y": 135,
"config": {
"group_id": "$group1",
"power": false,
"mode": "auto",
"preset": "auto",
"setpoint": 21,
"cooldown_seconds": 120
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000233",
"from": "node-00000000-0000-4000-8000-000000000229",
"to": "node-00000000-0000-4000-8000-000000000231"
},
{
"id": "edge-00000000-0000-4000-8000-000000000234",
"from": "node-00000000-0000-4000-8000-000000000230",
"to": "node-00000000-0000-4000-8000-000000000231"
},
{
"id": "edge-00000000-0000-4000-8000-000000000235",
"from": "node-00000000-0000-4000-8000-000000000231",
"to": "node-00000000-0000-4000-8000-000000000232"
}
]
}
}