Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Zigbee Adapter startet nicht mehr

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Zigbee Adapter startet nicht mehr

Zigbee Adapter startet nicht mehr

Scheduled Pinned Locked Moved ioBroker Allgemein
51 Posts 6 Posters 4.6k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jaksa

    @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 Offline
    A Offline
    anselra
    wrote on last edited by
    #11

    @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

    BETRIEBSSYSTEM: LINUX
    ARCHITEKTUR: ARM
    CPUS: 4
    GESCHWINDIGKEIT: 1500 MHZ
    MODELL: ARMV7 PROCESSOR REV 3 (V7L)
    RAM: 3.7 GB

    ? 1Topf1 2 Replies Last reply
    0
    • A anselra

      @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

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #12

      @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
      0
      • ? 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 Offline
        A Offline
        anselra
        wrote on last edited by
        #13

        @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

        BETRIEBSSYSTEM: LINUX
        ARCHITEKTUR: ARM
        CPUS: 4
        GESCHWINDIGKEIT: 1500 MHZ
        MODELL: ARMV7 PROCESSOR REV 3 (V7L)
        RAM: 3.7 GB

        J ? 2 Replies Last reply
        0
        • A anselra

          @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 Offline
          J Offline
          Jaksa
          wrote on last edited by
          #14

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

          A 1 Reply Last reply
          0
          • A anselra

            @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

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #15

            @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
            0
            • J Jaksa

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

              A Offline
              A Offline
              anselra
              wrote on last edited by
              #16

              @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
              

              BETRIEBSSYSTEM: LINUX
              ARCHITEKTUR: ARM
              CPUS: 4
              GESCHWINDIGKEIT: 1500 MHZ
              MODELL: ARMV7 PROCESSOR REV 3 (V7L)
              RAM: 3.7 GB

              J 1 Reply Last reply
              0
              • A anselra

                @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 Offline
                J Offline
                Jaksa
                wrote on last edited by Jaksa
                #17

                @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
                0
                • A anselra

                  @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

                  1Topf1 Offline
                  1Topf1 Offline
                  1Topf
                  wrote on last edited by
                  #18

                  @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 BraunT 1 Reply Last reply
                  0
                  • 1Topf1 1Topf

                    @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 BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #19

                    @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)

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    A 1 Reply Last reply
                    0
                    • J 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 Offline
                      A Offline
                      anselra
                      wrote on last edited by
                      #20

                      @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
                      

                      BETRIEBSSYSTEM: LINUX
                      ARCHITEKTUR: ARM
                      CPUS: 4
                      GESCHWINDIGKEIT: 1500 MHZ
                      MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                      RAM: 3.7 GB

                      1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @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 Offline
                        A Offline
                        anselra
                        wrote on last edited by
                        #21

                        @thomas-braun

                        es handelt sich um das dev Board CC26X2R1

                        BETRIEBSSYSTEM: LINUX
                        ARCHITEKTUR: ARM
                        CPUS: 4
                        GESCHWINDIGKEIT: 1500 MHZ
                        MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                        RAM: 3.7 GB

                        Thomas BraunT 1 Reply Last reply
                        0
                        • A anselra
                          Systemdata Bitte Ausfüllen
                          Hardwaresystem: Pi4
                          Arbeitsspeicher: 4GB
                          Festplattenart: SSD
                          Betriebssystem: Raspberry PI OS Lite 32 Bookworm
                          Node-Version: v18.18.2
                          Nodejs-Version: v18.18.2
                          NPM-Version: 9.8.1
                          Image genutzt: Nein
                          ``zigbee.0
                          2023-10-21 18:36:14.689	error	Error herdsman start
                          
                          zigbee.0
                          2023-10-21 18:36:14.689	error	Failed to start Zigbee
                          
                          zigbee.0
                          2023-10-21 18:36:14.688	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                          
                          zigbee.0
                          2023-10-21 18:36:14.382	info	Installed Version: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83
                          
                          zigbee.0
                          2023-10-21 18:36:14.341	debug	Starting zigbee-herdsman...
                          
                          zigbee.0
                          2023-10-21 18:36:14.331	info	Starting Zigbee npm ...
                          
                          zigbee.0
                          2023-10-21 18:36:14.329	info	Try to reconnect. 1 attempts left
                          
                          zigbee.0
                          2023-10-21 18:36:04.327	error	Error herdsman start
                          
                          zigbee.0
                          2023-10-21 18:36:04.326	error	Failed to start Zigbee
                          
                          zigbee.0
                          2023-10-21 18:36:04.326	error	Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                          
                          zigbee.0
                          2023-10-21 18:35:44.357	debug	Backup /opt/iobroker/iobroker-data/zigbee_0/backup_2023_10_21-18_35_43.tar.gz success
                          
                          zigbee.0
                          2023-10-21 18:35:43.926	info	Installed Version: ioBroker/ioBroker.zigbee#e233808d509f6fc4ddb3176d79633f4492146a83
                          
                          zigbee.0
                          2023-10-21 18:35:43.625	debug	Starting zigbee-herdsman...
                          
                          zigbee.0
                          2023-10-21 18:35:43.576	info	Starting Zigbee npm ...
                          
                          zigbee.0
                          2023-10-21 18:35:43.463	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-if03","adapter":"zstack"},"adapter":{"forceStartWithInconsistentAdapterConfiguration":false}}
                          
                          zigbee.0
                          2023-10-21 18:35:43.393	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 18:35:43.067	info	Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                          
                          zigbee.0
                          2023-10-21 18:35:43.058	debug	Plugin sentry Initialize Plugin (enabled=true)
                          
                          zigbee.0
                          2023-10-21 18:35:42.465	debug	States connected to redis: 127.0.0.1:9000
                          
                          zigbee.0
                          2023-10-21 18:35:42.235	debug	States create User PubSub Client
                          
                          zigbee.0
                          2023-10-21 18:35:42.234	debug	States create System PubSub Client
                          
                          zigbee.0
                          2023-10-21 18:35:42.064	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                          
                          zigbee.0
                          2023-10-21 18:35:41.875	debug	Objects connected to redis: 127.0.0.1:9001
                          
                          zigbee.0
                          2023-10-21 18:35:41.867	debug	Objects client initialize lua scripts
                          
                          zigbee.0
                          2023-10-21 18:35:41.571	debug	Objects create User PubSub Client
                          
                          zigbee.0
                          2023-10-21 18:35:41.570	debug	Objects create System PubSub Client
                          
                          zigbee.0
                          2023-10-21 18:35:41.567	debug	Objects client ready ... initialize now
                          
                          zigbee.0
                          2023-10-21 18:35:41.421	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001`
                          code_text
                          

                          Hallo zusammen, leider bin ich in der Suche nicht fündig geworden. Ich habe das System neu aufgesetzt und zurück gesichert, leider wird mein Zigbee Adapter nicht mehr grün. Hoffe ich habe alle Angaben gemacht und jemand hat einen Tipp für mich.

                          Gruß Ralf

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #22

                          @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
                          0
                          • ? A Former User

                            @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 Offline
                            A Offline
                            anselra
                            wrote on last edited by
                            #23

                            @dp20eic

                            meinte mich zu erinnern, dass pivccu probleme mit 64Bit hatte

                            BETRIEBSSYSTEM: LINUX
                            ARCHITEKTUR: ARM
                            CPUS: 4
                            GESCHWINDIGKEIT: 1500 MHZ
                            MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                            RAM: 3.7 GB

                            1 Reply Last reply
                            0
                            • A anselra

                              @thomas-braun

                              es handelt sich um das dev Board CC26X2R1

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #24

                              @anselra sagte in Zigbee Adapter startet nicht mehr:

                              es handelt sich um das dev Board CC26X2R1

                              Joh, un?

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              A 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @anselra sagte in Zigbee Adapter startet nicht mehr:

                                es handelt sich um das dev Board CC26X2R1

                                Joh, un?

                                A Offline
                                A Offline
                                anselra
                                wrote on last edited by
                                #25

                                @thomas-braun

                                war nur als Zusatz Info gedacht bezüglich deiner Antwort an 1topf

                                BETRIEBSSYSTEM: LINUX
                                ARCHITEKTUR: ARM
                                CPUS: 4
                                GESCHWINDIGKEIT: 1500 MHZ
                                MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                                RAM: 3.7 GB

                                Thomas BraunT 1 Reply Last reply
                                0
                                • A anselra

                                  @thomas-braun

                                  war nur als Zusatz Info gedacht bezüglich deiner Antwort an 1topf

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #26

                                  @anselra

                                  lsof /dev/ttyACM0
                                  

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  A 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @anselra

                                    lsof /dev/ttyACM0
                                    
                                    A Offline
                                    A Offline
                                    anselra
                                    wrote on last edited by anselra
                                    #27

                                    @thomas-braun

                                    ist installiert, in der Ausgabe kommt aber nichts

                                    BETRIEBSSYSTEM: LINUX
                                    ARCHITEKTUR: ARM
                                    CPUS: 4
                                    GESCHWINDIGKEIT: 1500 MHZ
                                    MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                                    RAM: 3.7 GB

                                    A 1 Reply Last reply
                                    0
                                    • A anselra

                                      @thomas-braun

                                      ist installiert, in der Ausgabe kommt aber nichts

                                      A Offline
                                      A Offline
                                      anselra
                                      wrote on last edited by
                                      #28

                                      kurze Info,

                                      Ich habe es mit Bookworm lite und:

                                      pi@iobroker:~ $ apt policy udev
                                      udev:
                                        Installed: 252.17-1~deb12u1
                                        Candidate: 252.17-1~deb12u1
                                        Version table:
                                       *** 252.17-1~deb12u1 500
                                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                      

                                      nicht zum laufen gebracht.

                                      Bin zurück auf Bullseye lite und mit der https://forum.iobroker.net/topic/65017/zigbee-conbee2-funktioniert-nach-update-nicht-mehr-udev läuft jetzt wieder alles.
                                      Nicht ganz das gewünschte Ergebnis.

                                      BETRIEBSSYSTEM: LINUX
                                      ARCHITEKTUR: ARM
                                      CPUS: 4
                                      GESCHWINDIGKEIT: 1500 MHZ
                                      MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                                      RAM: 3.7 GB

                                      Thomas BraunT Meister MopperM 3 Replies Last reply
                                      0
                                      • A anselra

                                        kurze Info,

                                        Ich habe es mit Bookworm lite und:

                                        pi@iobroker:~ $ apt policy udev
                                        udev:
                                          Installed: 252.17-1~deb12u1
                                          Candidate: 252.17-1~deb12u1
                                          Version table:
                                         *** 252.17-1~deb12u1 500
                                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                        

                                        nicht zum laufen gebracht.

                                        Bin zurück auf Bullseye lite und mit der https://forum.iobroker.net/topic/65017/zigbee-conbee2-funktioniert-nach-update-nicht-mehr-udev läuft jetzt wieder alles.
                                        Nicht ganz das gewünschte Ergebnis.

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #29

                                        @anselra sagte in Zigbee Adapter startet nicht mehr:

                                        Ich habe es mit Bookworm lite un

                                        Das hat aber dann NICHTS mit udev zu tun, die Bookworm-Version dort hat den Fehler nicht.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        A 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @anselra sagte in Zigbee Adapter startet nicht mehr:

                                          Ich habe es mit Bookworm lite un

                                          Das hat aber dann NICHTS mit udev zu tun, die Bookworm-Version dort hat den Fehler nicht.

                                          A Offline
                                          A Offline
                                          anselra
                                          wrote on last edited by
                                          #30

                                          @thomas-braun

                                          mag sein ich hatte aber keinen anderen Ansatz als es so zu Lösen.
                                          Falls du einen anderen Lösungsansatz hast gerne her damit habe das System auf einer anderen platte installiert und somit noch vorhanden

                                          BETRIEBSSYSTEM: LINUX
                                          ARCHITEKTUR: ARM
                                          CPUS: 4
                                          GESCHWINDIGKEIT: 1500 MHZ
                                          MODELL: ARMV7 PROCESSOR REV 3 (V7L)
                                          RAM: 3.7 GB

                                          Thomas BraunT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          574

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe