I just finally upgraded (well, actually, re-started from scratch) my Vera 1 to a Vera Lite, and have been re-building all my scenes and notifications in UI5. But I’ve run into a snag that I’m hoping someone can help me with.
In the old FindVera interface, I was able to setup notification events, and then attach LUA code to them so that I could make the notifications conditional on the setting of a virtual device (flag). The specific use case is my vacation home - I don’t want notifications every time my back gate is opened when I’m actually here, but only when I’m away. I cannot find a way in UI5 to make the notification conditional on the status of another device. Any ideas?
I already have my virtual device setup to indicate whether or not my vacation home is occupied. And I use it in LUA code with several scenes to make them conditional. I wanted to be able to do the same thing with my notifications.
Thanks in advance for any assistance.