From 22683e326cc5bb40d2da41562c72d43d067d3166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 15 Sep 2026 10:03:13 +0200 Subject: [PATCH] GREE Controller 0.14.2 --- gree-controller/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index 52396bd..681f880 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.14.2 +- Adds a configurable background connectivity worker for Local/LAN units with measurement interval and sample-count settings. +- Adds a History → Connectivity/Pings view with per-endpoint latency, jitter and packet-loss charts plus latest batch summaries. +- Stores connectivity readings in SQLite using the same retention/compaction lifecycle as other history metrics and archives them to InfluxDB when enabled. +- Keeps direct unit probing Local/LAN-only; GREE Cloud diagnostics instead measure optional REST response time and MQTT PINGRESP round-trip. +- Adds opt-in GREE Cloud connectivity metrics with configurable interval/sample count; Cloud measurements are disabled by default. - Adds separate vertical and horizontal swing controls for local units in Manual Control, respecting per-device capabilities. - Adds vertical and horizontal swing controls to thermostat zone cards without switching the zone into manual device ownership. - Adds optional `swing_vertical` and `swing_horizontal` actions to legacy direct-device automations.