node-red-contrib-node-hue
node-red-contrib-node-hue copied to clipboard
Node RED nodes for controlling Philips Hue lights
Is it possible to send the Light ID with a message parameter?
I have several node-hue-out in my scenario to check state of the lights, but every time I made a mod on any flow and click on Deploy, the node-hue-out sends...
Hello, Is it possible to obtain the current status of an specified device? Thanks, Wilco
Adding sensor support (which the underlying API supports) will allow node_red to react to hue dimmer switch and other hue sensors and switches
Added support for the default bri_inc API feature. usefull for dimming up / down scenario's. Add bri_inc with value 0 and ongoing transitions stop.
The light nodes in my Node-Red project intermittently show the status as "disconnected". Can someone tell me if that means there is a problem between the node-hue-bridge and the physical...
Hi, When I add more than 16 lamps to the bridge it seems the new lamps show disconnect in node-red although they still work in node-red. When I add a...
Would be nice to have a payload.anyOn (along with payload.allOn) for groups, like HueMagic has
Hi! I've tried to power on each color individually. RG works fine, but B will power up blue and also red a bit. I'm sending {"red":0, "green": 0, "blue": 255,...
Default the hue has a group 0, with are all the lights connected to the bridge. This group didn't show up. So it is not possible to turn all the...