STM32WB55CG Zigbee LED Controller (Color)
Hi,
I have used a custom board with an STM32WB55CG MCU to successfully connect to a Tuya Gateway and also a Homassistent/Zigbee2mqtt setup with the OnOff functionality.
As next topic I wanted to add a color control functionility and tried several optins (Profile ID HA or ZLL) and several functions of the color control cluster (such as step_color_xy or move_to_color_xy).
In my Homassistent, the board was successfully detected (already one step ahead of my trial with Tuya) and the clusters were detected correctly. However, sending any color request from the UI in Homassistent did not work and no command was received on my board (reading the Debug messages with UART), while the OnOff functionality was still there.
Since the UI gives also the option, to send commands directly, I tried to send a command to my endpoint, with the cluster 0x0300 (Color Control) and 0x07/0x09 (move_to/step_color_xy) and an arbitrary payload (Zigbee2mqtt makes sure that the format is correct). Neither of the commands was received by my MCU. Therefore I want to ask for help, if anyone has managed to do this before and if theres an idea of additional debugging, to see wether any message actually reaches the MCU or the problem lays somewhere else.
Thanks

