-
Notifications
You must be signed in to change notification settings - Fork 13
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
Registering with Bridge #7
Comments
hm, that's interesting. Unfortunately there is no debug/verbose options for this step... you can however run it manually:
(substitute You should get an error message (type 101) saying "link button not pressed". Once you get that, press the button, wait a second or two, and then run the curl command again (same exact command) and it should return a randomly generated string for you to use. |
I did manage to get a key for the Philips Hue bridge. Also, I put together the following script which may be of interest to people using the hue motion sensors : It may even be possible to monitor lights (for sure) and even switches (not sure). I ended up creating another script which reads this scripts output and that can send push notifications when certain motion events take place and other criteria such as time of day / device presses and more are meet. I will revisit the registration thing and maybe add an option in the script so that it uses the users saved details rather than including them in the file / separate config file. |
I can confirm it seems possible to pull the data from the switches so this could be added to the script as could the status changes of lights. |
I also have difficulties adding my bridge. It was working fine then I reset my Mac and tried to reinstall and it does not find my bridge. I know my bridge IP address (from my router and from the Hue app) Your command works:
But
I also tried to put the username generated by the command in the
I am using hueadm version |
I finally found the issue. It seems to be linked to OSX security. It seems I need to add iTerm to Settings > Privacy and Security > Local Network, but it's not there. So quick fix: use osx terminal and not a 3rd party app |
I am having some difficulty with registering with the bridge. Is there a way to setup more verbose interaction during this process or perhaps to manually make a request which you are able to suggest?
The text was updated successfully, but these errors were encountered: