I have inserted the groups cluster at an endpoint. Yet, and eventhough a group seems to be additioned to the device (the device responds with 0 to the add group command from the network), no group commands are executed. As ZBoss does not provide the source, I can debug no further.
Several messages seem to go to zboss_signal_handler upon firing a group command from a client, but it does not seem to have a whole lot of information (just the signal number and status).
How do I:
1) Check which groups are added to the ZCL Groups cluster at the device (and from the same device)?
2) Do I have to initialise the group cluster myself, using zb_zcl_groups_init_server()?
2) Process a group command to a device which is a member of such group? Do I have to take care of them specifically, calling zb_zcl_process_groups_commands_srv()?
Thanks in advance.