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

Touchlink activation #218

Open
fabian-tuhh opened this issue Mar 27, 2022 · 1 comment
Open

Touchlink activation #218

fabian-tuhh opened this issue Mar 27, 2022 · 1 comment

Comments

@fabian-tuhh
Copy link

Hi, all,

Can somebody tell be how the Hue Bridge handles the activation of the touchlink function? After activation, is it disabled after a timeout, after a device has been commisioned to the Zigbee network or is there another request towards the Hue Bridge API required?

Thanks,
Fabian

@peter-murray
Copy link
Owner

Touchlink is related to bluetooth pairing isn't it? If so that does not utilize the bridge.

Once you have a bridge things change a little, there is an endpoint for the bridge that will allow you to "search" for new lights, this puts the bridge into a kind of scanning/discovery mode where it searches for new zigbee devices. This scanning is asynchronous, so there is another endpoint that you can hit to get a list of the "new" discovered lights from this search and from there you can complete the configuration of these (assign name and room) by updating the light configuration.

Was that the information you were looking for there? If so I can expand on the details of the calls in this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants