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
201 stars 67 forks source link

Trying to control many Philips Hue using Hue Magic individually, but fail in passing the id as a json #418

Open vongomben opened 1 year ago

vongomben commented 1 year ago

Hi. I'm trying to design a control system based on Node-RED and 20 Philips Hue. I want to control them individually via JSON.

From the documentation can also apply settings in universal mode to a specific light by transferring the corresponding light ID as a string in msg.topic together with your settings.), I read:

You can also apply settings in universal mode to a specific light by transferring the corresponding light ID as a string in msg.topic together with your settings.

I hoped this may work with the light id too. it doesnt. What I'm loogking for is to send a message to all the bulbs with the behaviour of the bulb I want to control.

Any help?