I have Sengled bulbs that I want to use with Alexa via Emulated Hue. I have the following added to the configuration.yaml file:
emulated_hue:
host_ip: 192.168.86.41
listen_port: 80
However, I am unable to add the Hue skill (“There are no Bridges on your network”) or add it via Add Devices (none found).
The [HA IP]:80/description.xml returns:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.86.41:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>HASS Bridge (192.168.86.41)</friendlyName>
<manufacturer>Royal Philips Electronics</manufacturer>
<manufacturerURL>http://www.philips.com</manufacturerURL>
<modelDescription>Philips hue Personal Wireless Lighting</modelDescription>
<modelName>Philips hue bridge 2015</modelName>
<modelNumber>BSB002</modelNumber>
<modelURL>http://www.meethue.com</modelURL>
<serialNumber>1234</serialNumber>
<UDN>uuid:2f402f80-da50-11e1-9b23-001788255acc</UDN>
</device>
</root>
And [HA IP]:80/api/pi/lights returns:
{"1": {"manufacturername": "Home Assistant", "modelid": "HASS321", "name": "all devices", "state": {"mode": "homeautomation", "on": true, "reachable": true}, "swversion": "123", "type": "On/off light", "uniqueid": "00:cd:d9:2d:e1:30:fa:77-31"}, "2": {"manufacturername": "Home Assistant", "modelid": "HASS123", "name": "SHIELD", "state": {"bri": 1, "mode": "homeautomation", "on": false, "reachable": true}, "swversion": "123", "type": "Dimmable light", "uniqueid": "00:db:76:b4:e0:ba:7a:9c-0a"}}
Been banging my head trying to figure this out without any luck (though I admit being a newbie, so maybe I’m just being dumb).
Any help is greatly appreciated - thanks!