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
- Trigger: The last tracked household member leaves the home area.
- Conditions: Everyone has remained away for 10 to 15 minutes, Guest or Staying Home mode is off, and no recent indoor activity suggests someone remains.
- Action: Set the shared house state to Away, turn off nonessential lights, apply a safe thermostat setback, and notify the household.
- Wait / timeout: Start with 15 minutes. Shorten it only after several weeks without a false activation.
- Stop condition: Someone returns, indoor activity appears during the delay, or a person selects Home, Guest, or Staying Home.
- Manual override: A visible Home or Guest control cancels Away immediately.
Setup notes
- Create one shared state with at least Home, Away, and Guest values.
- Add every tracked household member, then test each person’s arrival and departure independently.
- Create an obvious Guest or Staying Home control before enabling automatic Away.
- Start with only a notification that says Away would have activated.
- After a week of correct notifications, allow reversible actions such as turning off nonessential lights.
- 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.
- Treat locks, garage doors, alarms, cooking appliances, and space heaters as separate safety automations with their own tests.
Safe first actions
Start here
- Set the shared house state to Away.
- Turn off nonessential interior and decorative lights.
- Apply a modest thermostat setback within safe limits.
- Send a notification listing exactly what changed.
- Enable other automations that already use Away as a condition.
Add only after separate testing
- Locking exterior doors.
- Closing a garage door.
- Arming an alarm with interior motion sensors.
- Switching off an appliance that may be unsafe to interrupt remotely.
- Starting a robot vacuum where pets, cords, or closed doors may create problems.
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
- Away activates while someone is home: Increase the delay, fix the missing person’s presence signal, and make Guest or Staying Home easier to find.
- Away never activates: Identify which person or device remains falsely present. Do not silently ignore a stuck signal.
- A phone battery dies: Treat missing data as uncertain, not automatically away.
- Someone returns during the delay: Cancel Pending Away and leave the house in Home mode.
- Someone returns just after activation: Switch to Home immediately and reverse only the actions that are safe to reverse.
- The thermostat changes too far: Enforce safe temperature limits on the thermostat itself, independent of Away mode.
- The hub or internet is down: Physical switches, locks, alarm controls, and thermostat controls must remain usable.
Done when
- Every household member can leave and return without another person’s state becoming incorrect.
- A child, guest, or person without a tracked phone can prevent Away mode.
- Simulated location drift does not activate Away while indoor activity continues.
- Returning during the delay cancels Pending Away.
- The notification accurately lists every action that ran.
- Home or Guest mode can be restored without opening an app.
- Internet loss does not prevent manual control of lights, locks, alarms, or climate.
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.