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

91 lines
2.4 KiB
JSON

{
"id": "humidity_guard",
"category": "safety",
"name": {
"pl": "Wysoka wilgotność — chłodzenie",
"en": "High humidity cooling"
},
"description": {
"pl": "Przy wysokiej wilgotności, obecności domowników i trybie chłodzenia wymusza umiarkowane chłodzenie.",
"en": "With high humidity, occupancy and cooling house mode, applies moderate cooling."
},
"flow": {
"nodes": [
{
"id": "node-00000000-0000-4000-8000-000000000100",
"kind": "ha_numeric",
"x": 40,
"y": 60,
"config": {
"entity_id": "sensor.living_room_humidity",
"operator": "gt",
"value": 70
}
},
{
"id": "node-00000000-0000-4000-8000-000000000101",
"kind": "house_mode",
"x": 40,
"y": 180,
"config": {
"operator": "eq",
"value": "cool"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000102",
"kind": "ha_state",
"x": 40,
"y": 300,
"config": {
"entity_id": "person.someone",
"operator": "eq",
"value": "home"
}
},
{
"id": "node-00000000-0000-4000-8000-000000000103",
"kind": "logic_and",
"x": 315,
"y": 180,
"config": {}
},
{
"id": "node-00000000-0000-4000-8000-000000000104",
"kind": "zone_thermostat",
"x": 575,
"y": 180,
"config": {
"zone_id": "$zone1",
"preset": "custom",
"setpoint": 22,
"mode": "cool",
"cooldown_seconds": 180
}
}
],
"edges": [
{
"id": "edge-00000000-0000-4000-8000-000000000105",
"from": "node-00000000-0000-4000-8000-000000000100",
"to": "node-00000000-0000-4000-8000-000000000103"
},
{
"id": "edge-00000000-0000-4000-8000-000000000106",
"from": "node-00000000-0000-4000-8000-000000000101",
"to": "node-00000000-0000-4000-8000-000000000103"
},
{
"id": "edge-00000000-0000-4000-8000-000000000107",
"from": "node-00000000-0000-4000-8000-000000000102",
"to": "node-00000000-0000-4000-8000-000000000103"
},
{
"id": "edge-00000000-0000-4000-8000-000000000108",
"from": "node-00000000-0000-4000-8000-000000000103",
"to": "node-00000000-0000-4000-8000-000000000104"
}
]
}
}