GREE Controller 0.14.15

This commit is contained in:
Mateusz Gruszczyński
2026-09-16 17:07:28 +02:00
parent 7c0e0235f7
commit d22c91655b
6 changed files with 25 additions and 5 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 0.14.15
- Treats TCP `8787` as the fixed internal Home Assistant add-on application/ingress port and validates the Supervisor-reported ingress port at startup.
- Makes the add-on build fail when `run.sh`, `ingress_port` and watchdog port metadata diverge.
- Uses the Home Assistant Supervisor network API to resolve the primary host IPv4 for generated chart-only share links instead of depending on the browser/ingress hostname.
- Adds optional `public_chart_base_url` for reverse proxies, alternate hostnames or non-standard external routing while keeping the public surface limited to generated Custom Chart shares.
- Uses Home Assistant's `[PORT:8787]` watchdog placeholder so Supervisor resolves the effective watchdog port from the add-on port contract.
- Keeps standalone installations fully port-configurable through `GREE_CONTROLLER_BIND`.
## 0.14.14
- Changes History → Custom Charts links to open a standalone chart-only page instead of the full dashboard.