Hi here
I’m trying to setup two WLEDs as extension to the Philips TV Ambilight.
Hue detects only one WLED but the other cannot be find by Hue.
{
"60": {
"state": {
"on": true,
"reachable": true,
"mode": "homeautomation",
"bri": 254,
"colormode": "hs",
"hue": 6853,
"sat": 254,
"effect": "none"
},
"name": "AMB2",
"uniqueid": "00:56:52:3a:8a:3f:7e:b1-8b",
"manufacturername": "Home Assistant",
"swversion": "123",
"type": "Color light",
"modelid": "HASS213"
},
"65": {
"state": {
"on": true,
"reachable": true,
"mode": "homeautomation",
"bri": 254,
"colormode": "hs",
"hue": 6853,
"sat": 254,
"effect": "none"
},
"name": "AMB1",
"uniqueid": "00:7a:6f:98:09:44:f5:21-99",
"manufacturername": "Home Assistant",
"swversion": "123",
"type": "Color light",
"modelid": "HASS213"
}
}
Config:
emulated_hue:
listen_port: 80
expose_by_default: false
exposed_domains:
- light
entities:
light.wled_living_room_left:
name: "AMB1"
hidden: false
light.wled_living_room_right:
name: "AMB2"
hidden: false
light.balcony_lights:
name: "Balcony Lights"
hidden: true
light.msl120_34b3_lightbulb:
name: "MSL120-34b3 Bulb"
hidden: true
Everything looks identical between the lights in the json response but it’s not shown.