Install hassio on Raspbian with Docker in 10 minutes 😄

preview_player
Показать описание


Copy Paste:

sudo -i

apt-get update

apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common

sudo docker attach hassio_supervisor
Рекомендации по теме
Комментарии
Автор

bash installer.sh --machine MY_MACHINE for the last steps. that works fine. also with pi4

bierhoch
Автор

Thanks for the manual, it is very easy. Any idea, because Mqtt mosquito not work??

byjosemaria
Автор

bash: line 1: 400:: command not found.
Any idea how to fix?

DozyDave
Автор

Ich habe die Anleitung befolgt, am Ende wird mir in Portainer aber kein Port angezeigt und ich kann Hass.io nicht erreichen. Wenn ich die Raspberry IP mit dem Port 8123 anwähle kommt nur "404: not found". Wie kann ich das beheben bzw. die richtige IP / den richtigen Port finden um hass.io öffnen zu können?

mhon
Автор

How to set static ip for hass.io on docker? I can't set it on my router ... Any advice ?

Spedyy
Автор

is thiss video good if i have already installed raspbian on my raspberry pi, and want to install it from the chromium in raspbian.

ahmedalshamsi
Автор

hassio installation raspbian3 (other models replace with rasbian3)

sudo -i
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
curl -fsSL get.docker.com | sh
sudo docker attach hassio_supervisor

bacardi
Автор

Thank you very much. I think this is the clearest instruction I have found. If the Raspberry pi stops / shutdown for some reason (Needs a reboot) how do you restart. What are the commands?


Best wishes.


James.

Foggy