There’s a specific failure mode that smart home people fall into. You buy a smart bulb. You install the app. You set up the automation. You proudly tell your spouse, “the lights will turn on automatically at sunset.” And then on day three, the lights don’t turn on, your spouse hits the wall switch, the bulb is now powered down, and the automation is dead until someone walks over and flips the switch back. By week two, your spouse has stopped flipping the switch — they hit the app instead, which takes seven seconds, and they hate you.
This is not a smart home. This is a hostage situation.
The whole point of home automation is that the home does the right thing without anyone having to think about it. If a person in your house has to pull out a phone to turn on a light, you have built something worse than a normal house with normal switches.
This post is an opinion piece. It is the philosophy I’ve arrived at after running a Home Assistant install with a hundred-plus entities across lighting, blinds, climate, and energy monitoring, while also living with three other humans (one wife, two kids) who did not sign up to be smart home beta testers.
Here are the rules I follow.
Rule 1: Every Automation Must Have a Manual Fallback
If the network is down, the Home Assistant box is rebooting, the Zigbee coordinator is acting up, or your kid kicked the power strip — every light, every shade, every fan still has to work. With a switch. On the wall. That a guest can find.
This is the single most important rule. Violate it and you have not built a smart home; you have built a fragile house.
In practice this means:
- Do not install smart bulbs in fixtures controlled by a wall switch. Replace the switch instead, or use a smart-bulb-aware switch like a Lutron Caseta dimmer that keeps power on the bulb but reports button presses to your hub.
- Every motorized shade has a manual cord or button. If the only way to open the shade is via voice or app, you’ve designed a shade that is broken every time the kid wants to look outside.
- Door locks have keys. Always. Not because keys are cool — because batteries die.
The litmus test: would this house still be livable if the internet went out for a week and the home automation server caught fire? If the answer is no, you’ve over-built.
Rule 2: Local First. Cloud Last.
The default for any smart home device should be: it works on your local network without phoning home to a cloud service. Cloud-only devices are a category mistake. They are expensive lights and switches that will stop working when the manufacturer goes out of business, gets acquired, or decides to charge a subscription for what used to be free.
Local-first looks like:
- Home Assistant running on local hardware (the Home Assistant Green box is a perfect entry point — plug it in and forget about it).
- Zigbee or Matter for sensors, switches, and most devices. Both protocols are local by design.
- Lutron Caseta for switches and dimmers — it’s local, it’s reliable, and it’s the closest thing to a guarantee in this space.
- Cloud only where it adds value. Voice assistants, weather data, services that have to be cloud — fine. Use them. But don’t run your lights through the cloud.
The “smart home off-grid” test: if you unplug your router, do most things still work? If yes, you’re in good shape. If no, you’ve been sold a service contract dressed up as a product.
Rule 3: Boring, Reliable Automations Beat Clever Ones
Every smart home person goes through a phase of writing absurdly clever automations. “If the front door opens AND it’s after sunset AND the kids’ bedrooms are dark AND the weather forecast says rain THEN turn on the porch light at 40% AND start playing soft jazz.” This is fun to build. It is also a maintenance nightmare. Every additional condition is a way for the automation to silently fail.
The automations that have actually survived in my house are embarrassingly simple:
- Lights on at sunset, off at midnight (with motion sensors for the kitchen so it stays on if someone’s still up).
- Shades down at sunset, up at sunrise.
- All lights off when the last person leaves.
- A “good morning” routine that opens the kitchen and dining room shades 15 minutes before the family alarm.
Boring. Reliable. Nobody complains. Nobody talks about them — which is the whole point. The best automation is one nobody notices, because the house is doing the obvious right thing.
Rule 4: Respect the People You Live With
This is the rule the obsessive automators forget. The smart home is not your hobby project that the rest of the house has to suffer through. It is the house you all live in. If your wife has to learn an app, the system is broken. If your kid has to ask for help to turn on the lamp, the system is broken. If a guest stays over and can’t figure out the bathroom light, the system is broken.
Concretely:
- Don’t change normal-house behaviors. Wall switches turn lights on and off. That is the law of the universe. If your smart home violates that, fix it.
- Voice control is for you, not for guests. Don’t expect anyone else to learn the phrases.
- Document the weird stuff — even one printed page on the fridge that says “the dining room dimmer cycles through scenes when you double-tap” can save a thousand small frustrations.
- Listen to complaints. When someone says “I hate that the lights do that thing,” they are giving you a bug report. Fix it.
Rule 5: If It Annoys You Once a Week, Delete It
Smart home setups accumulate cruft. An automation you wrote two years ago that fires at the wrong time. A sensor with a dying battery that pings you every few days. A scene labeled “Movie Night” that turns the lights an embarrassing color you never picked.
Once a year, walk through everything, and if anything causes regular friction — even small friction — kill it. The goal is not the most automations. The goal is the calmest house.
What “Smart” Should Actually Feel Like
A genuinely good smart home doesn’t feel high-tech. It feels like a house that’s been carefully tuned by someone who lives there. The lights are at the right brightness in the morning. The shades are open when you want them open. The thermostat does the right thing without being told. The kitchen lights stay on until everyone’s done in the kitchen. Nobody has to do anything, and nobody has to think about it.
The technology is a tool, not the point. If your guests notice the smart home, you’ve over-built it. If they only notice that your house feels comfortable, you’ve nailed it.
Build for the house, not for the dashboard.