-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
const discovery = require('node-hue-api').discovery
;
async function getBridge() {
const results = await discovery.mdnsSearch();
// Results will be an array of bridges that were found
console.log(JSON.stringify(results, null, 2));
}
getBridge();
This is not giving me any results ( Empty Array )
what can I do ?
- using the latest Beta
the api seems to work fine when I just use my ip directly:
const unauthenticatedApi = await hueApi.createLocal("192.168.1.105").connect();
Ok const results = await discovery.nupnpSearch();
seems to work .. but mdns still doesnt .. which I absolutely would need for realiable discovery :D
I have a pretty old router tplink TL-WR1043ND .. could this cause any issues ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels