From c814a56874abad0114264ecb9559d6d21f3d628f Mon Sep 17 00:00:00 2001 From: Kaloyan Danchev Date: Wed, 29 Jul 2026 19:54:07 +0300 Subject: [PATCH] docs: HAOS 6 smart-home integrations + cross-VLAN/OAuth notes (2026-07-29) Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1087d12..f5edd2c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,15 @@ **Purpose:** Major infrastructure events only. Minor changes are in git commit messages. +--- +## 2026-07-29 + +### HAOS smart-home integrations (6) + HACS/Prism +- **[HA]** Fresh start on the bare-metal HAOS (`192.168.10.102`) — nothing migrated (old container + Proxmox VM were empty/offline). Added 6 integrations: **Roborock** (S7 Pro Ultra), **Xiaomi Home** (HACS official, cloud), **Tuya** (42 devices + scenes), **Govee** (HACS `LaggAt/hacs-govee`, cloud API key), **Gree** (HACS `RobHofmann`, climate, manual IP), **Bosch Home Connect** (dishwasher/dryer/washer, 45 entities). +- **[NETWORK]** Confirmed **no inter-VLAN firewall isolation** — HAOS (VLAN10) reaches IoT devices (VLAN30) by unicast. Gree AC added by IP (`192.168.30.160`) since broadcast discovery doesn't cross VLANs. +- **[HA]** **Gotcha:** OAuth redirects using `homeassistant.local` are unresolvable → complete the callback with the IP (`192.168.10.102`). Hit this on Xiaomi Home. +- **[HACS]** Installed HACS + Prism Dashboard (glassmorphism) + deps (card-mod, Mushroom, layout-card, kiosk-mode, mini-graph-card, browser_mod). Prism dashboard build pending. + --- ## 2026-07-28