I’ve been trying to follow the Emulated Hue guide as well as various threads here for the past two days, but my Harmony Hub just will not find, never mind pair, with my emulated hue running on hassio/home assistant (v0.110.2).
My configuration.yaml currently has the following entries:
emulated_hue:
host_ip: 192.168.1.nn
listen_port: 80
advertise_ip: 192.168.1.nn
upnp_bind_multicast: true
exposed_domains:
- light
- switch
expose_by_default: true
and I can see the description.xml if I browse the URL from any device on my network so I deduce that the service is running correctly. Similarly, the /api/pi/lights endpoint gives me a list of all my entities.
My Harmony Hub can only find the ‘real’ (non-emulated) Hue Bridge, however, no matter how many times I’ve asked it to re-scan for devices.
So far, I’ve tried:
- Both specifying the host_ip of my home assistant Pi and leaving it to self-determine (it’s the same IP anyway)
- Both specifying the listen_port as 80 and leaving it as the default 8300 (I can view description.xml on whichever port has been configured, so I know this setting is doing something)
- Both with and without advertise_ip specified
- Both with and without advertise_port specified
- Both with upnp_bind_multicast explicitly set to true and leaving it as default (which I can see is also true)
- Restarting my Harmony Hub
- Unplugging my actual Hue Bridge
- Checking that UPNP is enabled in my router (the only reference to UPNP on my Asus RT-AC186U is in the WAN section so I’m not convinced this is relevant)
- Pulling out hair
- Clutching at straws
Has support for Emulated Hue stopped recently?