Hello, sometimes when manually turning a lock I don’t get the Vera to register. So for example, using the pin code to unlock I always get my notification. However, once you shut the door and lock it with the turn bolt I might not get it. I have the standard KwikSet bundled with Vera.
So, I originally added Luup to my scene to poll the lock using this:
luup.call_action(“urn:micasaverde-com:serviceId:HaDevice1”, “Poll”, {}, 11)
This seemed to cause a greater delay in notifications. Most likely I was making the lock busy polling instead of sending the notification. Point made on that.
So I wanted to use UI7 Advanced Editor and add a delay and poll the lock but please see the screenshot. Based on what I have chosen, am I selecting the correct items? Or can I not do this from this delayed action?
Should I use Luup codes to add a delay into the original coding I have above in my post?
Thanks!