Home Assistant Supervisor for rock64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Home Assistant Supervisor for rock64 (/showthread.php?tid=16139) |
Home Assistant Supervisor for rock64 - karbon17 - 02-22-2022 Hi everyone, I'm Paolo and I'm Italian and sorry for my English, I wanted to install Home Assistant Supervisor on the rock64 with 4gb of ram but all my attempts failed; could someone kindly help me figure out which version of linux to install and what other steps I need to take to install it? i tried to use Armbian_21.05.1_Rock64_buster_current_5.10.35.img but then when i proceed with this: 1) sudo apt-get update && sudo apt-get upgrade -y 2) sudo apt-get install jq wget curl avahi-daemon udisks2 libglib2.0-bin network-manager dbus apparmor -y 3) sudo apt --fix-broken install 4) sudo reboot 5) curl -fsSL get.docker.com | sh 6) wget https://github.com/home-assistant/os-agent/releases/download/1.2.2/os-agent_1.2.2_linux_armv7.deb here is the error .... 7) sudo dpkg -i os-agent_1.2.2_linux_armv7.deb thanks to those who can help meĀ RE: Home Assistant Supervisor for rock64 - helpmerock - 02-22-2022 Hi Karbon, Try DietPi and install Home Assistance from there. RE: Home Assistant Supervisor for rock64 - TRS-80 - 02-22-2022 Paolo, You didn't actually post the error, mate! Also, I'm pretty sure that Home Assistant is available in armbian-config, if so that will likely be the easiest way. Although I am not sure if that includes the Supervisor component, or if that is a separate thing. (02-22-2022, 01:20 PM)helpmerock Wrote: Try DietPi and install Home Assistance from there. I can't swear to it, but I want to say that DietPi is actually downstream from Armbian on Rock64. RE: Home Assistant Supervisor for rock64 - karbon17 - 02-23-2022 (02-22-2022, 01:20 PM)helpmerock Wrote: Hi Karbon, Hello installed DietPi and performed all the steps and Home Assistant seems to be installed correctly, but does not start at 192.168.1.9:8123 root@DietPi:~# sudo dpkg -i homeassistant-supervised.deb Selezionato il pacchetto homeassistant-supervised non precedentemente selezionato. (Lettura del database... 18943 file e directory attualmente installati.) Preparativi per estrarre homeassistant-supervised.deb... [warn] [warn] If you want more control over your own system, run [warn] Home Assistant as a VM or run Home Assistant Core [warn] via a Docker container. [warn] Viene aggiunto "deviazione di /etc/NetworkManager/NetworkManager.conf in /etc/NetworkManager/NetworkManager.conf.real da homeassistant-supervised" Viene aggiunto "deviazione di /etc/NetworkManager/system-connections/default in /etc/NetworkManager/system-connections/default.real da homeassistant-supervised" Viene aggiunto "deviazione di /etc/docker/daemon.json in /etc/docker/daemon.json.real da homeassistant-supervised" Viene aggiunto "deviazione di /etc/network/interfaces in /etc/network/interfaces.real da homeassistant-supervised" Estrazione di homeassistant-supervised (1.1.0)... Configurazione di homeassistant-supervised (1.1.0)... [info] Restarting NetworkManager [info] Restarting docker service PING version.home-assistant.io (172.67.68.90) 56(84) bytes of data. 64 bytes from 172.67.68.90 (172.67.68.90): icmp_seq=1 ttl=55 time=20.8 ms --- version.home-assistant.io ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 20.828/20.828/20.828/0.000 ms [info] Install supervisor Docker container [info] Install supervisor startup scripts [info] Install AppArmor scripts [info] Start Home Assistant Supervised [info] Installing the 'ha' cli [info] Within a few minutes you will be able to reach Home Assistant at: [info] http://homeassistant.local:8123 or using the IP address of your [info] machine: http://192.168.1.9:8123 root@DietPi:~# after the command: sudo dpkg -i homeassistant-supervised.deb asks me to select the machine type, I tried with raspberry 3, which is the correct one for rock64? RE: Home Assistant Supervisor for rock64 - karbon17 - 02-23-2022 (02-23-2022, 05:04 AM)karbon17 Wrote:cheers, up and running, with DietPi v8.1.2v(02-22-2022, 01:20 PM)helpmerock Wrote: Hi Karbon, Hello everybody |