Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Adapter startet nicht mehr

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Zigbee Adapter startet nicht mehr

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

      @thomas-braun sorry du warst zu schnell ich war noch am bearbeiten des Posts ✌

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

        @anselra

        Zieh den Stick raus, warte 1 Minute, steck den wieder rein.
        Sprichst du den über /dev/serial/by-id an?

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

          @thomas-braun

          ja genau mit /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if03

          raus, warten rein hat leider nichts gebracht. Einzig was anders sein dürfte ist die Kombination npm und node

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

            @anselra sagte in Zigbee Adapter startet nicht mehr:

            Einzig was anders sein dürfte ist die Kombination npm und node

            Was meinst du damit?

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

              @thomas-braun

              dadurch, dass ich das System neu aufgesetzt habe denke ich habe ich jetzt die aktuellste Version und bin mir nicht sicher ob es vorher auch schon so war

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

                @anselra

                Mit nodejs und npm hat das aber auch nix zu tun, da wird der Stick bzw. dessen Geräte-Datei nicht erreicht.

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

                  @thomas-braun

                  vvlt noch zu erwähnen ist, dass auch pivccu auf dem selben pi läuft mit RPI-RF-Modul.
                  War aber auch auf dem Alten System so, dürfte aber auch nicht relevant sein

                  1 Reply Last reply Reply Quote 0
                  • J
                    Jaksa @anselra last edited by

                    @anselra said in Zigbee Adapter startet nicht mehr:

                    @thomas-braun

                    ja genau mit /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if03

                    raus, warten rein hat leider nichts gebracht. Einzig was anders sein dürfte ist die Kombination npm und node

                    Was wird dir angezeigt wenn du dir die Geräte mit "ls -l /dev/serial/by-id/" ausgeben lässt?

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      anselra @Jaksa last edited by

                      @jaksa

                      pi@iobroker:~ $ ls -l /dev/serial/by-id/
                      total 0
                      lrwxrwxrwx 1 root root 13 Oct 21 19:34 usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00 -> ../../ttyACM0
                      lrwxrwxrwx 1 root root 13 Oct 21 19:34 usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if03 -> ../../ttyACM1
                      

                      bringt nur den Zigbee Chip

                      ? 1Topf 2 Replies Last reply Reply Quote 0
                      • ?
                        A Former User @anselra last edited by A Former User

                        @anselra sagte in Zigbee Adapter startet nicht mehr:

                        usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00

                        Moin,

                        bist Du sicher, dass es die 03 am Ende ist, nicht doch die 00?

                        VG
                        Bernd

                        P.S.: hier mal der Auzug von zigbee2mqtt

                        Which port should I use for Texas Instruments LAUNCHXL-CC26X2R1/CC1352P-2, /dev/ttyACM0 or /dev/ttyACM1?
                        
                        The Texas Instruments launchpad has a build in debugger. This debugger also registers a port next to the device data port. Of course this is not necessarily number 0 and 1. But normally the lowest number is the device data port and the other the debugger.
                        
                        To find the correct port, execute:
                        
                        pi@raspberry:/ $ ls -l /dev/serial/by-id
                        total 0
                        lrwxrwxrwx 1 root root 13 Jan  6 19:07 usb-Texas_Instruments_XDS110__03.00.00.05__Embed_with_CMSIS-DAP_L1100BTD-if00 -> ../../ttyACM0
                        lrwxrwxrwx 1 root root 13 Jan  6 19:07 usb-Texas_Instruments_XDS110__03.00.00.05__Embed_with_CMSIS-DAP_L1100BTD-if03 -> ../../ttyACM1
                        
                        The device with id ending with if00 is for device data. Use this port in your configuration.
                        
                        A 1 Reply Last reply Reply Quote 0
                        • A
                          anselra @Guest last edited by

                          @dp20eic

                          hab nochmal nachgeschaut,

                          mein com Anschlussname ist /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if03

                          J ? 2 Replies Last reply Reply Quote 0
                          • J
                            Jaksa @anselra last edited by

                            @anselra
                            Das ist laut Doku der falsche. Ändere die 03 am Ende mal in 00 um.

                            A 1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User @anselra last edited by

                              @anselra sagte in Zigbee Adapter startet nicht mehr:

                              /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if03

                              Moin,

                              ja und was habe ich geschrieben, das Du mal den 00 nehmen sollst, sogar mit Erklärung 😉

                              VG
                              Bernd

                              1 Reply Last reply Reply Quote 0
                              • A
                                anselra @Jaksa last edited by

                                @jaksa

                                leider das selbe Resultat

                                zigbee.0
                                2023-10-21 20:25:46.135	error	Error herdsman start
                                
                                zigbee.0
                                2023-10-21 20:25:46.135	error	Failed to start Zigbee
                                
                                zigbee.0
                                2023-10-21 20:25:46.134	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00'"
                                
                                zigbee.0
                                2023-10-21 20:25:45.862	info	Installed Version: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83
                                
                                zigbee.0
                                2023-10-21 20:25:45.817	debug	Starting zigbee-herdsman...
                                
                                zigbee.0
                                2023-10-21 20:25:45.809	info	Starting Zigbee npm ...
                                
                                zigbee.0
                                2023-10-21 20:25:45.807	info	Try to reconnect. 1 attempts left
                                
                                zigbee.0
                                2023-10-21 20:25:35.806	error	Error herdsman start
                                
                                zigbee.0
                                2023-10-21 20:25:35.806	error	Failed to start Zigbee
                                
                                zigbee.0
                                2023-10-21 20:25:35.805	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00'"
                                
                                zigbee.0
                                2023-10-21 20:25:35.540	debug	Backup /opt/iobroker/iobroker-data/zigbee_0/backup_2023_10_21-20_25_34.tar.gz success
                                
                                zigbee.0
                                2023-10-21 20:25:35.537	info	Installed Version: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83
                                
                                zigbee.0
                                2023-10-21 20:25:35.180	debug	Starting zigbee-herdsman...
                                
                                zigbee.0
                                2023-10-21 20:25:34.788	info	Starting Zigbee npm ...
                                
                                zigbee.0
                                2023-10-21 20:25:34.785	info	delete old Backup files. keep only last 10
                                
                                zigbee.0
                                2023-10-21 20:25:34.689	debug	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":[221,221,221,221,221,221,221,221]},"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-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00","adapter":"zstack"},"adapter":{"forceStartWithInconsistentAdapterConfiguration":false}}
                                
                                zigbee.0
                                2023-10-21 20:25:34.630	info	starting. Version 1.8.24 (non-npm: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83) in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.18.2, js-controller: 5.0.12
                                
                                zigbee.0
                                2023-10-21 20:25:34.336	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                
                                zigbee.0
                                2023-10-21 20:25:34.322	debug	Plugin sentry Initialize Plugin (enabled=true)
                                
                                zigbee.0
                                2023-10-21 20:25:33.741	debug	States connected to redis: 127.0.0.1:9000
                                
                                zigbee.0
                                2023-10-21 20:25:33.479	debug	States create User PubSub Client
                                
                                zigbee.0
                                2023-10-21 20:25:33.478	debug	States create System PubSub Client
                                
                                zigbee.0
                                2023-10-21 20:25:33.368	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                                
                                zigbee.0
                                2023-10-21 20:25:33.126	debug	Objects connected to redis: 127.0.0.1:9001
                                
                                zigbee.0
                                2023-10-21 20:25:33.117	debug	Objects client initialize lua scripts
                                
                                zigbee.0
                                2023-10-21 20:25:32.802	debug	Objects create User PubSub Client
                                
                                zigbee.0
                                2023-10-21 20:25:32.800	debug	Objects create System PubSub Client
                                
                                zigbee.0
                                2023-10-21 20:25:32.798	debug	Objects client ready ... initialize now
                                
                                zigbee.0
                                2023-10-21 20:25:32.639	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                                
                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  Jaksa @anselra last edited by Jaksa

                                  @anselra

                                  Naja jetzt sieht es so aus als wäre das Gerät bereits in Benutzung durch was auch immer. Das war vorhin noch nicht der Fall.

                                  Versuch nochmal den Stick aus und wieder einzustecken bzw. die ganze Kiste einmal neu zu starten wenn ersteres nicht hilft.

                                  A 1 Reply Last reply Reply Quote 0
                                  • 1Topf
                                    1Topf @anselra last edited by

                                    @anselra sagte in Zigbee Adapter startet nicht mehr:

                                    @jaksa

                                    pi@iobroker:~ $ ls -l /dev/serial/by-id/
                                    total 0
                                    lrwxrwxrwx 1 root root 13 Oct 21 19:34 usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00 -> ../../ttyACM0
                                    lrwxrwxrwx 1 root root 13 Oct 21 19:34 usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if03 -> ../../ttyACM1
                                    

                                    bringt nur den Zigbee Chip

                                    Wieso bringt es den denn 2mal? Der sollte dort nur 1mal auftauchen, da er ja auch nur 1mal drin steckt.

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

                                      @1topf sagte in Zigbee Adapter startet nicht mehr:

                                      Wieso bringt es den denn 2mal? Der sollte dort nur 1mal auftauchen, da er ja auch nur 1mal drin steckt.

                                      Der Stick hat zwei Interfaces.

                                      lsof /dev/ttyACM0
                                      

                                      sagt? (lsof muss ggf. noch installiert werden)

                                      A 1 Reply Last reply Reply Quote 0
                                      • A
                                        anselra @Jaksa last edited by

                                        @jaksa

                                        Neustart erfolgt, leider immer noch nicht grün

                                        zigbee.0
                                        2023-10-21 20:47:46.819	error	Error herdsman start
                                        
                                        zigbee.0
                                        2023-10-21 20:47:46.819	error	Failed to start Zigbee
                                        
                                        zigbee.0
                                        2023-10-21 20:47:46.817	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00'"
                                        
                                        zigbee.0
                                        2023-10-21 20:47:46.274	info	Installed Version: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83
                                        
                                        zigbee.0
                                        2023-10-21 20:47:46.220	debug	Starting zigbee-herdsman...
                                        
                                        zigbee.0
                                        2023-10-21 20:47:39.042	info	Starting Zigbee npm ...
                                        
                                        zigbee.0
                                        2023-10-21 20:47:39.041	info	Try to reconnect. 1 attempts left
                                        
                                        zigbee.0
                                        2023-10-21 20:47:29.038	error	Error herdsman start
                                        
                                        zigbee.0
                                        2023-10-21 20:47:29.037	error	Failed to start Zigbee
                                        
                                        zigbee.0
                                        2023-10-21 20:47:29.035	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00'"
                                        
                                        zigbee.0
                                        2023-10-21 20:47:28.177	info	Installed Version: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83
                                        
                                        zigbee.0
                                        2023-10-21 20:47:27.582	debug	Starting zigbee-herdsman...
                                        
                                        zigbee.0
                                        2023-10-21 20:47:27.317	debug	Backup /opt/iobroker/iobroker-data/zigbee_0/backup_2023_10_21-20_47_27.tar.gz success
                                        
                                        zigbee.0
                                        2023-10-21 20:47:27.253	info	Starting Zigbee npm ...
                                        
                                        zigbee.0
                                        2023-10-21 20:47:27.239	info	delete old Backup files. keep only last 10
                                        
                                        zigbee.0
                                        2023-10-21 20:47:27.126	debug	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":[221,221,221,221,221,221,221,221]},"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-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100GZZ-if00","adapter":"zstack"},"adapter":{"forceStartWithInconsistentAdapterConfiguration":false}}
                                        
                                        zigbee.0
                                        2023-10-21 20:47:26.997	info	starting. Version 1.8.24 (non-npm: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83) in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.18.2, js-controller: 5.0.12
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          anselra @Thomas Braun last edited by

                                          @thomas-braun

                                          es handelt sich um das dev Board CC26X2R1

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • ?
                                            A Former User @anselra last edited by

                                            @anselra sagte in Zigbee Adapter startet nicht mehr:

                                            Raspberry PI OS Lite 32

                                            Moin,

                                            hat jetzt nichts mit dem eigentlichen Problem zu tun, aber wieso das 32 Bit, warum nicht 64 Bit?

                                            VG
                                            Bernd

                                            A 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

                                            655
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            51
                                            2065
                                            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