Using JN5169 for Zigbee smart home light switch

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using JN5169 for Zigbee smart home light switch

792 Views
rhoob
Contributor I

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 automation‌zigbee #jn5169

Labels (1)
0 Kudos
1 Reply

581 Views
dmsherazi
Contributor IV

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.

0 Kudos