AlCalzone / node-tradfri-client

Library to talk to IKEA Trådfri Gateways without external binaries
MIT License
264 stars 30 forks source link

discoverGateway returns null #633

Open phant0m2290 opened 1 year ago

phant0m2290 commented 1 year ago

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)
erspearson commented 1 year ago

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.

rogierhofboer commented 1 year ago

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?