Knx2 color channel

Hello, I’m new and happy with OH2. I read that 2.4 and 2.5 version are able to handle KNX datatype 232.600 for RGB lamp color control. I can’t find any documentation regarding correct syntax for use it. I tried:

Things:
Type color : LightRgb “RGB Light” [ hsb=“232.600:0/0/81” ]

items:
Color LightRgb “RGB Light” { channel=“knx:device:bridge:generic:LightRgb” }

sitemap:
colorpicker item=LightRgb

I can pick up the color but no knx message is going out.

Thanks in advance
Alessandro

unfortunately, KNX - Bindings | openHAB has not been updated to cover: https://github.com/openhab/openhab2-addons/pull/3433

Try:

Type color : LightRgb  "RGB Light" [ hsb="232.600:<0/0/81"]

Capital “C” for Colorpicker

Colorpicker item=LightRgb

https://github.com/openhab/openhab2-addons/issues/4440

It worked great for me.
Thanks so much.

1 Like