I'm finally upgrading my apartment with smart home lighting, starting with a few color-changing bulbs and smart switches, but I'm already overwhelmed by the ecosystem choices and the practical setup. I want a system that allows for complex automations, like gradually brightening in the morning and setting specific scenes for movie nights, without being locked into a single brand or requiring a constant internet connection for basic functions. For those who have built a robust smart lighting setup, what platform and specific hardware did you choose to balance reliability, local control, and ease of use, and how did you plan your automations to actually enhance daily life without becoming a maintenance headache? I'm technically inclined but don't want this to become a second job.
Great setup goal. Start with a local-control backbone: run Home Assistant OS on a small PC (Raspberry Pi 4 or similar, even an old Intel NUC) and run Zigbee through a USB dongle (like ConBee II) or Zigbee2MQTT. That gives you reliable, offline-capable automations. Sketch a simple room-by-room plan and define at least three scenes (Morning Wake with a slow brightness ramp, Movie Night with warm dim lighting, Goodnight to turn everything off). Keep cloud features optional so basic lights work even if the internet drops.
If you want resilience, lean into Thread-capable devices and Matter where possible, but make sure you can still run core automations locally. A lot of consumer hubs rely on cloud for full behavior; with HA you can keep the core logic local and use cloud only for remote access or voice integration if you want. In practice that means selecting bulbs and switches that support local control and having a single dashboard to orchestrate everything rather than juggling separate apps.
Hardware sketch you can reuse: bulbs from a mix of Philips Hue (reliable color and brightness control), Ikea Tradfri (budget-friendly), and Aqara (good value for basics). Pair them through a Zigbee hub (ConBee II or Zigbee2MQTT) and use Home Assistant as the brain. Optional: add a couple of wall switches (Aqara or Sonoff) for physical control. For a robust setup, keep one room at 2–4 bulbs in a single scene to prove the concept before scaling.
Automation design tips: build with a blueprint approach in Home Assistant. Create a Sunrise scene (gradual brightness over 15–20 minutes), a Movie Night scene (lower brightness, warmer color, and perhaps dim the TV backlight), and a Good Morning / Goodnight sequence. Use groups and scenes so duplicating across rooms is trivial, then test offline with a local-only mode before enabling any internet-based features. Keep automations simple at first—then layer in conditional triggers, device status checks, and optional notifications as you get comfortable.
Maintenance plan: limit the number of active automations to avoid drift. Schedule monthly firmware checks and keep a simple changelog for room scenes. Use a dedicated