Comfort Automation/ Security System Forums

Full Version: Announce Opened Zone in Day Mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Is it possible to configure Comfort, when in \'Day\' node to announce when a door is opened by someone? So as soon as a person comes in the front door the KP04 will say \'Front Door\'
Thanks!
In every zone, there is an \"Announce\" button, see attached screenshot
If checked the zone wiill be anounced when it opens

Iif you want to announce a zone only in Day Mode then you cannot use this checkbox

Create a new Respomse to assign to the Zone Response

If SecurityMode = DayMode Then
    Say ZoneName
End If