Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] Zwave - keine Funktion und viele Fehler

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    779

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

[gelöst] Zwave - keine Funktion und viele Fehler

Scheduled Pinned Locked Moved ioBroker Allgemein
25 Posts 6 Posters 4.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AlCalzoneA Offline
    AlCalzoneA Offline
    AlCalzone
    Developer
    wrote on last edited by
    #21

    Bissi dürftig dein Post…

    Was hast du denn ausgeführt und warum? Der Code-Block ist leer.

    Was ist dein Problem und welche Fehler erscheinen im Log?

    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

    1 Reply Last reply
    0
    • _ Offline
      _ Offline
      _Sven_
      wrote on last edited by
      #22

      Ich wollte openzwave-shared neu installieren

      und danach````
      sudo node-gyp configure

      
      Dann erhielt ich besagten Fehler.
      
      Aber mit
      

      sudo npm install --unsafe-perm --verbose -g openzwave-shared

      
      Ist das Problem gelöst
      1 Reply Last reply
      0
      • D Offline
        D Offline
        danyo80
        wrote on last edited by
        #23

        Hi,

        ich bekomme meinen ZWAVE Stick auch nicht zum laufen. Beim Versuch des Erzeugens einer Instanz erhalte ich folgendes:

        ! host.iobroker install adapter zwave
        ! npm install –production (System call) in "/opt/iobroker/node_modules/iobroker.zwave"
        ! npm WARN lifecycle iobroker.zwave@1.3.1~preinstall: cannot run in wd iobroker.zwave@1.3.1 node lib/preinstall.js (wd=/opt/iobroker/node_modules/iobroker.zwave)
        ! npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
        ! npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
        ! npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        ! npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        ! npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
        ! gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/8.15.0"
        ! gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/iobroker.zwave/node_modules/openzwave-shared/.node-gyp"
        ! gyp WARN install got an error, rolling back install
        ! gyp WARN install got an error, rolling back install
        ! gyp ERR! configure error
        ! gyp ERR! stack Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.zwave/node_modules/openzwave-shared/.node-gyp'
        ! gyp ERR! System Linux 4.14.79-v7+
        ! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        ! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.zwave/node_modules/openzwave-shared
        ! gyp ERR! node -v v8.15.0
        ! gyp ERR! node-gyp -v v3.8.0
        ! gyp ERR! not ok
        ! npm WARN iobroker.zwave@1.3.1 license should be a valid SPDX license expression
        ! npm ERR! code ELIFECYCLE
        ! npm ERR! errno 1
        ! npm ERR! openzwave-shared@1.4.6 install: node-gyp rebuild
        ! npm ERR! Exit status 1
        ! npm ERR!
        ! npm ERR! Failed at the openzwave-shared@1.4.6 install script.
        ! npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        ! npm ERR! A complete log of this run can be found in:
        ! npm ERR! /root/.npm/_logs/2019-01-04T10_30_20_559Z-debug.log
        ! Cannot install iobroker.zwave: 1

        Jemand eine Idee, was ich noch machen kann? Habe node-gyp und so weiter wie beschrieben nachinstalliert, configure und rebuild gemacht.

        Den iobroker habe ich ansonsten über das neue Script installiert

        Danke und Gruß

        Danyo

        1 Reply Last reply
        0
        • AlCalzoneA Offline
          AlCalzoneA Offline
          AlCalzone
          Developer
          wrote on last edited by
          #24

          ZWave muss bei einigen über die Konsole installiert werden. Sofern bei dir mit den Berechtigungen noch alles in Ordnung ist, sollte das so gehen.

          cd /opt/iobroker
          npm i iobroker.zwave --unsafe-perm
          
          

          Kommt dabei auch ein EACCES-Fehler, dann probiere es so:

          cd /opt/iobroker
          sudo -H npm i iobroker.zwave --unsafe-perm
          
          

          Danach muss dann manuell in ioBroker noch eine Instanz hinzugefügt werden.

          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

          1 Reply Last reply
          0
          • D Offline
            D Offline
            danyo80
            wrote on last edited by
            #25

            Hallo,

            danke für die Antwort. Es hat nun geklappt, mit einem abschließendem

            sudo ldconfig

            War dann auch der letzte ZWAVE Fehler weg…. Nun läuft es.... Danke.....

            Ich habe lange Zeit openhab2 genutzt und teste seit ein paar Tagen mal wieder iobroker. Ich bin wirklich sehr

            überrascht. Könnte mir vorstellen, meine Umgebung von openhab2 auf iobroker zu wechseln.

            Nur mit der Visualisierung kommt man nicht so schnell zum Erfolg, wie bei openhab, aber auch das wird zu meistern

            sein. :-)

            Danke für die Hilfe.... :-)

            Gruß

            Danyo

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            Support us

            ioBroker
            Community Adapters
            Donate
            FAQ Cloud / IOT
            HowTo: Node.js-Update
            HowTo: Backup/Restore
            Downloads
            BLOG

            616

            Online

            32.8k

            Users

            82.7k

            Topics

            1.3m

            Posts
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
            ioBroker Community 2014-2025
            logo
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Home
            • Recent
            • Tags
            • Unread 0
            • Categories
            • Unreplied
            • Popular
            • GitHub
            • Docu
            • Hilfe