node-tradfri-client icon indicating copy to clipboard operation
node-tradfri-client copied to clipboard

discoverGateway returns null

Open phant0m2290 opened this issue 2 years ago • 2 comments

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)

phant0m2290 avatar Sep 11 '22 15:09 phant0m2290

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.

erspearson avatar Dec 30 '22 21:12 erspearson

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?

rogierhofboer avatar Mar 21 '23 07:03 rogierhofboer