Laut deinen Fehlermeldungen und GUI-Screenshots befinden sich die Plugins im Verzeichnis /var/lib/homebridge/node_modules. Das ist woanders als bei mir, aber meine Installation kommt aus Zeiten, in denen die Installation einer Homebridge noch ein Puzzlespiel war. Deine scheint eine moderne Installation zu sein, offenbar aus dem Installationsimage der Homebridge entstanden. Stimmt das?
Korrekt, ich installierte die Homebridge Installationsimage und danach dann separat PiHole, Octopi und DeconZ/Phoscon.
Ich bräuchte mal die Ausgaben von:
ls -l /var/lib/homebridge/node_modules
ls -l /usr/lib/node_modules
ls -l /usr/local/lib/node_modules
ps aux | grep homebridge
apt list --installed | grep node (Warning ignorieren)
sudo find /usr -name node (kann je nach Modell dauern)
sudo find /var -name node
Die Holzhammer-Methode. Aber die will ich noch nicht beschreiben.
Alles anzeigen
Schicke ich dir heute alles gegen 17 Uhr zu.
Danke erstmal für deine Hilfe. Gut, dass es solche Profis wie dich hier gibt.
VG
Nachtrag:
Ausgaben von den Befehlen:
pi@raspberrypi:~ $ ls -l /var/lib/homebridge/node_modules
total 28
drwxr-xr-x 5 homebridge homebridge 4096 Jun 13 22:54 homebridge
lrwxrwxrwx 1 homebridge homebridge 72 Jun 13 00:39 homebridge-delay-switch -> .pnpm/[email protected]/node_modules/homebridge-delay-switch
lrwxrwxrwx 1 homebridge homebridge 78 May 31 23:20 homebridge-dyson-pure-cool -> .pnpm/[email protected]/node_modules/homebridge-dyson-pure-cool
lrwxrwxrwx 1 homebridge homebridge 62 Jun 9 21:41 homebridge-fujitsu -> .pnpm/[email protected]/node_modules/homebridge-fujitsu
lrwxrwxrwx 1 homebridge homebridge 56 May 31 23:18 homebridge-hue -> .pnpm/[email protected]/node_modules/homebridge-hue
lrwxrwxrwx 1 homebridge homebridge 61 Jun 26 2022 homebridge-shelly -> .pnpm/[email protected]/node_modules/homebridge-shelly
lrwxrwxrwx 1 homebridge homebridge 74 Jul 27 2022 homebridge-tuya-platform -> .pnpm/[email protected]/node_modules/homebridge-tuya-platform
drwxr-xr-x 2 homebridge homebridge 4096 May 31 23:19 @switchbot
pi@raspberrypi:~ $
Alles anzeigen
--------------------------------------------------------------------------------------------------
pi@raspberrypi:~ $ ls -l /usr/lib/node_modules
total 8
drwxr-xr-x 4 root root 4096 Jun 13 23:53 corepack
drwxr-xr-x 7 root root 4096 Jun 13 23:53 npm
pi@raspberrypi:~ $
--------------------------------------------------------------------------------------------------
pi@raspberrypi:~ $ ls -l /usr/local/lib/node_modules
ls: cannot access '/usr/local/lib/node_modules': No such file or directory
pi@raspberrypi:~ $
--------------------------------------------------------------------------------------------------
pi@raspberrypi:~ $ ps aux | grep homebridge
homebri+ 5180 0.3 8.2 187292 73308 ? Sl 00:16 4:05 homebridge
pi 26370 0.0 0.0 7344 528 pts/0 S+ 18:00 0:00 grep --color=auto homebridge
pi@raspberrypi:~ $
--------------------------------------------------------------------------------------------------
pi@raspberrypi:~ $ apt list --installed | grep node
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
nodejs/unknown,now 20.2.0-deb-1nodesource1 armhf [installed]
pi@raspberrypi:~ $
--------------------------------------------------------------------------------------------------
pi@raspberrypi:~ $ sudo find /usr -name node
[sudo] password for pi:
/usr/bin/node
/usr/include/node
/usr/share/doc/node
pi@raspberrypi:~ $
--------------------------------------------------------------------------------------------------
pi@raspberrypi:~ $ sudo find /var -name node
/var/lib/homebridge/node_modules/.pnpm/@[email protected]/node_modules/@types/node
/var/lib/homebridge/node_modules/.pnpm/[email protected]/node_modules/superagent/lib/node
/var/lib/homebridge/node_modules/.pnpm/[email protected]/node_modules/google-auth-library/build/src/crypto/node
/var/lib/homebridge/node_modules/.pnpm/[email protected]/node_modules/luxon/build/node
/var/lib/homebridge/node_modules/.pnpm/[email protected]/node_modules/undici/lib/node
/var/lib/homebridge/node_modules/.pnpm/@[email protected]/node_modules/@types/node
/var/lib/homebridge/node_modules/.pnpm/[email protected]/node_modules/@types/node
/var/lib/homebridge/node_modules/.pnpm/@[email protected]/node_modules/@types/node
pi@raspberrypi:~ $
Ich hoffe, du beschreibst mir jetzt im Folgenden nicht die Holzhammer-Methode
sschuste kannst du hier schon etwas erkennen? ansonsten muss ich wohl das komplette System neu aufsetzen und alles neu anlernen