View single post by Nick Locke
 Posted: Sunday Aug 20th, 2006 07:48 am
 PM  Quote  Reply  Full Topic 
Nick Locke

 

Joined: Saturday Aug 19th, 2006
Location: Woodville, United Kingdom
Posts: 33
Status: 
Offline

  back to top

My C-Bus is planned so that addresses below 128 are reserved for things that Comfort needs to monitor.  Addresses above 128 are used for things which Comfort may need to switch, but does not need to monitor.  This is in-line with the restriction that only the lower addresses can be monitored.

I have this (simple, test) response:

If LastUcmCounter = 255 Then
    Reminder 6 On Keypad 64
End If

associated with Counter 35.  This works exactly as expected - whenever C-Bus Group Address 35 is switched on, Comfort sees it and the reminder is played.

However, when Group Address 163 (which should be completely unrelated and is not monitored by Comfort) is switched on, the response also fires.

It seems to be the same for every counter below 128 - the Group Address that is 128 higher triggers the response in error.

I can engineer a workaround by using addresses below 128, where the Group Address 128 higher is not used - fortunately I only have a small amount of C-Bus!

 Close Window