Skip to main content

Managing Smart Home Tech Across Multiple Properties

By KP May 2, 2025
Managing Smart Home Tech Across Multiple Properties

Two years ago I set up smart home gear at my parents' cabin in Vermont — about four hours from where I live. The idea was simple: smart thermostat to manage heating remotely, smart lock so we could give access codes to friends who borrow it, and a couple of cameras. What I learned very quickly is that managing a smart home you can't physically get to is a completely different challenge than managing the one in your house. When something goes offline at home, you walk over and reboot it. When something goes offline at a property four hours away, you're stuck.

Since then, I've refined my approach significantly, and I also help manage a friend's Airbnb setup. Here's everything I've learned about running smart homes across multiple properties.

Internet Is Everything (Have a Backup)

This is rule number one, and I learned it the hard way. The cabin's internet went down during a cold snap in February 2023. The smart thermostat couldn't be reached. I had no way to verify the heat was running. I ended up making an emergency four-hour drive just to find that the ISP had a local outage and the heat was actually fine (the Ecobee runs its schedule locally even without internet). But I had no way to know that remotely.

After that, I added a cellular backup. The T-Mobile 5G Home Internet gateway (~$50/month) sits there as a secondary connection. I have a $30 TP-Link Omada router that supports failover between WAN connections — primary is the local cable ISP, failover is the T-Mobile gateway. If the primary internet drops, everything switches to cellular within about 60 seconds. It's been worth every penny for peace of mind.

If T-Mobile coverage is spotty at your property, look into Starlink as a primary or backup connection. It's pricier (~$120/month) but works in rural areas where terrestrial options are limited. Several people in the Home Assistant community run Starlink at remote properties and it works well for smart home purposes.

For Airbnb or rental properties, reliable internet is doubly important because guests expect WiFi. Budget for a quality router and a backup connection — the cost of one bad review about unreliable WiFi outweighs the monthly internet cost.

Choosing the Right Hub for Remote Management

Not all smart home platforms handle remote management equally well. Here's what I've tested:

