How I Use Home Assistant in 2025

Overall sentiment and use cases

  • Many commenters enjoy Home Assistant (HA) as a powerful, fun hobby rather than an appliance; others find it too complex or fragile for non‑technical users.
  • Common real‑world uses: lighting control, TRVs and boiler control, presence‑based heating and lighting, appliance and 3D‑printer notifications via power monitoring, camera/doorbell integration with object detection, and whole‑home dashboards.
  • Some use HA mainly as a monitoring hub (energy, HVAC, EV charging, air quality) rather than for heavy automation.

Local-first vs cloud “smart” devices

  • Strong preference for offline‑capable devices (Zigbee, Z‑Wave, Matter/Thread, ESPHome) and avoiding vendor clouds; some users deliberately “dumb down” appliances that insist on cloud control.
  • Cloud‑only garage door openers and similar products are heavily criticized; third‑party local controllers (e.g., for MyQ) are praised.
  • Wi‑Fi IoT is seen as noisy, less trustworthy, and harder to lock down; many segregate or firewall it, or avoid it altogether.

Hardware, storage & performance

  • HA runs on everything from Pi to mini‑PCs, NUCs, VMs, and high‑end desktops. Opinions split: small dedicated boxes vs consolidating on a powerful always‑on workstation.
  • SD card wear and database corruption on Pis are recurring concerns; eMMC and SSDs are preferred.
  • SQLite is HA’s default; some report it “choking” with many sensors, others doubt this and blame SD performance. Several move to MariaDB/Postgres plus InfluxDB or VictoriaMetrics for history.

Lighting: bulbs vs switches

  • Strong consensus that smart switches (often Zigbee relays behind existing switches) are more reliable and “family‑safe” than stand‑alone smart bulbs.
  • Smart bulbs still valued for color and tunable white; many combine smart switches (for power and basic control) with smart bulbs (for color/brightness).
  • Adaptive/circadian lighting integrations are popular; some note rough edges with groups but others report success via alternative add‑ons.

Heating & TRVs

  • Multiple setups described: BLE room sensors + Z‑Wave/Zigbee TRVs, hysteresis logic, day/night/away modes, and average‑temperature‑driven boiler control.
  • Third‑party helpers (e.g., Better Thermostat, SAT) and HA’s generic thermostat are used to overcome inaccurate TRV‑integrated sensors.
  • A few argue radiators are too slow for “smart” control; others say it works well when combined with system balancing.

Automations, UX & tooling

  • Built‑in automation UI is seen as powerful but clumsy for complex logic; several rely on Node‑RED or external Python/ESP logic.
  • Some want more code‑centric or LLM‑assisted automation authoring; others appreciate the existing GUI and HomeKit/HomeKit‑bridge integrations for non‑technical users.
  • Project maintainers say they are actively improving the automations UI and roadmap features.

Remote access

  • Options discussed: paid HA Cloud, VPNs (especially Tailscale/WireGuard), reverse proxies, and tunneling services (Cloudflare Tunnel, ngrok, others).
  • Tailscale is frequently recommended as the simplest, with caveats about always‑on VPN on mobile.

Reliability, maintenance & criticisms

  • Experiences diverge: some report “set and forget” stability with 50–100+ devices; others describe constant tinkering and “nausea” from managing dozens of flaky vendor devices.
  • Concerns raised about:
    • Frequent regressions, UI/dashboard bugs, and auto‑closed GitHub issues.
    • Difficulty installing/using HA OS fully offline; dependence on Nabu Casa‑hosted images and CDN for icons.
    • Large dependency tree (hundreds of Python packages) and unclear security posture.
    • CLA requirement and past drama around licensing/packaging, which some see as at odds with community expectations.
  • Several users are considering or implementing architectures where HA is “just a dashboard/brain” while core device integrations and logic are offloaded to more minimal, decoupled components.

Value vs “is this worth it?”

  • Enthusiasts emphasize comfort (presence‑aware lights, gentle wake‑up routines, automatic blinds, leak/CO/smoke alerts), energy savings, accessibility (voice and remote control), and consolidation of many vendor apps into one system.
  • Skeptics argue the time, complexity, and failure modes often outweigh benefits compared with simple timers, thermostats, and physical switches.