Problem with Zwave + Fibaro RGBW-Controller

Hey there,
i have a Problem with openHAB and my Fibaro RGBW-Controller.
I’ve created a Color-Item which links to the Color-Channel of the RGBW-Controller-Thing. Then i created an Colorpicker and want to choose the Color (I’ve also send the HSB manually with an Rule - Same result). Now it gets weird. The Color jumps to completely other Colors and i can’t Control much.

Here is the LOG with zwave on Debugging:

11:49:23.034 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'RGBW_Wohnzimmer_Balken_Col' received command 60,84,80
11:49:23.042 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Command received zwave:device:6540d643:node2:color_color --> 60,84,80
11:49:23.046 [DEBUG] [nternal.converter.ZWaveColorConverter] - NODE 2: Converted command '60,84,80' to value 80 80 12 for channel = zwave:device:6540d643:node2:color_color, endpoint = 0.

How does the Converter works? His Output is “80 80 12” is this RGB? Because an HSB “60,84,80” is not RGB “80 80 12”.
At the end of the Transmission he sends the Color:

11:49:23.611 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Updating channel state zwave:device:6540d643:node2:color_color to 330.0,100,100 [HSBType]

So i send the Color HSB “60,84,80” to the Controller and get “330.0,100,100”??

I’ve tried the Stable openHAB 2.1 and now i am using the latest Version 2.2 Nightly.

The full log is here:
https://pastebin.com/ZQVV4TFZ

Thanks for your Help
Richard

It looks like the scaling is incorrect - it should still be the right colour (I think!), but it will be dimmer as there’s a factor of 2.5 out.

Please raise an issue and I’ll look at this.

Hey,
you were right. The Color is correct but the Brightness not. But this is only with the Colorpicker. When i use:

sendCommand(new HSBType(new DecimalType(18), new PercentType(87), new PercentType(37)))

it works perfectly!

But there is also an Error in the Feedback from the Controller.
For Example you choose Red as Color the Controller changed to Red (with 100% Brightness) but the Feedback is an completely other Color, so the Colorpicker jumps around.

I will post this as desired @ Github