This commit is contained in:
Mateusz Gruszczyński
2026-08-26 00:07:54 +02:00
parent b5a4265148
commit 6a35096c5d
10 changed files with 33 additions and 18 deletions
+7 -2
View File
@@ -4,7 +4,7 @@
Standalone local GREE air-conditioner controller written in Rust. It runs on a regular Linux host or an LXC container and provides a mobile-first web interface without depending on the vendor cloud.
Current version: **0.7.4**.
Current version: **0.7.5**.
## Highlights
@@ -47,7 +47,7 @@ See [`BUILD_REPORT.md`](BUILD_REPORT.md) for package validation details and [`do
On Debian, Ubuntu or an LXC container:
```bash
unzip gree-controller-v0.7.4.zip
unzip gree-controller-v0.7.5.zip
cd gree-controller
chmod +x scripts/*.sh
./scripts/dev.sh
@@ -447,6 +447,11 @@ Zones now use setpoint modulation, global seasonal house mode, cooling/heating C
- Group commands use the restricted Home Assistant access token and the dedicated `/api/integrations/home-assistant/groups/*` endpoints.
- After adding/removing/renaming groups, reload the GREE Controller integration in Home Assistant so its entity/device registry is rebuilt.
## 0.7.5 group power state visibility
- Group **ON/OFF** buttons now use the same strong active-state highlight as group mode and profile controls, so the current power gate is immediately visible.
- Simulator summary wording now uses **Zones with demand** / **Strefy z zapotrzebowaniem** instead of the less natural comfort-request wording.
## 0.7.4 manual remote override
- Physical GREE changes detected during polling for power, HVAC mode, target temperature and meaningful fan-speed changes now enter a per-zone **Manual control / remote** takeover state.