Hue maniac - shows a detected bridge at the correct ip, but shows incorrect MAC address. Connecting to the detected bridge or manually (filling in the correct MAC and ip addresses) results in a “Error, bridge not responding” message.
Hue Essentials - shows “No hue bridges found”. Using ‘Advanced’ > ‘Connect manually’ filling in the ip and port 8300, selecting ‘Philips Hue’ option, I get the same error as above: Unexpected response from bridge. Please try again later. Client request(http://ip:8300/api/12345678901234567890) invalid: 404 Not Found
Home assistant was installed on an ubuntu virtual machine on windows. Anyone having the same issue or any idea how to solve this?
You still have the hue bridge right? If so, then I assume that the IP of the physical bridge is 192.168.1.14 and you choose the same IP for the virtual bridget, this can’t work. In your config host_ip should be the ip of your home assistant machine.
I had a look inside the code now. The so called emulated hue component is has only a few webservices implemented, most just dont exist. Only things which are used by alexa or google are implemented.
Probably this should be noted in the official documentation.
Right now it is not possible to use emulated hue as what the name could let you think
If it would be possible this component would be so great. I myself cant code python well enough to do the job, but probably there will be some1 doing that job hopefully.
The documentation says that it is to expose HA entities to Google Home or Alexa or similar, nowhere it is mentionend that the Hue app will work with this. Why do you even want to do this?
The IPs of my physical hue bridges are irrelevant here. It is
192.168.1.4
192.168.1.13
HUE App can only handle one single bridge at once. And all of these apps can only handle lights which are compatible. So for hue these are all those zigbee compatible things like pure philips, ikea, and so on.
But with this emulated hue component, you could control all you have within home assistant. This would be super cool and perfect way to control all of them.
Ok. My wife finds the frontend I created for Home Assistant way better than the Hue app. There she can also use the floorplan and other stuff and doesn’t need to switch to another app for this.
Hello. do you have any progress on this topic?
I face the same problem. I want to use the “hue essentials” to get ikea tradfri componets to join by using the touchlink function.
The name of this “component” is just wrong. It is not emulating the (whole) HUE System. The only implemented usecase is the alexa integration. All other apps, where you could interact with not emulated hue hubs dont work at all.
Would be cool if the software would do what the name could make you think about.
There is a component called diyhue that allows the original hue app to connect to it and control any lights in diyhue.
I’ve just written code for diyhue that will connect to hone assistant and provide home assistant lights in diyhue. That should allow the hue app to control home assistant lights.
I know that emulated hue is a pretty straightforward addition to the config.yaml, but I’m having trouble getting it to bind to port 80. I’m using HassOS and can’t use setcap command, as it’s unavailable in the OS. Is there any method to have Alexa pick up this integration and recognize the devices (possibly on a different port, although everything says current Echoes require port 80). As a side note, I’m unable to get the integration to come up in a web request, of course because I can’t bind :80. Caddy2 seemed to have a foothold on:80 at one point and when I removed that the whole ports section disappeared from the addon.