domenica 13 febbraio 2022

INSTALLARE HOME ASSISTANT SU ORANGE PI

 


https://www.armbian.com/orange-pi-pc/


apt-get install \jq \wget \curl \udisks2 \libglib2.0-bin \network-manager \dbus -y \apparmor


curl -fsSL get.docker.com | sh


wget https://github.com/home-assistant/os-agent/releases/download/1.2.2/os-agent_1.2.2_linux_armv7.deb


dpkg -i os-agent_1.2.2_linux_armv7.deb


wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb


dpkg -i homeassistant-supervised.deb


qemuarm


nmtui - to set fix ip address

Post in evidenza

RISOLVERE PROBLEMA DISCONNESSIONE UNITA DI RETE

- lato server disattivare il timeout delle condivisioni dando da cmd il seguente comando net config server /autodisconnect:-1 - portare...