<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Light switch group assignement</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55217/light-switch-group-assignement</link><description>Hi, I&amp;#39;m using the Zigbee SDKv3.1.0 Cli agent as coordinator, the Zigbee SDKv3.1.0 Ligh_Switch example and two commercial light bulb (Ikea and Heiman) I&amp;#39;m be able to command the bulb one at time, with nRf switch binded only to one of them. Now I have tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Dec 2019 10:26:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55217/light-switch-group-assignement" /><item><title>RE: Light switch group assignement</title><link>https://devzone.nordicsemi.com/thread/224884?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 10:26:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:708927f4-90df-43df-b796-5c253a7bce0d</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Abele,&lt;/p&gt;
&lt;p&gt;So if I understand correctly you want to assign a group ID to the light switch example? The light switch example doesn&amp;#39;t include the groups server cluster, just the client cluster. That&amp;#39;s why you are geting &amp;quot;Unsupported Cluster&amp;quot; response I think. You will need to add the groups server cluster to the light switch example and a ON/OFF server cluster if you want to process ON/OFF commands send to the group ID.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch group assignement</title><link>https://devzone.nordicsemi.com/thread/224759?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2019 13:41:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a69d9e4-0d46-49b5-b809-915166f9ee5a</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Marjeris,&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="73427" url="~/f/nordic-q-a/55217/light-switch-group-assignement/224723"]Do you know if both lamps are included in the group (received the group ID)?[/quote]
&lt;p&gt;Yes, if I program the two bulbs with the default group ID&lt;/p&gt;
&lt;p&gt;#define DEFAULT_GROUP_ID 0xB331&lt;/p&gt;
&lt;p&gt;the switch work well, and I can ON or OFF both bulbs.&lt;br /&gt;Now, using CLI Agent, I configure the two bulbs with a new group ID, and I tried to program the Light Switch cluster 4 to assign same group ID, but the LW answer Unsupported Cluster (the screenshot here above)&lt;br /&gt;How can I program new group ID into Light Swtich using Zigbee protocol on-the-air?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch group assignement</title><link>https://devzone.nordicsemi.com/thread/224723?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2019 12:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b655d90f-410e-4a96-9522-71b4a6e8e476</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Abele,&lt;/p&gt;
&lt;p&gt;Sorry, you didn&amp;#39;t mention you were using the light switch groups example. Do you know if both lamps are included in the group (received the group ID)?&lt;/p&gt;
&lt;p&gt;This example will first look for the light bulbs with ON/OFF cluster and Level control cluster, and then send a add group request to the lamps. Are you seing the add group req being send to both lamps in the sniffer trace?&lt;/p&gt;
&lt;p&gt;Do you get a NRF_LOG output from the switch with the words &amp;quot;Include device ____, ep ___ to the group ____&amp;quot; for both lamps?&lt;/p&gt;
&lt;p&gt;Then you can use the group ID for sending commands from the light switch, see for example light_switch_send_on_off function in the example to see how this is done.&lt;/p&gt;
&lt;p&gt;And could you attach the whole sniffer trace? It&amp;#39;s difficult for me to know what is happening based on that only screenshot above.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch group assignement</title><link>https://devzone.nordicsemi.com/thread/224660?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2019 10:11:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35bd42a8-dd4c-4823-aea4-167414bd3ad5</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hi, as I said, I&amp;#39;m using the example you quoted.&lt;br /&gt;My goals are:&lt;br /&gt;1 - assign the two bulbs to same group&lt;br /&gt;2 - assign/configure dynamically the switch to same group of the two bulbs on step 1 ( using the Zigbe protocol over-the-air ) &lt;br /&gt;3 - use the switch to on/off both bulbs&lt;br /&gt;I&amp;#39;m not able to make the step 2 here above. How can I make this?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch group assignement</title><link>https://devzone.nordicsemi.com/thread/224651?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2019 09:57:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c826da67-662c-4cbe-ab15-73f443ded479</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Abele,&lt;/p&gt;
&lt;p&gt;Sorry for the late answer. Have you seen that we have an example with a light switch using groups? It&amp;#39;s located under example/zigbee/experimental/light_control/light_switch_groups&lt;/p&gt;
&lt;p&gt;See the instructions for testing the example in &amp;#39;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fzigbee_example_light_control.html&amp;amp;cp=6_3_3_6_4_0_3&amp;amp;anchor=zigbee_example_light_control_groups"&gt;Testing Zigbee Light Switch with ZCL Groups&lt;/a&gt;&amp;#39; in the infocenter.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>