I understand this won’t work for everyone, but there is a paid third-party app, sharptools, which has a rules engine that can handle the following situations
send a notification if a sensor is left open for 10 minutes
send a notification if sensor is open at 10 PM
send a notification if a sensor is left open for 10 minutes after 10 PM
There is a free trial and then different paid tiers depending on how much you want to set up.
It works for those using the V3 app, including those who never had the classic app. And the rules engine is browser-based, so there’s no android/iOS issue if that’s all you need.
I don’t want to hijack this thread with further discussion, but if you have any other questions about sharptools, see the following thread (the topic title is a clickable link)
Again, I would rather see it added to the official features in smartthings, but there is an alternative if you are willing to pay for it. You may even find that the free features give you everything you need, although that will vary from person to person.
I’ve been using both apps side by side for a long time, and have resisted the migration to the new app since it’s still missing quite a bit of functionality compared to classic. It’s also painfully slow compared to classic, so much so that my wife refuses to use it at all. I had hoped that STHM would be as functional as SHM before being forced to switch, but I can get around most of those issues with lots of virtual switches and added automations.
The EchoSpeaks announcement is totally understandable, but still a bit disappointing.
The new Alexa skill and Google integration both seem like downgrades from the original ones in several ways, but nothing too functionally problematic. The inability to choose which ST devices get exposed to Alexa/Google is annoying. And the new Alexa skill seems to be having a lot of issues recently, especially with triggering Alexa routines from ST devices.
I’m sorry about support giving a confusing answer. Custom DTHs are still supported in the new app - they need to be updated to use the capabilities-based architecture that the new app uses. Basically you need to make sure it’s using standard capabilities or create the custom capabilities you need and know that it will disregard the tiles UX that may or may not be part of an existing DTH and will display the device using UI metadata. This guide gives you a rundown of how to do all of this: Custom Capability and CLI Developer Preview.
We’re waiting on a hotfix to the device plugin later this week which will get all of this working properly and out of the open beta it’s been in.
Thanks for the mention @JDRoberts - just to clarify that the SharpTools.io Rule Engine is free.
There are extra features that get unlocked with SharpTools.io Premium like included SMS (US/Canada) and Variables, but all the core Rule Engine features are available for free. And you can still send notifications via Emails, Pushover, Pushbullet, and even SMS (via Twilio) for free!
That works if your location.modes map one to one to STHM modes. Mine don’t, unfortunately. For example I have a location.mode called “guests“ which is independent of security.mode
Since location mode and STHM mode operate independently of each other it should still work. In your case if you triggered an armed STHM state, then switched to guest mode, you could either have your automation switch the STHM state to disarmed through an automation or leave it alone if you wanted to. I’ll play with it a bit at my home to make sure I’m not talking sideways here
The info is pretty confusing. Webcore will remain I assume.
But the alexa skill "replacing’ alexa speaks has little to do with what speaks does… which is speaking.
How will we trigger alexa announcements from webcore now? I disabled speaks and it just breaks it all.
I need to Correct a mistake I made earlier. The current version of ES will end on September 8th so that will cease to work with webCoRE. The developer has announced plans to release a lite version of ES. When that is released or later versions, I assume those will work with webCoRE.
Sorry if I was confusing. I mean sure, if you’re going to trigger both modes intentionally, no problem. But if you want to automate the change in security.mode, which is usually what people are looking for in a scene, you will lose what the Previous location.mode was With your method. It wouldn’t automatically switch back to guest mode.
People who only use the three default location.modes, Home, away, and night, can usually map those directly to the three security.modeS, Home, away, and stay.
But people who have added additional location.modes like “dog walker“ or “guest“ or even “test“ will have a harder time with the mode method.
The virtual switch method doesn’t run into this issue because you’re not using that switch to mean anything else.
p.s. sorry for the random capitalizations, that’s an artifact of using voice and I’m too tired to clean it up today.