Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus

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

      Hallo zusammen,

      ich will meinen Deconz Stick durch einen Sonoff ersetzen. Habe mich an die gängigen Anleitungen gehalten.
      Mit:

      ls -la /dev/serial/by-id
      

      die Adresse ausgelesen und in den Zigbee Adapter eingetragen:

      39b8ef59-2092-4cf3-9be9-765544976dda-grafik.png

      Bekomme aber keine Verbindung zum Gerät:
      4aee7c1d-5dda-4cd8-ba6f-a8f121d31b47-grafik.png

      Kann evtl. jemand helfen?

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

        @uhu01

        Trag eine andere erweitere PAN-Id ein.
        Der Adapterneustart schaut im Logfile wie aus?

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

          @thomas-braun

          2023-03-25 13:13:31.456 - info: zigbee.0 (5371) Try to reconnect. 1 attempts left
          2023-03-25 13:13:31.457 - info: zigbee.0 (5371) Starting Zigbee npm ...
          2023-03-25 13:13:31.491 - info: zigbee.0 (5371) Installed Version: iobroker.zigbee@1.8.10
          2023-03-25 13:13:31.789 - error: zigbee.0 (5371) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
          2023-03-25 13:13:31.790 - error: zigbee.0 (5371) Failed to start Zigbee
          2023-03-25 13:13:31.790 - error: zigbee.0 (5371) Error herdsman start
          

          PAN-Id habe ich geändert. Einfach 2 Zeichen ändern reicht da?
          6166295d-d112-417a-91f0-abd64b1ec0ec-grafik.png

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

            @uhu01 sagte in Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus:

            Einfach 2 Zeichen ändern reicht da?

            Generieren eine 16stellige Hex-Zahl. Gibt für unkreative im Netz Generatoren dafür.

            Starte den Adapter mal ganz neu.
            Der erste Start ist länger.

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

              @thomas-braun
              Hab den Adapter nochmal komplett neu installiert. Ist der Com-Anschlussname richtig? Hier mal der komplette String:

              /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
              

              b22b209e-499e-4fdb-b69d-637533561c68-grafik.png

              Verbinden will er sich aber immer noch nicht:

              2023-03-25 13:25:41.071 - info: zigbee.0 (13088) Try to reconnect. 1 attempts left
              2023-03-25 13:25:41.073 - info: zigbee.0 (13088) Starting Zigbee npm ...
              2023-03-25 13:25:41.125 - info: zigbee.0 (13088) Installed Version: iobroker.zigbee@1.8.10
              2023-03-25 13:25:41.395 - error: zigbee.0 (13088) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
              2023-03-25 13:25:41.396 - error: zigbee.0 (13088) Failed to start Zigbee
              2023-03-25 13:25:41.397 - error: zigbee.0 (13088) Error herdsman start
              2023-03-25 13:25:54.754 - info: admin.0 (8202) ==> Connected system.user.admin from ::ffff:192.168.178.241
              2023-03-25 13:25:54.905 - error: zigbee.0 (13088) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
              2023-03-25 13:25:55.071 - info: zigbee.0 (13088) List of port: [{"path":"/dev/ttyUSB0","manufacturer":"Silicon Labs","serialNumber":"0001","pnpId":"usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyAMA0"}]
              2023-03-25 13:26:27.203 - info: admin.0 (8202) <== Disconnect system.user.admin from ::ffff:192.168.178.241
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @UHU01 last edited by

                @uhu01

                Bitte nix abschneiden, vollständig inkl. Eingabeprompt aus der Konsole posten.

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

                  @thomas-braun
                  Ähh, das ist das Protokoll aus der IO-Broker Oberfläche. Wie muss ich denn vorgehen um an das andere zu kommen? Habe ich noch nie gemacht.

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

                    @uhu01

                    iob logs --watch | uniq
                    

                    anschauen, Ausgabe von

                    ls -lAh /dev/serial/by-id
                    

                    prüfen.

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

                      @thomas-braun
                      Der Pfad scheint zu stimmen.
                      Hier das LOG:

                      2023-03-2515:10:58.569-info:host.raspberrypi"system.adapter.zigbee.0"disabled
                      2023-03-2515:10:58.572-info:host.raspberrypistopInstancesystem.adapter.zigbee.0(force=false,process=true)
                      2023-03-2515:10:58.581-info:zigbee.0(13088)GotterminatesignalTERMINATE_YOURSELF
                      2023-03-2515:10:58.639-info:host.raspberrypistopInstancesystem.adapter.zigbee.0sendkillsignal
                      2023-03-2515:10:58.583-info:zigbee.0(13088)cleanedeverythingup...
                      2023-03-2515:10:58.586-info:zigbee.0(13088)Zigbee:disablingjoiningnewdevices.
                      2023-03-2515:10:58.696-warn:zigbee.0(13088)Failedtostopzigbeeduringstartup
                      2023-03-2515:10:58.697-info:zigbee.0(13088)terminating
                      2023-03-2515:10:58.699-info:zigbee.0(13088)Terminated(ADAPTER_REQUESTED_TERMINATION):Withoutreason
                      2023-03-2515:10:59.329-info:host.raspberrypiinstancesystem.adapter.zigbee.0terminatedwithcode11(ADAPTER_REQUESTED_TERMINATION)
                      2023-03-2515:11:02.563-info:host.raspberrypi"system.adapter.zigbee.0"enabled
                      2023-03-2515:11:03.121-info:host.raspberrypiinstancesystem.adapter.zigbee.0startedwithpid15126
                      2023-03-2515:11:08.522-info:zigbee.0(15126)starting.Version1.8.10in/opt/iobroker/node_modules/iobroker.zigbee,node:v16.19.0,js-controller:4.0.24
                      2023-03-2515:11:08.718-info:zigbee.0(15126)deleteoldBackupfiles.keeponlylast10
                      2023-03-2515:11:08.721-info:zigbee.0(15126)StartingZigbeenpm...
                      2023-03-2515:11:09.475-info:zigbee.0(15126)InstalledVersion:iobroker.zigbee@1.8.10
                      2023-03-2515:11:09.654-error:zigbee.0(15126)Configurationisnotconsistentwithadapterstate/backup!
                      2023-03-2515:11:09.655-error:zigbee.0(15126)-PANID:configured=6753,adapter=6754
                      2023-03-2515:11:09.657-error:zigbee.0(15126)-ExtendedPANID:configured=00124b0026b877e1,adapter=00124b0026b877e1
                      2023-03-2515:11:09.658-error:zigbee.0(15126)-NetworkKey:configured=01030507090b0d0f00020406080a0c0d,adapter=01030507090b0d0f00020406080a0c0d
                      2023-03-2515:11:09.659-error:zigbee.0(15126)-ChannelList:configured=11,adapter=11
                      2023-03-2515:11:09.660-error:zigbee.0(15126)Pleaseupdateconfigurationtopreventfurtherissues.
                      2023-03-2515:11:09.660-error:zigbee.0(15126)Ifyouwishtore-commissionyournetwork,pleaseremovecoordinatorbackupat/opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                      2023-03-2515:11:09.662-error:zigbee.0(15126)Re-commissioningyournetworkwillrequirere-pairingofalldevices!
                      2023-03-2515:11:09.861-error:zigbee.0(15126)Startingzigbee-herdsmanproblem:"startupfailed-configuration-adaptermismatch-seelogsaboveformoreinformation"
                      2023-03-2515:11:09.862-error:zigbee.0(15126)FailedtostartZigbee
                      2023-03-2515:11:09.862-error:zigbee.0(15126)Errorherdsmanstart
                      2023-03-2515:11:19.866-info:zigbee.0(15126)Trytoreconnect.1attemptsleft
                      2023-03-2515:11:19.867-info:zigbee.0(15126)StartingZigbeenpm...
                      2023-03-2515:11:19.897-info:zigbee.0(15126)InstalledVersion:iobroker.zigbee@1.8.10
                      2023-03-2515:11:20.149-error:zigbee.0(15126)Startingzigbee-herdsmanproblem:"Errorwhileopeningserialport'Error:ErrorResourcetemporarilyunavailableCannotlockport'"
                      2023-03-2515:11:20.152-error:zigbee.0(15126)FailedtostartZigbee
                      2023-03-2515:11:20.154-error:zigbee.0(15126)Errorherdsmanstart
                      
                      
                      Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @UHU01 last edited by Thomas Braun

                        @uhu01 sagte in Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus:

                        Der Pfad scheint zu stimmen.

                        Und wenn du genau schaust und die Ausgabe hier zum Besten gibst?
                        Mit 'scheinbaren Dingen' aus Nacherzählungen kann man nix anfangen.

                        Und wo sind die Leerzeichen hin?
                        Wie kopierst du das womit woher?

                        So (ähnlich) soll das aussehen:

                        2023-03-25 15:18:36.256  - info: host.chet instance system.adapter.zigbee.0 started with pid 368095
                        2023-03-25 15:18:40.908  - info: zigbee.0 (368095) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.15.0, js-controller: 4.0.24
                        2023-03-25 15:18:41.056  - info: zigbee.0 (368095) delete old Backup files. keep only last 10
                        2023-03-25 15:18:41.058  - info: zigbee.0 (368095) Starting Zigbee  npm ...
                        2023-03-25 15:18:41.721  - info: zigbee.0 (368095) Installed Version: iobroker.zigbee@1.8.10
                        2023-03-25 15:18:53.842  - info: zigbee.0 (368095) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20221226}}
                        2023-03-25 15:18:53.854  - info: zigbee.0 (368095) Unable to disable LED, unsupported function.
                        2023-03-25 15:18:53.876  - info: zigbee.0 (368095)   --> transmitPower : normal
                        2023-03-25 15:18:53.883  - info: zigbee.0 (368095) Currently no devices.
                        2023-03-25 15:18:53.885  - info: zigbee.0 (368095) Zigbee started
                        
                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @UHU01 last edited by

                          @uhu01 sagte in Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus:

                          2023-03-2515:11:09.654-error:zigbee.0(15126)Configurationisnotconsistentwithadapterstate/backup!
                          
                          2023-03-2515:11:09.655-error:zigbee.0(15126)-PANID:configured=6753,adapter=6754
                          

                          Die PAN-ID muss übereinstimmen. Also im Adapter anpassen.

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

                            @thomas-braun
                            hier die Ausgabe:

                            lrwxrwxrwx 1 root root 13 25. Mär 12:47 usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 -> ../../ttyUSB0
                            

                            Und der Eintrag im Adapter:

                            /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                            

                            Und nochnal ein neues Log. Ist direkt aus Putty kopiert.

                            2023-03-25 15:37:07.313  - info: zigbee.0 (15126) List of port: [{"path":"/dev/ttyUSB0","manufacturer":"Silicon Labs","serialNumber":"0001","pnpId":"usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyAMA0"}]
                            2023-03-25 15:37:20.987  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2023-03-25 15:37:20.998  - info: zigbee.0 (15126) Got terminate signal TERMINATE_YOURSELF
                            2023-03-25 15:37:21.041  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2023-03-25 15:37:21.000  - info: zigbee.0 (15126) cleaned everything up...
                            2023-03-25 15:37:21.006  - info: zigbee.0 (15126) Zigbee: disabling joining new devices.
                            2023-03-25 15:37:21.125  - warn: zigbee.0 (15126) Failed to stop zigbee during startup
                            2023-03-25 15:37:21.126  - info: zigbee.0 (15126) terminating
                            2023-03-25 15:37:21.128  - info: zigbee.0 (15126) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-03-25 15:37:21.716  - info: admin.0 (8202) <== Disconnect system.user.admin from ::ffff:192.168.178.241
                            2023-03-25 15:37:21.829  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-03-25 15:37:24.299  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 31775
                            2023-03-25 15:37:30.150  - info: zigbee.0 (31775) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                            2023-03-25 15:37:30.295  - info: zigbee.0 (31775) delete old Backup files. keep only last 10
                            2023-03-25 15:37:30.298  - info: zigbee.0 (31775) Starting Zigbee  npm ...
                            2023-03-25 15:37:31.056  - info: zigbee.0 (31775) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:37:33.953  - info: zigbee.0 (31775) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20210708}}
                            2023-03-25 15:37:33.966  - info: zigbee.0 (31775) Unable to disable LED, unsupported function.
                            2023-03-25 15:37:34.032  - info: zigbee.0 (31775)   --> transmitPower : normal
                            2023-03-25 15:37:34.041  - info: zigbee.0 (31775) Currently no devices.
                            2023-03-25 15:37:34.044  - info: zigbee.0 (31775) Zigbee started
                            2023-03-25 15:37:34.055  - error: zigbee.0 (31775) Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
                            2023-03-25 15:37:34.242  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2023-03-25 15:37:34.252  - info: zigbee.0 (31775) Got terminate signal TERMINATE_YOURSELF
                            2023-03-25 15:37:34.254  - info: zigbee.0 (31775) cleaned everything up...
                            2023-03-25 15:37:34.256  - info: zigbee.0 (31775) Zigbee: disabling joining new devices.
                            2023-03-25 15:37:34.289  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2023-03-25 15:37:34.755  - info: zigbee.0 (31775) terminating
                            2023-03-25 15:37:34.758  - info: zigbee.0 (31775) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-03-25 15:37:35.295  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 killing pid 31775
                            2023-03-25 15:37:35.444  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-03-25 15:37:37.465  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 31980
                            2023-03-25 15:37:42.769  - info: zigbee.0 (31980) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                            2023-03-25 15:37:42.932  - info: zigbee.0 (31980) delete old Backup files. keep only last 10
                            2023-03-25 15:37:42.935  - info: zigbee.0 (31980) Starting Zigbee  npm ...
                            2023-03-25 15:37:43.743  - info: zigbee.0 (31980) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:37:43.894  - error: zigbee.0 (31980) Configuration is not consistent with adapter state/backup!
                            2023-03-25 15:37:43.895  - error: zigbee.0 (31980) - PAN ID: configured=6754, adapter=6754
                            2023-03-25 15:37:43.895  - error: zigbee.0 (31980) - Extended PAN ID: configured=6b2ac77581741024, adapter=00124b0026b877e1
                            2023-03-25 15:37:43.896  - error: zigbee.0 (31980) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                            2023-03-25 15:37:43.897  - error: zigbee.0 (31980) - Channel List: configured=11, adapter=11
                            2023-03-25 15:37:43.898  - error: zigbee.0 (31980) Please update configuration to prevent further issues.
                            2023-03-25 15:37:43.899  - error: zigbee.0 (31980) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                            2023-03-25 15:37:43.899  - error: zigbee.0 (31980) Re-commissioning your network will require re-pairing of all devices!
                            2023-03-25 15:37:44.068  - error: zigbee.0 (31980) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                            2023-03-25 15:37:44.069  - error: zigbee.0 (31980) Failed to start Zigbee
                            2023-03-25 15:37:44.070  - error: zigbee.0 (31980) Error herdsman start
                            2023-03-25 15:37:54.075  - info: zigbee.0 (31980) Try to reconnect. 1 attempts left
                            2023-03-25 15:37:54.076  - info: zigbee.0 (31980) Starting Zigbee  npm ...
                            2023-03-25 15:37:54.120  - info: zigbee.0 (31980) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:37:54.372  - error: zigbee.0 (31980) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                            2023-03-25 15:37:54.373  - error: zigbee.0 (31980) Failed to start Zigbee
                            2023-03-25 15:37:54.374  - error: zigbee.0 (31980) Error herdsman start
                            2023-03-25 15:37:58.384  - info: host.raspberrypi "system.adapter.zigbee.0" disabled
                            2023-03-25 15:37:58.384  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2023-03-25 15:37:58.395  - info: zigbee.0 (31980) Got terminate signal TERMINATE_YOURSELF
                            2023-03-25 15:37:58.397  - info: zigbee.0 (31980) cleaned everything up...
                            2023-03-25 15:37:58.406  - info: zigbee.0 (31980) Zigbee: disabling joining new devices.
                            2023-03-25 15:37:58.462  - warn: zigbee.0 (31980) Failed to stop zigbee during startup
                            2023-03-25 15:37:58.463  - info: zigbee.0 (31980) terminating
                            2023-03-25 15:37:58.466  - info: zigbee.0 (31980) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-03-25 15:37:58.588  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2023-03-25 15:37:59.101  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-03-25 15:38:01.241  - info: host.raspberrypi "system.adapter.zigbee.0" enabled
                            2023-03-25 15:38:01.582  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 32191
                            2023-03-25 15:38:07.197  - info: zigbee.0 (32191) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                            2023-03-25 15:38:07.373  - info: zigbee.0 (32191) delete old Backup files. keep only last 10
                            2023-03-25 15:38:07.376  - info: zigbee.0 (32191) Starting Zigbee  npm ...
                            2023-03-25 15:38:08.268  - info: zigbee.0 (32191) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:38:08.421  - error: zigbee.0 (32191) Configuration is not consistent with adapter state/backup!
                            2023-03-25 15:38:08.422  - error: zigbee.0 (32191) - PAN ID: configured=6754, adapter=6754
                            2023-03-25 15:38:08.423  - error: zigbee.0 (32191) - Extended PAN ID: configured=6b2ac77581741024, adapter=00124b0026b877e1
                            2023-03-25 15:38:08.424  - error: zigbee.0 (32191) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                            2023-03-25 15:38:08.425  - error: zigbee.0 (32191) - Channel List: configured=11, adapter=11
                            2023-03-25 15:38:08.425  - error: zigbee.0 (32191) Please update configuration to prevent further issues.
                            2023-03-25 15:38:08.426  - error: zigbee.0 (32191) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                            2023-03-25 15:38:08.427  - error: zigbee.0 (32191) Re-commissioning your network will require re-pairing of all devices!
                            2023-03-25 15:38:08.595  - error: zigbee.0 (32191) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                            2023-03-25 15:38:08.596  - error: zigbee.0 (32191) Failed to start Zigbee
                            2023-03-25 15:38:08.597  - error: zigbee.0 (32191) Error herdsman start
                            2023-03-25 15:38:13.204  - info: admin.0 (8202) ==> Connected system.user.admin from ::ffff:192.168.178.241
                            2023-03-25 15:38:13.362  - error: zigbee.0 (32191) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                            2023-03-25 15:38:13.593  - info: zigbee.0 (32191) List of port: [{"path":"/dev/ttyUSB0","manufacturer":"Silicon Labs","serialNumber":"0001","pnpId":"usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyAMA0"}]
                            2023-03-25 15:38:18.601  - info: zigbee.0 (32191) Try to reconnect. 1 attempts left
                            2023-03-25 15:38:18.602  - info: zigbee.0 (32191) Starting Zigbee  npm ...
                            2023-03-25 15:38:18.648  - info: zigbee.0 (32191) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:38:18.917  - error: zigbee.0 (32191) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                            2023-03-25 15:38:18.918  - error: zigbee.0 (32191) Failed to start Zigbee
                            2023-03-25 15:38:18.918  - error: zigbee.0 (32191) Error herdsman start
                            2023-03-25 15:38:26.219  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2023-03-25 15:38:26.226  - info: zigbee.0 (32191) Got terminate signal TERMINATE_YOURSELF
                            2023-03-25 15:38:26.269  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2023-03-25 15:38:26.228  - info: zigbee.0 (32191) cleaned everything up...
                            2023-03-25 15:38:26.236  - info: zigbee.0 (32191) Zigbee: disabling joining new devices.
                            2023-03-25 15:38:26.288  - warn: zigbee.0 (32191) Failed to stop zigbee during startup
                            2023-03-25 15:38:26.289  - info: zigbee.0 (32191) terminating
                            2023-03-25 15:38:26.291  - info: zigbee.0 (32191) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-03-25 15:38:26.928  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-03-25 15:38:27.067  - info: admin.0 (8202) <== Disconnect system.user.admin from ::ffff:192.168.178.241
                            2023-03-25 15:38:29.749  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 32552
                            2023-03-25 15:38:34.927  - info: zigbee.0 (32552) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                            2023-03-25 15:38:35.116  - info: zigbee.0 (32552) delete old Backup files. keep only last 10
                            2023-03-25 15:38:35.120  - info: zigbee.0 (32552) Starting Zigbee  npm ...
                            2023-03-25 15:38:35.800  - info: zigbee.0 (32552) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:38:35.951  - error: zigbee.0 (32552) Configuration is not consistent with adapter state/backup!
                            2023-03-25 15:38:35.952  - error: zigbee.0 (32552) - PAN ID: configured=6753, adapter=6754
                            2023-03-25 15:38:35.953  - error: zigbee.0 (32552) - Extended PAN ID: configured=6b2ac77581741024, adapter=00124b0026b877e1
                            2023-03-25 15:38:35.953  - error: zigbee.0 (32552) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                            2023-03-25 15:38:35.954  - error: zigbee.0 (32552) - Channel List: configured=11, adapter=11
                            2023-03-25 15:38:35.955  - error: zigbee.0 (32552) Please update configuration to prevent further issues.
                            2023-03-25 15:38:35.956  - error: zigbee.0 (32552) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                            2023-03-25 15:38:35.956  - error: zigbee.0 (32552) Re-commissioning your network will require re-pairing of all devices!
                            2023-03-25 15:38:36.123  - error: zigbee.0 (32552) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                            2023-03-25 15:38:36.124  - error: zigbee.0 (32552) Failed to start Zigbee
                            2023-03-25 15:38:36.124  - error: zigbee.0 (32552) Error herdsman start
                            2023-03-25 15:38:46.130  - info: zigbee.0 (32552) Try to reconnect. 1 attempts left
                            2023-03-25 15:38:46.131  - info: zigbee.0 (32552) Starting Zigbee  npm ...
                            2023-03-25 15:38:46.183  - info: zigbee.0 (32552) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:38:46.470  - error: zigbee.0 (32552) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                            2023-03-25 15:38:46.471  - error: zigbee.0 (32552) Failed to start Zigbee
                            2023-03-25 15:38:46.472  - error: zigbee.0 (32552) Error herdsman start
                            2023-03-25 15:39:21.701  - info: admin.0 (8202) ==> Connected system.user.admin from ::ffff:192.168.178.241
                            2023-03-25 15:39:21.973  - error: zigbee.0 (32552) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                            2023-03-25 15:39:22.212  - info: zigbee.0 (32552) List of port: [{"path":"/dev/ttyUSB0","manufacturer":"Silicon Labs","serialNumber":"0001","pnpId":"usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyAMA0"}]
                            2023-03-25 15:39:30.643  - info: host.raspberrypi "system.adapter.zigbee.0" disabled
                            2023-03-25 15:39:30.644  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 (force=false, process=true)
                            2023-03-25 15:39:30.692  - info: zigbee.0 (32552) Got terminate signal TERMINATE_YOURSELF
                            2023-03-25 15:39:30.693  - info: zigbee.0 (32552) cleaned everything up...
                            2023-03-25 15:39:30.699  - info: zigbee.0 (32552) Zigbee: disabling joining new devices.
                            2023-03-25 15:39:30.815  - warn: zigbee.0 (32552) Failed to stop zigbee during startup
                            2023-03-25 15:39:30.817  - info: zigbee.0 (32552) terminating
                            2023-03-25 15:39:30.819  - info: zigbee.0 (32552) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-03-25 15:39:30.914  - info: host.raspberrypi stopInstance system.adapter.zigbee.0 send kill signal
                            2023-03-25 15:39:31.450  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-03-25 15:39:33.294  - info: admin.0 (8202) <== Disconnect system.user.admin from ::ffff:192.168.178.241
                            2023-03-25 15:39:37.090  - info: host.raspberrypi "system.adapter.zigbee.0" enabled
                            2023-03-25 15:39:37.400  - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 858
                            2023-03-25 15:39:42.719  - info: zigbee.0 (858) starting. Version 1.8.10 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.0, js-controller: 4.0.24
                            2023-03-25 15:39:42.859  - info: zigbee.0 (858) delete old Backup files. keep only last 10
                            2023-03-25 15:39:42.861  - info: zigbee.0 (858) Starting Zigbee  npm ...
                            2023-03-25 15:39:43.741  - info: zigbee.0 (858) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:39:43.899  - error: zigbee.0 (858) Configuration is not consistent with adapter state/backup!
                            2023-03-25 15:39:43.901  - error: zigbee.0 (858) - PAN ID: configured=6754, adapter=6754
                            2023-03-25 15:39:43.902  - error: zigbee.0 (858) - Extended PAN ID: configured=6b2ac77581741024, adapter=00124b0026b877e1
                            2023-03-25 15:39:43.903  - error: zigbee.0 (858) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                            2023-03-25 15:39:43.904  - error: zigbee.0 (858) - Channel List: configured=11, adapter=11
                            2023-03-25 15:39:43.906  - error: zigbee.0 (858) Please update configuration to prevent further issues.
                            2023-03-25 15:39:43.907  - error: zigbee.0 (858) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                            2023-03-25 15:39:43.907  - error: zigbee.0 (858) Re-commissioning your network will require re-pairing of all devices!
                            2023-03-25 15:39:44.094  - error: zigbee.0 (858) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                            2023-03-25 15:39:44.095  - error: zigbee.0 (858) Failed to start Zigbee
                            2023-03-25 15:39:44.096  - error: zigbee.0 (858) Error herdsman start
                            2023-03-25 15:39:54.102  - info: zigbee.0 (858) Try to reconnect. 1 attempts left
                            2023-03-25 15:39:54.103  - info: zigbee.0 (858) Starting Zigbee  npm ...
                            2023-03-25 15:39:54.136  - info: zigbee.0 (858) Installed Version: iobroker.zigbee@1.8.10
                            2023-03-25 15:39:54.505  - error: zigbee.0 (858) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                            2023-03-25 15:39:54.507  - error: zigbee.0 (858) Failed to start Zigbee
                            2023-03-25 15:39:54.508  - error: zigbee.0 (858) Error herdsman start
                            2023-03-25 15:41:21.022  - info: admin.0 (8202) ==> Connected system.user.admin from ::ffff:192.168.178.241
                            2023-03-25 15:41:21.204  - error: zigbee.0 (858) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                            2023-03-25 15:41:21.370  - info: zigbee.0 (858) List of port: [{"path":"/dev/ttyUSB0","manufacturer":"Silicon Labs","serialNumber":"0001","pnpId":"usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyAMA0"}]
                            
                            
                            Thomas Braun 3 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @UHU01 last edited by

                              @uhu01 sagte in Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus:

                              Extended PAN ID: configured=6b2ac77581741024, adapter=00124b0026b877e1
                              

                              Anpassen.

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

                                @uhu01 sagte in Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus:

                                node: v16.19.0

                                könntest du auf die aktuelle Empfehlung nodejs@18 bringen.

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

                                  @uhu01

                                  Den Chipsatztyp musst du wohl auch von TI Z-Stack/CCxxxx
                                  auf Silicon Labs EZSP/EFR32 setzen.

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

                                    @thomas-braun

                                    nodejs aktualisiert,
                                    mehrfach die Extended PAN ID aktualisiert,
                                    mehrfach den Adaper neu gestartet,
                                    jetzt funktioniert es!

                                    Danke Dir vielmals!

                                    P.S. TI Z-Stack/CCxxxx war aber richtig, zumindest habe ich es nicht geändert.

                                    H 1 Reply Last reply Reply Quote 0
                                    • H
                                      Honnkoponko @UHU01 last edited by

                                      @uhu01

                                      hallo könntest du mir bitte sagen wie kann ich SonOff installieren?
                                      Muss ich nur Instanz/Adapter einfügen oder zuerst muss ich etwas mit USB installieren? Gibt es eine Anleitung wie ich das machen soll?

                                      Asgothian 1 Reply Last reply Reply Quote 0
                                      • Asgothian
                                        Asgothian Developer @Honnkoponko last edited by

                                        @honnkoponko sagte in Hilfe beim Einrichten von Sonoff Zigbee 3.0 USB Dongle Plus:

                                        @uhu01

                                        hallo könntest du mir bitte sagen wie kann ich SonOff installieren?
                                        Muss ich nur Instanz/Adapter einfügen oder zuerst muss ich etwas mit USB installieren? Gibt es eine Anleitung wie ich das machen soll?

                                        unter der Bedingung das du einfach einen nativ installierten ioBroker hast:

                                        • Zigbee Adapter installieren, NICHT starten
                                        • Im Zigbee-Adapter den seriellen Port vom Sonoff Stick eintragen (entweder /dev/ttyAM... oder /dev/serial/by-id/...
                                        • Korrekte Firmware aussuchen (ember bei Dongle-E, TI-ZStack bei Dongle-P)
                                        • PanID und ExtPanID anpassen
                                        • Adapter starten

                                        A.

                                        H 1 Reply Last reply Reply Quote 0
                                        • H
                                          Honnkoponko @Asgothian last edited by

                                          @asgothian
                                          danke
                                          wäre es möglich dass du mir schreibst wie jeder Punkt kann ich machen? Ich kenne mich nicht aus mit Befehle und Konsole leider...

                                          1 Reply Last reply Reply Quote 0
                                          • H
                                            Honnkoponko last edited by

                                            Hallo @Thomas-Braun

                                            Könntest du mir auch mit USB SonOff helfen ich bekomme folgendes Fehler

                                            2024-11-18 11:51:00.730  - info: host.domiobroker77 "system.adapter.zigbee.0" disabled
                                            2024-11-18 11:51:00.731  - info: host.domiobroker77 stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                            2024-11-18 11:51:00.739  - info: zigbee.0 (1725) Got terminate signal TERMINATE_YOURSELF
                                            2024-11-18 11:51:00.742  - info: zigbee.0 (1725) cleaned everything up...
                                            2024-11-18 11:51:00.754  - info: zigbee.0 (1725) Zigbee: disabling joining new devices.
                                            2024-11-18 11:51:00.774  - warn: zigbee.0 (1725) Failed to stop zigbee during startup
                                            2024-11-18 11:51:00.775  - info: zigbee.0 (1725) terminating
                                            2024-11-18 11:51:00.776  - debug: zigbee.0 (1725) Plugin sentry destroyed
                                            2024-11-18 11:51:00.777  - info: zigbee.0 (1725) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                            2024-11-18 11:51:00.830  - info: host.domiobroker77 stopInstance system.adapter.zigbee.0 send kill signal
                                            2024-11-18 11:51:01.245  - info: zigbee.0 (1725) terminating
                                            2024-11-18 11:51:01.366  - info: host.domiobroker77 instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2024-11-18 11:51:11.212  - info: host.domiobroker77 "system.adapter.zigbee.0" enabled
                                            2024-11-18 11:51:11.663  - info: host.domiobroker77 instance system.adapter.zigbee.0 in version "1.10.3" started with pid 1835
                                            2024-11-18 11:51:15.573  - debug: zigbee.0 (1835) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                            2024-11-18 11:51:15.620  - debug: zigbee.0 (1835) Objects client ready ... initialize now
                                            2024-11-18 11:51:15.623  - debug: zigbee.0 (1835) Objects create System PubSub Client
                                            2024-11-18 11:51:15.625  - debug: zigbee.0 (1835) Objects create User PubSub Client
                                            2024-11-18 11:51:15.697  - debug: zigbee.0 (1835) Objects client initialize lua scripts
                                            2024-11-18 11:51:15.709  - debug: zigbee.0 (1835) Objects connected to redis: 127.0.0.1:9001
                                            2024-11-18 11:51:15.753  - debug: zigbee.0 (1835) Redis States: Use Redis connection: 127.0.0.1:9000
                                            2024-11-18 11:51:15.773  - debug: zigbee.0 (1835) States create System PubSub Client
                                            2024-11-18 11:51:15.775  - debug: zigbee.0 (1835) States create User PubSub Client
                                            2024-11-18 11:51:15.847  - debug: zigbee.0 (1835) States connected to redis: 127.0.0.1:9000
                                            2024-11-18 11:51:15.891  - debug: zigbee.0 (1835) Plugin sentry Initialize Plugin (enabled=true)
                                            2024-11-18 11:51:16.397  - info: zigbee.0 (1835) starting. Version 1.10.3 in /opt/iobroker/node_modules/iobroker.zigbee, node: v20.16.0, js-controller: 6.0.9
                                            2024-11-18 11:51:16.446  - debug: zigbee.0 (1835) Using zigbee-herdsman with settings: {"network":{"panID":6754,"channelList":[11],"networkKey":[1,3,5,7,9,11,13,15,0,2,4,6,8,10,12,13],"extenedPanID":[139,122,111,94,77,60,43,26]},"databasePath":"/opt/iobroker/iobroker-data/zigbee_0/shepherd.db","backupPath":"/opt/iobroker/iobroker-data/zigbee_0/nvbackup.json","serialPort":{"baudRate":115200,"rtscts":false,"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_5a52e2baefdbed118632e92d62c613ac-if00-port0","adapter":"zstack"},"adapter":{"forceStartWithInconsistentAdapterConfiguration":false},"legacy":false}
                                            2024-11-18 11:51:16.535  - info: zigbee.0 (1835) delete old Backup files. keep only last 10
                                            2024-11-18 11:51:16.537  - info: zigbee.0 (1835) Starting Zigbee  npm ...
                                            2024-11-18 11:51:16.600  - debug: zigbee.0 (1835) Starting zigbee-herdsman...
                                            2024-11-18 11:51:17.011  - info: zigbee.0 (1835) Installed Version: iobroker.zigbee@1.10.3
                                            2024-11-18 11:51:17.405  - debug: zigbee.0 (1835) Backup /opt/iobroker/iobroker-data/zigbee_0/backup_2024_11_18-11_51_16.tar.gz success
                                            2024-11-18 11:51:37.754  - error: zigbee.0 (1835) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                            2024-11-18 11:51:37.755  - error: zigbee.0 (1835) Failed to start Zigbee
                                            2024-11-18 11:51:37.756  - error: zigbee.0 (1835) Error herdsman start
                                            2024-11-18 11:51:47.761  - info: zigbee.0 (1835) Try to reconnect. 1 attempts left
                                            2024-11-18 11:51:47.762  - info: zigbee.0 (1835) Starting Zigbee  npm ...
                                            2024-11-18 11:51:47.769  - debug: zigbee.0 (1835) Starting zigbee-herdsman...
                                            2024-11-18 11:51:47.779  - info: zigbee.0 (1835) Installed Version: iobroker.zigbee@1.10.3
                                            2024-11-18 11:51:47.975  - error: zigbee.0 (1835) Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port"
                                            2024-11-18 11:51:47.978  - error: zigbee.0 (1835) Failed to start Zigbee
                                            2024-11-18 11:51:47.979  - error: zigbee.0 (1835) Error herdsman start
                                            

                                            Hier ich liste was ich gemacht habe:

                                            1. Mit
                                            /dev/serial/by-id/
                                            

                                            Habe ich Device bekommen:

                                            mwit@domiobroker77:~ $ ls /dev/serial/by-id/
                                            usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_5a52e2baefdbed118632e92d62c613ac-if00-port0
                                            
                                            1. In Adapter Setting habe ich das eingetragen (mit DevID und ExtDevID)
                                              2d7360a3-2282-465b-902d-95fd26402a6a-image.png

                                            Adapter started und will nicht grün sein...;(

                                            Was kann ich dort anpassen?

                                            Wie kann ich aus Putty nur zigbee Logs zeigen?
                                            Mit

                                            mwit@domiobroker77:~ $ iob logs --watch | uniq
                                            
                                            

                                            Zeig alle Adapter Logs. Kann ich das irgendwie filtern?

                                            haselchen Thomas Braun 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            811
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            34
                                            6959
                                            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