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

106 lines
2.9 KiB
JSON

{
"id": "ha_boiler_supply_boost",
"category": "home_assistant",
"name": {
"pl": "Gorące zasilanie kotła + zimny pokój → boost",
"en": "Hot boiler supply + cold room → boost"
},
"description": {
"pl": "Czyta sensor.boiler_supply_temperature. Przy temperaturze zasilania powyżej 45°C i zimnym pokoju ustawia GREE na 23,5°C.",
"en": "Reads sensor.boiler_supply_temperature. Above 45°C with a cold room, GREE is set to 23.5°C."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000256",
"kind": "ha_available",
"x": 25,
"y": 45,
"config": {
"entity_id": "sensor.boiler_supply_temperature"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000257",
"kind": "ha_numeric",
"x": 25,
"y": 160,
"config": {
"entity_id": "sensor.boiler_supply_temperature",
"operator": "gt",
"value": 45
}
},
{
"id": "node-00000000-0000-4000-8000-000000000258",
"kind": "zone_temperature",
"x": 25,
"y": 275,
"config": {
"zone_id": "$zone1",
"operator": "lt",
"value": 20
}
},
{
"id": "node-00000000-0000-4000-8000-000000000259",
"kind": "house_mode",
"x": 25,
"y": 390,
"config": {
"operator": "eq",
"value": "heat"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000260",
"kind": "logic_and",
"x": 320,
"y": 215,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000261",
"kind": "zone_thermostat",
"x": 590,
"y": 215,
"config": {
"zone_id": "$zone1",
"preset": "custom",
"setpoint": 23.5,
"mode": "heat",
"cooldown_seconds": 180,
"power": true
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000262",
"from": "node-00000000-0000-4000-8000-000000000256",
"to": "node-00000000-0000-4000-8000-000000000260"
},
{
"id": "edge-00000000-0000-4000-8000-000000000263",
"from": "node-00000000-0000-4000-8000-000000000257",
"to": "node-00000000-0000-4000-8000-000000000260"
},
{
"id": "edge-00000000-0000-4000-8000-000000000264",
"from": "node-00000000-0000-4000-8000-000000000258",
"to": "node-00000000-0000-4000-8000-000000000260"
},
{
"id": "edge-00000000-0000-4000-8000-000000000265",
"from": "node-00000000-0000-4000-8000-000000000259",
"to": "node-00000000-0000-4000-8000-000000000260"
},
{
"id": "edge-00000000-0000-4000-8000-000000000266",
"from": "node-00000000-0000-4000-8000-000000000260",
"to": "node-00000000-0000-4000-8000-000000000261"
}
]
}
}