Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] Add command for Thread provisioning #4991

Merged
merged 2 commits into from
Feb 24, 2021

Conversation

Damian-Nordic
Copy link
Contributor

Problem

While we're waiting for Network Provisioning cluster to be used in the commissioning process, we're unable to use the Python CHIP Controller to control Thread devices.

Summary of Changes

Add a command for setting Thread settings to be used during the device commissioning process. It is similar to the existing "set-pairing-wifi-credential" command.

To commission a Thread device over Bluetooth LE, run the following commands:

  $ ./chip-device-ctrl.py
  > set-pairing-thread-credential 15 1234 00112233445566778899aabbccddeeff
  > connect -ble 3840 12345678 12344321

By the way, fix #4968.

Add a command for setting Thread settings to be used
during the device commissioning process. It is similar to
the existing "set-pairing-wifi-credential" command.

To commission a Thread device over Bluetooth LE, run the
following commands:
  $ ./chip-device-ctrl.py
  > set-pairing-thread-credential 15 1234 00112233445566778899aabbccddeeff
  > connect -ble 3840 12345678 12344321
@mspang mspang merged commit 88328e4 into project-chip:master Feb 24, 2021
markus-becker-tridonic-com added a commit to markus-becker-tridonic-com/connectedhomeip that referenced this pull request Feb 25, 2021
@Damian-Nordic Damian-Nordic deleted the python-thread-provision branch March 16, 2021 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set-pairing-wifi-credential crashes with no arguments
6 participants