Specific values for Hue lights

Greetings all,

I have the Philips Hue binding configured and working with all the lights already written into my sitemap.

My question is if it is possible to pass specific values to the Hue lights for the brightness and temperature attributes ?

For example if brightness is 0-100 create an item and map it to this light that sets the brightness to 50 and the same for temperature.

Could this also be possible for color ?..pass a specific color value ?

Would I create a string or number and pass a specific value ?..if so how would I go about this.

Thanks !

I am not using this myself, but here a few pointers.
All formats for Hue lamps are given here: Philips Hue - Bindings | openHAB
color expects an HSB value (Hue, Saturation, Brightness): Items | openHAB

And here for some conversions and manipulations:

If you need more, there are plenty of posts on this.

1 Like