kpsuperplane / homebridge-wiz-lan

Control Wiz lights over LAN
Apache License 2.0
116 stars 37 forks source link

detected only one of 4 light bulbs in my house #2

Closed vitata78 closed 4 years ago

vitata78 commented 4 years ago

not sure why - how can I detect the others?

newt10 commented 4 years ago

which version of node/npm are you using?

vitata78 commented 4 years ago

Node.js Version | v12.16.1 Npm Version | v6.14.1

kpsuperplane commented 4 years ago

Hey @vitata78, this plugin relies on bulbs responding to broadcast messages sent to 255.255.255.255. Is it possible your bulbs are on different subnets?

Alternatively, you can manually specify the IP addresses of your Wiz bulbs using this config: https://gist.github.com/kpsuperplane/e30e7eda22c9522be7b9641ad6364c85

vitata78 commented 4 years ago

oooh you're right.. these bulbs were on different subnets, thanks for the hint!!