How to monitor aging parents with Home Assistant
The local sensors that actually help with an aging parent: motion and presence, door contacts, environment, leak and smoke, plus alerts that work offline.
On this page
When you’re responsible for an aging parent’s safety, privacy and reliability trump flashy cloud features. A local-first Home Assistant setup keeps sensitive data - motion patterns, medication times, door openings - inside your home network. This reduces the risk of breaches and ensures the system keeps working even if the internet goes down. Cloud services can also change policies or shut down unexpectedly, leaving you without critical alerts.
Home Assistant’s strength is its ability to integrate dozens of local protocols (Zigbee, Z-Wave, Matter, Wi-Fi) without requiring an account with each vendor. A hub like the Home Assistant Green or a dedicated Intel NUC 12 Pro gives you full control over automations, and you can add a local voice assistant such as the Home Assistant Voice Preview Edition for hands-free checks. Two buying notes before you order. The NUC 12 Pro is discontinued, so it is a used-market buy. The Home Assistant Yellow was discontinued in October 2025 as well: it still works if you already own one, but it is not worth hunting down at a premium. Neither the Green nor the NUC has a built-in radio, so budget a USB Zigbee/Thread coordinator and a Z-Wave stick alongside it for the sensors below.
The tradeoff is upfront effort: you’ll need to flash firmware, configure integrations, and maintain backups. However, the payoff is a system that respects your parent’s dignity while giving you real-time insight into their well-being.
Run Home Assistant locally, start with motion, contact, and environmental sensors, build a few simple automations, then layer HomeKit or Hubitat as a backup notification path. Budget a weekend for wiring and testing, and test every alert path before you trust it with your parent’s safety.
Core sensors and automations
Start with passive, non-intrusive sensors that monitor daily routines without requiring wearables.
Motion and presence
Place an Aqara FP2 in the living room for room-level presence via its millimeter-wave radar. Fall detection is a separate mode on the same sensor rather than a bonus on top of presence: Aqara only offers it when the FP2 is mounted on the ceiling, and the fall modes follow one person at a time, so budget a dedicated unit above whichever room you actually want watched. The FP2 is a wired sensor (USB-C, 5V, no battery option), so plan an outlet wherever you mount it. If a reliable, subscription-free fall alert is your priority, see local fall detection without a subscription for the realistic options and their limits. For smaller rooms, the Aqara Motion Sensor P2 works well and runs up to about two years on a pair of replaceable CR2450 cells. Avoid cameras in private spaces; instead rely on motion trends to infer activity.
Door and window contacts
Install Aqara Door Window Sensor P2 on the main entrance, bedroom door, and medicine cabinet. A sudden opening at odd hours can trigger a notification to your phone.
Temperature, humidity and air quality
Monitor temperature and humidity with an Aqara Climate Sensor W100 in the bedroom to ensure HVAC is functioning. Add an Eve Weather outdoor sensor to cross-check indoor conditions. Air quality matters for respiratory health; the Aqara TVOC Air Quality Monitor can alert you to rising VOC levels. It measures VOC, temperature and humidity only, so if CO₂ or particulates matter for the household, the roundup of air quality sensors for Home Assistant covers the monitors that read those locally.
Water leaks and smoke
A Dome Water Shutoff Valve on the main line can automatically close if a Frient Water Leak Detector detects moisture under the sink. Near the kitchen, a Frient Intelligent Smoke Alarm provides local smoke detection and temperature reporting without relying on a cloud service - if you specifically want a dedicated heat alarm, frient makes a separate Intelligent Heat Alarm for that.
Automation examples
- If no motion is detected in the bedroom for more than 2 hours after the usual wake-up time, send a push notification and flash the lights.
- When the medicine cabinet opens, log the time and remind the parent to take medication via a spoken prompt on a Google Nest Mini (Google ended production of the Nest Mini and Nest Audio in June 2026; existing units stay supported, and the Google Home Speaker is the current Cast-capable replacement).
- If the front door opens between midnight and 5 am, trigger a siren like the Aeotec Siren 6 and call your phone.
These automations run entirely in Home Assistant, so they work even if the internet is down. Test each scenario thoroughly and adjust thresholds to avoid false positives.
Integrating with HomeKit and Hubitat for redundancy
While Home Assistant excels at local automation, adding HomeKit or Hubitat as a backup layer ensures you’re not left blind if the primary system needs maintenance.
HomeKit as a second alert path
Many of the sensors above have Matter or HomeKit versions. The Eve Door Window and Eve Motion are native HomeKit accessories that expose the same data to Apple’s ecosystem. You can create a HomeKit automation that sends an alert to your iPhone if motion stops for a set period, giving you a secondary notification path.
Hubitat as a second hub
Hubitat pairs well with Zigbee and Z-Wave devices; if you are buying new, get the C-8 Pro, because Hubitat stopped making the plain Hubitat Elevation C-8 in March 2026. The Aqara Motion Sensor P2 is a Matter device, so you can use Matter’s multi-admin feature to commission it to both Home Assistant and Hubitat at once, and each system then sees the sensor and can act as a fallback. Multi-admin is a Matter feature, not a Thread one; what the P2’s Thread radio actually adds here is a requirement, because neither the C-8 nor the standard C-8 Pro has a Thread radio. You need a separate Thread border router on the network before either hub can reach the sensor at all, unless you buy the Thread Special Edition C-8 Pro that Hubitat lists with integrated Thread connectivity. Hubitat’s Rule Machine can mirror critical alerts, but not by SMS on its own: Hubitat deprecated native SMS in platform 2.1.4 and shut the cloud service off in 2.1.5, so text alerts now run through a third party. The supported routes are a Twilio account through Hubitat’s built-in Twilio Notification driver, or push notifications through the Hubitat mobile app or Pushover, all of which Rule Machine can call.
Voice prompts and spoken alerts
Be careful what you expect a HomePod mini to say. Apple Home has no automation action that speaks text you supply, and Intercom is something a person triggers, not something an automation can fire. The spoken alerts a HomePod produces on its own are narrow: it can serve as the chime for a HomeKit doorbell, announcing who is there when HomeKit Secure Video face recognition is on, and on HomePod software 26 with the updated Home architecture its Sound Recognition can pick up a smoke or CO alarm - though that sends a notification to your iPhone, iPad or Apple Watch first and only announces in the room once you tap it. For a spoken alert on anything else, drive a local speaker from Home Assistant instead; local TTS options that sound good covers the dependable choices. Keep the volume low to avoid startling your parent.
The downside is increased complexity: you must maintain three platforms and ensure device states stay synchronized. Use Home Assistant’s MQTT broker as a single source of truth, and let Hubitat subscribe to relevant topics through its own MQTT Export Integration app, which is still in beta but publishes device events, accepts commands over MQTT, and can speak Home Assistant’s MQTT discovery format. Apple Home has no MQTT client at all, so the HomeKit side is exposed with Home Assistant’s HomeKit Bridge integration instead. Either way, the device state only gets updated in one place.