Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. 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

    SONOFF ZigBee 3.0 USB DONGLE PLUS

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

      @altmann sagte in SONOFF ZigBee 3.0 USB DONGLE PLUS:

      "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"

      groups
      sudo -u iobroker groups
      

      Die beide user sollten in der Gruppe 'dialout' sein.

      dmesg -w
      

      sagt?

      A 1 Reply Last reply Reply Quote 1
      • A
        altmann @Thomas Braun last edited by altmann

        @thomas-braun
        Danke schonmal für deine Antwort. Ich glaube es gab wirklich ein Problem mit den Groups. Habe den User 'iobroker' manuell zur Gruppe 'dialout' hinzugefügt und:

        2022-01-07 17:00:20.786 - info: host.raspberrypi "system.adapter.zigbee.0" enabled
        2022-01-07 17:00:20.905 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 10544
        2022-01-07 17:00:24.284 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
        2022-01-07 17:00:24.286 - info: host.raspberrypi Do not restart adapter system.adapter.zigbee.0 because desired by instance
        2022-01-07 17:00:26.537 - info: zigbee.0 (10544) starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.8, js-controller: 3.3.22
        2022-01-07 17:00:26.698 - info: zigbee.0 (10544) Starting Zigbee npm ...
        2022-01-07 17:00:27.589 - info: zigbee.0 (10544) Installed Version: iobroker.zigbee@1.6.6
        2022-01-07 17:00:47.681 - info: zigbee.0 (10544) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20211217}}
        2022-01-07 17:00:47.692 - info: zigbee.0 (10544) Disable LED
        2022-01-07 17:00:47.694 - info: zigbee.0 (10544) --> transmitPower : normal
        2022-01-07 17:00:47.712 - info: zigbee.0 (10544) Currently no devices.
        2022-01-07 17:00:47.714 - info: zigbee.0 (10544) Zigbee started
        

        sowie

        pi@raspberrypi:~ $ ls -l /dev/serial/by-id
        total 0
        lrwxrwxrwx 1 root root 13 Jan  7 16:51 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ccd1fcf428c8eb11a272c5c3de5b81b4-if00-port0 -> ../../ttyUSB0
        

        Musste dann noch /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json löschen, dort stand wohl Schrott von meinen vorherigen Versuchen drin.
        Gerät lässt sich jetzt unter /dev/ttyUSB0 in der Instanz eintragen und startet aus meiner Sicht normal. Konnte gerade auch ohne Probleme ein Thermostat mit pairen.

        2022-01-07 17:00:26.537 - info: zigbee.0 (10544) starting. Version 1.6.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.8, js-controller: 3.3.22
        2022-01-07 17:00:26.698 - info: zigbee.0 (10544) Starting Zigbee npm ...
        2022-01-07 17:00:27.589 - info: zigbee.0 (10544) Installed Version: iobroker.zigbee@1.6.6
        2022-01-07 17:00:47.681 - info: zigbee.0 (10544) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20211217}}
        2022-01-07 17:00:47.692 - info: zigbee.0 (10544) Disable LED
        2022-01-07 17:00:47.694 - info: zigbee.0 (10544) --> transmitPower : normal
        2022-01-07 17:00:47.712 - info: zigbee.0 (10544) Currently no devices.
        2022-01-07 17:00:47.714 - info: zigbee.0 (10544) Zigbee started
        

        Danke für die Hilfe. Da wäre ich selber wohl nie drauf gekommen.

        Jetzt muss ich nurnoch schauen, dass ich das ganze nicht per devUSB sondern per statischer ID verbinde, dann dürfte es erstmal rund laufen.

        1 Reply Last reply Reply Quote 0
        • L
          lustig29 last edited by

          Hallo,

          ich bekomme meinen Sonoff 3.0 Usb Zigbee Stick nicht zum laufen.

          Error herdsman start
          
          zigbee.0
          2022-01-15 18:26:50.602	error	Failed to start Zigbee
          
          zigbee.0
          2022-01-15 18:26:50.601	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Pl us_3ca1ced350c9eb11b9d48b4f1d69213e-if00-port0'"
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @lustig29 last edited by Thomas Braun

            @lustig29 sagte in SONOFF ZigBee 3.0 USB DONGLE PLUS:

            No such file or directory

            Lügt das System etwa?

            ls -la /dev/serial/by-id
            

            sagt?

            Da scheint ein Leerzeichen drin zu sein:

            Dongle_Pl us_3ca
            

            In Pfaden darf es keine Leerzeichen geben.

            L 2 Replies Last reply Reply Quote 0
            • L
              lustig29 @Thomas Braun last edited by

              @thomas-braun said in SONOFF ZigBee 3.0 USB DONGLE PLUS:

              ls -la /dev/serial/by-id

               usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3ca1ced350c9eb11b9d48b4f1d69213e-if00-port0 -> ../../ttyUSB0
              
              
              L 1 Reply Last reply Reply Quote 0
              • L
                lustig29 @Thomas Braun last edited by

                @thomas-braun Hab alles per Hand nochmal eingetragen, geht leider immer noch nicht

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

                  @thomas-braun Hatte vorher einen Conbee2 an dem Anschluss laufen. Kann das vielleicht das Problem sein?

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

                    @lustig29

                    Hab alles per Hand nochmal eingetragen, geht leider immer noch nicht

                    Kopier es.

                    sudo -u iobroker groups
                    

                    bringt?

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

                      @thomas-braun ```
                      iobroker tty dialout audio video bluetooth gpio i2c

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

                        @lustig29

                        Bitte vollständige Ein- und Ausgabezeilen posten.

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

                          @thomas-braun

                          sudo -u iobroker groups
                          
                          iobroker tty dialout audio video bluetooth gpio i2c
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @lustig29 last edited by

                            @lustig29

                            Komplett bedeutet in der Form (inkl. login prompt):

                            echad@chet:~ $ sudo -u iobroker groups
                            iobroker tty dialout audio video plugdev bluetooth redis gpio i2c
                            

                            Ein Neustart mit korrigierten Links sieht jetzt wie in der Konsole aus? Leerzeichen entfernt?

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

                              @thomas-braun said in SONOFF ZigBee 3.0 USB DONGLE PLUS:

                              sudo -u iobroker groups

                              Ja, richtig. Genauso sieht es aus

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

                                @lustig29 sagte in SONOFF ZigBee 3.0 USB DONGLE PLUS:

                                Genauso sieht es aus

                                Ich seh nix.

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

                                  @thomas-braun

                                  pi@raspberrypi:~ $ sudo -u iobroker groups
                                  iobroker tty dialout audio video bluetooth gpio i2c
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @lustig29 last edited by

                                    @lustig29

                                    Ja, ich meinte aber auch eher

                                    Ein Neustart mit korrigierten Links sieht jetzt wie in der Konsole aus? Leerzeichen entfernt?

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

                                      @thomas-braun

                                      zigbee.0
                                      2022-01-15 19:07:34.572	info	Installed Version: iobroker.zigbee@1.6.6
                                      
                                      zigbee.0
                                      2022-01-15 19:07:34.564	error	Error herdsman start
                                      
                                      zigbee.0
                                      2022-01-15 19:07:34.564	error	Failed to start Zigbee
                                      
                                      zigbee.0
                                      2022-01-15 19:07:34.563	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3ca1ced350c9eb11b9d48b4f1d69213e-if00-port0 us_3ca1ced350c9eb11b9d48b4f1d69213e-if00-port0'"
                                      
                                      zigbee.0
                                      2022-01-15 19:07:34.552	info	Starting Zigbee npm ...
                                      
                                      zigbee.0
                                      2022-01-15 19:07:34.551	info	Try to reconnect. 1 attempts left
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @lustig29 last edited by Thomas Braun

                                        @lustig29 sagte in SONOFF ZigBee 3.0 USB DONGLE PLUS:

                                        48b4f1d69213e-if00-port0 us_3ca1ced350c9eb11b9d48b4f1d69213e-if00-port0

                                        Da ist immer noch Quatsch in dem Eintrag. Der letzte Teil ist doppelt/nicht gelöscht worden vor dem reinkopieren.

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

                                          @thomas-braun Das war es. Weiß der Geier wie das da rein gekommen ist. Vielen Dank für deine Hilfe

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            Jan1 @lustig29 last edited by

                                            @lustig29
                                            Wir lernen, das Log File lügt nicht 😉

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            812
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            sonoff zigbee
                                            50
                                            435
                                            95573
                                            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