From c40074cd5e614c01be7b22cc69208b15c8c7f520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 14 Sep 2026 16:37:23 +0200 Subject: [PATCH] GREE Controller 0.14.0 --- custom_components/gree_controller/manifest.json | 2 +- gree-controller/CHANGELOG.md | 8 ++++++++ gree-controller/config.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/custom_components/gree_controller/manifest.json b/custom_components/gree_controller/manifest.json index 9144f35..074fd9d 100644 --- a/custom_components/gree_controller/manifest.json +++ b/custom_components/gree_controller/manifest.json @@ -1,7 +1,7 @@ { "domain": "gree_controller", "name": "GREE Controller", - "version": "0.13.10", + "version": "0.14.0", "config_flow": true, "integration_type": "hub", "iot_class": "local_polling", diff --git a/gree-controller/CHANGELOG.md b/gree-controller/CHANGELOG.md index 055e4d3..2941650 100644 --- a/gree-controller/CHANGELOG.md +++ b/gree-controller/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.14.0 + +- Adds GREE Cloud as a first-class provider while preserving the existing LAN/UDP transport. +- Adds MQTT/TLS status push, Cloud commands, reconnect/resubscribe lifecycle and safe Cloud diagnostics. +- Adds per-device capabilities and Cloud-specific Devices/Manual Control UI. +- Adds GREE Cloud and Home Assistant cumulative-energy sources, delta conversion, energy history, aggregation, charts and InfluxDB archive support. +- Keeps Local and Cloud entries independent and never performs automatic transport fallback. + ## 0.13.10 - Accepts multi-state non-zero values for optional GREE feature flags without dropping an otherwise valid status frame. diff --git a/gree-controller/config.yaml b/gree-controller/config.yaml index fccacbe..64f8c0d 100644 --- a/gree-controller/config.yaml +++ b/gree-controller/config.yaml @@ -1,5 +1,5 @@ name: "GREE Controller" -version: "0.13.10" +version: "0.14.0" slug: "gree_controller" description: "Local GREE HVAC controller with Web UI and Home Assistant integration" url: "https://git.linuxiarz.pl/gru/gree-controller-ha-addon/"