Set away mode when everyone leaves

When the house is confidently empty, it switches to Away, turns off what is safe to turn off, and tells the household what changed.

Best for: Households with reliable presence signals, a manual Home or Guest override, and people willing to test false-away scenarios.

Not for: A home where children, guests, caregivers, or anyone without a tracked device may remain inside without a dependable override.

Why this exists

The expensive failure is not forgetting to save a little energy. It is locking in a guest, arming an occupied house, or changing the temperature unsafely because a phone reported the wrong location. Away mode should be a shared state that other automations can use, not one giant routine with every possible action.

Start with reversible actions and a notification. Add locks, alarms, or appliance control only after the empty-home decision has proved reliable.

What I used

Job Good enough Never think about it Notes
Decide who is home No personally verified household presence source yet No personally verified combined presence method yet Every person and guest needs a safe path through the logic.
Detect recent indoor activity Aeotec SmartThings Motion Sensor Aqara Presence Sensor FP300 Use activity as a reason to delay Away, not as proof that the home is empty.
Adjust heating and cooling ecobee Smart Thermostat Enhanced Honeywell Home T6 Pro Z-Wave thermostat Keep safe minimum and maximum temperatures at the thermostat.
Control fixed lights Leviton DG15S Zigbee switch UltraPro Z-Wave Long Range On/Off Switch Physical paddles must keep working.

See recommended gear for the job-first checklist. Product links on this page are direct, non-affiliate Amazon links. Product recommendations and any future affiliate relationships are explained in the disclosure.

Logic

IF every tracked person has been away for 15 minutes AND Guest or Staying Home mode is off AND recent indoor activity does not suggest someone is home THEN set the house to Away AND make only the reversible changes the household has approved AND send a summary notification

Setup notes

  1. Create one shared state with at least Home, Away, and Guest values.
  2. Add every tracked household member, then test each person’s arrival and departure independently.
  3. Create an obvious Guest or Staying Home control before enabling automatic Away.
  4. Start with only a notification that says Away would have activated.
  5. After a week of correct notifications, allow reversible actions such as turning off nonessential lights.
  6. Add thermostat changes only with safe heating and cooling limits. Use the safe thermostat auto-away guide to account for pets, pipes, unavailable sensors, and manual holds.
  7. Treat locks, garage doors, alarms, cooking appliances, and space heaters as separate safety automations with their own tests.

Safe first actions

Start here

Add only after separate testing

Advanced features

Use a pending-away stage

Set a temporary Pending Away state as soon as the last tracked person leaves. During the delay, cancel it if motion, a door event, or a manual override suggests someone remains. Promote it to Away only when the delay finishes cleanly.

Distinguish a short trip from vacation

Normal Away mode should make reversible daily changes. Vacation mode can use different climate limits, water monitoring, lighting patterns, and notification rules, but it should be selected explicitly rather than inferred from a long absence.

Keep away lighting separate

Away mode can enable an away-lighting recipe, but it should not contain the entire lighting schedule. Separating the state from its consumers makes failures easier to understand.

Failure modes

Done when

FAQ

How long should away mode wait after everyone leaves?

Start with 10 to 15 minutes. A delayed away mode is less disruptive than a false activation while a child, guest, or person without a phone is still home.

Is phone location enough to know the house is empty?

No. Phones can be left behind, run out of battery, or report the wrong location. Use a delay, recent motion or door activity, and a guest override.

Should away mode automatically lock doors and arm an alarm?

Add security actions only after the household has tested presence detection and the security system’s own entry, exit, and emergency behavior.