So. Habe heute endlich wieder einmal Zeit gefunden mich damit zu beschäftigen.
Habe die SD-Karte formatiert und raspberry pi os neu installiert.
Dann über die Konsole die ersten beiden Befehle ausgeführt (sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libpcap-dev
sudo setcap cap_net_raw+eip $(eval readlink -f which node
). Das scheint geklappt zu haben.
Aber beim installieren von homeean dann folgender Fehler:
pi@raspberrypi:~ $ sudo npm install -g homeean-presence --unsafe-perm
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/bytzdev/node-socketwatcher.git
npm ERR! /bin/bash: /root/.bashrc: Keine Berechtigung
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Konnte nicht vom Remote-Repository lesen.
npm ERR!
npm ERR! Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
npm ERR! und das Repository existiert.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-05-19T18_06_33_497Z-debug.log
Weiß jemand Rat?