Hi, I have two Inovelli Light strips combined into a group using the Groups and Scene app and it had been working fine up until the recent update. Now, it seems like I've lost white control completely and it only responds to RGB commands and those aren't even that accurate. Is there something I'm doing wrong or is this a known bug?
You may want to confirm the exact version you are running, is it the 141 release?
This may or may not be relevant, but it is probably worth confirming the method you are using to issue the commands, e.g. through a dashboard tile, rules, the groups / scenes app, button controller, device edit page, etc.
Yes it's the most recent release (141), but it did it on the previous version too (136?), I was hoping the update would fix it.
I'm trying to control it via Google Assistant via the Google Home Community Hubitat app. It worked fine before the updates and it currently works fine if I control the individual devices within the group with Google Assistant.
For the group though, it would not respond to any commands involving white colors and if I chose a color they didn't look right, blue looked purpley for example.
You may want to rule out any issues in the GH App issuing the commands by trying to control the group through a built-in HE feature, i.e. a HE App or Dashboard. If that works, then it may be more of a question for the developer of the GH App. If not, then something else is causing it...
Trying to set the color temperature of the group yields:
groovy.lang.MissingMethodException: No signature of method: user_driver_InovelliUSA_Inovelli_Light_Strip_LZW45_415.setColorTemperature() is applicable for argument types: (java.lang.Integer, null) values: [2000, null]
Possible solutions: setColorTemperature(java.lang.Object) (method setColorTemperature)
However, it works fine if setting the individual light strips.
The driver needs to be updated for the new setColorTemperature command. There is a topic that details how to do it.