Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. ZigBee neue Version 1.5.x

    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

    ZigBee neue Version 1.5.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • david83
      david83 last edited by

      Hallo zusammen, ich habe gestern das Update von 1.4.4 auf 1.5.6 gemacht. Soweit ist erstmal alles in Ordnung. Das einzige was jetzt gar nicht mehr funktioniert ist der Firmware aktualisieren Button. Wenn ich diesen drücke, passiert garnichts. Ich habe verschiedene Browser ausprobiert. Ich habe mir das Log angeschaut und habe keine Warnungen oder Error Einträge. Ist da was bekannt? Gerne stelle ich weitere Infos zur Verfügung. Was wird gebraucht?

      Mfg
      David

      arteck mickym 2 Replies Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @david83 last edited by arteck

        @david83 doch ... schau im LOG..da wird der start des checks Protokolliert

        david83 1 Reply Last reply Reply Quote 0
        • A
          anno171986 @arteck last edited by

          @arteck Ich habe gestern auch von Version 1.4.4 auf 1.5.6 geupdated. Dann kam ein Fehlerbild, was ähnlich dem ist, was ich oben gepostet habe, jedoch war dort von einem "serialport" Modul (oder so ähnlich die Rede, welches nicht gefunden wurde.

          Nach dem ich etwas gesucht habe, hatte ich dieses Thema hier gefunden und habe dann folgendes gemacht:

          iobroker stoppen

          rm -R /opt/iobroker/node_modules/zigbee-herdsman
          rm -R /opt/iobroker/node_modules/zigbee-herdsman-converter
          rm -R /opt/iobroker/node_modules/@serialport
          rm -R /opt/iobroker/node_modules/iobroker.zigbee
          

          Bei

          rm -R /opt/iobroker/node_modules/zigbee-herdsman-converter
          

          kam der Fehler dass er diesen nicht entfernen konnte, da nicht vorhanden.

          Danach von den Adapter von GIT installiert installieren https://github.com/ioBroker/ioBroker.zigbee/wiki/GIT-install
          iobroker starten

          Das ist der aktuelle Stand und ich bekomme folgenden Fehler:

          host.raspberrypi	2021-06-03 23:51:58.771	info	Restart adapter system.adapter.zigbee.0 because enabled
          host.raspberrypi	2021-06-03 23:51:58.770	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          host.raspberrypi	2021-06-03 23:51:58.770	error	Caught by controller[0]: }
          host.raspberrypi	2021-06-03 23:51:58.770	error	Caught by controller[0]: ]
          host.raspberrypi	2021-06-03 23:51:58.769	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.zigbee/main.js'
          host.raspberrypi	2021-06-03 23:51:58.769	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.zigbee/lib/commands.js',
          host.raspberrypi	2021-06-03 23:51:58.769	error	Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.zigbee/lib/utils.js',
          host.raspberrypi	2021-06-03 23:51:58.769	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman-converters/index.js',
          host.raspberrypi	2021-06-03 23:51:58.768	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/danfoss.js',
          host.raspberrypi	2021-06-03 23:51:58.768	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/index.js',
          host.raspberrypi	2021-06-03 23:51:58.768	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/ledvance.js',
          host.raspberrypi	2021-06-03 23:51:58.767	error	Caught by controller[0]: '/opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/common.js',
          host.raspberrypi	2021-06-03 23:51:58.767	error	Caught by controller[0]: requireStack: [
          host.raspberrypi	2021-06-03 23:51:58.767	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
          host.raspberrypi	2021-06-03 23:51:58.766	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19) {
          host.raspberrypi	2021-06-03 23:51:58.766	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
          host.raspberrypi	2021-06-03 23:51:58.766	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:863:32)
          host.raspberrypi	2021-06-03 23:51:58.766	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
          host.raspberrypi	2021-06-03 23:51:58.765	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:999:30)
          host.raspberrypi	2021-06-03 23:51:58.765	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/common.js:5:15)
          host.raspberrypi	2021-06-03 23:51:58.765	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:74:18)
          host.raspberrypi	2021-06-03 23:51:58.764	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:887:19)
          host.raspberrypi	2021-06-03 23:51:58.764	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:667:27)
          host.raspberrypi	2021-06-03 23:51:58.764	error	Caught by controller[0]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
          host.raspberrypi	2021-06-03 23:51:58.764	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.zigbee/main.js
          host.raspberrypi	2021-06-03 23:51:58.763	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.zigbee/lib/commands.js
          host.raspberrypi	2021-06-03 23:51:58.763	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.zigbee/lib/utils.js
          host.raspberrypi	2021-06-03 23:51:58.763	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman-converters/index.js
          host.raspberrypi	2021-06-03 23:51:58.762	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman-converters/devices/danfoss.js
          host.raspberrypi	2021-06-03 23:51:58.762	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/index.js
          host.raspberrypi	2021-06-03 23:51:58.762	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/ledvance.js
          host.raspberrypi	2021-06-03 23:51:58.762	error	Caught by controller[0]: - /opt/iobroker/node_modules/zigbee-herdsman-converters/lib/ota/common.js
          host.raspberrypi	2021-06-03 23:51:58.761	error	Caught by controller[0]: Require stack:
          host.raspberrypi	2021-06-03 23:51:58.761	error	Caught by controller[0]: Error: Cannot find module 'buffer-crc32'
          host.raspberrypi	2021-06-03 23:51:58.761	error	Caught by controller[0]: ^
          host.raspberrypi	2021-06-03 23:51:58.760	error	Caught by controller[0]: throw err;
          host.raspberrypi	2021-06-03 23:51:58.760	error	Caught by controller[0]: internal/modules/cjs/loader.js:818
          host.raspberrypi	2021-06-03 23:51:56.709	info	instance system.adapter.zigbee.0 started with pid 3229
          

          Ich probiere heute Abend dann nochmal folgendes:
          iobroker stoppen

          rm -R /opt/iobroker/node_modules/zigbee-herdsman
          rm -R /opt/iobroker/node_modules/zigbee-herdsman-converter
          rm -R /opt/iobroker/node_modules/@serialport
          rm -R /opt/iobroker/node_modules/iobroker.zigbee
          

          Danach von den Adapter von GIT installiert installieren https://github.com/ioBroker/ioBroker.zigbee/wiki/GIT-install
          iobroker starten

          arteck 1 Reply Last reply Reply Quote 0
          • arteck
            arteck Developer Most Active @anno171986 last edited by arteck

            @anno171986 sagte in ZigBee neue Version 1.5.x:

            rm -R /opt/iobroker/node_modules/zigbee-herdsman-converter

            hier fehlt ein Buchstabe am ende.. mein Fehler

            rm -R /opt/iobroker/node_modules/zigbee-herdsman-converters
            

            ALSO SO MUSS DAS

            rm -R /opt/iobroker/node_modules/zigbee-herdsman
            rm -R /opt/iobroker/node_modules/zigbee-herdsman-converters
            rm -R /opt/iobroker/node_modules/@serialport
            rm -R /opt/iobroker/node_modules/iobroker.zigbee
            
            E A 2 Replies Last reply Reply Quote 1
            • E
              eMd @arteck last edited by

              @arteck

              Benutzt du immernoch das zigbee Modul aus deiner Signatur? Hast du damit keine Probleme in 1.5.6?

              MfG
              eMd

              arteck 1 Reply Last reply Reply Quote 1
              • arteck
                arteck Developer Most Active @eMd last edited by arteck

                @emd ich habe mehrere Coordinatoren.. auch zum testen..sowie unterschiedliche Hardware (pi,vm,rock64) und Betriebsysteme

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

                  @david83 hast Du auch die Kacheln umgedreht? Das Ergebnis des OTA Firmware Checks siehst Du auf der Rückseite (früher Vorderseite)

                  david83 1 Reply Last reply Reply Quote 0
                  • A
                    anno171986 @arteck last edited by

                    @arteck said in ZigBee neue Version 1.5.x:

                    @anno171986 sagte in ZigBee neue Version 1.5.x:

                    rm -R /opt/iobroker/node_modules/zigbee-herdsman-converter

                    hier fehlt ein Buchstabe am ende.. mein Fehler

                    rm -R /opt/iobroker/node_modules/zigbee-herdsman-converters
                    

                    ALSO SO MUSS DAS

                    rm -R /opt/iobroker/node_modules/zigbee-herdsman
                    rm -R /opt/iobroker/node_modules/zigbee-herdsman-converters
                    rm -R /opt/iobroker/node_modules/@serialport
                    rm -R /opt/iobroker/node_modules/iobroker.zigbee
                    

                    Nach dem ersten Befehl kommt jetzt folgende Frage:

                    rm: in schreibgeschütztes Verzeichnis '/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build' absteigen?
                    
                    M 1 Reply Last reply Reply Quote 0
                    • M
                      msauer @anno171986 last edited by

                      @anno171986 sudo davor..dann sollte es gehen

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        anno171986 @msauer last edited by

                        @msauer said in ZigBee neue Version 1.5.x:

                        @anno171986 sudo davor..dann sollte es gehen

                        Das hat geklappt, jetzt kommt

                        pi@raspberrypi:~ $ sudo rm -R /opt/iobroker/node_modules/@serialport
                        rm: das Entfernen von '/opt/iobroker/node_modules/@serialport' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                        
                        Asgothian 1 Reply Last reply Reply Quote 0
                        • Asgothian
                          Asgothian Developer @anno171986 last edited by

                          @anno171986
                          Dann ist schon alles gut - das Verzeichnis ist weg.

                          A.

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            anno171986 @Asgothian last edited by

                            @asgothian said in ZigBee neue Version 1.5.x:

                            @anno171986
                            Dann ist schon alles gut - das Verzeichnis ist weg.

                            A.

                            Ok. Ich habe jetzt alle 4 Zeilen ausgeführt und den iobroker wieder gestartet. Wenn ich jetzt bei Instanzen gucke, ist da immer noch ein "zigbee.0", ist das richtig so? Habe ich das nicht gerade über die Konsole deinstalliert? Auch unter Adapter steht bei Zigbee "Installierte Version: 1.5.6" und "Installierte Instanzen: 1"

                            arteck 1 Reply Last reply Reply Quote 0
                            • arteck
                              arteck Developer Most Active @anno171986 last edited by arteck

                              @anno171986 na klar ist die noch da.. aber wird nicht laufen.... da der sourcecode dazu fehlt..den hast du gerade hintenrum gelöscht

                              also musst du neu über GIT installieren..

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                anno171986 @arteck last edited by anno171986

                                @arteck said in ZigBee neue Version 1.5.x:

                                @anno171986 na klar ist die noch da.. aber wird nicht laufen.... da der sourcecode dazu fehlt..den hast du gerade hintenrum gelöscht

                                also musst du neu über GIT installieren..

                                Installation lief erfolgreich durch. Jetzt ist der Adapter schon mal gelb und nicht mehr rot. "Verbunden mit zigbee: falsch", die anderen beiden sind wahr.

                                zigbee.0	2021-06-04 12:03:38.064	error	(16566) Error herdsman start
                                zigbee.0	2021-06-04 12:03:38.063	error	(16566) Failed to start Zigbee
                                zigbee.0	2021-06-04 12:03:38.061	error	(16566) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                
                                1 Reply Last reply Reply Quote 0
                                • L
                                  luie last edited by luie

                                  E1603_E1702.jpg
                                  E1603_E1702_02.jpg

                                  Der Link auf die Modelnummer in beiden Kacheln ist fehlerhaft.

                                  Richtig ist Link Text

                                  Und
                                  LED1537R6_LED1739R5.jpg
                                  LED1537R6_LED1739R5_02.jpg

                                  betrifft das nur den Link in der Geräteinformation. Der richtige Link.

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

                                    @mickym said in ZigBee neue Version 1.5.x:

                                    @david83 hast Du auch die Kacheln umgedreht? Das Ergebnis des OTA Firmware Checks siehst Du auf der Rückseite (früher Vorderseite)

                                    Das war die Lösung, so einfach... Dankeschön!

                                    1 Reply Last reply Reply Quote 0
                                    • david83
                                      david83 @arteck last edited by

                                      @arteck said in ZigBee neue Version 1.5.x:

                                      @david83 doch ... schau im LOG..da wird der start des checks Protokolliert

                                      Danke mir wurde geholfen. War meine Unwissenheit

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        anno171986 last edited by anno171986

                                        Update:
                                        habe gerade gesehen dass da doch ein Unterschied zwischen "configured" und "adapter" war, den ich vorher nicht gesehen habe. Habe die "Pan ID" auf 6755 geändert und jetzt scheint es zu funktionierern: Adapter ist grün und Geräte scheinen auch alle wieder da zu sein.


                                        Ich bin jetzt zu hause und bekomme das Problem leider nicht gelöst. Ein neustart des Adapters bringt folgendene Fehler:

                                        zigbee.0	2021-06-04 20:47:02.733	error	(5518) Error herdsman start
                                        zigbee.0	2021-06-04 20:47:02.732	error	(5518) Failed to start Zigbee
                                        zigbee.0	2021-06-04 20:47:02.730	error	(5518) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                        zigbee.0	2021-06-04 20:47:02.432	info	(5518) Installed Version: ioBroker/ioBroker.zigbee#b66b009282423ca38e8b7e3d66a91a99afb794af
                                        zigbee.0	2021-06-04 20:47:02.408	info	(5518) Starting Zigbee npm ...
                                        zigbee.0	2021-06-04 20:47:02.406	info	(5518) Try to reconnect. 1 attempts left
                                        zigbee.0	2021-06-04 20:46:52.405	error	(5518) Error herdsman start
                                        zigbee.0	2021-06-04 20:46:52.404	error	(5518) Failed to start Zigbee
                                        zigbee.0	2021-06-04 20:46:52.403	error	(5518) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                        zigbee.0	2021-06-04 20:46:52.401	error	(5518) Re-commissioning your network will require re-pairing of all devices!
                                        zigbee.0	2021-06-04 20:46:52.400	error	(5518) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                        zigbee.0	2021-06-04 20:46:52.400	error	(5518) Please update configuration to prevent further issues.
                                        zigbee.0	2021-06-04 20:46:52.399	error	(5518) - Channel List: configured=11, adapter=11
                                        zigbee.0	2021-06-04 20:46:52.398	error	(5518) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                        zigbee.0	2021-06-04 20:46:52.397	error	(5518) - Extended PAN ID: configured=00124b001940bcc7, adapter=00124b001940bcc7
                                        zigbee.0	2021-06-04 20:46:52.396	error	(5518) - PAN ID: configured=6754, adapter=6755
                                        zigbee.0	2021-06-04 20:46:52.395	error	(5518) Configuration is not consistent with adapter state/backup!
                                        

                                        Kann mir jemand sagen welche Einstellungen er da miteinander vergleicht?

                                        Jedes Mal wenn ich die Einstellungen der Instanz öffne kommt.

                                        You need save and run adapter before pairing!
                                        

                                        und wenn ich dann was einstelle und auf speichern klicke kommt:

                                        Bitte bestätigen
                                        
                                        Einige Daten wurden nicht gespeichert. Verwerfen?
                                        

                                        M 1 Reply Last reply Reply Quote 0
                                        • Robi1010MD
                                          Robi1010MD last edited by

                                          Guten Morgen,

                                          ich habe mir einen Sensor bestellt, der aktuell unter Tuya TS0201 läuft, jedoch keine Werte übermittelt.
                                          Muss ich dafür einen Converter installieren oder ist das Gerät noch nicht erfasst?

                                          Screenshot_20210604-103223.png

                                          So sieht das Gerät im Adapter aus.
                                          Screenshot_20210604-085059.png

                                          Ich wünsche ein schönes Wochenende!

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            swisswn @Robi1010MD last edited by

                                            @robi1010md sagte in ZigBee neue Version 1.5.x:

                                            Guten Morgen,

                                            ich habe mir einen Sensor bestellt, der aktuell unter Tuya TS0201 läuft, jedoch keine Werte übermittelt.
                                            Muss ich dafür einen Converter installieren oder ist das Gerät noch nicht erfasst?

                                            Screenshot_20210604-103223.png

                                            So sieht das Gerät im Adapter aus.
                                            Screenshot_20210604-085059.png

                                            Ich wünsche ein schönes Wochenende!

                                            @Robi1010MD

                                            Habe das selbe Problem. Gibt aber bereits eine thread dazu.

                                            https://forum.iobroker.net/topic/44921/zigbee-device-erkannt-aber-ohne-funktion.

                                            Gruss Roger

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            900
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            72
                                            579
                                            111079
                                            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