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

106 lines
3.0 KiB
JSON

{
"id": "ha_external_heat_source_assist",
"category": "home_assistant",
"name": {
"pl": "Inne źródło ciepła ON → wspomagaj GREE",
"en": "Other heat source ON → assist with GREE"
},
"description": {
"pl": "Gdy zewnętrzne źródło działa, ale pokój nadal ma mniej niż 20°C, GREE wspomaga je w trybie heat z celem 23°C.",
"en": "When an external heat source is running but the room is still below 20°C, GREE assists in heat mode with a 23°C target."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000236",
"kind": "ha_available",
"x": 25,
"y": 40,
"config": {
"entity_id": "binary_sensor.external_heat_source"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000237",
"kind": "ha_state",
"x": 25,
"y": 155,
"config": {
"entity_id": "binary_sensor.external_heat_source",
"operator": "eq",
"value": "on"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000238",
"kind": "zone_temperature",
"x": 25,
"y": 270,
"config": {
"zone_id": "$zone1",
"operator": "lt",
"value": 20
}
},
{
"id": "node-00000000-0000-4000-8000-000000000239",
"kind": "house_mode",
"x": 25,
"y": 385,
"config": {
"operator": "eq",
"value": "heat"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000240",
"kind": "logic_and",
"x": 320,
"y": 210,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000241",
"kind": "zone_thermostat",
"x": 590,
"y": 210,
"config": {
"zone_id": "$zone1",
"preset": "custom",
"setpoint": 23,
"mode": "heat",
"cooldown_seconds": 180,
"power": true
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000242",
"from": "node-00000000-0000-4000-8000-000000000236",
"to": "node-00000000-0000-4000-8000-000000000240"
},
{
"id": "edge-00000000-0000-4000-8000-000000000243",
"from": "node-00000000-0000-4000-8000-000000000237",
"to": "node-00000000-0000-4000-8000-000000000240"
},
{
"id": "edge-00000000-0000-4000-8000-000000000244",
"from": "node-00000000-0000-4000-8000-000000000238",
"to": "node-00000000-0000-4000-8000-000000000240"
},
{
"id": "edge-00000000-0000-4000-8000-000000000245",
"from": "node-00000000-0000-4000-8000-000000000239",
"to": "node-00000000-0000-4000-8000-000000000240"
},
{
"id": "edge-00000000-0000-4000-8000-000000000246",
"from": "node-00000000-0000-4000-8000-000000000240",
"to": "node-00000000-0000-4000-8000-000000000241"
}
]
}
}