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.

About scenes cluster

Other Parts Discussed in Thread: Z-STACK

Hi~,

I want to realize the scenes: send a zcl command and control many device, eg: send a command and then, shade is open and light is on.

So I found the scenes cluster, but there is only about configration, no control operation command is in the chapter, which is not my  mind. 

How did I achieve that idea.

Thank you!

  • Hi User1907975

    Where did you found that information?, is it in the zigbee specification or in any TI document?

    Regarding the usage of the scene cluster, these are the basics:

    This cluster allows to store specific device configurations called scenes. When a device is told to store a scene it saves its state (light on or off) and the group in which it is part of. This is done with the add scene command.

    Whenever a controller wants a group of devices set a specific device configuration for a group of physical devices, then the controller will use the 'recall scene' command directed to the group ID intended for that group of devices.

    For the details on how this cluster works, visit Zigbee Cluster Library specification (current revision is 6), for Z-Stack API to use for these check zcl_general.h under ZCL_SCENES.

    Hope this helps!