![]() |
|
Turn on output when alarm is set to night mode - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Problems & Troubleshooting (https://www.comfortforums.com/forum-36.html) +---- Forum: Responses and Actions (https://www.comfortforums.com/forum-74.html) +---- Thread: Turn on output when alarm is set to night mode (/thread-5732.html) |
Turn on output when alarm is set to night mode - 111rdw - 09-23-2025 I'm trying to set up a response which will turn on and off an output when the alarm is set to night mode. this is my effort so far and it does not work. Anyone point me in the right direction of what I am missing. Thanks If SecurityMode = NightMode Then Output Output004(4) On End If RE: Turn on output when alarm is set to night mode - slychiu - 09-23-2025 The response is correct. But what triggers the response?If you just create a response and nmot link to anything, then it will not execute. The best way is to use Partition Events > Night Mode Response (for Partition 0) You can make a Response Output 4 On assigned to the Night Mode Response. There is no need for the condition "If SecurityMode = NightMode" because this response is only triggered by Arming to Night Mode. RE: Turn on output when alarm is set to night mode - 111rdw - 09-24-2025 Many thanks. |