M1 How do you make an "event" require keypad password?

RogueOne

Active Member
If I have a water "non alarm", can I make it so the keypad will keep displaying water trouble until I enter my code?  Also how do you setup the keypad where you can type in the code without arming the system?
 
Thanks
 
Since your water sensor is non-alarm, I don't think you can require entry of a keypad code to clear the message.  The condition will clear when the water sensor dries out.  Until then, you could bypass the zone.
 
If you are using the water sensor to trigger a water shutoff valve, how will you open the valve again?  Manually?  Via an F-key press and a rule to open it?   If you bypass the water sensor zone, do you want the valve to open again or stay closed?  You can make it work however you want, but it requires some thought on all the possibilities.
 
To turn an output on or off, you would write a rule, such as
 
Whenever zone 001 becomes not secure   (the water sensor)
  Then turn output 016 on                            (close the water valve)
 
If you set the type  to water alarm with silent checked instead of non-alarm you have to acknowledge it with a code like any alarm.
 
Back
Top