![]() |
|
C-Bus Application - 1 or 208 ? - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Third Party (interfacing to Comfort) (https://www.comfortforums.com/forum-5.html) +--- Forum: CBus (https://www.comfortforums.com/forum-11.html) +--- Thread: C-Bus Application - 1 or 208 ? (/thread-165.html) |
- Nick Locke - 08-26-2006 I am building some code (VB .NET. not that it matters) to interface to C-Bus. One of the things I am doing is monitoring for events. I need to work out whether it is better to monitor Comfort events on C-Bus application 1 or on application 208 (security). So far as I can see, zone status changes appear pretty much the same on both. I must be missing something, because otherwise we would not have the bespoke application 1, there would only need to be the standard 208. What am I missing? Thanks, Nick. - ident - 08-27-2006 Only application 1 is able to monitor zone status, as the \"group address\" is the zone number and the level is the status Application 208 (Security) can tell you of security events like Not ready to arm and panic, but it does not give zone number information - Nick Locke - 08-27-2006 Ooops - double posting because I thought my browser had died. - Nick Locke - 08-27-2006 I have attached a screen shot showing a C-Bus Toolkit event log for Application 1 at the top and for Application 208 at the bottom. In both cases, I have added Groups to the C-Bus Applications because, without those in place, the events are not shown at all. I suspect that is because C-Bus toolkit is designed only to show events in it\'s on-screen log, when they are for a known Group. Both sets of messages seem to have almost identical information. Am I missing something? Thanks, Nick - ident - 08-27-2006 I dont understand how application 208 could give that information Can you the raw Cbus message for application 208 which shows the PIR zone? - Nick Locke - 08-27-2006 Not sure how to get to the absolutely raw C-Bus messages (clues welcome). What I have done here is to monitor Port 20025 on the C-Gate Server which should show all changes. The bold headings have been inserted by me to try and add some clarity. Waving an arm at the PIR in my study (zone 23). Source Unit 253 is the Comfort module. # security zone_unsealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 255 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_sealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 0 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_unsealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 255 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_sealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 0 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_unsealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 255 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 Turned a light off lighting off //jubilee/254/56/166 #sourceunit=205 OID=bc42e1d5-3fb6-4c51-b6cd-e1fb9ad11ee8 # security zone_sealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 0 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 Turned the light back on lighting on //jubilee/254/56/166 #sourceunit=205 OID=bc42e1d5-3fb6-4c51-b6cd-e1fb9ad11ee8 # security zone_unsealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 255 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_sealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 0 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 Periodic update broadcast from General Input Unit measurement data //jubilee/254/228/4/0 376 0 16 #sourceunit=250 OID= measurement data //jubilee/254/228/4/1 100 0 26 #sourceunit=250 OID= measurement data //jubilee/254/228/4/2 66 0 0 #sourceunit=250 OID= The arm waving continues # security zone_unsealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 255 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_sealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 0 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_unsealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 255 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 # security zone_sealed //jubilee/254/208/23 #sourceunit=253 OID=f13d96a0-17bd-1029-9046-81463d6163fc application ramp //jubilee/254/1/23 0 4 #sourceunit=253 OID=a6eee760-90c4-1027-94d6-92a7fa5efc74 - slychiu - 08-28-2006 I can see that it is reporting via Security zone sealed and unsealed which is a single group address on Application 208 This is fine for monitoring the activity of the zones, but there is no memory For application 1, each group address corresponds to a zone, hence each group address has the status of the corresponding zone In Ctouch, this allows the status of each zone to be displayed If you are using your own software to monitor this, then you can also use the zone unsealed group address - Nick Locke - 08-28-2006 I think I understand that now. I think what you are saying is that Application 1 is a Lighting-like application which has the concept of groups, whereas Application 208 is not and does not. So, although the change messages are sent on both applications, only Application 1 keeps an internal representation of the values. So, I could use either application if I want to monitor the raw messages. However, if I want to be able to issue a query to C-Gate requesting the current status of a zone, that has to be Application 1. That seems to be borne out by Toolkit - it lets me create groups within Application 208, but they always seem to be \"not known\" level. Have I understood? This does lead to a subsidiary question - look at the Kitchen PIR value on the screen shot. I need a clue on that one - I would perhaps have expected just on/off? Thanks, Nick - slychiu - 08-28-2006 You have the correct understanding Dont know about the kitchen PIR, the UCM only sends on/Off, perhaps there kis some other device giving this message? |