Hi,
I’m trying to use some RGB lights, with the built in ambilight extension function of a Philips TV.
Basically, the TV allows me to use RGB light with a Hue Hub, I can select the position and distance from the TV for each light.
I’m trying to use this function with the Emulated Hue bridge of HA. It’s kinda works, however the TV only adjust the brightness of the light, not the color.
If I acces http://haip/api/pi/lights I can see my light with a color parameter:
"6": {"state": {"on": false, "reachable": true, "mode": "homeautomation", "bri": 1, "colormode": "hs", "hue": 0, "sat": 0, "effect": "none"}, "name": "RGB", "uniqueid": "00:57:dd:fc:bb:c3:57:2b-8b", "manufacturername": "Home Assistant", "swversion": "123", "type": "Color light", "modelid": "HASS213"},
"10": {"state": {"on": true, "reachable": true, "mode": "homeautomation", "bri": 254, "hue": 0, "sat": 0, "ct": null, "effect": "none", "colormode": "ct"}, "name": "Segment 1", "uniqueid": "00:69:96:33:9c:0f:44:69-11", "manufacturername": "Home Assistant", "swversion": "123", "type": "Extended color light", "modelid": "HASS231"},
I tried with an RGB light, and an Extended color light (RGBW WLED) as well.
Anyone experienced the same problem?