Comfort Automation/ Security System Forums

Full Version: Night mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Just a quick one, How do I get comfort to only use the living room as an entry path when its set in night mode. When comfort is set to away mode I want an instant intruder alarm in the living room.

Thanks,
Chris.
Dont select the living room as an entry zone.

Instead call a Response EntryDelayNight when the PIR goes on to give you time to go through the zone.

Response EntryDelayNight would be

If SecurityMode = NightMode Then
Start EntryDelay
End If
Obviously if you already call a Response from the PIR On just slot that code in the existing response.