Need some help with getting “Discovery” to work properly on an HA setup from Dockers on Windows.
I followed the installation instruction, HA is on the Host Network and port is forwarded to the Docker Container’s IP. Discovery is not working at all.
I also tried bridge mode with port 8123 forwarded. Discovery also completely does not work…
I’m able to acess the HA frontend on both cases. Need some help…
I am guessing that discovery uses a port. If you are not using --net=host ( I believe we had this discussion the other day ), you will need to pass -p with whatever port discovery uses
if my ONLY option was Windows…I would fire up a VM of Ubuntu, run docker in it, and manage the system that way. Just bypasses all the stupid nuances that Windows imposes for no reason.
indeed, i am just about ready to throw in the towel re Docker for Windows.
Would have been the most efficient solution for me, but there’s more bends in it than in a plate of spaghetti.
otoh, i might drop discovery, and struggle my way through the plate of pasta.
Asked the question over at Docker…
perhaps some one should change the docs for installing Home Assistant in docker for windows.