Local only smart home setup for renters
Build a secure, private, no-cloud smart home as a renter with Home Assistant, using the right coordinators and protocols and no permanent modifications.
On this page
If you’re a renter who wants a smart home that stays local, private, and fully under your control, Home Assistant is the ideal hub — and nothing here requires drilling, rewiring, or anything you can’t take with you. This guide focuses on a local-first setup with Home Assistant, with notes on HomeKit and Hubitat as alternatives. The goal is to avoid cloud dependencies and keep your data on your own network.
Choose a local hub
The hub is what manages your devices without phoning home to a vendor cloud.
Home Assistant is the most capable choice. You can run it on a Raspberry Pi 4 (low power, quiet, runs 24/7) or on a purpose-built appliance like the Home Assistant Green for a plug-and-play experience (the Home Assistant Yellow was discontinued in October 2025 but still works if you already own one). Note that “local-first” describes how you use Home Assistant — the optional Nabu Casa cloud subscription only adds remote access and voice; the automations themselves run locally on your hardware either way.
Hubitat Elevation is a fine alternative: a local, cloud-optional hub with built-in Z-Wave and Zigbee radios. It’s more streamlined but less flexible than Home Assistant.
HomeKit needs an always-on Apple home hub — an Apple TV 4K or a HomePod / HomePod mini (an iPad is no longer supported as a hub). It’s solid for Apple households but supports fewer third-party devices.
Recommendation: Start with Home Assistant on a Raspberry Pi 4 or a Home Assistant Green appliance (the Yellow was discontinued in October 2025).
Add Zigbee and Z-Wave the right way
Both Zigbee and Z-Wave are low-power mesh protocols — mains-powered devices repeat the signal, extending range without new wiring (great for renters). Each protocol needs its own coordinator plugged into your hub. Get these right; this is where a lot of bad advice circulates:
- For Zigbee (and Thread/Matter), the Home Assistant Connect ZBT-2 is the current model and the one to buy new, a USB Zigbee or Thread adapter (one firmware at a time) — it is not a Z-Wave controller. (Its predecessor, the Connect ZBT-1, was discontinued in November 2025; it still works and still receives software updates, so keep using one you already own.) A ConBee III USB stick is another good Zigbee coordinator.
- For Z-Wave, use a dedicated Z-Wave USB stick (for example a Zooz 800-series Z-Wave stick or an Aeotec Z-Stick) with Z-Wave JS. There is no single USB dongle that does both Zigbee and Z-Wave well — plan on two sticks if you want both.
Skip the Abode Iota for this. The Abode Iota is a cloud-dependent security system; its Z-Wave/Zigbee automation features require an Abode subscription, and it isn’t a clean local coordinator for Home Assistant. Use plain USB coordinators instead.
Recommendation: A ConBee III or the current HA Connect ZBT-2 for Zigbee, plus a dedicated Z-Wave stick if you have Z-Wave devices.
Pick renter-friendly devices
Choose devices that pair locally to your own coordinator and don’t require permanent installation:
- Sensors: Aqara Zigbee motion, contact, and presence sensors (e.g. the FP1E presence sensor — Zigbee, no wiring) pair to your Zigbee coordinator. Note the Aqara FP1/FP1E are Zigbee presence sensors, not Z-Wave.
- Lighting: smart bulbs (Philips Hue over Zigbee, or LIFX over Wi-Fi) need no wiring and travel with you. Plug-in smart plugs add control to lamps and appliances without touching the wall.
- Buttons/remotes: a Zooz ZEN34 (Z-Wave) or an Aqara/Third Reality Zigbee button gives you wall controls that mount with adhesive — no electrical work.
Avoid hardwired switches and in-wall relays unless your lease allows it; stick to plug-in and battery devices so everything is reversible.
Recommendation: Build around battery and plug-in Zigbee/Z-Wave devices so your whole setup is removable.
Privacy and security
A local-only setup keeps your data on your network, but you own the security:
- Put smart devices on a separate VLAN or guest Wi-Fi if your router supports it.
- Keep Home Assistant and device firmware updated. HA Green/Yellow and the HA OS make updates easy.
- Don’t expose Home Assistant to the internet directly — use the Companion app over your LAN, a VPN, or Nabu Casa for remote access.
Use open-source tools for full control
Home Assistant is open source, so you can customize integrations, write automations and scenes, and add community integrations for devices that aren’t officially supported. You can manage Zigbee and Z-Wave side by side, and add MQTT (via Zigbee2MQTT or ESPHome) when you want more advanced local control. The UI handles most setup without any coding.
Quick verdict
As a renter, Home Assistant on a Raspberry Pi 4 or a Home Assistant Green appliance (the Yellow was discontinued in October 2025) gives you a private, no-cloud smart home that’s fully removable. Add a Zigbee coordinator (ConBee III or the current HA Connect ZBT-2) and, if needed, a separate Z-Wave stick — not the cloud-tied Abode Iota. Stick to battery and plug-in Aqara, Hue, and similar devices so nothing is permanent, keep firmware current, and isolate your IoT network for security.