This commit is contained in:
Mateusz Gruszczyński
2026-08-26 22:47:56 +02:00
parent f8d6bc2304
commit 584bdca7c6
11 changed files with 62 additions and 36 deletions
+9 -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.7**.
Current version: **0.7.8**.
## 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.7.zip
unzip gree-controller-v0.7.8.zip
cd gree-controller
chmod +x scripts/*.sh
./scripts/dev.sh
@@ -475,3 +475,10 @@ Zones now use setpoint modulation, global seasonal house mode, cooling/heating C
- Adjusted the five-column quick-device mode row so longer Polish labels such as **Chłodzenie** and **Osuszanie** receive more width without reducing the whole row font size.
- The change is limited to the dashboard quick-device mode row; thermostat/group layouts are unchanged.
- Rotated the PWA cache key so browsers fetch the corrected stylesheet after upgrade.
## 0.7.8 Zone status wording and unit power
- Zone runtime status now says **Zapotrzebowanie aktywne** when the thermostat is requesting work and **Cel osiągnięty** when the target/hysteresis condition is satisfied; **Komfort** remains only the preset name. Paused control is shown as **Oczekiwanie**, and missing control temperature as **Brak pomiaru**.
- Quick thermostats use one contextual **Włącz jednostkę / Wyłącz jednostkę** control instead of the redundant **Jednostka · pilot** caption and separate ON/OFF buttons.
- Direct unit power still behaves as manual/remote takeover and does not enable the whole group.