dit document beschrijft de installatie van Home Assistant
docker pull homeassistant/home-assistant
docker run -d --name homeAssistant -p 8123:8123 homeassistant/home-assistant
Important: source: ChatGPT
Moet nog gecontroleerd worden bij 1ste installatie
sudo apt update && sudo apt upgrade -y sudo apt install -y software-properties-common curl
lsusb dmesg | grep tty
You should see something like /dev/ttyUSB0 or /dev/ttyACM0.
sudo apt install -y git jq
apt install -y docker.io sudo systemctl enable docker sudo systemctl start docker sudo usermod -aG docker $USER
curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh bash installer.sh --machine qemux86-64
git clone https://github.com/Koenkk/zigbee2mqtt.git cd zigbee2mqtt npm ci cp configuration.yaml.example configuration.yaml nano configuration.yaml # set your serial port npm start