openhab / org.openhab.binding.zwave

openHAB binding for Z-Wave
Eclipse Public License 2.0
170 stars 202 forks source link

Fibaro FGRGBWM-441 - add channel: Color_Raw #1891

Closed pogo0 closed 9 months ago

pogo0 commented 9 months ago

I'd love if someone could add Color_Raw to database for Fibaro first generation RGBW controller (Fibaro FGRGBWM-441) just like it already is in Fibaro FGRGBWM-442 (second generation) I added it manually to _fgrgbw_00.xml file with code: <channel id="color_raw1" typeId="color_raw"> <label>Color Raw</label> <properties> <property name="binding:*:StringType">COMMAND_CLASS_SWITCH_COLOR</property> </properties> </channel> and it just works. I hope it can be a standard feature for this controller.

I hope my explanation makes it easy to implement.

apella12 commented 9 months ago

The ZW DB is community maintained/updated and then reviewed by the developer/maintainer. There is a blog that explains the process here. https://www.opensmarthouse.org/blog/ I did take a look at the two devices and the color CC is only on the root (EP 0) for the 441. The color_raw channel and Color CC is on EP 1 for the 442 device. Since your manual update works, adding the color_raw to the root color CC should also work.

pogo0 commented 9 months ago

Thanks. I've modified DB, so now waiting for review. I can close the ticket here.