Hello everyone! I recently decided to install hassio using docker on an ssd disk installed on a Raspberry Pi. It is installed correctly and I can access the interface correctly, install addons etc but I can’t detect any devices, for example, I have a Yeelight bulb that is enough setting the option “discovery:” in configuration.yaml file.
I used this commands:
sudo -i
apt-get install software-properties-common
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
systemctl disable ModemManager
curl -fsSL get.docker.com | sh
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s -- -m raspberrypi3
docker attach hassio_supervisor
docker volume create portainer_data
docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
I have started recently with docker and I’m a little bit lost … as I have looked, it may be because of something related about ports but I tried some ways and doesnt work fine.
Any help / suggestion will be welcome.
Thank you very much in advance.
Regards!