I have a RGBW switch from Fibaro (Fibaro RGBW Controller) in my Dining Room, the Controller is constantly powered and I want to use a secondary button on a Fibaro Switch module to control the Lights. The Fibaro Switch controls my Kitchen Light Main Light on the first button. (All Z-Wave)
I am able to control the Dining Room Light from the Devices Tab, so the Inclusion should be ok. If I turn the Light on via the Device Page and Push the Button to turn them off it is working, but the log seems weird. (seems to do everything twice and in case of Turning on the Lights it seems to be turning them off again instantly).
You have the same event set to both Activate and Turn Off this instance. That will cause problems. It see a like you want to turn them off if on and vice versa, which Room Lighting can do if you set it up a bit differently: use "Toggle with button press" as a Means to Activate, then remove your existing "Activate when buttons are pressed" and "Turn off when buttons are pressed" selections.
Thank you very much, turning on and off is working now, but I am still having trouble with some of it. The Light is a mixture of "Accent Lights" and the White Light which is the main Light. Right now it is only switching the Accent Lights (which are the RGB part, the White Light is on the W Channel). When I turn the Lamp on/off in the Device Tab, both are turned on and of. But via the Room Lighting App only the RGB Part is switching. Any idea how to fix that?
Room Lighting is only going to do an On, Set Level, Set Color Temperature, or Set Color, depending on the options you've chosen (and only one of them). What command are you trying from the device detail page that works?
What device is this connected to, and what driver ("Type") on the page are you using with it? It sounds like you have two entirely different devices connected to the RGB and W channels and want to use both at the same time, which may cause problems for apps that generally expect the device to be in exactly one of the two modes.
Also, I suspect "On" alone won't do exactly what you want (or what you want Room Lighting to do) if you set the lights to something different before turning then off. But if you find a series of commands that always does work for you (maybe Set Color and Sat Color Temperature? but it would be odd for both channels to still be on after either command...), you could still create some automation that does this, just likely not with Room Lighting.
I am using the Fibaro RGBW Controller Driver, and yes, the rgb channels of the controller are connected to RGB LED strips and the W channel is connected to white LEDs. I thought it might be problematic or at least require further tweaking, but then the buttons "on" and "off" were doing exactly what I wanted them to do. Is there a way to "drive" the channels individually in Room Lighting? Or how would I need to go about it using "other means" in Hubitat?
EDIT In the Fibaro Hub, all four Channels were controlled via Sliders with values from 0 - 255 in the app, for the "automation" there I used a LUA script setting the values.
[EDIT2] I just saw the Option "Enable white channel Component Device", might this be something to "fix" my problem?