This commit is contained in:
Mateusz Gruszczyński
2026-08-28 10:12:48 +02:00
parent eb325cc0c8
commit 556a031358
8 changed files with 65 additions and 56 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.8.4**.
Current version: **0.8.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.8.4.zip
unzip gree-controller-v0.8.5.zip
cd gree-controller
chmod +x scripts/*.sh
./scripts/dev.sh
@@ -480,6 +480,13 @@ Zones now use setpoint modulation, global seasonal house mode, cooling/heating C
## 0.8.5 Temporary temperature-condition activation fix
- Fixed `temperature_stable` / `temperature_reached` evaluation for sessions already marked active through `activated_at`.
- Kept delayed sessions protected from evaluating or completing before their scheduled start.
- Preserved migration compatibility with active v0.8.3 sessions by also accepting existing local Quick Thermostat ownership as an activation marker.
- Fixes the two v0.8.4 regression tests that stopped `scripts/update.sh` before service replacement.
## 0.8.4 Scheduled Temporary Quick Thermostat start and ownership hardening
- Temporary Quick Thermostat can start immediately, after a configurable delay, or at a specific local date/time.