I'm making good headway porting my embedded xAP/HomeVision gateway using the newly released C-Bus module C code. I've probably missed something but what I wanted to know is how do I best recover the status/list of all the groups actually present on the C-Bus network ? Can I also get advised if they come and go ? At startup the database handler only seems to return events for groups that are on . I suspect this is because the database is initialised to level 0 so no level change trigger occurs. I thought the MMI handler might report an event for the off groups as they would be changing from absent to present when discovered but it doesn't and there doesn't seem a way to read absent/present if I poll through all the groups. I don't have to decode the MMI directly myself do I ? As soon as a group level changes I get a lighting and database event but that's not useful for initial synchronisation. K