Hi. Not sure if this has been asked before but not sure how to to search for this type of question. I have a raspberry pi 3 and also a home server that runs several other containerized services. When running the HA OS on the raspberry pi, I am able discover most if not all of the devices in my home both on Wifi and also the attached zigbee antenna.
I would like to run HA OS on the home server instead as a docker container so I tried it out and I do not see but only one or two devices and it is not able to detect the others that the raspberry pi is able to see. I have following the instructions from the website about running HAOS under a container environment by setting --net=host as well as mapping the /dev/ttyIUSB0 into the container. I have also disable firewalld on the home-server as well in case ports were being blocked.
My question then is is there a way to set up a container running on a PC to be configured just like HA is running on the raspberry pi, allowing it to see all of the same devices as the pi does? Are there configuration options for Docker that I need to enable that I do not currently know about? Maybe someone can share their docker-compose or other script they use to run HA that I can compare with.
Thanks!