← Back to Videos
Design

Design the Ultimate Smart Home from Scratch! Part 8 - Control

Part 8 of Designing the Ultimate Smart Home series. Discussion of smart home control including wall-mounted touch panels with dashboards, and whole-home voice.

Design 7:51 270 views

About this video

Episode 8 — the final piece: tying everything together through a unified control system. With all the infrastructure in place, I walk through my philosophy for smart home control (contextual and convenient at every point) and then design a three-layer system: wall-mounted tablets with custom room-specific Home Assistant dashboards, a whole-home local voice assistant using Home Assistant's voice pipeline with Atom Echo microphones and Sonos speakers, and ambient interactions (light color cues, Fire TV pop-up notifications) that deliver information without demanding attention. Including smart tablet charging management to protect battery health long-term.

Key takeaways

  • Contextual control means the system assumes you want to affect whatever is around you — not requiring you to specify room and device every time.
  • Custom room-specific dashboards are far more usable than a single global dashboard. Scope each one to the devices and sensors in that location only.
  • Home Assistant's local voice pipeline processes commands entirely on-premise — no cloud dependency, works without internet, no privacy concerns.
  • Presence sensors in each room let the system deliver notifications, music, and automations to exactly where people are — and nowhere else.
  • Ambient interactions (light color changes, TV pop-up notifications) are valuable precisely because they're non-intrusive — they deliver information without demanding your attention.

Video walkthrough

  1. Control philosophy: contextual and convenient — Any control in a smart home should be scoped to what's relevant at that location. A tablet in the kitchen should control kitchen devices. A voice command in the bedroom should target bedroom devices first. Don't force users to navigate a global dashboard for local tasks.
  2. Wall-mounted tablets at key locations — A tablet mounted next to the primary light switch in every main room, recessed into the wall over a smart outlet. Custom Home Assistant dashboard per room — only the devices and sensors in that space. Larger panels (12") for common areas, smaller (7–8") for bathrooms and laundry.
  3. Smart tablet charging to protect battery health — Always-on charging degrades lithium batteries over time. Home Assistant companion app monitors the battery percentage → cuts outlet power when fully charged → re-enables when battery is low. Simple automation, meaningful longevity improvement.
  4. Whole-home local voice control — Home Assistant's local voice pipeline processes commands entirely on-premises — no cloud, no privacy concerns. Atom Echo smart speakers act as microphones and basic playback in each room. Sonos speakers handle high-quality TTS output and music. Presence sensors determine which rooms to target.
  5. Music follows you through the house — Sonos integration + Home Assistant companion app + room presence sensors = music that switches output as you move from room to room. The system checks which rooms are occupied and adjusts speaker groups automatically.
  6. Ambient and non-intrusive notifications — Change light color to indicate events (doorbell ring, package arrival). Pop-up notifications to active TVs for important alerts. Announce only in rooms where someone is present. Mute all notifications in the recording studio during a session.