jdomeij / node-red-contrib-node-hue

Node RED nodes for controlling Philips Hue lights
Apache License 2.0
17 stars 8 forks source link

Unable to retrieve light list, select lights. #5

Closed jhaury closed 7 years ago

jhaury commented 7 years ago

Hello, I have installed the node and it installs just fine, but I am having issues trying to use it. I am able to add my bridge and I am able to get an API when I press the bridge button. But whenever I try to get a list of my lights I get an error "Server not found or activated". I have tried on an Ubuntu server and two other Raspberry Pies, same result.

jdomeij commented 7 years ago

Hello, have you tried to activate the server node before trying to list the lights, I have a vague memory that this was required to get the base system up and running so it could query the available lights.

Miloune commented 7 years ago

@jdomeij What do you mean by activate the server node ? (I got the same problem)

fmartingr commented 7 years ago

Just happened this to me, you just need to deploy the flow without the configuration but adding the hue first, after the deploy a hue server is run in the background and the light selector works.

jhaury commented 7 years ago

Thanks you fmartingr, tried that out and it worked perfectly.