I'm struggling to figure out how to set the color of some z-wave bulbs as a group. Controlling them individually with an event like this works fine. 
The way I see it I have two options and I've tried both.
Here's my virtual device that has rgb int values. I've also tried using the "color changer" Control Use on the virtual device but that doesn't seem to work.

Here's my event using EasyTrigger device groups. I've confirmed that the Virtual Front Patio Bulbs Color device above is q76.

In the logs I see the two bulbs being set (I think)

But the color doesn't actually change and the rgb devices in HomeSeer don't change.
When I change the a device invididually I see this in the log

What am I missing?
The way I see it I have two options and I've tried both.
- With EasyTrigger DeviceGroup
- Create virtual device that represents colors
- Event that sees changes in this virtual device and sets it's value to the easy trigger device group
- Without EasyTrigger Device Group
- Create virtual device that represents colors
- Event that sets the value of the virtual device to each bulb rgb node
Here's my virtual device that has rgb int values. I've also tried using the "color changer" Control Use on the virtual device but that doesn't seem to work.
Here's my event using EasyTrigger device groups. I've confirmed that the Virtual Front Patio Bulbs Color device above is q76.
In the logs I see the two bulbs being set (I think)
But the color doesn't actually change and the rgb devices in HomeSeer don't change.
When I change the a device invididually I see this in the log
What am I missing?
Comment