Home Assistant with Nabu Casa ($6.50/month) — This is what I use at both properties. Nabu Casa provides secure remote access to your Home Assistant instance without needing to configure port forwarding or a VPN. You get the full Home Assistant interface remotely, including the ability to check device status, run automations, view camera feeds, and even reboot devices (if they're on smart plugs). The mobile app works well over remote connections. For me, this is the best option because I'm already invested in Home Assistant and the remote access just works.

Hubitat Elevation with Cloud Dashboard — Hubitat runs locally but offers a cloud dashboard and remote admin portal for basic management. It's not as full-featured as accessing Home Assistant remotely, but it covers the essentials. Good option if you want a set-it-and-forget-it hub that doesn't need a computer running 24/7.

SmartThings — Samsung SmartThings is inherently cloud-connected, so remote management is built in. You can manage everything from the app regardless of where you are. The downside is cloud dependency — if Samsung's servers have issues, you lose access to everything at all properties simultaneously. For simple setups (lock, thermostat, cameras), SmartThings is actually a very reasonable choice for remote properties because the setup is simple and the remote access works without extra configuration.

Whatever you choose, make sure the hub itself is on a smart plug or UPS so you can power-cycle it remotely if it locks up. I have my Home Assistant Yellow on a Shelly Plug S at the cabin. If Home Assistant becomes unresponsive, I can toggle the Shelly plug through the Shelly Cloud app (which talks directly to the plug's cloud, independent of Home Assistant). It's a backup to my backup.

Smart Locks for Rentals and Shared Properties

Smart locks are arguably the most important device at a remote or shared property. No more hiding keys under rocks, no more driving to let someone in, no more worrying about who has copies of the physical key.

Yale Assure Lock 2 with August WiFi Module (~$250) — My pick for rental properties. The August integration lets you create and delete access codes remotely through the app. You can generate temporary codes that only work during specific date ranges — perfect for Airbnb guests. Auto-lock is reliable and the lock reports its status accurately. The WiFi module means it communicates directly without needing a separate hub.

Schlage Encode Plus (~$300) — Excellent lock with built-in WiFi. Works with Apple Home Key (tap your iPhone or Apple Watch to unlock), Alexa, and Google. You can manage access codes remotely through the Schlage Home app. If your guests are likely iPhone users, the Home Key feature is slick — they tap their phone and the door unlocks without fumbling for a code.

For Airbnb specifically, look into integration with Airbnb's guest access features or third-party services like RemoteLock or Hospitable (formerly Smartbnb) that can automatically generate and send door codes to guests based on their reservation dates.

Critical tip: always keep a physical key hidden in a lockbox (like a realtor's key box) somewhere on the property. Electronic locks can have battery failures, firmware glitches, or WiFi issues. A backup physical key has saved me twice when the Yale's batteries died at the cabin and nobody was there to replace them before the next visit.

Preventing Disasters: Water and Temperature Monitoring

The two nightmare scenarios for an unoccupied property are frozen pipes and water leaks. Smart sensors for both are essential — not optional.

Freeze prevention: Set your smart thermostat to a minimum of 55°F and create an alert that notifies you immediately if the indoor temperature drops below 50°F. At the cabin I use an Ecobee with the minimum temperature set to 55°F, plus an Aqara temperature sensor in the basement (where the pipes are most vulnerable) that triggers a push notification if it drops below 45°F. If I get that alert, I know something is wrong with the heating system and I need to act fast — either remotely crank the thermostat up or call someone local to check on it.

Water leak detection: Place water leak sensors in every high-risk area: under sinks, near the water heater, near the washing machine, and in the basement. I use Aqara Water Leak Sensors (~$18 each) paired with the Home Assistant setup at the cabin. They're Zigbee, battery lasts over a year, and they trigger immediately when they detect moisture. At a property you can't quickly get to, a water leak that runs for days or weeks can cause catastrophic damage. Early detection is everything.

If you want to go further, a smart water shutoff valve like the Dome Water Shut-Off Valve (~$100 for the Z-Wave actuator that attaches to your existing ball valve) can automatically cut the water supply when a leak is detected. I have this on my automation wish list for the cabin.

Security Cameras for Remote Check-Ins

Cameras at a remote property serve a different purpose than cameras at your primary home. Yes, security is part of it, but the bigger use case is just checking that everything looks normal. Is the driveway plowed? Did the tree fall on the deck? Is the package delivery sitting on the porch?

I use two Reolink RLC-810A (~$55 each) cameras at the cabin — one watching the driveway and one on the back deck. They record to a local microSD card and are accessible remotely through the Reolink app or through Home Assistant. PoE (Power over Ethernet) cameras are much more reliable than WiFi cameras for a remote property because there's less to go wrong — no WiFi connection to drop, and power comes over the same cable.

Managing Multiple Properties from One Phone

If you're using Home Assistant at both properties (like I am), there are two approaches. You can run separate Home Assistant instances at each property and switch between them in the mobile app — the companion app supports multiple servers. Or you can use one central Home Assistant instance and connect remote devices via a VPN tunnel, but this requires more networking knowledge and introduces a dependency on your primary location's internet.

I run separate instances and switch in the app. It takes about 3 seconds to switch servers, and each property has its own dashboards, automations, and device list. This keeps things clean and means if one instance has issues, the other is unaffected.

For SmartThings or Hubitat, you can add multiple hubs (one per property) to the same account. The app shows all locations and you just tap to switch between them.

VPN for Local-Only Devices

Some devices only work on the local network — certain camera brands, devices with local-only APIs, or anything you intentionally keep off the cloud. To reach these remotely, set up a VPN on the property's router. WireGuard is lightweight, fast, and easy to configure on many routers (including OpenWrt, OPNsense, and some Asus models). When you need to access a local-only device, connect your phone to the VPN and you're on the property's local network as if you were sitting on the couch.

If your router doesn't support WireGuard, a Raspberry Pi running PiVPN (~$35 + SD card) works perfectly as a lightweight VPN server.

Occupancy Simulation for Vacant Properties

An unoccupied property is a target. Smart lights with vacancy automation help. I have a few Hue bulbs at the cabin that run a "vacation mode" automation: between sunset and 11 PM, different lights turn on and off at randomized intervals to simulate someone being home. It's a simple automation but the randomization makes it look convincing from outside.

Combine this with the smart lock (no evidence of a hidden key to find) and cameras (visible deterrent plus recording), and you've got reasonable security for a property that sits empty for weeks at a time.

The Golden Rule of Remote Smart Homes

Keep it simple. Every device you add at a remote property is a device that might need troubleshooting when you're hours away. I deliberately use fewer devices at the cabin than at my house, and every device has to earn its place by providing genuine value. Smart lock, thermostat, water leak sensors, cameras, and a few smart lights — that's it. No experimental gadgets, no bleeding-edge firmware, no complex automations that might break. Boring and reliable beats clever and fragile when you can't just walk over and fix it.

Written by KP

Software engineer and smart home enthusiast. Building and testing smart home devices since 2022, with hands-on experience across Home Assistant, HomeKit, and dozens of product ecosystems.

More about KP