View single post by Julian.Driver
 Posted: Monday Mar 6th, 2017 04:19 pm
 PM  Quote  Reply  Full Topic 
Julian.Driver

 

Joined: Tuesday Aug 26th, 2008
Location:  
Posts: 72
Status: 
Offline

  back to top

We use CBUS to control curtain movement. The curtains are moved by a timer in C-Bus and also by pressing wall buttons. The coding uses ‘curtain’ flags to keep track of whether the curtains are open or closed.  Changes to the flag trigger a counter in Comfort that then is programmed to bypass the PIR in the appropriate area. (Without these bypass and unbypass instructions closing or opening of the curtains whilst we are away sometimes sets off the alarm when the temperature differential interprets it as a movement.)
Looking at the Comfort log when the curtains are triggered by a timer we get multiple bypass instructions.
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:51 Bypass Zone # Dining_Room (8)
03/06 17:51 Bypass Zone # Lounge (9)
03/06 17:52 UnBypass Zone # Dining_Room (8)
03/06 17:52 UnBypass Zone # Lounge (9)
 
When the curtains are triggered by a button we get a repeated bypass/unbypass
 
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 UnBypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 Bypass Zone # Main_Bedroom (12)
03/06 20:03 UnBypass Zone # Main_Bedroom (12)
 
Why would instructions repeat when CBus is only executing one flag change to initiate the process?

 Close Window