Native support of Fibaro RGBW?

Hellow! I founded native Vera support of color control with my Fibaro RGBW Contoller.

I do not know this a hidden feature or not, but i do next:

  1. Open Fibaro RGBW options → Advanced:
  2. Set this options to:
    device_file: D_DimmableRGBLight1.xml
    device_json: D_DimmableRGBLight1.json
  3. Go tab Commands → Configure node right now
  4. And force reload browser (CTRL + F5)

Notice! I running latest firmware version: 1.7.760.

Then, i see this:

Pick are worked correctly, Fibaro RGBW contoller changing color perfectly :slight_smile:

But, i have some questions.

  1. Properly done? Why the controller did not immediately identify the correct file?
  2. All separated dimmers on the picture is child devices (R G B channels) from main controller. How do I hide them, but leave W channel (this channel i used for light bulb)?
  3. In luup exist D_DimmableRGBLight2 (with also works correct) - what the difference beetween the files?

Thanks for tips for RGBW control just I have problem that when I choose red it gives me green and when I choose green it gives me red. I have RGB not RGBW What could be wrong?
Also I would like to know how to hide some color devices

[quote=“HomeZwave, post:2, topic:190891”]Thanks for tips for RGBW control just I have problem that when I choose red it gives me green and when I choose green it gives me red. I have RGB not RGBW What could be wrong?
Also I would like to know how to hide some color devices[/quote]
I had the same problem with red and green crossed. In my case I found that the problem was that the LED strip was wrongly labelled.

So, i hide child devices of Fibaro RGBW with this LUA:

luup.attr_set("invisible","1", YOUR_DEVICE_ID)

I place code to: Apps → Develop Apps → Edit Startup Lua

luup.attr_set("invisible","1",18) luup.attr_set("invisible","1",19) luup.attr_set("invisible","1",20) luup.attr_set("invisible","1",21)

Now, i have dzen dash :wink:

But, device working in RGBW mode, and I need to switch it to RGB + 1 channel. How i can do that? Maybe use Parameter 14 in RGBW options?