Alert for door left open

Is it possible to create a notification if my garage door has been left open for 30 minutes?

I am using the new SmartThings app and have a simple open/close sensor on my garage door.

yes there is a smartapp Something left open
you can find more in the forum about it.

To my knowledge, the new app doesn’t have that capability yet without adding your own SmartApp. I’ve tried to do the same thing in the new app too.

While there technically may be a smartapp out there as @Philippe_Portes mentions , it will still require you to use the Classic app to install it. Since you’ll need the Classic app anyway, you might as well just configure a Smart Home Monitor custom rule in Classic to do what you want to do. It’s super easy, and it works perfectly fine. I have several set up in SHM in Classic while still using the new app (in rare situations where I actually use the new app). Hopefully some day the new app will get this capability and you can convert this over.

Set up is super simple. Pick your sensor, select when opened, specify the elapsed time, add any conditions, tap next, specify your notification preference (SMS/Text), and then save. Here’s a screenshot of the basics:



1 Like

Thank you so much! I had no idea I could use both of the apps. In fact, I spent many hours deleting all my devices and resetting them to load into the new app. It all started when I got a Samsung TV that would only work with the new app. Ugh! The way Samsung is handling their apps is very poor indeed.

2 Likes

I completely agree. I still use Classic 90% of the time, and use the new app only to test ST’s progress on fixing bugs and adding capabilities that are missing. I also have a new Samsung TV, but that’s not enough for me to switch apps yet.

Sorry to hear you went through the reset of your devices cause you definitely didn’t need to do that, yikes!

If you have access to RBoy Apps, you can also check out this app which provides notifications in addition to automating the garage doors.

There is now a SmartApp under templates called Left It Open.

Where can I find these templates?

In the new SmartThings iOS app, I click the plus button in upper right, then select Add SmartApp.

A list is shown on the next screen, but there is nothing for “templates”.

I also have the legacy ST app, but I don’t see any templates there either…?

Log into your Smartthings account at account.smartthings.com. Select My SmartApps at the top of the page. Then click on + New SmartApps. Click on the From Template option. You can scroll on the left to find this app. Hope this helps!

1 Like

You can also try SharpTools Rule Engine if you haven’t already. See below for the rule example based on your need, and you can even add additional actions/conditions if you need to. Ex: auto close the garage door after 1 minute as shown in the screenshot.

2 Likes

How can I find “Smart Home Monitor” in the Classic App? I don’t see it anywhere.

It’s not there anymore for new installs. You’ll have to use STHM in the new app, but that doesn’t have custom rules.

I ended up having to put together my own app to do this until ST can do it within there own app. The one I use the most that replicates being notified for something being left open, on, or unlocked too long is a parent/child smartapp: (you’ll want all of these)

Parent: (Save and Publish)
https://raw.githubusercontent.com/jsconstantelos/SmartThings/master/smartapps/jsconstantelos/alerts-left-it-on-open-or-unlocked-parent.src/alerts-left-it-on-open-or-unlocked-parent.groovy

Left it On Child: (just Save)
https://raw.githubusercontent.com/jsconstantelos/SmartThings/master/smartapps/jsconstantelos/alerts-left-it-on-child.src/alerts-left-it-on-child.groovy

Left it Open Child: (just Save)
https://raw.githubusercontent.com/jsconstantelos/SmartThings/master/smartapps/jsconstantelos/alerts-left-it-open-child.src/alerts-left-it-open-child.groovy

Left it Unlocked Child: (just Save)
https://raw.githubusercontent.com/jsconstantelos/SmartThings/master/smartapps/jsconstantelos/alerts-left-it-unlocked-child.src/alerts-left-it-unlocked-child.groovy

Left it Running Child: (just Save)
https://raw.githubusercontent.com/jsconstantelos/SmartThings/master/smartapps/jsconstantelos/alerts-left-it-running-child.src/alerts-left-it-running-child.groovy

Thermostat Mode Monitor Child: (just Save)
https://raw.githubusercontent.com/jsconstantelos/SmartThings/master/smartapps/jsconstantelos/alerts-thermostat-mode-monitor-child.src/alerts-thermostat-mode-monitor-child.groovy

2 Likes

Thank you!

1 Like

To add to John’s points, you can also check out this app which allows you to create simple rules like Left open too long (with repeat notifications and audio/spoken notifications over Alexa, Bose etc) or Left unlocked, left on etc. This works with both the new and the Classic app.

Does this smartapp work in the new ST app? I tried adding it via the IDE but it does not show up in the app.

Yes it does. If you’ve added it to My SmartApps and made sure to select Publish For Me, then in the new SmartThings App, hit the + from the main page, select SmartApp and it should be listed towards the bottom under the Custom section.

1 Like

Got it, thanks!

Do I need a device handler for the Left It Open smartapp?
It shows in My Smartapps
I can see it in Smartapps in the Smartthings app on my phone.
I can set it up for a door sensor.
But it will not send me notifications when the door is open.

@Jim418 , I modified the original left It open for use with several devices in the same app and works well.
don’t need dth for use It.

1 Like

Thanks very much. I managed to get it installed and working. Woo hoo!

1 Like