Fibaro RGBW Controller 2 wall switch not working after remote switch off

Hi guys,

I’m struggling a little bit with my Fibaro RGBW Controller 2. I have connected one white LED stripe on each output as described in the manual. It is possible to control the LEDs by wall switch and by openhab itself. But I have some strange behaviour. If I turn off the LED by openhab it is not possible to turn it on by wall switch. As well, if I turn off the LED by wall switch the state is not reflected within openhab. Did I miss some configuration?

I’m using OH4 on a Pi4 with Zwave-Stick Gen5+.

My item to control the LED stripes:

Dimmer EG_LR_Light1_Dimmer "Licht Dimmer (LED)"
    (g_EG_LR, g_EG_LR_Light, EG_LightDimmer)
    ["Lightbulb","Dimmablelight"]
    {channel="zwave:device:e216f68b3e:node74:switch_dimmer"}

Here’s my thing config of Fibaro RGBW Controller 2:

UID: zwave:device:e216f68b3e:node74
label: EG_LR_FGRGBW442
thingTypeUID: zwave:fibaro_fgrgbw442_00_000
configuration:
  group_9: ""
  group_8: ""
  config_154_4_00FF0000: 255
  group_5: ""
  group_4: ""
  group_7: ""
  group_6: ""
  config_30_4_000000FF: 0
  group_1:
    - controller
  config_32_4_00FF0000: 255
  group_3: ""
  group_2: ""
  config_152_2: 1
  config_150_1: 0
  config_155_4_7F000000: 0
  config_33_4_0000FF00: 0
  config_154_4: -1
  config_33_4_000000FF: 0
  config_156_4: 1667457891
  config_64_2: 0
  config_156_4_00FF0000: 99
  config_20_1: 2
  config_31_4_000000FF: 0
  config_41_1: 15
  config_62_2: 7200
  config_22_1: 2
  config_43_1: 15
  config_34_4_00FF0000: 255
  config_34_4_7F000000: 4
  config_32_4_000000FF: 0
  config_1_1: 0
  config_155_4_00FF0000: 0
  config_30_4_0000FF00: 0
  config_31_4_0000FF00: 0
  config_33_4_7F000000: 2
  config_66_2: 7200
  config_154_4_7F000000: 127
  config_154_4_000000FF: 255
  config_32_4_0000FF00: 0
  config_154_4_0000FF00: 255
  config_30_4_00FF0000: 0
  config_32_4_7F000000: 1
  config_151_2: 1
  config_157_1: 0
  config_33_4_00FF0000: 255
  config_155_4: 0
  config_42_1: 15
  config_156_4_000000FF: 99
  config_156_4_7F000000: 99
  config_31_4_00FF0000: 255
  config_31_4_7F000000: 5
  config_34_4_0000FF00: 0
  config_35_2_0000FFFF: 600
  config_65_2: 10
  config_21_1: 2
  config_63_2: 5
  config_40_1: 15
  config_156_4_0000FF00: 99
  config_34_4_000000FF: 0
  group_10: ""
  config_30_4_7F000000: 0
  config_155_4_000000FF: 0
  config_155_4_0000FF00: 0
  config_23_1: 2
  node_id: 74
bridgeUID: zwave:serial_zstick:e216f68b3e

Thanks for your help in advance!

Regards,
Matthias

Probably need Zwave debug log while doing what doesn’t work right. Could either analyze at smartHouse log viewer or post and I’ll see if I can see anything when I get a chance. (I do not have the device, so I would only be guessing without a log

Hi Bob,

sorry for the late answer. In attachement there are the zwave logs from turning on remote via sitemap and turning the LED off via wall switch.

turn_led_off_wallswt.txt (8.3 KB)
turn_led_on_remote.txt (13.0 KB)

For me it looks like that with the wall switch only the coloer_temperature and the color itself is updated but not the dimmer channel I am using for the LED stripe control. Any ideas how to connect it? Maybe with a profile?

Regards,
Matthias

I think you are basically right (note the last number in the channel; blank=0, etc.). The wall switch is changing Dimmer on EP 2 and Color on Ep 1. OH items seem linked to EP 0. I’d assume the wall switch is actually how the thing is wired, so unlink your items from the channels you are using and link them to the same as the wall switch is using.

This what is currently being controlled from OH

Hi Bob,

with the latest update of OH => OH 4.1 it’s working fine. Even if only the channel for all out-control is used.