I’m trying to get emulated hue working for my Harmony Hub.
description.xml is available trough web-browser, so I take the emulated hue component is running.
No errors appear in the log.
But when I turn to my Harmony Hub, it says that there is no Philips Hue bridge found.
I’m running the latest version of Hassio.
Here is my config:
emulated_hue:
host_ip: 192.168.0.16
listen_port: 80
#advertise_ip: 10.0.0.10
#advertise_port: 8080
upnp_bind_multicast: true
off_maps_to_on_domains:
- script
- scene
expose_by_default: false
exposed_domains:
- light
- switch
What am I missing?