From 24b78cd4aee0ddb25abff56117f34f670c4a8614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 21 Sep 2026 23:33:42 +0200 Subject: [PATCH] GREE Controller 0.15.17 --- custom_components/gree_controller/manifest.json | 2 +- gree-controller/CHANGELOG.md | 9 +++++++-- gree-controller/README.md | 2 +- gree-controller/config.yaml | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index 74aabbb..cbd35c6 100644 --- a/custom_components/gree_controller/manifest.json +++ b/custom_components/gree_controller/manifest.json @@ -1,7 +1,7 @@ { "domain": "gree_controller", "name": "GREE Controller", - "version": "0.15.16", + "version": "0.15.17", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index c04bb11..aaea558 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog +## 0.15.17 + +- Hides Dashboard → Global power Emergency STOP whenever all units are off and no automatic control is currently requesting work; an active STOP always keeps the green return-to-normal action visible. +- Improves Control plan → Recently triggered automations so Flow-generated entries show the source Flow name, for example `Generated by Flow: Igor - Heating`, instead of only the generated automation identifier. +- Refreshes Emergency STOP visibility immediately from live device and control-plan state. + ## 0.15.16 - Makes Dashboard → Global power emergency STOP context-aware instead of permanently prominent whenever any zone is enabled. - Keeps the yellow STOP prominent while any unit is powered or automatic thermostat control is currently active. -- Shows a subdued STOP while schedules, automations, Flows or explicit thermostat control are armed but idle, so the safety gate can still be engaged before the next start. -- Hides STOP only when every unit is off and no automatic control is armed; an active emergency STOP always remains visible as the green return-to-normal action. +- Hides STOP while the system is idle; an active emergency STOP always remains visible as the green return-to-normal action. - Refreshes the STOP state immediately on device, schedule, automation, Flow and control-plan realtime updates. ## 0.15.15 diff --git a/gree-controller/README.md b/gree-controller/README.md index 5d05a43..5719415 100644 --- a/gree-controller/README.md +++ b/gree-controller/README.md @@ -2,7 +2,7 @@ Local GREE HVAC controller packaged as a Home Assistant add-on, with Web UI, HTTP/WebSocket API, built-in Swagger API documentation, UDP discovery/control, `amd64` and `aarch64` support, ingress, and database backup from `/data/gree-controller.db`. -Version 0.15.16 makes the Global power emergency STOP context-aware: active control keeps it prominent, armed-but-idle automation shows a subdued STOP, fully idle systems hide it, and an active STOP always exposes the green return-to-normal action. +Version 0.15.17 hides the Global power emergency STOP while the system is idle, keeps the green return-to-normal action visible whenever STOP is active, and shows the source Flow name for Flow-generated entries in Recently triggered automations. ![Home Assistant OS + GREE + VLAN topology](https://git.linuxiarz.pl/gru/gree-controller-ha-addon/raw/branch/master/gree-controller/topology-ha-vlan-gree-en.png) diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index 24b78fd..65194d5 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.15.16" +version: "0.15.17" slug: "gree_controller" description: "Local GREE HVAC controller with Web UI, API, and Home Assistant integration" url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/"