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

Support bridge discovery using local upnp #6

Closed
ebaauw opened this issue Oct 23, 2016 · 1 comment
Closed

Support bridge discovery using local upnp #6

ebaauw opened this issue Oct 23, 2016 · 1 comment

Comments

@ebaauw
Copy link
Owner

ebaauw commented Oct 23, 2016

Currently, homebridge-hue only discovers hue bridges using nupnp, i.e. by querying the Meethue portal. Alternatively, the bridge IP address (or DNS name) can be specified in config.json.

@ebaauw ebaauw changed the title Bridge discovery Support bridge discovery Oct 23, 2016
@ebaauw ebaauw changed the title Support bridge discovery Support bridge discovery using local upnp Oct 24, 2016
ebaauw added a commit that referenced this issue Feb 24, 2017
- Now using deferred instead of native Javascript Promise.
- Implemented throttling of requests to Hue bridge (using
deferred.gate()).
- Implemented UPnP search for Hue Bridges (issue #6).
@ebaauw
Copy link
Owner Author

ebaauw commented Feb 24, 2017

v0.3.7 does UPnP discovery in parallel with querying the meethue portal. When the host or hosts config parameter is set, no UPnP discovery nor meethue portal query is done. Note that UPnP discovery waits timeout seconds (default 5) for bridges to respond - this might cause some delay in startup.

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

No branches or pull requests

1 participant