Emulated Hue No devices found in Alexa app

Hi,

I am trying to get Emulated Hue to work within my Alexa app but I am unable to see any new devices when scanning.

I am trying with a single device to see if it works ( I know there are possible issues when over 50 devices )

emulated_hue:
  host_ip: 192.168.0.252
  listen_port: 80
  expose_by_default: false
  entities:
    switch.fibaro_system_fgs213_switch_switch_2:
      name: "Ceiling Fan"
      hidden: false

I can confirm port 80 is open on HA and is assessable from a computer on the network.

Daniels-MacBook-Pro:~ daniel$ nc -vz 192.168.0.252 80
Connection to 192.168.0.252 port 80 [tcp/http] succeeded!
Daniels-MacBook-Pro:~ daniel$ 

http://192.168.0.252/description.xml returns the following

<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.0.252:80/</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType>
<friendlyName>Home Assistant Bridge (192.168.0.252)</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>001788FFFE23BFC2</serialNumber>
<UDN>uuid:2f402f80-da50-11e1-9b23-001788255acc</UDN>
</device>
</root>

http://192.168.0.252/api/pi/lights returns the following

{"32": {"manufacturername": "Home Assistant", "modelid": "HASS123", "name": "Ceiling Fan", "state": {"bri": 254, "mode": "homeautomation", "on": false, "reachable": true}, "swversion": "123", "type": "Dimmable light", "uniqueid": "00:44:8f:fe:78:dc:a8:64-b5"}}

I have tried both “Philips Hue V1 Bridge (Circular shape)” and just the “Other” to scan for devices, both result in the same “No new devices found.” message being shown.

I’ve been banging my head against the same problem. I’m beginning to wonder if the integration works at all any more.