Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
announce only when a control set is on
#1
Hi,
I hope I explain this correctly but am after help with some programming. During the late evening when the rest of the family are in bed (I stay up later) I am after a set of responses that only happen when I have turned on a control set (so I can turn on and off from my phone). During the evening I am generally only in one room in one area of the house so it’s a possibility someone could break in at the other end of the house (the kitchen) with out me knowing as the PIR’s are not set to announce (as this would be an annoyance most of the time) but if I set a control that once I turn on will announce movement in certain areas. I can then turn this control off if I need to visit the kitchen without it announcing.
Hope that makes sense and any help would be good.
Thanks.
Reply
#2
You can make the zone announcement conditional on the state of a Flag

In the Zone On Response, make the following Response

If Flag Flag001 <> 0 Then
    Skip Announcement
End If

In Control Menu, set up a control to set or clear that flag to disable and enable the zone announcement

You can also make a Time Program to automatically disable announcements after a certain time
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)