From 7bf723f3e6c25d0f91978a50cdbcb5af26f8c54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 15 Sep 2026 10:14:28 +0200 Subject: [PATCH] GREE Controller 0.14.2 --- gree-controller/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index 681f880..e365b29 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.14.2 +- Improves connectivity controls: Local/LAN ping measurement can be explicitly enabled/disabled in Settings, disabled workers gray out their interval/sample fields, Cloud REST/MQTT measurement settings live in a dedicated block, and History → Pings can hide/show jitter with one button while rendering jitter as a dashed line. - 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.