You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no `tests TestGroupDemoConfig` command in Chiptool
anymore. We must wrtite a new guide for the group binding.
Signed-off-by: Arkadiusz Balys <[email protected]>
#. If the devices were not erased during the programming, press and hold **Button 1** on each device until the factory reset takes place.
349
-
#. On each device, press **Button 1** to start the Bluetooth LE advertising.
350
-
#. Commission devices to the Matter network.
351
-
See `Commissioning the device`_ for more information.
352
-
353
-
During the commissioning process, write down the values for the light switch node ID and the light bulb node ID (or IDs, if you are using more than one light bulb).
354
-
These IDs are going to be used in the next steps (*<light_switch_node_ID>* and *<light_bulb_node_ID>*, respectively).
355
-
#. Use the :doc:`CHIP Tool <matter:chip_tool_guide>` ("Writing ACL to the ``accesscontrol`` cluster" section) to add proper ACL for the light bulb device.
356
-
Depending on the number of the light bulb devices you are using, use one of the following commands, with *<light_switch_node_ID>* and *<light_bulb_node_ID>* values from the previous step about commissioning:
357
-
358
-
* If you are using only one light bulb device, run the following command for the light bulb device:
#. If the devices were not erased during the programming, press and hold **Button 1** (**Button 0** for nRF54 Series device kits) on each device until the factory reset takes place.
345
+
#. On each device, press **Button 1** (**Button 0** for nRF54 Series device kits) to start the Bluetooth LE advertising.
346
+
#. Commission the devices to the Matter network.
347
+
See `Commissioning the device`_ for more information.
364
348
365
-
* If you are using more than one light bulb device, connect all devices to the multicast group by running the following command for each device, including the light switch:
349
+
During the commissioning process, write down the values for the light switch node ID and the light bulb node ID (or IDs, if you are using more than one light bulb).
350
+
These IDs are used in the next steps (*<light_switch_node_ID>* and *<light_bulb_node_ID>*, respectively).
351
+
#. Use the :doc:`CHIP Tool <matter:chip_tool_guide>` ("Writing ACL to the ``accesscontrol`` cluster" section) to add proper ACL for the light bulb devices, establish a group for groupcast and bind the light switch.
352
+
Depending on the number of the light bulb devices you are using, use one of the following commands, with *<light_switch_node_ID>* and *<light_bulb_node_ID>* values from the previous step about commissioning.
366
353
367
-
.. parsed-literal::
368
-
:class: highlight
354
+
If you are using only one light bulb device, follow the instructions in the **unicast** tab to bind the light switch with the light bulb device.
355
+
If you are using more than one light bulb device, follow the instructions in the **groupcast** tab to connect all devices to the multicast group
#. If the devices were not erased during the programming, press and hold **Button 0** on each device until the factory reset takes place.
395
-
#. On each device, press **Button 0** to start the Bluetooth LE advertising.
396
-
#. Commission devices to the Matter network.
397
-
See `Commissioning the device`_ for more information.
398
378
399
-
During the commissioning process, write down the values for the light switch node ID and the light bulb node ID (or IDs, if you are using more than one light bulb).
400
-
These IDs are going to be used in the next steps (*<light_switch_node_ID>* and *<light_bulb_node_ID>*, respectively).
401
-
#. Use the :doc:`CHIP Tool <matter:chip_tool_guide>` ("Writing ACL to the ``accesscontrol`` cluster" section) to add proper ACL for the light bulb device.
402
-
Depending on the number of the light bulb devices you are using, use one of the following commands, with *<light_switch_node_ID>* and *<light_bulb_node_ID>* values from the previous step about commissioning:
379
+
.. group-tab:: groupcast
403
380
404
-
* If you are using only one light bulb device, run the following command for the light bulb device:
381
+
The groupcast binding is used to bind the light switch with multiple light bulb devices.
382
+
The following example shows how to estabilish a new group communication with the following parameters:
To learn more about groups in Matter, see the :ref:`ug_matter_group_communication` user guide.
410
396
411
-
* If you are using more than one light bulb device, connect all devices to the multicast group by running the following command for each device, including the light switch:
397
+
Run the following commands to bind the light switch with all light bulb devices:
412
398
413
-
.. parsed-literal::
414
-
:class: highlight
399
+
1. Set up a new group in the doc:`CHIP Tool <matter:chip_tool_guide>`:
0 commit comments