Sylvania osram rgbw bulb

using the built-in generic zigbee rgbw driver. see these errors in the log and level does not seem to be available even though setting the level through the device UI is working.

[dev:183](http://192.168.123.44/logs#dev183)2018-04-21 11:54:17.845:debugunmapped: [raw:catchall: 0104 0300 03 01 0040 00 DB30 00 00 0000 0B 01 0A00, profileId:0104, clusterId:0300, clusterInt:768, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:DB30, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:0B, direction:01, data:[0A, 00]]
[dev:183](http://192.168.123.44/logs#dev183)2018-04-21 11:54:17.843:debugparse description: catchall: 0104 0300 03 01 0040 00 DB30 00 00 0000 0B 01 0A00
[dev:183](http://192.168.123.44/logs#dev183)2018-04-21 11:54:17.739:debugcmd: [st cmd 0xDB30 0x03 0x0300 0x000A {0E02 0400}, delay 1000, he rattr 0xDB30 0x03 0x0300 0x0007 {}, delay 2000]
[dev:183](http://192.168.123.44/logs#dev183)2018-04-21 11:54:00.603:errorNo signature of method: java.lang.String.call() is applicable for argument types: (java.math.BigDecimal, java.math.BigDecimal) values: [99, 99] Possible solutions: wait(), any(), trim(), size(), collect(), dump() on line null
[dev:183](http://192.168.123.44/logs#dev183)2018-04-21 11:53:56.637:debugunmapped: [raw:catchall: 0104 0008 03 01 0040 00 DB30 00 00 0000 0B 01 0400, profileId:0104, clusterId:0008, clusterInt:8, sourceEndpoint:03, destinationEndpoint:01, options:0040, messageType:00, dni:DB30, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:0B, direction:01, data:[04, 00]]
[dev:183](http://192.168.123.44/logs#dev183)2018-04-21 11:53:56.635:debugparse description: catchall: 0104 0008 03 01 0040 00 DB30 00 00 0000 0B 01 0400

image

thanks.

We updated this driver in the latest version. You may need open the driver and save it for some new settings to take effect.

what specific command are you sending the driver?
also, run configure from the driver details

just added this device like an hour ago. have gone and changed debug setting and saved since then. do i need to do anything else?

that was from when i was adding the device first time … not sure what triggered it.

ran configure … level still not showing up in current state values.

what is the format of the color map to use? this [hue:50, saturation:99] does not seem to work.

Unfortunately we had several updates to the rgb and rgbw drivers to fix a few issues like this, and they didn’t make the cutoff for this release…

1 Like

ok. thanks for confirming.

working on notification by color for my rooms app … codes done but cant test because color map doesnt work. any word when these fixes might be released?

There seems to be a fairly consistent release schedule of every 2 weeks, if that gives you a very rough approximate timeline.

1 Like

Or less, but 2 weeks is about the max atm.

1 Like

@mike.maxwell for color_map format this should work? [hue:50, saturation:99, level:77]

didnt see this in the latest release note ... did this not make the release?

thanks.

Correct, this should work.

1 Like

I am having the same issue..2 sylvania and it does not change color with color_map the command is sent though. Is there a better driver for these bulbs? Or is it not yet fixed?
Thanks..I can imaine so many stuff so many drivers to tweak and optimize.

So..the log shows for the Lightyfy/Sylvania smart led:
dev:2952018-07-30 17:11:17.366:infoSylvania RGBW Light Office Arnoud Beta colorMode is RGB

dev:2952018-07-30 17:11:17.364:infoSylvania RGBW Light Office Arnoud Beta color is Yellow

dev:2942018-07-30 17:11:17.337:infoSylvania RGBW Light Office Arnoud Alpha colorMode is RGB

dev:2942018-07-30 17:11:17.335:infoSylvania RGBW Light Office Arnoud Alpha color is Yellow

dev:2952018-07-30 17:11:17.197:infoSylvania RGBW Light Office Arnoud Beta saturation was set to 56%

dev:2942018-07-30 17:11:17.141:infoSylvania RGBW Light Office Arnoud Alpha saturation was set to 56%

dev:2952018-07-30 17:11:16.998:infoSylvania RGBW Light Office Arnoud Beta hue was set to 13%

dev:2942018-07-30 17:11:16.968:infoSylvania RGBW Light Office Arnoud Alpha hue was set to 13%

dev:812018-07-30 17:11:15.423:infoOffice Color set to [hue:8520, sat:142, on:true, alert:none, transitiontime:4]

dev:812018-07-30 17:11:15.316:infoOffice colorMode is RGB

dev:712018-07-30 17:11:15.293:infoHue lightstrip Office Arnoud Color set to [hue:8520, sat:142, on:true, alert:none, transitiontime:4]

app:1992018-07-30 17:11:15.207:info[hue:13, saturation:56]

app:1992018-07-30 17:11:15.206:debugSetting Color (to H:13, S:56): [Hue lightstrip Office Arnoud, Office, Sylvania RGBW Light Office Arnoud Alpha, Sylvania RGBW Light Office Arnoud Beta]
And I do see that the Hue bulb translates it in a different number but the sylvania gives percentages and the bulb ignores and stays white. Sylvania smart led RGBW does work with temperature color well though.

Same here...I used [hue: 59, saturation: 100, level: 50] on the device page (also did it through an app I wrote) and the light goes on and is white, not teal. My device is a hue bulb.

Yeah that hue bulb directly connected to the Hubitat hub and no hue hub?

There was a bug introduced in this driver recently, I'll need to verify we fixed it in the next release.

The device driver I am using is hueBridgeBulbRGBW; I have all my bulbs connected to the Hue hub.

Ok, now im confused, i wasnt aware of any issues with the hue integration drivers.
Do we have two issues?, or just one.

Maybe two issues? For sure I am unable to use setColor with a color map using the hueBridgeBulbRGBW driver. All my hue bulbs are connected to the hue bridge.

When I use Button Controller or Safety Monitor to set the bulb colors (both just using a color name or a custom color), it works correctly.

I entered this string on the device page, maybe I am doing it incorrectly:

[hue: 59, saturation: 100, level: 50]

But I also set up an identical map in my app, and it worked exactly the same way, just turned the bulb on and the color was white. If I set the hue, saturation and level separately, then it works.

Are all these bulbs in a group?, and if so which group device?
In other words, which bulbs are connected to what, and what device/driver is the setColor command being issued to.