@AlCalzone:
Da, wo der Adapter laufen soll und die Platine / USB-Stick angesteckt ist. Vermutlich Slave. `
AlCalzone, DAS WAR DIE LÖSUNG.
1. auf Slave, auf dem die Platine montiert ist (Razberry), per SSH-Konsole zugreifen
2.cd /opt/iobrokerund dort````
iobroker stop
3\. dann ausführen````
sudo npm i iobroker.zwave --production --unsafe-perm
4. zur Sicherheit hinterher noch````
sudo ldconfig /usr/local/lib64
5\. zur Sicherheit nochmal folgende Schritte gem. ReadMe bearbeitet:
5.1.1````
sudo nano /boot/cmdline.txt
5.1.2 remove console=serial0,115200
5.1.3 save the file and close it
5.2.1````
sudo nano /boot/config.txt
5.2.2 Look for each of the following lines. If they are commented out with a #, remove that. If they don't exist, add them to the end of the file:
5.2.3 dtoverlay=pi3-miniuart-bt
5.2.4 enable_uart=1
5.2.5 force_turbo=1
6\.````
reboot
````vom RPi3
Ich hoffe, das hilft jemandem weiter. Nochmal danke euch für die Unterstützung. Damit läuft mein NUC inkl. RPi3-Slave nun, juhuuu. Hat nur paar Monate gedauert, bis ich wegen kleiner Tochter die Zeit aufbringen konnte…immer Stück für Stück ^^
VG Thorsten