sudo apt update
sudo apt upgrade -y
sudo apt install -y curl ca-certificates xz-utils
cd /tmp
NODE_VERSION="v26.1.0"
curl -fsSLO "https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-linux-arm64.tar.xz"
sudo tar -xJf "node-${NODE_VERSION}-linux-arm64.tar.xz" -C /usr/local --strip-components=1
Danach prüfen, ob Node.js und npm korrekt installiert wurden:node -v
npm -v
Die Ausgabe sollte ungefähr so aussehen:v26.1.0
11.14.1
## gassistant-fhem installieren/home/pi/gassistant-fhem.tgz
Danach die Installation ausführen:sudo npm install -g /home/pi/gassistant-fhem.tgz
ZitatEinphasig sind (in aller Regel) nicht 3,6 kW das Maximum, sondern 4,6 kW, weil die Schieflastgrenze (meistens) maximal 20A ist.