Replace Philips Hue Automation with Home Assistant's
Replacing Hue Bridge with Home Assistant + Zigbee
- Many recommend ditching proprietary hubs (Hue, Tuya, etc.) and using a USB Zigbee dongle (e.g., Sonoff, ConBee, HA Green/Yellow with radios) plus Zigbee2MQTT or ZHA.
- Benefits cited: fully local control, no cloud dependency, no forced accounts/ToS changes, greater device compatibility, and better freedom from vendor lock‑in.
- Several users migrated Hue bulbs, switches, and sensors directly to Zigbee2MQTT and unplugged the Hue bridge, reporting good reliability.
Zigbee vs Z-Wave vs Wi-Fi/Tuya
- Zigbee is praised for offline operation, mesh stability (especially with many always‑on bulbs), and cheap alternatives like IKEA Trådfri.
- Some argue Z‑Wave offers better RF characteristics (sub‑GHz, less interference) and more structure but is more expensive and proprietary.
- Debate over which “performs better” (latency, reliability, mesh quality) remains unresolved.
- Tuya/Wi‑Fi devices can be flashed with Tasmota/ESPhome/OpenBeken for full local control, but this increasingly requires hardware flashing.
Reliability, Fallback, and Direct Binding
- Strong concern about lights depending on a single HA instance or VM.
- Solutions discussed:
- Smart relays behind traditional switches so manual control always works.
- Zigbee/Z‑Wave “direct binding”/association so switches and bulbs work without the hub.
- Systems like Lutron Caseta praised for behaving like normal switches while still integrating with HA.
- Power‑on behavior of bulbs and offline modes (including “account-required but works locally”) are highlighted as important design details.
Hue vs Home Assistant UX
- Hue bulbs and motion sensors widely considered high quality (CRI, color, reliability).
- The Hue app is praised for polished grouping, scenes, room‑level control, and multi‑device light patterns; HA’s light control and scene tools are seen as less “creative” or polished.
- Some keep Hue for lighting UX while exposing devices to HA for broader automation.
Home Assistant Strengths and Pain Points
- Strong points: massive integration ecosystem, local-first operation, backup/snapshot options, and flexible automation (often extended via MQTT, Node-RED, Python scripts, AppDaemon/Pyscript).
- Criticisms: confusing data model (sensor availability vs stale values), limited default history/retention, awkward integrations, brittle updates, and non–plug-and-play setup, especially on Raspberry Pi.
- A few users report replacing HA entirely with custom MQTT + Python setups; others suggest HA is powerful but overkill or frustrating for simple use cases.