Hi Igor,
i had progress on my Light Switch HA Profile (without any EB) in CC2530 SoC.
I keept with Hal/Target > CC2530EB.
I have a success to join my ZED (Light Switch - ZCL HA) on a Zigbee Network, i have a commercial ZC or Gateway).
after i joined on the Zigbee Network, i sent the command from the ZC to turn on the light (supposedly connected on light switch) but the ZED didn't answer the ZCL command. I saw in the tracer that the ZCL command was sent.
I saw on the Package tracer:
APS header
Profile ID = 0x0104 (Zigbee HA profile)
Cluster ID = 0x006 (on/off)
APS Payload
ZCL Header : Command ID = 0x01 (Turn ON)
But the ZE didnt answer.
I cant find in the code each part is responsable for to answer the ZCL commands. Could you advise me how can fix it?