I am developing a smart light switch to be used within a home automation system.
I am using the JN5169 MCU to communicate with the home automation system using the Zigbee HA1.2 profile.
This is ok for a 1-gang (1-channel/circuit) switch but if I have a second channel/circuit (2-gang) is it possible to use the same JN5169 MCU or do I need a second?
Can the Zigbee HA1.2 profile on the JN5169 permit multiple channel commands i.e 'Channel-1 ON', 'Channel-1 OFF', 'Channel-2 ON' & 'Channel-2 OFF'?
zigbee home automationzigbee #jn5169
You need to make use of endpoints. The demo explains how to implement a single endpoint for light. For three gang switch you have to implement 3 endpoints for lights , each one for each endpoint.