Get low battery alerts for smart home devices

Get a notification when a battery-powered device drops below a set level, so it can be replaced before the device stops working silently.

Best for: Any platform that reports battery percentage or a low-battery state for its connected sensors, locks, or buttons.

Not for: A device that does not report battery status at all; nothing can be automated against a reading that is not available.

Why this exists

A dead battery in a motion sensor, door sensor, or lock does not usually announce itself. It just stops reporting, and the automations relying on it quietly stop working. A proactive alert catches this before it turns into a missed automation or, worse, a lock that will not open.

What I used

Job Good enough Never think about it Notes
Detect low battery levels No personally verified recommendation yet No personally verified recommendation yet This depends on the platform reporting battery data for each device, not on any single piece of hardware.

See recommended gear for the job-first checklist. Product recommendations and any future affiliate relationships are explained in the disclosure.

Logic

IF a monitored device's battery drops below its threshold AND this device has not been flagged in the last 7 days THEN send a notification: "[Device name] battery is at [level]"

Setup notes

  1. Confirm which devices actually report battery data in the platform; some devices only expose a simple low-battery flag rather than a percentage.
  2. Set a threshold, such as 20 to 25 percent, as a starting point, and adjust based on how quickly a specific device’s battery tends to drop.
  3. Add a cooldown so the same device does not send repeat alerts every time its reading is checked while still below the threshold.
  4. Identify a small set of critical devices, such as locks and water leak sensors, and consider giving them a lower threshold or higher-priority notification.
  5. Keep a small stock of the common battery types used across devices so a replacement does not require an extra trip.

Advanced features

Tiered alert levels

Use two thresholds, such as 25 percent for an early notice and 10 percent for an urgent one, so the household gets more time to plan a replacement before it becomes critical.

Daily consolidated report

Instead of a separate notification per device, send one daily summary listing every device currently below its threshold, to reduce notification fatigue on days with several low devices.

Failure modes

Done when

FAQ

What battery percentage should trigger a warning?

Around 20 to 25 percent is a reasonable starting point for most sensors, giving a few weeks of remaining life to plan a replacement. A smart lock is worth a slightly higher threshold, since running out unexpectedly is more disruptive.

Why does a device’s battery sometimes jump straight from fine to dead?

Some devices only report a simple “ok” or “low” state instead of a percentage, or their battery chemistry drops voltage quickly near the end of its life. Where only a state is available, treat “low” as the trigger instead of a percentage threshold.

Should every device get the same alert priority?

No. A water leak sensor or smart lock losing power is more urgent than a motion sensor, so it is worth treating a small set of critical devices as higher priority than the rest.