View single post by ident
 Posted: Friday Dec 13th, 2013 07:53 am
 PM  Quote  Reply  Full Topic 
ident



Joined: Wednesday Aug 9th, 2006
Location: Singapore
Posts: 3493
Status: 
Offline

  back to top

As mentioned in the UCM/Cbus manual http://www.cytech.biz/ucmcbus_manual.html each Light group address is mapped to a Comfort counter


eg group 1 is mapped to Counter 1, group 2 to counter 2,... group 254 to counter 254

eg when Cbus group 1 On or off is received by UCM/Cbus it triggers Counter 1 Response
Assign a Response to Counter 1

If LastUcmCounter = 0 Then
    Unbypass Zone03
else
    Bypass Zone03
End If

This means when you send group address 1 on, it will bypass the zone3, if you send group address 1 off it will unbypass zone 3


 Close Window