I've been having issues with this bulb on deCONZ (2.19.03) and JowiHue (4.0.8.2 - 4.0.8.3). On first installation I could only get the RGB slider in Homeseer and only Color/Sat in Phoscon. I created a DDF (device driver) for deCONZ and then got both Color/Sat and CT sliders in Phoscon, but then only got the CT slider in Homeseer.
Using the LEDVANCE BR30 fix (https://forums.homeseer.com/forum/hs...gin-and-deconz) by utilizing JowiHueImports.xml, I copied the existing Sengled E12 config and created an E21 config. That seems to have worked and I now have CT, Hue/Sat, RGB sliders in Homeseer and on my quick testing so far it all seems to be working.
Here is my xml settings for the bulb. If you can verify it's ok and maybe include it in the next JowiHue update so it's official, that would be appreciated.
And the object info:
Using the LEDVANCE BR30 fix (https://forums.homeseer.com/forum/hs...gin-and-deconz) by utilizing JowiHueImports.xml, I copied the existing Sengled E12 config and created an E21 config. That seems to have worked and I now have CT, Hue/Sat, RGB sliders in Homeseer and on my quick testing so far it all seems to be working.
Here is my xml settings for the bulb. If you can verify it's ok and maybe include it in the next JowiHue update so it's official, that would be appreciated.
Code:
<LampType> <ModelID>E21-N1EA</ModelID> <IconType>E27Color</IconType> <StandbyPower>5</StandbyPower> <MaxPower>1500</MaxPower> <MaxUsage>25000</MaxUsage> <OffNoTransition>false</OffNoTransition> <HueEnabled>true</HueEnabled> <ctEnabled>true</ctEnabled> <xyEnabled>true</xyEnabled> <BrightEnabled>true</BrightEnabled> </LampType>
Code:
**************************** Object info ***************************** { "colorcapabilities": 25, "ctmax": 500, "ctmin": 154, "etag": "504dffaaf0834da2b17bf9d8a7791928", "hascolor": true, "lastannounced": null, "lastseen": "2022-12-13T18:25Z", "manufacturername": "sengled", "modelid": "E21-N1EA", "name": "Fan Light 1", "state": { "alert": "none", "bri": 157, "colormode": "hs", "ct": 412, "effect": "none", "hue": 55176, "on": true, "reachable": true, "sat": 31, "xy": [ 0.2689, 0.0658 ] }, "swversion": "0x00000026", "type": "Extended color light", "uniqueid": "b0:ce:18:14:00:17:3b:06-01" } ************************* End Object info ***************************
Comment