ilcato / homebridge-Fibaro-HC2

Homebridge plugin for Fibaro Home Center 2 (and Home Center Lite ...)
Apache License 2.0
67 stars 27 forks source link

New RGBW 2 controller not added #184

Closed TimE90 closed 4 years ago

TimE90 commented 4 years ago

Hey!

My new RGBW 2 controller is not added to HomeKit. I've update to 2.3.1 and the Fibaro devices API also shows the device. But when starting homebridge it's not added/found. What am I doing wrong?

{ "id":496, "name":"LED Decke", "roomID":2, "type":"com.fibaro.FGRGBW442CC", "baseType":"com.fibaro.colorController", "enabled":true, "visible":true, "isPlugin":false, "parentId":493, "remoteGatewayId":0, "viewXml":false, "configXml":false, "interfaces":[ "deviceGrouping", "energy", "levelChange", "light", "power", "zwave", "zwaveAlarm", "zwaveMultiChannelAssociation", "zwaveProtection" ]…

TineTurk commented 4 years ago

In my case it was automatically added once Ilcato updated shadows.

TimE90 commented 4 years ago

Now it works. I‘ve updated the wrong npm directory :) sorry for this!

TineTurk commented 4 years ago

:)

Btw, I noticed some issues with setting up the color. LEt me know your experiences.

TimE90 commented 4 years ago

I didn't notice any color issues. Can you explain the steps to reproduce your issues?

TineTurk commented 4 years ago

I noticed one more thing, but I'm not sure if this "issue" is insulated to FGRGBW-442 or is a general thing.

If I set specific color on iPhone at a low brightness, RGBW parameters on HC2 will be set proportionally low. If I set the same color on iPhone when brightness is set higher, RGBW parameters will be positioned proportionally higher. In both cases if I adjust brightness RGBW parameters remain at the same level, therefore producing different color even if matching brightness.

Example of setting one color under low brightness: image image

Then increasing only brightness on iPhone: image image

If the same color is set while having set higher brightness we get the following situation: image image

And then if I decrease brightness to 1% on the iPhone: image image

The end result is, that you can get different light under the same color setting & brightness value, depending on the brightness value at the momemnt when setting the color.