Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [How-to] Node.js ioBroker richtig updaten-2021/22 Edition

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    [How-to] Node.js ioBroker richtig updaten-2021/22 Edition

    This topic has been deleted. Only users with topic management privileges can see it.
    • mickym
      mickym Most Active @apollon77 last edited by mickym

      @apollon77 Ich will auch mal meinen Senf dazu geben.

      Ich fand eigentlich den Post hier von @Thomas-Braun super gut, wo man den Update der node.js über die Datei
      /etc/apt/sources.list.d/nodesource.list gemacht hat.

      Damit wurde es dann beim nächsten Systemupdate alles zusammengemacht. So habe ich meine node.js Version von 12 auf 14 aktualisiert. Hat das irgendwelche Nachteile es über das Editieren der Datei zu machen?

      Ah oder liegt das daran - dass dieser curl Befehl universeller ist und nicht nur auf linux oder debian Systemen funktioniert? (sondern auch auf Windows Systemen)

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @mickym last edited by Thomas Braun

        @mickym

        Mit dem curl ziehst du ja nur ein Installationsskript rein, das dann im Grunde auch nichts anderes macht als in der Datei nodesource.list die entsprechenden Einträge zu tätigen.
        Also gehupft wie gesprungen.
        Ich persönlich ändere halt lieber nur ein Zeichen in einer Datei statt ein skript aus dem Netz zu ziehen. Da weiß ich nämlich eher was da passiert.

        mickym 1 Reply Last reply Reply Quote 1
        • mickym
          mickym Most Active @Thomas Braun last edited by

          @thomas-braun Danke für die Erklärung. 🙂 Wieder ein bisschen schlauer. 😉 Jo ich find das mit dem Ändern der Datei auch eleganter - zumindest hat man da das Gefühl, dass man noch eher Herr seines Systems ist.

          apollon77 1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @mickym last edited by

            @mickym der Vorteil in meinen Augen an dem Skript sind pot weitere Checks und so weiter. Wenn man es initial so installiert macht es für mich Sinn es auf gleichem Weg zu aktualisieren.

            1 Reply Last reply Reply Quote 2
            • D
              DerMicha75 @apollon77 last edited by

              @apollon77 Bei mir wollte der augenscheinlich erst auch nicht:

              adapter "zigbee" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt

              5min später (ich hab einfach das "Geduld" von oben befolgt:

              iobroker npm-rebuild: Rebuild zigbee done

              Alles läuft wieder. Schöne Anleitung!

              apollon77 1 Reply Last reply Reply Quote 1
              • apollon77
                apollon77 @DerMicha75 last edited by

                @dermicha75 Super, das höre ich gern

                1 Reply Last reply Reply Quote 0
                • D
                  Dome227 @apollon77 last edited by Dome227

                  @apollon77

                  Bei mir klappt die Aktualisierung auf Node.js 12 leider nicht.
                  Jedes mal kommt folgende Meldung:

                  "Error executing command, exiting."

                  Hat jemand eine Idee, woran das liegt? Scheinbar findet er keine Release Datei?

                  Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Dome227 last edited by

                    @dome227 Bitte keine Screenshots von Konsolentext.

                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Dome227 last edited by

                      @dome227 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                      Hat jemand eine Idee, woran das liegt?

                      Jessie ist mausetot!
                      da gibt es keine Pakete mehr für

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Dome227 @Homoran last edited by

                        @homoran

                        Habe den Link aus der Anleitung oben genommen, um Node.js zu aktualisieren. Bzw. anschließend auch mal den "selben" Link aus dem Github.
                        Wie wäre die korrekte Vorgehensweise, um auf Node.js aktualisieren zu können?

                        Sorry, habe meinen ioBroker bereits mit 10.x aufgesetzt, somit also noch kein Upgrade gemacht.

                        @Thomas-Braun

                        Sorry, habe den Screenshot rausgenommen. 🙂

                        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Dome227 last edited by

                          @dome227 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                          Habe den Link aus der Anleitung oben genommen, um Node.js zu aktualisieren.

                          das hilft aber nichts bei einem Linux, dass bereits seit längerem End of Life ist.
                          Da musst du erst dein Linux auf Buster bringen

                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Dome227 last edited by

                            @dome227
                            Du solltest den Text in CodeTags posten.

                            Du fährst da eine mausetote Distribution und hämmert dann noch ein Repo für ein anderes Release rein. Das kann nicht funktionieren.

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              Dome227 @Thomas Braun last edited by Dome227

                              @thomas-braun @Homoran

                              Danke euch für die schnelle Rückmeldung.
                              Dann bring ich erstmal mein komplettes System up-to-date 😄

                              "Einmal mit Windows-Menschen......"

                              LG und schöne Restwoche! 🙂

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @Dome227 last edited by

                                @dome227 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                Dann bring ich erstmal mein komplettes System up-to-date

                                da du noch auf Jessie bist, und über stretch zu buster müsstest, wäre es am einfachsten ein Backup des ioBrokers zu machen, dann eine komplette neue Installation aufzusetzen und danach das backup zurückspielen.

                                1 Reply Last reply Reply Quote 1
                                • T
                                  tobili03 last edited by

                                  Leider klappt das bei mir nicht.
                                  Nach "sudo apt-get install -y nodejs" kommt die Meldung "nodejs ist schon die neueste Version (12.22.1-lnodesourcel)."
                                  Wenn ich mit "node -v" überprüfe kommt v10.20.1 (das gleiche wie in der Info)
                                  Was mache ich verkehrt?

                                  Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @tobili03 last edited by

                                    @tobili03 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                    Was mache ich verkehrt?

                                    dann hast du wahrscheinlich zwei unterschiedliche node-Installationen parallel auf deinem Server.
                                    Mindesttens eine davon nicht korrekt installiert

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @tobili03 last edited by

                                      @tobili03
                                      Schau in meine Signatur, da steht drin wie man das wieder gerade fummelt

                                      T apollon77 2 Replies Last reply Reply Quote 0
                                      • B
                                        babl @apollon77 last edited by

                                        @apollon77 die rebuild kommandos haben geholfen

                                        2021-04-28 18:02:05.705 - error: host.raspberrypi Caught by controller[0]: /opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:121
                                        2021-04-28 18:02:05.705 - error: host.raspberrypi Caught by controller[0]: throw e;
                                        2021-04-28 18:02:05.705 - error: host.raspberrypi Caught by controller[0]: ^
                                        2021-04-28 18:02:05.706 - error: host.raspberrypi Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build/Release/bindings.node'
                                        2021-04-28 18:02:05.706 - error: host.raspberrypi Caught by controller[0]: was compiled against a different Node.js version using
                                        2021-04-28 18:02:05.706 - error: host.raspberrypi Caught by controller[0]: NODE_MODULE_VERSION 64. This version of Node.js requires
                                        2021-04-28 18:02:05.706 - error: host.raspberrypi Caught by controller[0]: NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
                                        2021-04-28 18:02:05.706 - error: host.raspberrypi Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
                                        2021-04-28 18:02:05.706 - error: host.raspberrypi Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1057:18)
                                        2021-04-28 18:02:05.707 - error: host.raspberrypi Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                        2021-04-28 18:02:05.707 - error: host.raspberrypi Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                        2021-04-28 18:02:05.707 - error: host.raspberrypi Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                                        2021-04-28 18:02:05.707 - error: host.raspberrypi Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                                        2021-04-28 18:02:05.707 - error: host.raspberrypi Caught by controller[0]: at bindings (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:112:48)
                                        2021-04-28 18:02:05.708 - error: host.raspberrypi Caught by controller[0]: at Object. (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/lib/linux.js:2:36)
                                        2021-04-28 18:02:05.708 - error: host.raspberrypi Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                                        2021-04-28 18:02:05.708 - error: host.raspberrypi Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                        2021-04-28 18:02:05.708 - error: host.raspberrypi Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                        2021-04-28 18:02:05.709 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2021-04-28 18:02:05.709 - info: host.raspberrypi Adapter system.adapter.zigbee.0 needs rebuild and will be restarted afterwards.
                                        2021-04-28 18:02:05.709 - info: host.raspberrypi system.adapter.zigbee.0 will be rebuilt
                                        2021-04-28 18:02:05.710 - warn: host.raspberrypi adapter "zigbee" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
                                        2021-04-28 18:02:05.711 - info: host.raspberrypi iobroker rebuild zigbee
                                        2021-04-28 18:02:06.561 - info: host.raspberrypi iobroker npm-rebuild: npm rebuild --loglevel error (System call) in "/opt/iobroker/node_modules/iobroker.zigbee"
                                        2021-04-28 18:02:07.142 - info: cloud.0 (3873) Trying to connect as system.user.admin
                                        2021-04-28 18:02:07.229 - info: sql.0 (4633) enabled logging of sourceanalytix.0.0_userdata__0__netzeinspeisung.currentYear.delivered.05_currentYear, Alias=false
                                        2021-04-28 18:02:07.291 - info: cloud.0 (3873) Connection changed: connect
                                        2021-04-28 18:02:07.465 - info: sourceanalytix.0 (4617) Initialization (7 of 9) finished for : 0_userdata.0.netzeinspeisung
                                        2021-04-28 18:02:07.465 - info: sourceanalytix.0 (4617) Initialising (8 of 9) state sonnen.0.status.consumption
                                        2021-04-28 18:02:08.566 - info: host.raspberrypi iobroker npm-rebuild: Rebuild zigbee done
                                        2021-04-28 18:02:08.904 - info: host.raspberrypi instance system.adapter.discovergy.0 started with pid 4758
                                        2021-04-28 18:02:09.579 - info: host.raspberrypi iobroker npm-rebuild: exit 0
                                        2021-04-28 18:02:09.629 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 4765
                                        2021-04-28 18:02:09.788 - info: sourceanalytix.0 (4617) Initialization (8 of 9) finished for : sonnen.0.status.consumption
                                        2021-04-28 18:02:09.788 - info: sourceanalytix.0 (4617) Initialising (9 of 9) state 0_userdata.0.Steckdosen.Josef_Zimmer_Heizung
                                        2021-04-28 18:02:10.547 - error: host.raspberrypi Caught by controller[0]: /opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:121
                                        2021-04-28 18:02:10.548 - error: host.raspberrypi Caught by controller[0]: throw e;
                                        2021-04-28 18:02:10.548 - error: host.raspberrypi Caught by controller[0]: ^
                                        2021-04-28 18:02:10.548 - error: host.raspberrypi Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build/Release/bindings.node'
                                        2021-04-28 18:02:10.549 - error: host.raspberrypi Caught by controller[0]: was compiled against a different Node.js version using
                                        2021-04-28 18:02:10.549 - error: host.raspberrypi Caught by controller[0]: NODE_MODULE_VERSION 64. This version of Node.js requires
                                        2021-04-28 18:02:10.552 - error: host.raspberrypi Caught by controller[0]: NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
                                        2021-04-28 18:02:10.553 - error: host.raspberrypi Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
                                        2021-04-28 18:02:10.553 - error: host.raspberrypi Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1057:18)
                                        2021-04-28 18:02:10.553 - error: host.raspberrypi Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                        2021-04-28 18:02:10.553 - error: host.raspberrypi Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                        2021-04-28 18:02:10.554 - error: host.raspberrypi Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
                                        2021-04-28 18:02:10.554 - error: host.raspberrypi Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
                                        2021-04-28 18:02:10.554 - error: host.raspberrypi Caught by controller[0]: at bindings (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/bindings/bindings.js:112:48)
                                        2021-04-28 18:02:10.554 - error: host.raspberrypi Caught by controller[0]: at Object. (/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/lib/linux.js:2:36)
                                        2021-04-28 18:02:10.555 - error: host.raspberrypi Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
                                        2021-04-28 18:02:10.555 - error: host.raspberrypi Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                        2021-04-28 18:02:10.555 - error: host.raspberrypi Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
                                        2021-04-28 18:02:10.555 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2021-04-28 18:02:10.556 - info: host.raspberrypi Adapter system.adapter.zigbee.0 needs rebuild and will be restarted afterwards.
                                        2021-04-28 18:02:10.556 - info: host.raspberrypi system.adapter.zigbee.0 will be rebuilt
                                        2021-04-28 18:02:10.556 - warn: host.raspberrypi adapter "zigbee" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
                                        2021-04-28 18:02:10.557 - info: host.raspberrypi iobroker rebuild zigbee --install
                                        2021-04-28 18:02:11.490 - info: host.raspberrypi iobroker npm-rebuild: npm install --loglevel error --production (System call) in "/opt/iobroker/node_modules/iobroker.zigbee"
                                        2021-04-28 18:02:12.172 - info: discovergy.0 (4758) starting. Version 0.5.6 in /opt/iobroker/node_modules/iobroker.discovergy, node: v12.22.1, js-controller: 3.2.16
                                        2021-04-28 18:02:12.242 - info: discovergy.0 (4758) Discovergy Adapter startet, trying to discover meters associated with your account
                                        2021-04-28 18:02:12.263 - warn: discovergy.0 (4758) State "system.this.discovergy.0.alive" has no existing object, this might lead to an error in future versions
                                        2021-04-28 18:02:12.939 - info: host.raspberrypi instance system.adapter.go-e.0 started with pid 4800
                                        2021-04-28 18:02:13.496 - info: discovergy.0 (4758) All meters associated to your account discovered, initialise meters
                                        2021-04-28 18:02:13.626 - info: discovergy.0 (4758) All meters initialized, polling data every 5 seconds
                                        2021-04-28 18:02:14.049 - info: sourceanalytix.0 (4617) Initialization (9 of 9) finished for : 0_userdata.0.Steckdosen.Josef_Zimmer_Heizung
                                        2021-04-28 18:02:14.063 - info: sourceanalytix.0 (4617) SourceAnalytix initialisation finalized, will handle calculations ... for 9 states
                                        2021-04-28 18:02:16.361 - info: go-e.0 (4800) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.go-e, node: v12.22.1, js-controller: 3.2.16
                                        2021-04-28 18:02:16.401 - info: go-e.0 (4800) Server: 192.168.178.31
                                        2021-04-28 18:02:16.402 - info: go-e.0 (4800) Intervall: 60
                                        2021-04-28 18:03:16.420 - info: host.raspberrypi "system.adapter.zigbee.0" disabled
                                        2021-04-28 18:03:20.392 - info: host.raspberrypi "system.adapter.zigbee.0" enabled
                                        2021-04-28 18:04:45.475 - info: admin.0 (3838) Request actual repository...
                                        2021-04-28 18:04:46.068 - info: host.raspberrypi Updating repository "Stable (default)" under "http://download.iobroker.net/sources-dist.json"
                                        2021-04-28 18:04:47.551 - info: admin.0 (3838) Repository received successfully.
                                        2021-04-28 18:05:19.709 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:19.715 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~
                                        2021-04-28 18:05:19.719 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~
                                        2021-04-28 18:05:19.724 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:19.725 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~
                                        2021-04-28 18:05:19.730 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:19.731 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:270:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~
                                        2021-04-28 18:05:19.735 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:19.736 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:314:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~
                                        2021-04-28 18:05:19.744 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:19.745 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:363:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~
                                        2021-04-28 18:05:19.751 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:19.752 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:409:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~
                                        2021-04-28 18:05:19.754 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: At global scope:../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local& v8str)) { ^
                                        2021-04-28 18:05:19.756 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^
                                        2021-04-28 18:05:19.762 - info: host.raspberrypi iobroker npm-rebuild: In file included from ../../../nan/nan.h:56,
                                        2021-04-28 18:05:19.763 - info: host.raspberrypi iobroker npm-rebuild: from ../src/./serialport.h:6, from ../src/serialport.cpp:1:/home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^/home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~
                                        2021-04-28 18:05:23.874 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
                                        2021-04-28 18:05:23.875 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        2021-04-28 18:05:23.916 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
                                        2021-04-28 18:05:23.917 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        2021-04-28 18:05:32.702 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:32.703 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~
                                        2021-04-28 18:05:32.709 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:32.711 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~
                                        2021-04-28 18:05:32.715 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~
                                        2021-04-28 18:05:32.718 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~
                                        2021-04-28 18:05:32.723 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:32.724 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:270:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~
                                        2021-04-28 18:05:32.728 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:314:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~
                                        2021-04-28 18:05:32.735 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:32.735 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:363:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~
                                        2021-04-28 18:05:32.741 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:
                                        2021-04-28 18:05:32.742 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:409:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~
                                        2021-04-28 18:05:32.745 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp: At global scope:../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local& v8str)) { ^
                                        2021-04-28 18:05:32.748 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^
                                        2021-04-28 18:05:32.751 - info: host.raspberrypi iobroker npm-rebuild: In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1:/home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^/home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~
                                        2021-04-28 18:05:36.594 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
                                        2021-04-28 18:05:36.595 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        2021-04-28 18:05:36.635 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
                                        2021-04-28 18:05:36.636 - info: host.raspberrypi iobroker npm-rebuild: ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        2021-04-28 18:06:23.521 - info: host.raspberrypi iobroker npm-rebuild:
                                        2021-04-28 18:06:23.522 - info: host.raspberrypi iobroker npm-rebuild: Rebuild zigbee done
                                        2021-04-28 18:06:24.532 - info: host.raspberrypi iobroker npm-rebuild: exit 0
                                        2021-04-28 18:06:24.592 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 5368
                                        2021-04-28 18:06:27.791 - info: zigbee.0 (5368) starting. Version 1.4.4 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.1, js-controller: 3.2.16
                                        2021-04-28 18:06:27.917 - info: zigbee.0 (5368) Starting Zigbee npm ...
                                        2021-04-28 18:06:28.702 - info: zigbee.0 (5368) Installed Version: iobroker.zigbee@1.4.4
                                        2021-04-28 18:06:28.735 - info: zigbee.0 (5368) Coordinator firmware version: {"type":"ConBee2/RaspBee2","meta":{"transportrev":0,"product":0,"majorrel":38,"minorrel":88,"maintrel":0,"revision":"0x26580700"}}
                                        2021-04-28 18:06:28.758 - info: zigbee.0 (5368) Unable to disable LED, unsupported function.
                                        2021-04-28 18:06:28.759 - info: zigbee.0 (5368) --> transmitPower : normal
                                        2021-04-28 18:06:28.761 - info: zigbee.0 (5368) Unable to set transmit power, unsupported function.
                                        2021-04-28 18:06:28.765 - info: zigbee.0 (5368) Currently 2 devices are joined:
                                        2021-04-28 18:06:28.785 - info: zigbee.0 (5368) 0x00158d0005363273 (addr 49113): WSDCGQ01LM - Xiaomi MiJia temperature & humidity sensor (EndDevice)
                                        2021-04-28 18:06:28.788 - info: zigbee.0 (5368) 0x00158d00054db088 (addr 16208): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice)
                                        2021-04-28 18:06:28.789 - info: zigbee.0 (5368) Zigbee started
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tobili03 @Thomas Braun last edited by

                                          @thomas-braun Danke, jetzt habe ich es richtig.

                                          1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @Thomas Braun last edited by

                                            @thomas-braun Füge den einen Link mal oben mit ein

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            625
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            97
                                            812
                                            292464
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo