06-02-2007, 08:58 PM
Hi there...
I am having an issue with the keyswitcharm function when arming my alarm system (Comfort II Ultra), that is linked to a Clipsal CBUS lighting system. Before arming the alarm system I want to switch off all the lights in the house, and then bypass a few zones. The problem is that the keypads do not announce the zones that are open, and even if all the zones are ok, it does not say \'please exit\'.. \'please exit\'.
What I have discovered is that if I do not bypass any zones programatically, or call the responses which switch off the lights then it seems to work fine i.e. it will start saying \'Please exit\' but the minute I put them back in, the announcements seem to disappear. I have tried removing the responses that switch off the lights and going with the bypass statements only, but the result is the same, no announcements.
See the responses below. In case anyone is wondering why I had to use a number of responses and even delays, was because to switch off more than 21 light zones on the CBUS system delays had to be introduced otherwise all the subsequent CBUS OFF x x commands were ignored.
Any suggestions?
(see below for responses)
The response looks as follows:
If SecurityMode = SecurityOff Then
Do AllHouseOff [Switches All Lights in the House Off]
Bypass BraaiPatioPIR
Bypass PergolaGuestPIR
Bypass PergolaPIR
Bypass OutsidePathPIR
Bypass RoadSidePIR
KeySwitchArm AwayMode
End If
The AllHouseOff response looks as follows
Do AllKitchenOff [All Kitchen and Scullery Lights Off]
Do AllLivingOff [Switches All Lights in the Living Area Off]
Do AllLoungeOff [All Lounge Lights Off]
Do AllEntranceOff [All Entrance Area Off]
Do AllBedroomOff [Swiches All Lights in the Bedroom Area Off] After 5 Seconds Using BedLightsOff
Do AllExternalOff [Switches All External Lights Except Day Night Lights] After 10 Seconds Using ExtLightsOff

I am having an issue with the keyswitcharm function when arming my alarm system (Comfort II Ultra), that is linked to a Clipsal CBUS lighting system. Before arming the alarm system I want to switch off all the lights in the house, and then bypass a few zones. The problem is that the keypads do not announce the zones that are open, and even if all the zones are ok, it does not say \'please exit\'.. \'please exit\'.
What I have discovered is that if I do not bypass any zones programatically, or call the responses which switch off the lights then it seems to work fine i.e. it will start saying \'Please exit\' but the minute I put them back in, the announcements seem to disappear. I have tried removing the responses that switch off the lights and going with the bypass statements only, but the result is the same, no announcements.
See the responses below. In case anyone is wondering why I had to use a number of responses and even delays, was because to switch off more than 21 light zones on the CBUS system delays had to be introduced otherwise all the subsequent CBUS OFF x x commands were ignored.
Any suggestions?
(see below for responses)The response looks as follows:
If SecurityMode = SecurityOff Then
Do AllHouseOff [Switches All Lights in the House Off]
Bypass BraaiPatioPIR
Bypass PergolaGuestPIR
Bypass PergolaPIR
Bypass OutsidePathPIR
Bypass RoadSidePIR
KeySwitchArm AwayMode
End If
The AllHouseOff response looks as follows
Do AllKitchenOff [All Kitchen and Scullery Lights Off]
Do AllLivingOff [Switches All Lights in the Living Area Off]
Do AllLoungeOff [All Lounge Lights Off]
Do AllEntranceOff [All Entrance Area Off]
Do AllBedroomOff [Swiches All Lights in the Bedroom Area Off] After 5 Seconds Using BedLightsOff
Do AllExternalOff [Switches All External Lights Except Day Night Lights] After 10 Seconds Using ExtLightsOff

