It’s a simple task and I’m sure it’s easy to emplement, but can’t find answer in the forums.
If I’m arming the perimeter and one of the doors is opened (door sensor is tripped) - I want to run the event (sound the alarm, send the e-mail …).
Right now, even if the sensor is tripped - system will arm it without any error notifications.
How do I accomplish that?
Thank you in advance.
You could adapt the Luup code here. This code shows how you can call a scene as part of the Luup Action of another scene (luup.call_action()) and how to short-circuit a scene if a condition is true (luup.variable_get()).
Let us know if you get stuck.
Thanks for getting back to me. I was hoping there is an easy way of doing it (without going into the whole programming part). I don’t know anything about Luup and from what i see in the forum it’s not as simple as copy paste. Maybe Vera will have the abilty to set it up via GUI one day. After all - it’s a mandatory feature of any security system.