Fibaro RGBW2 and Color Picker showing wrong state

Hi, I have a problem with using the color picker with the Fibaro RGWB 2.

Setting the color and turning it off or on is actually working, but the state of the device seems to be wrong.
Turning on makes following log:
08:02:43.292 [INFO ] [arthome.event.ItemStatePredictedEvent] - GF_MasterBedroom_Light_Bed predicted to become ON
08:02:43.309 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 223,77,89 to 223,77,100
08:02:44.944 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 223,77,100 to 223,77,45
08:02:45.744 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 223,77,45 to 223,77,89

Turning off makes following log:
08:03:22.740 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 223,77,89 to 223,77,0
08:03:24.328 [INFO ] [home.event.GroupItemStateChangedEvent] - gLight changed from OFF to ON through gLightGF_MasterBedroom
08:03:24.336 [INFO ] [home.event.GroupItemStateChangedEvent] - gLightGF_MasterBedroom changed from OFF to ON through GF_MasterBedroom_Light_Bed
08:03:24.345 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 223,77,0 to 223,77,54
08:03:25.076 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 223,77,54 to 223,77,89

The light of the LED is off, but the state in openhab is on.

Try and set the transition time to 0. Parameter 151 and 152. That solved similar issues for me with the rgbw v2.

1 Like

Did the modification of the parameters. The light now turns off and on immediately (it was a fade in and fade out before), but it is still the same problem:

17:56:29.788 [INFO ] [home.event.GroupItemStateChangedEvent] - gLightGF_MasterBedroom changed from ON to OFF through GF_MasterBedroom_Light_Bed
17:56:29.789 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 138,100,12 to 138,100,0
17:56:32.361 [INFO ] [smarthome.event.ItemStateChangedEvent] - GF_MasterBedroom_Light_Bed changed from 138,100,0 to 138,100,12
17:56:32.362 [INFO ] [home.event.GroupItemStateChangedEvent] - gLightGF_MasterBedroom changed from OFF to ON through GF_MasterBedroom_Light_Bed

Maybe it’s a problem of the color picker, not the Fibaro RGBW.

  1. Set color and brightness in color picker:
    image
    GF_MasterBedroom_Light_Bed changed from 112,87,100 to 113,88,49

  2. Press Button to turn off light
    image

Item ‘GF_MasterBedroom_Light_Bed’ received command OFF
GF_MasterBedroom_Light_Bed predicted to become OFF
GF_MasterBedroom_Light_Bed changed from 113,88,49 to 113,88,0
gLightGF_MasterBedroom changed from ON to OFF through GF_MasterBedroom_Light_Bed
GF_MasterBedroom_Light_Bed changed from 113,88,0 to 113,88,49

Light is off, but status is still on in openhab

  1. Set brightness in color picker to 0
    image

Item ‘GF_MasterBedroom_Light_Bed’ received command 113,89,0
GF_MasterBedroom_Light_Bed predicted to become 113,89,0
gLightGF_MasterBedroom changed from ON to OFF through GF_MasterBedroom_Light_Bed
GF_MasterBedroom_Light_Bed changed from 113,88,49 to 113,89,0
gLightGF_MasterBedroom changed from OFF to ON through GF_MasterBedroom_Light_Bed
GF_MasterBedroom_Light_Bed changed from 113,89,0 to 51,100,7
gLightGF_MasterBedroom changed from ON to OFF through GF_MasterBedroom_Light_Bed
GF_MasterBedroom_Light_Bed changed from 51,100,7 to 51,100,0
GF_MasterBedroom_Light_Bed changed from 51,100,0 to 0,0,0

Now also the status of the light is off