I like the way you think. On a more serious note, what youâre describing is a platform timeout caused by increased load or an internal issue and not related to the app.
I think itâs a timing coincidence. We release updates tend to coincide with ST deployments to their platform (Tues/Thurs).
Weâve been hearing/noticing timeouts on the platform since yesterday across many apps so Iâm guessing itâs either a ST load issue or something in the deployment, either way itâll sort itself out in a day or so.
To protect users from these issue we released a bunch of apps to check if the Routines executed properly or if the mode/SHM changes did their things and complete it for them if the platform didnât complete/timed out for any reason.
I downloaded the lock user management smart app. I also see there is a universal enhanced zwave lock in the device things handler. Iâm wondering if I should have both installed? I dont see an unlocking feature with presence in the smart app. Nor do I see enabling the alarm functions in the smart app.
You donât need bothâunless you need some of the advanced features of RBoyâs DTHâI am using RBoyâs smartapp with the default SmartThings DTH for a Z-Wave lock and it works perfect.
I have the Yale Keyless Connected smart lock which reports when maximum invalid code attempts is exceeded. I can see in My Home>Things>lockname>Recently in ST app that this condition is being reported but I donât get a push notification from the Lock User Management app.
I have installed the Universal Enhanced Z-Wave Lock DTH but I suspect itâs not working with this lock - for example, in the ST app on my iPhone I changed the lock setting to reduce the âWrong code entry limitâ value from 5 to 3 (to speed up my testing) but the lock continued to allow 5 attempts before entering Incorrect PIN lockout (which is also still 3 minute even though in the setting on my phone it is 60 seconds).
Any idea as to what I can try next to get push notifications for tamper alerts?
This application appears to have a multitude of functions for locks and I have been debating if it will meet my use case. I am trying to obtain some additional information regarding the capability of this application to control some of the settings of the Schlage Z-Wave Connect Century (BE469).
Can this application allow the disabling and enabling of the Lock and Leave setting based on user codes entered onto the keypad?
Example: Having a guest code inputted turns on a guest mode for the home and disables lock and leave so that when the guest leaves they have to input the code again (Not simply hit the Schlage button on outside) to lock the door. The code being input again by the guest would turn off guest mode and re-enable lock and leave setting.
@rboy@maddie Could I request a bit more flexibility with the ADT Panel be added into the lock/unlock actions?
I have a webcore piston that automatically sets the location mode to away/home and either locks or unlocks the door based on presence. When this piston fires, the app views the lock method as manual. This is causing issues in this scenario because the only option to arm from a manual lock entry is armStay. Iâd still like to keep the option to have armStay on a manual lock so that when Iâd turn the lock from inside it would armStay.
I think the way to accomplish this would be to have the option of âWhen in modes XYZ, armAwayâ and âWhen in modes ABC, armStayâ and âWhen in modes LMN, do nothingâ. I could build this out through a webcore piston to accomplish what I need, but I think this could be a valuable option for all users.
Doubtful - GitHub Free is for noncommercial (read: unpaid) personal ventures. It would definitely be a violation of the ToS for that kind of account. GitHub Enterprise might work, depending on the security model but I dont know how much that license would be or if it would be commercially viable for thier company⌠In either case, unsure if ST can/would support logging into a secured GitHub Repo to pull - which is what theyâd need to make this successful in ANY licensing model.
@RBoy@maddie@tonesto7 I want to start by saying thank you for your amazing and relentless work, dedication and support offered to the ST community. Also big thanks and appreciation for @JDRoberts for being one of the greatest helpers around.
I want to kindly ask for your help regarding notifications with a Z-wave Yale nexTouch lock. Hereâs what I have:
I want to have automatically played personalized notifications when a certain person unlocks the door, via Echo Speaks or Landroid or webcore.
Example: When the door is unlocked by John that has his own 4 digit pin assigned, the Amazon Echo to say âHello John, welcome home!â And when the door is unlocked by someone else to have Amazon Echo speak that personâs name in the announcement. So when Jane comes home and unlocks the door, the Echo to say âHello Jane, welcome home!â
I am attaching screenshots to show that the play notifications option is grayed out and canât click on it. Maybe I am missing something, could please anyone help me with this?
My understanding is that this smartapp can turn on a switch when a particular user code is used. Is that correct?
Turning on/off switches when a user successfully unlocks a door (configurable per door)
If thatâs so, you can do your notifications much more simply now that Amazon has created the equivalent of text to speech for their routines.
You will create a virtual contact sensor which also has capability switch. That way when you use any smartapp to turn on the switch, the sensor will automatically show as open. Turn off the switch, and the sensor will show as closed. This will look like two different devices to Both SmartThings and Alexa, but they will automatically be linked.
You will then use the Amazon Alexa app to create an Amazon routine (not a smartthings routine) which will be triggered when the virtual contact sensor is open. And you can have your echo devices speak whatever you want to have them speak, either just one of them or multiples.
So you wonât need webcore or LANnouncer or Echo Speaks. Just the virtual device, a simple Amazon routine, and the app from this thread to turn the switch on when a specific user code is entered.
Yes, it can turn on and off a switch and more, but I want to use it as a personalized announcement to an Echo Speaker. I wanna be able to select a speaker from the LUM notification options.
Did you read the FAQ I linked to? Thatâs all you need, is a switch to go on. Each switch can trigger one echo routine. Each echo routine can speak one custom phrase, but on as many of your echo devices as you like.
If youâd rather do it some other way, hopefully the other people will be able to help you.
Yes, I understand that, but how alexa can know the name of the person that unlocks the door (by the code)? This information is in the Lock User Management
If sensor A is open, then say âwelcome home, Jane.â
And your smartthings logic is: when Janeâs user code is entered into the lock, turn on switch A ( which automatically makes sensor A look like it is open)
And then you have a different Amazon routine
If sensor B is open, then say âwelcome home, John.â
And your smart things logic is: when Johnâs user code is entered into the lock, turn on switch B (which automatically makes sensor B look like it is open)
So you have one virtual device and one Amazon routine for each custom phrase.
Itâs easy to do, but it might be more tedious to set up than something that lets you use variables.