NEWS
Gelöst HILFE Z-Wave Adapter Installation klappt nicht
-
Hallo Zusammen,
ich beschäftige mich neu mit dem Thema ioBroker und habe wie viele andere das Problem, dass ich den Z-Wave Adapter nicht installiert bekommen.
Ich habe das System jetzt 3x neu Aufgesetzt zuletzt nach der neusten Anleitung:
http://www.iobroker.net/docu/?page_id=8323&lang=de
Soweit alles gut ioBroker an sich läuft.
Den Z-Wave adapter habe ich erst Versucht direkt zu installieren, das ist aber wie bei vielen anderen auch gescheitert, weshalb ich dann versucht habe über die Konsole zu installieren.
In ioBroker ist er dann aber nicht zusehen!
Auch jetzt klappt das hinzufüge über "Adapter" nicht. Es kommt die Fehlermeldung:
$ ./iobroker add zwave –host raspberrypi
host.raspberrypi install adapter zwave
npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.zwave"
find: ‘/tmp/systemd-private-6d23cb6a30e74ef79a5df0015f7fee06-systemd-timesyncd.service-8uYtgI’: Permission denied
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
sudo: no tty present and no askpass program specified
/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:16 if (!suppressException) throw e;
^
Error: Command failed: sudo apt-get install libudev-dev -y
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
sudo: no tty present and no askpass program specified
at checkExecSyncError (child_process.js:607:13)
at Object.execSync (child_process.js:647:13)
at doScript (/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:13:15)
at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:26:7)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! iobroker.zwave@1.3.1 preinstall:
node lib/preinstall.js
npm ERR! Exit status 1npm ERR!
npm ERR! Failed at the iobroker.zwave@1.3.1 preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /home/iobroker/.npm/_logs/2019-01-17T13_26_25_620Z-debug.log
Cannot install iobroker.zwave: 1
ERROR: process exited with code 25
Verwunderlich ist, dass jedoch unter Adapter steht es wäre Version 1.3.1 installiert.
Unter Instanzen ist er jedoch nicht...
Vielen Dank für eure Unterstützung.
Viele Grüße</anonymous>
-
Ich habe das System jetzt noch mal neu aus dem Image ioBroker_Image_RPi_2-3_20180401_stretch neu aufgesetzt.
http://www.iobroker.net/docu/?ddownload=8005
Hier hat sich dann der Adapter ganz normal über ioBroker installieren lassen.
Nun läuft alles. 2 Z-Wave Geräte sind bereits inkludiert und laufen wie gewünscht.
Hardware:
RPI 3 B
ZMEEUZB1 Z-Wave USB Stick
Eventuell hilft es jemandem.
BG