Smart Home on a Budget: Automate Your House for Under $200
The internet will tell you that smart homes are expensive. They’re not. The marketing departments at Ring, Nest, and SimpliSafe want you to think you need a $300 hub and $30/month subscription. You don’t.
Here’s a complete smart home setup for under $200, with zero subscriptions and zero cloud dependency.
The $200 Build
| Item | Cost |
|---|---|
| Raspberry Pi 4 (2GB) + case + power supply + SD card | $65 |
| SONOFF Zigbee 3.0 USB Dongle Plus | $28 |
| 2x Aqara P1 Motion Sensors | $36 |
| 2x Aqara Door/Window Contact Sensors | $24 |
| 1x SONOFF S31 Lite ZB Smart Plug (energy monitoring) | $13 |
| 1x Aqara Temperature & Humidity Sensor | $15 |
| USB extension cable (for coordinator) | $5 |
| Total | $186 |
That’s everything. No subscription. No cloud account. Runs forever on your local network.
What This Gets You
With the hardware above, you can build these automations on day one:
1. Motion-Activated Lights (2 rooms)
Lights turn on when you enter, off when you leave. The single most useful smart home feature. You’ll need smart bulbs or switches for this — but if you already have dimmable lights on regular switches, you can use the motion sensors to trigger scenes.
2. Door Open/Close Alerts
Get a phone notification when the front door opens while you’re away. Know if someone left the garage door open. Simple, useful, reliable.
3. Washing Machine Done Notifications
The smart plug monitors power consumption. When the washing machine finishes (power drops below 5W), you get a notification. No more forgotten laundry.
4. Indoor Climate Monitoring
Temperature and humidity tracked over time. Set up alerts for extreme temps (useful if you travel and worry about pipes freezing).
5. Presence-Based Automation
The Home Assistant phone app detects when you leave and arrive. Turn off everything when the last person leaves. Turn on lights when the first person gets home after sunset.
Where to Save Money
Use a Raspberry Pi Instead of HA Green
The Home Assistant Green ($99) is nice but a Pi 4 does the same job for $55-65. The trade-off is a slightly more complex setup (flashing an SD card) and less long-term reliability. Upgrade to an SSD boot for $15 more if you want Pi reliability.
Buy SONOFF Sensors Instead of Aqara
Aqara sensors are better quality, but SONOFF sensors are 30-40% cheaper:
- SONOFF SNZB-03 motion sensor: $8 (vs $18 for Aqara P1)
- SONOFF SNZB-04 contact sensor: $8 (vs $12 for Aqara)
- SONOFF SNZB-02 temp sensor: $9 (vs $15 for Aqara)
The tradeoff: SONOFF motion sensors have a 60-second re-trigger delay (vs 5 seconds for Aqara P1). For bedrooms and hallways this doesn’t matter. For kitchens and bathrooms, the Aqara P1 is worth the premium.
Build DIY Sensors with ESPHome
An ESP32 board costs $5. Add a $2 DHT22 sensor and you have a temperature/humidity sensor for $7 instead of $15. Add a $2 PIR module and you have a motion sensor for $7. The trade-off is time and tinkering — but if you enjoy that, it’s the cheapest path.
See my ESPHome bed occupancy sensor guide for an example of what you can build for under $15.
Skip Smart Bulbs Initially
Smart bulbs cost $8-15 each and need replacing when they burn out. Smart switches ($25-40) are more expensive upfront but permanent. Or just use motion sensors to trigger existing switches via smart plugs on lamps.
Use What You Already Have
- Old phone or tablet? Wall-mount it as a dashboard.
- Old laptop? Run Home Assistant on it instead of buying a Pi.
- Existing smart devices? Home Assistant probably supports them already — check before buying replacements.
The $100 Ultra-Budget Build
If $200 is too much, here’s the absolute minimum:
| Item | Cost |
|---|---|
| Home Assistant on an old laptop/PC | Free |
| SONOFF Zigbee 3.0 USB Dongle Plus | $28 |
| 2x SONOFF SNZB-03 Motion Sensors | $16 |
| 2x SONOFF SNZB-04 Contact Sensors | $16 |
| 1x SONOFF SNZB-02 Temp Sensor | $9 |
| USB extension cable | $5 |
| Total | $74 |
This assumes you have an old computer to run HA on. If you do, you’re in for under $75 and you get motion detection, door monitoring, and climate sensing.
What NOT to Buy
- Wi-Fi smart plugs from unknown brands — most require cloud accounts and phone home constantly
- Subscription-based systems (Ring, ADT, SimpliSafe) — you’re renting your smart home
- Proprietary hubs (Philips Hue Bridge, Aqara Hub) — you don’t need them with a Zigbee coordinator
- “Smart” appliances — a $2,000 smart fridge does less than a $13 smart plug on a regular fridge
Upgrade Path
Once the budget build is running and you want to expand:
- More motion sensors ($8-18 each) — automate more rooms
- Smart plugs ($13 each) — energy monitoring on dryer, dishwasher
- Water leak sensors ($15 each) — cheap insurance for under sinks
- Smart bulbs ($8-10 each) — IKEA TRADFRI are the best value
- An SSD for your Pi ($15) — huge reliability improvement
Each addition costs $8-18 and adds real value. No big lump purchases needed.
Cost vs. Alternatives
| System | Year 1 | Year 2 | Year 3 |
|---|---|---|---|
| HA + Zigbee ($200 build) | $186 | $0 | $0 |
| Ring Alarm + cameras | $460 | $200 | $200 |
| SimpliSafe | $460 | $300 | $300 |
| Google Nest ecosystem | $400 | $0* | $0* |
*Google can discontinue products and services at any time (see: Google Nest Secure, discontinued 2020).
Over 3 years, the Home Assistant setup costs $186 total. Ring costs $860. And the HA setup does more, runs locally, and has no risk of a company pulling the plug.
Start Today
You don’t need permission, a contractor, or a weekend course. Order a coordinator and two sensors. Install Home Assistant. Build one automation. That’s it.
The best smart home is the one that actually works for your life. Start small, spend less, and expand when it makes sense. For detailed hardware picks, check my best Zigbee devices guide, and for setup help see how to start a smart home.