Comfort Automation/ Security System Forums
Away Mode Button - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Products (https://www.comfortforums.com/forum-3.html)
+--- Forum: Questions on Using Comfort (https://www.comfortforums.com/forum-159.html)
+--- Thread: Away Mode Button (/thread-607.html)



- slayer91 - 05-11-2007

Comfort 1 ver 4.222

The AWAY mode button on both of my keypads has stopped working of all a sudden. The DAY, NIGHT mode button work fine as does all the other functions of the keypads. The only way at the moment to arm the system is to log in as the user, and use the menu options to set the away mode.

Any idea whats wrong???

 

Regards

 

LiamK



- slychiu - 05-11-2007

You may have inadvertently reprogrammed the function of the AWAY key
This is done in Comfigurator - Control > keypad
The Away Key in the list shows the Response next to it which should be KeyArmAway..





- slayer91 - 05-11-2007

Comfort Pro Mark 1

File system 18

Thanks for the reply.

See attached for Comfigurator - Control > keypad pic. It shows only response numbers, but when I check ,for instance, response3, it shows the correct logic but still doesn\'t work the AWAY button

Response 3

If SecurityMode = SecurityOff Then
    Exit Response
End If
KeySwitchArm AwayMode

 

Any more suggestions, need to get this sorted.

 

Regards

 

LiamK



- slychiu - 05-12-2007

The Response in your Away Mode key is incorrect. It should be

If SecurityMode = SecurityOff Then
    KeySwitchArm AwayMode
End If




- slayer91 - 05-12-2007

[user=1]slychiu[/user]


That worked ok, Thanks very much for your help.

 

Regards

 

LiamK