With regards to the Linux Zigbee Gateway
I realized that I should be using attribute discovery for improved Zigbee object handling.
However, the manufacturer specific attributes are not returned by the device (using "attr_get_attribute_list(...)" ).
This seems logiical as "ZStatus_t zcl_SendDiscoverAttrsCmd(...)" in zlc.c does not set the manufacturer code.
Can this be done with a 'gw_send_zcl_frame_req__pack(...)' ?
How should I setup the 'GwSendZclFrameReq msg' ?
I guess that I need to do something similar to get the command list (there is no "attr_get_command_list(...)") and in that case also handle the received ("raw") packets?