Get notified when the garage door is left open

Send a notification when the garage door has been open longer than expected. This recipe alerts only; it does not close the door.

Best for: A garage door with a sensor or smart controller that reports open and closed status to the platform.

Not for: A garage door with no way to report its state; a sensor or smart controller has to be added first. Also not for anyone looking for automatic closing; see close a garage safely after an open-door alert for that, and its required precautions.

Why this exists

A garage door left open is an easy thing to forget about, whether it was left open while unloading a car or simply overlooked before bed. A notification after it has been open longer than expected catches this before it becomes a security or weather problem, without moving the door on its own.

What I used

Job Good enough Never think about it Notes
Know whether a garage door is open THIRDREALITY Zigbee Smart Garage Door Tilt Sensor Ecolink Z-Wave Plus Garage Door Tilt Sensor Reports open and closed state without replacing the existing garage door opener. It reports door position only, not whether the doorway is clear.

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

Logic

IF the garage door has been open for 10 minutes THEN send a notification: "Garage door has been open for 10 minutes" IF the garage door is still open at 10:00 PM THEN send a high-priority notification: "Garage door still open at bedtime" DO NOT close the door automatically from this recipe

Setup notes

  1. Install a tilt sensor on the garage door, or confirm an existing smart garage controller already reports open and closed state to the platform.
  2. Set a delay before the first notification, such as 10 to 15 minutes, to allow for normal use like loading or unloading a car.
  3. Add a separate, shorter-delay check tied to a fixed nighttime cutoff, such as 10:00 PM, so an open door at bedtime gets flagged even if it was opened well before the standard delay.
  4. Test both automations by leaving the door open deliberately and confirming the timing and notification content are correct.
  5. If closing the door automatically is wanted, do not build it into this recipe; use close a garage safely after an open-door alert instead, which covers the required entrapment protection and warnings.

Advanced features

Escalating notifications

Send a standard notification at 10 minutes, a stronger reminder at 30 minutes, and a high-priority alert after an hour, so a persistently open door is harder to keep ignoring.

Failure modes

Done when

FAQ

How long should the garage door be open before I get a notification?

Around 10 to 15 minutes works well for normal daytime use, such as loading a car. A shorter window, such as 5 minutes, makes sense at night or while the home is in Away mode.

Does this automation close the garage door?

No. This recipe only alerts. Closing stays with the normal wall control and remote, or with a complete opener and controller system explicitly designed and approved for unattended closing, as described in the paired garage-auto-close recipe.

What if I have more than one garage door?

Set up a separate automation per door, since each can have its own sensor, its own typical usage pattern, and its own appropriate delay before alerting.