Hello all,
I'm interacting with some nodes in a test network:
setup: 10x nrf52840 DK (PCA10056) boards loaded with the following software.
1x Coordinator (Zigbee CLI Agent example)
3x Routers (Zigbee Light Bulb Example)
6x End Devices (Zigbee Light Switch)
I've made it on the End devices so, that if a certain attribute gets written that the node's LED2 will go on for a few seconds.
(Zigbee CLI Reference --> zcl attr write & zcl attr read)
However I face 2 problems.
1) Certain commands aren't working using the CLI.
- Routers accept "zcl attr write" & "zcl attr read" functions targeting all in_clusters
- Routers accept "zcl cmd" commands targeting cluster 0x0006
- Routers don't accept "zcl cmd" commands targeting cluster 0x0003 and 0x0004
2) Sleepy End Devices can't be interacted with.
- Non-sleeping End Devices can be interacted with. But i'd like to use the sleepy behaviour to save power.
Is there a way that I can interact with Sleepy End devices using the CLI example?
Can I make my Routers accept "zcl cmd" commands targeting at least the 0x0003 and 0x0004 clusters?