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

107 lines
3.0 KiB
JSON

{
"id": "ha_gas_heating_boost",
"category": "home_assistant",
"name": {
"pl": "Kocioł gazowy grzeje → dogrzewanie GREE",
"en": "Gas boiler heating → GREE heat boost"
},
"description": {
"pl": "Gdy kocioł gazowy aktywnie grzeje, pokój ma mniej niż 20°C i dom jest w trybie heat, GREE wspomaga ogrzewanie celem 23,5°C.",
"en": "When the gas boiler is actively heating, the room is below 20°C and house mode is heat, GREE assists with a 23.5°C target."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000198",
"kind": "ha_available",
"x": 25,
"y": 35,
"config": {
"entity_id": "climate.gas_boiler"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000199",
"kind": "ha_attribute",
"x": 25,
"y": 145,
"config": {
"entity_id": "climate.gas_boiler",
"attribute": "hvac_action",
"operator": "eq",
"value": "heating"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000200",
"kind": "zone_temperature",
"x": 25,
"y": 255,
"config": {
"zone_id": "$zone1",
"operator": "lt",
"value": 20
}
},
{
"id": "node-00000000-0000-4000-8000-000000000201",
"kind": "house_mode",
"x": 25,
"y": 365,
"config": {
"operator": "eq",
"value": "heat"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000202",
"kind": "logic_and",
"x": 320,
"y": 200,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000203",
"kind": "zone_thermostat",
"x": 590,
"y": 200,
"config": {
"zone_id": "$zone1",
"preset": "custom",
"setpoint": 23.5,
"mode": "heat",
"cooldown_seconds": 180,
"power": true
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000204",
"from": "node-00000000-0000-4000-8000-000000000198",
"to": "node-00000000-0000-4000-8000-000000000202"
},
{
"id": "edge-00000000-0000-4000-8000-000000000205",
"from": "node-00000000-0000-4000-8000-000000000199",
"to": "node-00000000-0000-4000-8000-000000000202"
},
{
"id": "edge-00000000-0000-4000-8000-000000000206",
"from": "node-00000000-0000-4000-8000-000000000200",
"to": "node-00000000-0000-4000-8000-000000000202"
},
{
"id": "edge-00000000-0000-4000-8000-000000000207",
"from": "node-00000000-0000-4000-8000-000000000201",
"to": "node-00000000-0000-4000-8000-000000000202"
},
{
"id": "edge-00000000-0000-4000-8000-000000000208",
"from": "node-00000000-0000-4000-8000-000000000202",
"to": "node-00000000-0000-4000-8000-000000000203"
}
]
}
}