Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. ZigBee 0.10.3

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

ZigBee 0.10.3

ZigBee 0.10.3

Scheduled Pinned Locked Moved Solved Error/Bug
zigbeeerrorfehler
10 Posts 3 Posters 912 Views 4 Watching
  • 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.
  • V Offline
    V Offline
    voodoo78
    wrote on last edited by
    #1

    Hallo!

    Ich habe den ZigBee-Adapter von Version 0.10.2 auf 0.10.3 upgedatet. Seitdem bekomme ich folgende Fehlermeldung:

    427f9556-fc66-49af-ba08-1fe0452c90ef-image.png

    1 Reply Last reply
    0
    • arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      wrote on last edited by
      #4

      lösche manuell diese Ordner aus den node-modules

      @serialport
      cc-znp
      serialport
      zcl-packet
      zigbee-shepherd
      zigbee-shepherd-converter
      

      sollte ein Ordner nicht da sein ist nicht schlimm...hauptsache der ganze pulk ist nicht vorhanden

      und installiere den Adapter ohne den zu löschen aus dem GIT nochmal

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      1 Reply Last reply
      0
      • arteckA Offline
        arteckA Offline
        arteck
        Developer Most Active
        wrote on last edited by
        #2

        da ist was mit dem Serialport falsch gelaufen

        zigbee hab ich, zwave auch, nuc's genauso und HA auch

        1 Reply Last reply
        0
        • V Offline
          V Offline
          voodoo78
          wrote on last edited by
          #3

          Tja... Aber was kann ich da machen?

          1 Reply Last reply
          0
          • arteckA Offline
            arteckA Offline
            arteck
            Developer Most Active
            wrote on last edited by
            #4

            lösche manuell diese Ordner aus den node-modules

            @serialport
            cc-znp
            serialport
            zcl-packet
            zigbee-shepherd
            zigbee-shepherd-converter
            

            sollte ein Ordner nicht da sein ist nicht schlimm...hauptsache der ganze pulk ist nicht vorhanden

            und installiere den Adapter ohne den zu löschen aus dem GIT nochmal

            zigbee hab ich, zwave auch, nuc's genauso und HA auch

            1 Reply Last reply
            0
            • V Offline
              V Offline
              voodoo78
              wrote on last edited by
              #5

              Perfekt, hat tadellos funktioniert.
              Vielen Dank!

              1 Reply Last reply
              0
              • V Offline
                V Offline
                voodoo78
                wrote on last edited by
                #6

                Nun passiert das, wenn ich den Adapter aus dem GIT erneut installiere.

                pi@ioBroker-Pi:/opt/iobroker $ sudo npm install iobroker.zigbee
                
                > serialport@6.2.2 install /opt/iobroker/node_modules/cc-znp/node_modules/serialport
                > prebuild-install || node-gyp rebuild
                
                module.js:550
                    throw err;
                    ^
                
                Error: Cannot find module './index'
                    at Function.Module._resolveFilename (module.js:548:15)
                    at Function.Module._load (module.js:475:25)
                    at Module.require (module.js:597:17)
                    at require (internal/module.js:11:18)
                    at Object.<anonymous> (/opt/iobroker/node_modules/.bin/rc:2:10)
                    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)
                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/cc-znp/node_modules/serialport/.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/cc-znp/node_modules/serialport/.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/cc-znp/node_modules/serialport
                gyp ERR! node -v v8.15.0
                gyp ERR! node-gyp -v v3.8.0
                gyp ERR! not ok
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.3 (node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                
                npm ERR! code ELIFECYCLE
                npm ERR! errno 1
                npm ERR! serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
                npm ERR! Exit status 1
                npm ERR!
                npm ERR! Failed at the serialport@6.2.2 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-06-02T16_53_03_526Z-debug.log
                
                
                arteckA 1 Reply Last reply
                0
                • V voodoo78

                  Nun passiert das, wenn ich den Adapter aus dem GIT erneut installiere.

                  pi@ioBroker-Pi:/opt/iobroker $ sudo npm install iobroker.zigbee
                  
                  > serialport@6.2.2 install /opt/iobroker/node_modules/cc-znp/node_modules/serialport
                  > prebuild-install || node-gyp rebuild
                  
                  module.js:550
                      throw err;
                      ^
                  
                  Error: Cannot find module './index'
                      at Function.Module._resolveFilename (module.js:548:15)
                      at Function.Module._load (module.js:475:25)
                      at Module.require (module.js:597:17)
                      at require (internal/module.js:11:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/.bin/rc:2:10)
                      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)
                  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/cc-znp/node_modules/serialport/.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/cc-znp/node_modules/serialport/.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/cc-znp/node_modules/serialport
                  gyp ERR! node -v v8.15.0
                  gyp ERR! node-gyp -v v3.8.0
                  gyp ERR! not ok
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.3 (node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  
                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 1
                  npm ERR! serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
                  npm ERR! Exit status 1
                  npm ERR!
                  npm ERR! Failed at the serialport@6.2.2 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-06-02T16_53_03_526Z-debug.log
                  
                  
                  arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  wrote on last edited by
                  #7

                  @voodoo78 sagte in ZigBee 0.10.3:

                  gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/8.15.0"

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    voodoo78
                    wrote on last edited by
                    #8

                    Root hat aber die Schreibrechte.

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      voodoo78
                      wrote on last edited by
                      #9

                      Hat niemand eine Idee, was ich machen könnte?

                      Thomas JansenT 1 Reply Last reply
                      0
                      • V voodoo78

                        Hat niemand eine Idee, was ich machen könnte?

                        Thomas JansenT Offline
                        Thomas JansenT Offline
                        Thomas Jansen
                        wrote on last edited by
                        #10

                        @voodoo78 hm? ich bin zwar noch neu aber hatte auch probleme mit zigbee...

                        habe mir so geholfen: im verzeichniss opt/iobroker den befehl

                        npm rebuild ausgeführt....

                        danach den serialport repariert wie mir jemand in einem anderen froum geschrieben hat mit dem befehl:

                        sudo npm install serialport --unsafe-perm --build-from-source

                        Rennt jetzt wie Sau!!!!

                        Aber bitte ich bin anfänger und probier mich auch in den foren aus und mach gerade learning by doing... also alles ohne gewähr...

                        lg

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        285

                        Online

                        32.4k

                        Users

                        81.3k

                        Topics

                        1.3m

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

                        • Don't have an account? Register

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