This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

对接飞利浦hue的一些疑问

Other Parts Discussed in Thread: CC2592, CC2530

协议栈版本 ZHA1.2.2a

应用类型: sampleSwitch

硬件CC2530 + CC2592

对接飞利浦hue产生的疑问:

实验得到 hue工作的端点是 242, 这个端点的描述: while endpoint 242 is reserved for the Green Power cluster!

                        这个端点的输入簇是 0x21,对应ZCl定义 #define   ZCL_CLUSTER_ID_GREEN_POWER_PROXY      0x0021

网上查找到一个关于 Green Power的描述如下:

  the commands sent from the source node do not come from a standard ZigBee command set. The sink node must translate the
received command into a command from the ZigBee application profile supported on the node (e.g. Home Automation).

按我的理解是这个Cluster下的命令不是标准的zigbee命令,而是需要一个转换表来实现与标准命令的转换。

问题1: 这个Cluster在ZHA1.2.2a中如何支持的呢?

问题2: 这个Cluster下的命令和标准zigbee命令的转换是协议栈完成的么,如果不是,用户如何使用呢?