How to send / change Hue lamps valua (223,100,100 to 223,100,0) or something like this

Hey,

can someone tell me how i can send a Hue Lamp a full set Value like 223,100,100 i can turn it on off, can make a Dimmer but i wan’t to send some Hue based on a selection item some “presets” Like 1=Off, 2=Red, 3=Bla …

I guess something like send command Huexx 223,100,0 …

Thanks for your help …

You will need a color item

Color myHueItem "my hue light"

Then in a rule you can do this

myHueItem.sendCommand (1.0,100,100)
1 Like

Have a look here

1 Like

Thanks, will try it out !!!