node-tradfri-client
node-tradfri-client copied to clipboard
discoverGateway returns null
When i run discoverGateway() it returns null. But i have a tradfri here.
tradfri remote info (important data printed on the remote tought it might be usefull): type: E1524 SE-34381 Älmhult
code:
import { TradfriClient, discoverGateway } from "node-tradfri-client";
const discovered = await discoverGateway();
console.log(discovered)
In case some clarification is needed.
The software is for communicating with the Traffic Gateway device connected to a local area network. The E1524 is a controller that binds directly to lamps via the IKEA onboarding process.
I am getting multiple reports of the for the Homey app using this library. Now reverting to the last know good 3.0.1 version. Could it have something to do with the latest mDNS changes?