Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. INFO / ACHTUNG : Zwave-Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    INFO / ACHTUNG : Zwave-Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • AlCalzone
      AlCalzone Developer @OstfrieseUnterwegs last edited by

      @OstfrieseUnterwegs Nein, geht noch nicht:
      https://forum.iobroker.net/topic/22503/nodejs-12-status-für-iobroker/2
      es hängt an
      https://github.com/OpenZWave/node-openzwave-shared/issues/280

      OstfrieseUnterwegs 1 Reply Last reply Reply Quote 0
      • OstfrieseUnterwegs
        OstfrieseUnterwegs @AlCalzone last edited by

        @AlCalzone Danke Dir. Ich hab einfach schnell eine Proxmox VM mit nodejs 10 gemacht - damit geht's

        1 Reply Last reply Reply Quote 0
        • F
          fisch last edited by

          Hallo habe heute folgende Updates gemacht:
          Plattform: linux
          RAM: 927.1 MB
          Node.js: v10.16.0
          NPM: 6.9.0

          Leider habe ich nun einige Probleme...z.B. mit dem Zwave Adapter.
          Kann mir da jemand weiterhelfen oder hat das auch mit dem o.g. Problem zu tun? Danke im Voraus!!

          host.ioBroker-Pi	2019-06-19 17:00:51.175	error	instance system.adapter.zwave.0 terminated with code 0 (OK)
          host.ioBroker-Pi	2019-06-19 17:00:51.175	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:585:3) code: 'MODULE_NOT_FOUND' }
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:776:30)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/openzwave-shared/lib/openzwave-shared.js:25:19)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:25:18)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:690:17)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          host.ioBroker-Pi	2019-06-19 17:00:51.174	error	Caught by controller[0]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          host.ioBroker-Pi	2019-06-19 17:00:51.173	error	Caught by controller[0]: { Error: Cannot find module '/opt/iobroker/node_modules/openzwave-shared/lib/../build/Release/openzwave_shared.node'
          zwave.0	2019-06-19 17:00:51.123	error	uncaught exception: Cannot find module '/opt/iobroker/node_modules/openzwave-shared/lib/../build/Release/openzwave_shared.node'
          zwave.0	2019-06-19 17:00:46.604	info	starting. Version 1.4.1 in /opt/iobroker/node_modules/iobroker.zwave, node: v10.16.0
          
          AlCalzone 1 Reply Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer @fisch last edited by

            @fisch Da gab es wohl einen Fehler bei der Adapter-Installation. Versuche mal:

            cd /opt/iobroker/node_modules/openzwave-shared
            npm i --production
            

            Sollte es bei letzterem Befehl Berechtigungsprobleme geben (EACCES), dann ändere ihn ab zu

            sudo -H npm i --production --unsafe-perm
            
            1 Reply Last reply Reply Quote 1
            • F
              fisch last edited by fisch

              hey wow ! Super danke

              Hat funktioniert Klasse!!

              Darf ich doch noch Wehgen zwei anderen Sachen was fragen?

              https://forum.iobroker.net/topic/23317/fehlermeldung-von-node-red

              1 Reply Last reply Reply Quote 0
              • OstfrieseUnterwegs
                OstfrieseUnterwegs last edited by

                Ist irgendwo dokumentiert, was sich seit 1.3.2 geändert hat?

                B AlCalzone 2 Replies Last reply Reply Quote 0
                • B
                  Bluelightcrew @OstfrieseUnterwegs last edited by

                  @OstfrieseUnterwegs
                  Die Frage hab ich mir auch gestellt, bei github hört es ja da auf, obwohl es wohl zwei neuere Versionen gibt. Hab die neuste drauf und sehe da jetzt kein unterschied.

                  1 Reply Last reply Reply Quote 0
                  • AlCalzone
                    AlCalzone Developer @OstfrieseUnterwegs last edited by

                    @OstfrieseUnterwegs https://github.com/ioBroker/ioBroker.zwave/blob/master/io-package.json#L18

                    Kurz gesagt:

                    • 1.3.x und alle früheren Versionen können aufgrund einer externen Änderung nicht mehr installiert werden.
                    • 1.4.0 hat daher die Installationsroutine geändert, und unter der Haube kleinere Verbesserungen
                    • 1.4.1 hat Fehler in 1.4.0 behoben
                    • 1.4.2 ersetzt wieder Leerzeichen in Objektnamen durch "_" wie es vor einem der letzten JS-Controller-Updates noch war.
                    1 Reply Last reply Reply Quote 2
                    • M
                      Matten last edited by

                      @AlCalzone : Wurde mit dem 1.4 Update die Lib überschrieben? Ich hatte 1.5 installiert, nach dem Update funktionierten nicht mehr alle Funktionen der Jalousien (Auf-/Zuklappen).

                      Hat jemand schon die Lib Version 1.6 probiert?

                      Danke!

                      AlCalzone 1 Reply Last reply Reply Quote 0
                      • AlCalzone
                        AlCalzone Developer @Matten last edited by

                        @Matten Ja, die wurde auf Version 1.4 festgelegt, da nur die zum Zeitpunkt des Updates 100% kompatibel war. 1.5 könnte man allerdings mal testen.

                        1.6 könnte gegebenenfalls inzwischen auch funktionieren.

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Matten @AlCalzone last edited by

                          @AlCalzone Arbeitest Du an Deiner eigenen open zwave Version weiter?

                          AlCalzone 1 Reply Last reply Reply Quote 0
                          • AlCalzone
                            AlCalzone Developer @Matten last edited by

                            @Matten Ja, dauert aber noch etwas.

                            Zum Thema: habe gestern v1.5.0 veröffentlicht, die problemlos mit OpenZWave 1.6 zu funktionieren scheint.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              Matten @AlCalzone last edited by

                              @AlCalzone said in INFO / ACHTUNG : Zwave-Adapter:

                              @Matten Ja, dauert aber noch etwas.

                              Zum Thema: habe gestern v1.5.0 veröffentlicht, die problemlos mit OpenZWave 1.6 zu funktionieren scheint.

                              Danke, mal sehen ob ich noch weiß, wie ich die lib neu einspiele... 🙂

                              eumats 1 Reply Last reply Reply Quote 0
                              • eumats
                                eumats @Matten last edited by

                                @Matten
                                Wenn ich das richtig verstanden habe bringt der Adapter 1.5.0 OZW 1.6 gleich mit.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  Matten @eumats last edited by

                                  @eumats : Danke, leider habe ich das zu spät gemerkt und musste jetzt nochmal aufsetzen.

                                  Leider habe ich jetzt einen ständigen Neustart:

                                  host.debian 2019-07-11 13:37:51.689 error instance system.adapter.zwave.0 terminated with code null ()
                                  host.debian 2019-07-11 13:37:51.688 warn instance system.adapter.zwave.0 terminated due to SIGSEGV
                                  zwave.0 2019-07-11 13:37:43.111 info State updated: zwave.0.NODE18.SENSOR_MULTILEVEL.Power_1 = 0, index = 4, comClass = 49, instance = 1
                                  history.0 2019-07-11 13:37:06.988 info enabled logging of zwave.0.NODE5.SENSOR_MULTILEVEL.Power_1, Alias=false
                                  zwave.0 2019-07-11 13:37:06.989 info State updated: zwave.0.NODE5.SENSOR_MULTILEVEL.Power_1 = 158.6, index = 4, comClass = 49, instance = 1
                                  history.0 2019-07-11 13:37:05.259 info enabled logging of zwave.0.NODE5.SENSOR_MULTILEVEL.Power_1, Alias=false
                                  zwave.0 2019-07-11 13:37:05.335 info Update zwave.0.NODE47
                                  zwave.0 2019-07-11 13:37:05.335 info Update zwave.0.NODE47
                                  zwave.0 2019-07-11 13:37:05.335 info State updated: zwave.0.NODE45.CONFIGURATION.Load_control_mode = 0, index = 31, comClass = 112, instance = 1
                                  zwave.0 2019-07-11 13:37:05.335 info State updated: zwave.0.NODE45.CONFIGURATION.Load_control_mode = control mode selected automatically (based on auto-calibration), index = 30, comClass = 112, instance = 1
                                  zwave.0 2019-07-11 13:37:05.335 info State updated: zwave.0.NODE45.METER.Reset = false, index = 33, comClass = 50, instance = 2
                                  zwave.0 2019-07-11 13:37:05.335 info State updated: zwave.0.NODE45.METER.Reset = false, index = 33, comClass = 50, instance = 1
                                  zwave.0 2019-07-11 13:37:05.334 info Update zwave.0.NODE45
                                  zwave.0 2019-07-11 13:37:05.334 info Update zwave.0.NODE45
                                  zwave.0 2019-07-11 13:37:05.334 info State updated: zwave.0.NODE29.CONFIGURATION.Load_control_mode = 0, index = 31, comClass = 112, instance = 1
                                  zwave.0 2019-07-11 13:37:05.334 info State updated: zwave.0.NODE29.CONFIGURATION.Load_control_mode = 5, index = 30, comClass = 112, instance = 1
                                  zwave.0 2019-07-11 13:37:05.334 info Update zwave.0.NODE29

                                  Das ist ein Auszug. Zwave startet und updatet alle nodes, dann bricht er ab und startet neu. Das seltsame ist, ich kann
                                  die Geräte steuern, also bis dahin funktioniert alles. Das ist natürlich kein Zustand. Hat jemand eine Idee?

                                  AlCalzone 1 Reply Last reply Reply Quote 0
                                  • AlCalzone
                                    AlCalzone Developer @Matten last edited by

                                    @Matten sagte in INFO / ACHTUNG : Zwave-Adapter:

                                    SIGSEGV

                                    Klingt für mich als wäre beim Update was nicht sauber gelaufen. Am besten mal den Z-Wave-Adapter komplett löschen (nicht nur Instanzen) und neu installieren.

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      Matten @AlCalzone last edited by

                                      @AlCalzone Danke, das war es. 👍

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        fisch last edited by

                                        Hallo zusammen,

                                        habe heute den 1.5.0 insatlliert...jetzt geht wieder nichts 😞

                                        $ ./iobroker add zwave  --host ioBroker-Pi
                                        host.ioBroker-Pi install adapter zwave
                                        npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.zwave"
                                        find: ‘/tmp/systemd-private-e840114d2b404515948665fe563358d5-redis-server.service-S60QFf’: Keine Berechtigungfind: ‘/tmp/systemd-private-e840114d2b404515948665fe563358d5-colord.service-o5xroB’: Keine Berechtigung
                                        
                                          % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                 Dload  Upload   Total   Spent    Left  Speed
                                        
                                          0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
                                        100   125    0   125    0     0    362      0 --:--:-- --:--:-- --:--:--   363
                                        
                                          0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Failed to create the file master.zip: Keine Berechtigung
                                        
                                          0 12.5M    0  1370    0     0   1615      0  2:16:13 --:--:--  2:16:13 12685
                                        curl: (23) Failed writing body (0 != 1370)
                                        
                                        /opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:16    if (!suppressException) throw e;
                                                                    ^
                                        
                                        Error: Command failed: curl -L -O https://github.com/OpenZWave/open-zwave/archive/master.zip
                                          % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                                                         Dload  Upload   Total   Spent    Left  Speed
                                        
                                          0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
                                        100   125    0   125    0     0    362      0 --:--:-- --:--:-- --:--:--   363
                                        
                                          0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Failed to create the file master.zip: Keine Berechtigung
                                        
                                          0 12.5M    0  1370    0     0   1615      0  2:16:13 --:--:--  2:16:13 12685
                                        curl: (23) Failed writing body (0 != 1370)
                                        
                                            at checkExecSyncError (child_process.js:629:11)
                                            at Object.execSync (child_process.js:666:13)
                                            at doScript (/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:13:15)
                                            at installOpenZwaveFromSource (/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:147:3)
                                            at installOpenZwave (/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:139:3)
                                            at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.zwave/lib/preinstall.js:27:7)
                                            at Module._compile (internal/modules/cjs/loader.js:776:30)
                                            at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
                                            at Module.load (internal/modules/cjs/loader.js:653:32)
                                            at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        
                                        npm
                                         
                                        ERR! code ELIFECYCLEnpm ERR! errno 1
                                        
                                        npm ERR! iobroker.zwave@1.5.0 preinstall: `node lib/preinstall.js`npm ERR! Exit status 1
                                        npm ERR! 
                                        npm ERR! Failed at the iobroker.zwave@1.5.0 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-07-12T13_49_56_096Z-debug.log
                                        
                                        ERROR: fs.js:114    throw err;
                                            ^
                                        
                                        Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.zwave/iob_npm.done'
                                            at Object.openSync (fs.js:443:3)
                                            at Object.writeFileSync (fs.js:1194:35)
                                            at ChildProcess.child.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2946:20)
                                            at ChildProcess.emit (events.js:198:13)
                                            at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                                        
                                        ERROR: process exited with code 1
                                        

                                        Kann mir jemand weiterhelfen?

                                        habe schon iobroker del zwave gemacht und neuinstalliert... und dann über Admin eine neue Instanz installieren wollen

                                        1 Reply Last reply Reply Quote 0
                                        • F
                                          fisch last edited by fisch

                                          ok installiert habe ich ihn nun bekommen....

                                          host.ioBroker-Pi	2019-07-12 16:51:28.841	error	instance system.adapter.zwave.0 terminated with code 0 (OK)
                                          Caught	2019-07-12 16:51:28.841	error	by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
                                          Caught	2019-07-12 16:51:28.841	error	by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
                                          Caught	2019-07-12 16:51:28.841	error	by controller[0]: at Module._compile (internal/modules/cjs/loader.js:776:30)
                                          Caught	2019-07-12 16:51:28.841	error	by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.zwave/node_modules/openzwave-shared/lib/openzwave-shared.js:27:19)
                                          Caught	2019-07-12 16:51:28.841	error	by controller[0]: at require (internal/modules/cjs/helpers.js:25:18)
                                          Caught	2019-07-12 16:51:28.841	error	by controller[0]: at Module.require (internal/modules/cjs/loader.js:690:17)
                                          Caught	2019-07-12 16:51:28.840	error	by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          Caught	2019-07-12 16:51:28.840	error	by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          Caught	2019-07-12 16:51:28.840	error	by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
                                          Caught	2019-07-12 16:51:28.840	error	by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:805:18)
                                          Caught	2019-07-12 16:51:28.839	error	by controller[0]: Error: libopenzwave.so.1.6: cannot open shared object file: No such file or directory
                                          

                                          EDIT: OK, ich habe wieder die 1.4.2 installiert...geht wieder?!
                                          Mit der 1.5.0 gehts leider nicht!

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            fisch @fisch last edited by

                                            Erledigt:

                                            mit

                                            sudo ldconfig

                                            läuft es nun !°

                                            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

                                            948
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            info
                                            20
                                            64
                                            9563
                                            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