New to HA. My original install was using Docker for both HA and one for Homebridge. However, I realized after the installation that I did not have all the features with using HA in a container, so I reinstalled (from scratch) using the hypervisor method. I currently have a VM on Proxmox for HA. I then have Homebridge running on another VM. However, I have also tried HomeBridge deployment in a Docker container (deployed using Portainer). Both instances are giving me this same problem.
We are getting a “Please wait while the integration is being setup” which just spins and spins.
Have you tried the HomeKit controller integration using bridge mode? You probably don’t need a separate container running homebridge since HA can do it for you.
@moto2000 I’m not quite sure I follow. Are you saying HomeKit should work natively? I’m trying to to do the Nest integration using HomeBridge (at least from the tutorials I’ve followed).
I have Nest integration completed within HomeBridge. When I did this using Portainer for both HA and HomeBridge, it worked fine. Just attempting with the VM version directly causing this issue. I’m sure it’s something simple, just not experienced enough (yet) with HA.
Do you see any errors in HA under Config–>log ?
I am assuming your VMs can see each others but to just check open HA terminal and ping
the homebridge vm
Also i am assuming you recycled everything via hard boot if not then try it
Yes, will do that now and report back. Willing to try anything at this point. Several hours spent. While new to HA – not new to Linux, VM’s and the like. From what I’ve read, it looks to be quite a bit of trial and error on some fronts.
yes that is correct , it is a trial an error , that is why I have removed homebridge from my setup .
But I think your VMs are the issue here but do not give up .
I agree. When using Docker for both HomeBridge and HA I had no issue. However, I’m running a reverse proxy and couldn’t figure out the configuration.yaml on the docker version (couldn’t locate the file, but gave up quickly once I saw the lack of ability of the Docker version).
I also don’t give up easily. Appreciate the help as well!
I could spin up another Pi. Don’t have any online that I’m not using in a production setting. I have a host (oldbear) that I run several VM’s on. Here is that setup as well as the stack configuration for the HomeBridge docker container.
VM on Proxmox = HA (10.0.10.90)
Docker Container = HomeBridge (10.0.10.199)
From HW point of view , your setup is great .However I think this add another layer of complexity which goes beyond HA . I had a friend who faced same issues using VMs and we could not solve it but I hope you can .
Well, I just spun up another container (Docker) with HA and was able to get HomeBridge connected instantly. So, it’s definitely an issue with Proxmox VM and the HomeBridge Docker container. Not sure where the problem exist. I’ll continue to play with it as I wanted to be able to utilize the full OS of HA.
Sorry for the slow response. It’s not letting me create new posts because I’m still the “new guy”.
I’m not sure how to run Homebridge within HA instead of using the separate container. But I’ll do some research and see if I can wrap my head around it.