Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. Unterputzaktor mit ZigBee funktioniert nicht richtig

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Unterputzaktor mit ZigBee funktioniert nicht richtig

Geplant Angeheftet Gesperrt Verschoben Hardware
zigbeeunterputzaktorlicht
18 Beiträge 2 Kommentatoren 600 Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M Offline
    M Offline
    Maatjes
    schrieb am zuletzt editiert von
    #9

    @Asgothian Ich habe jetzt noch node js aktualisiert von 10 auf 12. Leider funktioniert mein ZigBee Adapter jetzt aber nicht mehr. Der bleibt auf rot :confounded:

    AsgothianA 1 Antwort Letzte Antwort
    0
    • M Maatjes

      @Asgothian Ich habe jetzt noch node js aktualisiert von 10 auf 12. Leider funktioniert mein ZigBee Adapter jetzt aber nicht mehr. Der bleibt auf rot :confounded:

      AsgothianA Offline
      AsgothianA Offline
      Asgothian
      Developer
      schrieb am zuletzt editiert von
      #10

      @Maatjes Hast du nach dem Update von Node 10 auf Node 12 ein "npm rebuild" durchgeführt ?

      A.

      ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
      "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

      M 1 Antwort Letzte Antwort
      0
      • AsgothianA Asgothian

        @Maatjes Hast du nach dem Update von Node 10 auf Node 12 ein "npm rebuild" durchgeführt ?

        A.

        M Offline
        M Offline
        Maatjes
        schrieb am zuletzt editiert von
        #11

        @Asgothian Nein, wie geht das?

        AsgothianA 1 Antwort Letzte Antwort
        0
        • M Maatjes

          @Asgothian Nein, wie geht das?

          AsgothianA Offline
          AsgothianA Offline
          Asgothian
          Developer
          schrieb am zuletzt editiert von
          #12

          @Maatjes

          • per ssh auf die Konsole
          • ins Verzeichnis /opt/iobroker
          • sudo npm rebuild

          warten.

          A.

          ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
          "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

          M 1 Antwort Letzte Antwort
          0
          • AsgothianA Asgothian

            @Maatjes

            • per ssh auf die Konsole
            • ins Verzeichnis /opt/iobroker
            • sudo npm rebuild

            warten.

            A.

            M Offline
            M Offline
            Maatjes
            schrieb am zuletzt editiert von
            #13

            @Asgothian Okay, habe ich gemacht. Kann es auch sein, dass wenn man "npm rebuild" nicht gemacht hat, der zigbee adapter plötzlich nicht mehr funktioniert?

            AsgothianA 1 Antwort Letzte Antwort
            0
            • M Maatjes

              @Asgothian Okay, habe ich gemacht. Kann es auch sein, dass wenn man "npm rebuild" nicht gemacht hat, der zigbee adapter plötzlich nicht mehr funktioniert?

              AsgothianA Offline
              AsgothianA Offline
              Asgothian
              Developer
              schrieb am zuletzt editiert von Asgothian
              #14

              @Maatjes Kann nicht nur, muss - zumindest bei einem Update von NodeJS

              Der Zigbee Adapter nutzt die Bibliothek "serialport". Diese muss als Hardwarenahe Bibliothek mit der aktuell verwendeten nodeJS Bibliothek übersetzt werden, sonst kann sie nicht auf die Hardware zugreifen.

              A.

              ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
              "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

              M 1 Antwort Letzte Antwort
              0
              • AsgothianA Asgothian

                @Maatjes Kann nicht nur, muss - zumindest bei einem Update von NodeJS

                Der Zigbee Adapter nutzt die Bibliothek "serialport". Diese muss als Hardwarenahe Bibliothek mit der aktuell verwendeten nodeJS Bibliothek übersetzt werden, sonst kann sie nicht auf die Hardware zugreifen.

                A.

                M Offline
                M Offline
                Maatjes
                schrieb am zuletzt editiert von
                #15

                @Asgothian

                Nach dem Rebuild habe ich folgende Error bekommen:

                prebuild-install WARN install EACCES: permission denied, access '/root/.npm'
                gyp ERR! clean error 
                gyp ERR! stack Error: EACCES: permission denied, rmdir 'build'
                gyp ERR! System Linux 5.4.79-v7l+
                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/@serialport/bindings
                gyp ERR! node -v v12.20.1
                gyp ERR! node-gyp -v v5.1.0
                gyp ERR! not ok 
                npm ERR! code ELIFECYCLE
                npm ERR! errno 1
                npm ERR! @serialport/bindings@9.0.4 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`
                npm ERR! Exit status 1
                npm ERR! 
                npm ERR! Failed at the @serialport/bindings@9.0.4 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/2021-01-06T18_06_28_867Z-debug.log
                

                Was hat das zu bedeuten?

                AsgothianA 1 Antwort Letzte Antwort
                0
                • M Maatjes

                  @Asgothian

                  Nach dem Rebuild habe ich folgende Error bekommen:

                  prebuild-install WARN install EACCES: permission denied, access '/root/.npm'
                  gyp ERR! clean error 
                  gyp ERR! stack Error: EACCES: permission denied, rmdir 'build'
                  gyp ERR! System Linux 5.4.79-v7l+
                  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/@serialport/bindings
                  gyp ERR! node -v v12.20.1
                  gyp ERR! node-gyp -v v5.1.0
                  gyp ERR! not ok 
                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 1
                  npm ERR! @serialport/bindings@9.0.4 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`
                  npm ERR! Exit status 1
                  npm ERR! 
                  npm ERR! Failed at the @serialport/bindings@9.0.4 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/2021-01-06T18_06_28_867Z-debug.log
                  

                  Was hat das zu bedeuten?

                  AsgothianA Offline
                  AsgothianA Offline
                  Asgothian
                  Developer
                  schrieb am zuletzt editiert von
                  #16

                  @Maatjes

                  sicher bin ich nicht. Er beschwert sich darüber das er ein Verzeichnis nicht löschen kann.

                  A.

                  ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                  "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                  M 1 Antwort Letzte Antwort
                  0
                  • AsgothianA Asgothian

                    @Maatjes

                    sicher bin ich nicht. Er beschwert sich darüber das er ein Verzeichnis nicht löschen kann.

                    A.

                    M Offline
                    M Offline
                    Maatjes
                    schrieb am zuletzt editiert von
                    #17

                    @Asgothian da aber alles funktioniert scheint es nicht so schlimm zu sein. Ich bin froh dass ich endlich so weit gekommen bin.

                    Vielen Dank!

                    [Close]

                    M 1 Antwort Letzte Antwort
                    0
                    • M Maatjes

                      @Asgothian da aber alles funktioniert scheint es nicht so schlimm zu sein. Ich bin froh dass ich endlich so weit gekommen bin.

                      Vielen Dank!

                      [Close]

                      M Offline
                      M Offline
                      Maatjes
                      schrieb am zuletzt editiert von
                      #18

                      [Gelöst]

                      1 Antwort Letzte Antwort
                      0
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      638

                      Online

                      32.7k

                      Benutzer

                      82.4k

                      Themen

                      1.3m

                      Beiträge
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Anmelden

                      • Du hast noch kein Konto? Registrieren

                      • Anmelden oder registrieren, um zu suchen
                      • Erster Beitrag
                        Letzter Beitrag
                      0
                      • Home
                      • Aktuell
                      • Tags
                      • Ungelesen 0
                      • Kategorien
                      • Unreplied
                      • Beliebt
                      • GitHub
                      • Docu
                      • Hilfe