Hello all,
I want to read the ON/OFF attribute of an ON/OFF switch, which command to use?(I'm using Z-tool)
Thanks
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.
Hello all,
I want to read the ON/OFF attribute of an ON/OFF switch, which command to use?(I'm using Z-tool)
Thanks
I want my switch to send its status(On/OFF) to my coordinator so that i could check whether the swicth is in on state or off state currently
Yes. I got my switch binded to two lights(ZED) and I can control the lights from my switch.
Then, your switch won't support ZCL ON/OFF cluster server and you cannot do ZCL on/off attribute read to your switch device.
1) By cluster Server do you mean OutClusterList or InClusterList?
2) Actually I'm new to ZigBee so I'm a little confused between InClusterList and OutClusterList, can you please elaborate on this?
3) Which ClusterList on a source device gets compared and matched to which ClusterList on a destination device to do a binding?
1&2. Cluster server is mapped to InClusterList and Cluster client is mapped to OutClusterList.
3. When binding, you need to give endpoint and cluster you want to.
3) I know that to do a binding, we need to provide EP and cluster, what I want to know is when we send a ZDO_BIND command to make a binding between a source and a destination device, which ClusterList(InclusterList or OutClusterList) on the source in compared and matched to which ClusterList(InclusterList or OutClusterList) on the destination to do a successful binding. Suppose we are using cluster 0006
Both InclusterList or OutClusterList can be. For switch, binding on/off cluster in OutCluster to send on/off command. For light, binding on/off cluster in InCluster to send on/off status report.