Comfort Automation/ Security System Forums

Full Version: Power Fail Dialout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My system dials out on power failure even when it is not armed. Should this normally occur? Can I set it so that power fail dialout only happens when it is armed?

Thanks

Rob
The dial out behaviour for each alarm is determined by Comfigurator in Security Types > Alarm Types > Power Failure see attached

To prfevent dial out except when the system is armed, program the following in the Alarm Response

If  SecurityMode = SecurityOff Then
    Limit DialOut
End If

This prevents dial out if Security is off