Thanks for all your advice flamingm0e. I now have Home Assistant working with hass. io showing in the sidebar. Now to figure out how to configure that!
Hi there,
Thanks for this discussion. I have installed HA as virtual environment on my RPI 3B. Everything is working, for except the Hassio add-on. It is not appearing in the menu in the GUI. As I understand this add-on is included when installing HassOS but not when you have installed HA from a virtual environment. Therefore I installed Docker and then I wanted to install the Supervisor. I used this command (after sudo su): curl -sL https://github.com/home-assistant/supervised-installer/blob/611e0e366196d5d1eaa8083f403d665d5bba14f5/hassio_install.sh
I didn’t see an error, but nothing seemed to have happened - was expecting to see an installation. I just saw the option to enter a new command immediately after, suspecting nothing happened (and I also saw no changes in the UI). Just wondering if this must be installed under the root or in the /home/homeassistant/.homeassistant directory? Or what else is going wrong?
Thanks.
I’m not sure you used the correct script.
curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s -- -m raspberrypi3
According to the official documentation :
Thanks Francis, that helps!