Foddy / node-red-contrib-huemagic

Philips Hue node to control bridges, lights, groups, motion sensors, temperature sensors and Lux sensors using Node-RED.
https://flows.nodered.org/node/node-red-contrib-huemagic
Apache License 2.0
200 stars 67 forks source link

missing scene node #362

Open ThomasPoett opened 2 years ago

ThomasPoett commented 2 years ago

with upgrade to 4.x the scene node has changed and i can't load the clomple hue scene into the scene only any longer. Scene must control a group, this isn'T suffient, sind scenes can be across differnt groups.

the control via payload in the version prior 4.x was much more convinient for controlling rooms via scene. please change this back, or add the possibility again, many thanks

andesse commented 2 years ago

In the HUE API V2 the scenes are connected to the grouped.lights where they got created. You can't use them with other grouped.lights, so they need to be individually for each room.

It's not HueMagic related, it's HUE API related.