Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Zigbee iobroker Error while opening serialport

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee iobroker Error while opening serialport

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

      @yoshi

      systemctl status deconz deconz-gui
      
      Y 1 Reply Last reply Reply Quote 0
      • Y
        Yoshi @Glasfaser last edited by Yoshi

        @glasfaser

        zigbee.0
        2022-08-15 19:03:06.791	error	Error herdsman start
        
        zigbee.0
        2022-08-15 19:03:06.791	error	Failed to start Zigbee
        
        zigbee.0
        2022-08-15 19:03:06.789	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2149258-if00'"
        
        zigbee.0
        2022-08-15 19:03:06.561	info	Installed Version: iobroker.zigbee@1.7.6
        
        zigbee.0
        2022-08-15 19:03:06.539	info	Starting Zigbee npm ...
        
        zigbee.0
        2022-08-15 19:03:06.537	info	Try to reconnect. 1 attempts left
        
        zigbee.0
        2022-08-15 19:02:56.537	info	Installed Version: iobroker.zigbee@1.7.6
        
        zigbee.0
        2022-08-15 19:02:56.534	error	Error herdsman start
        
        zigbee.0
        2022-08-15 19:02:56.533	error	Failed to start Zigbee
        
        zigbee.0
        2022-08-15 19:02:56.532	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2149258-if00'"
        
        zigbee.0
        2022-08-15 19:02:55.925	info	Starting Zigbee npm ...
        
        zigbee.0
        2022-08-15 19:02:55.922	info	delete old Backup files. keep only last 10
        
        zigbee.0
        2022-08-15 19:02:55.809	info	starting. Version 1.7.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.16.0, js-controller: 4.0.23
        host.raspberrypi4-iob
        2022-08-15 19:02:51.679	info	instance system.adapter.zigbee.0 started with pid 12761
        host.raspberrypi4-iob
        2022-08-15 19:02:51.472	info	"system.adapter.zigbee.0" enabled
        
        1 Reply Last reply Reply Quote 0
        • Y
          Yoshi @Thomas Braun last edited by

          @thomas-braun

          pi@raspberrypi4-iob:~ $ systemctl status deconz deconz-gui
          ● deconz.service - deCONZ: ZigBee gateway -- REST API
               Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset>
               Active: active (running) since Mon 2022-08-15 18:51:20 CEST; 18min ago
             Main PID: 349 (deCONZ)
                Tasks: 4 (limit: 4915)
               CGroup: /system.slice/deconz.service
                       └─349 /usr/bin/deCONZ -platform minimal --http-port=80
           
          Aug 15 18:52:14 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 18:52:14 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 18:52:16 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 18:53:15 raspberrypi4-iob deCONZ[349]: "Keine derartige Schnittstelle »o>
          Aug 15 18:59:34 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 19:02:31 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 19:04:37 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 19:04:53 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 19:04:55 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          Aug 15 19:05:11 raspberrypi4-iob deCONZ[349]: This plugin does not support prop>
          {1}
          ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
               Loaded: loaded (/lib/systemd/system/deconz-gui.service; enabled; vendor pr>
               Active: activating (auto-restart) (Result: signal) since Mon 2022-08-15 19>
              Process: 16935 ExecStart=/usr/bin/deCONZ --http-port=80 (code=killed, signa>
          lines 1-23
          {1}
          {1}
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Yoshi last edited by Thomas Braun

            @yoshi

            sudo systemctl stop deconz
            sudo systemctl disable deconz
            sudo systemctl stop deconz-gui
            sudo systemctl disable deconz-gui
            
            Y 1 Reply Last reply Reply Quote 1
            • Y
              Yoshi @Thomas Braun last edited by

              @thomas-braun

              Hey Thomas, wenn du ne Frau wärest würde ich dich glatt heiraten. 🙂

              Vielen Dank. Nun läuft es, ich hoffe auch nach einem Neustart

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

                @yoshi sagte in Zigbee iobroker Error while opening serialport:

                Nun läuft es, ich hoffe auch nach einem Neustart

                Wenn du beide Services disabled hast ja.

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

                  @thomas-braun

                  Ja, hab das gemacht.

                  Muss ich alle Teilnehmer neu anlernen ? ich sehe sie zwar in der Geräteübersicht aber sie sind nicht verbunden.

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

                    @yoshi sagte in Zigbee iobroker Error while opening serialport:

                    Muss ich alle Teilnehmer neu anlernen ?

                    Möglich. Vielleicht sind die noch mit dem deconz verheiratet.

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

                      Und @Asgothian ein "soooooooooooooooory fürs 'derailing'". Kommt nicht wieder vor. 😗

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

                        @thomas-braun sagte in Zigbee iobroker Error while opening serialport:

                        Und @Asgothian ein "soooooooooooooooory fürs 'derailing'". Kommt nicht wieder vor. 😗

                        Wieso derailing - beim deconz war ich auch schon. Auch die Frage ob der noch läuft. Aber von Unterwegs konnte ich nicht die korrekten Befehle Posten 🙂

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

                          Servus,
                          ich hatte denselben Fehler, dass kein Zugriff mehr auf den Serial Port möglich war.

                          2022-10-14 18:38:07.286  - error: zigbee.0 (3145) Error herdsman start
                          2022-10-14 18:38:17.289  - info: zigbee.0 (3145) Try to reconnect. 1 attempts left
                          2022-10-14 18:38:17.290  - info: zigbee.0 (3145) Starting Zigbee  npm ...
                          2022-10-14 18:38:17.311  - info: zigbee.0 (3145) Installed Version: iobroker.zigbee@1.7.5
                          2022-10-14 18:38:17.475  - error: zigbee.0 (3145) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                          2022-10-14 18:38:17.476  - error: zigbee.0 (3145) Failed to start Zigbee
                          2022-10-14 18:38:17.476  - error: zigbee.0 (3145) Error herdsman start
                          
                          

                          Ursache war, dass auf dem gleichen Raspberry Debmatic läuft und dort der CUxDeamon den Serial-Port belegt hat.

                          Man kann dem CUxDeamon sagen, dass er einen bestimmten Port nicht verwenden soll, indem man im CUxD-Setup unten folgende Zeile ergänzt:

                          TTYASSIGN=ttyUSB0:NC
                          

                          Obacht: Port "USB0" kann abweichen!

                          Danach Raspberry neu starten und schon lief der Zigbee-Adapter im ioBroker wieder.

                          1 Reply Last reply Reply Quote 2
                          • K
                            klausiy123 last edited by klausiy123

                            Hallo
                            Mein cc26x2 mag, warum auch immer, nicht mehr. Vielleicht kann mir jemand helfen. Vielen Dank im voraus.

                            2022-11-22 16:46:21.405 - info: host.orangepiplus2e "system.adapter.zigbee.0" enabled
                            2022-11-22 16:46:22.201 - info: host.orangepiplus2e instance system.adapter.zigbee.0 started with pid 1538
                            2022-11-22 16:46:34.269 - info: zigbee.0 (1538) starting. Version 1.7.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.18.1, js-controller: 4.0.23
                            2022-11-22 16:46:34.577 - info: zigbee.0 (1538) delete old Backup files. keep only last 10
                            2022-11-22 16:46:34.584 - info: zigbee.0 (1538) Starting Zigbee npm ...
                            2022-11-22 16:46:36.030 - info: zigbee.0 (1538) Installed Version: iobroker.zigbee@1.7.5
                            2022-11-22 16:46:56.485 - error: zigbee.0 (1538) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                            2022-11-22 16:46:56.488 - error: zigbee.0 (1538) Failed to start Zigbee
                            2022-11-22 16:46:56.490 - error: zigbee.0 (1538) Error herdsman start
                            2022-11-22 16:47:06.502 - info: zigbee.0 (1538) Try to reconnect. 1 attempts left
                            2022-11-22 16:47:06.506 - info: zigbee.0 (1538) Starting Zigbee npm ...
                            2022-11-22 16:47:06.561 - info: zigbee.0 (1538) Installed Version: iobroker.zigbee@1.7.5
                            2022-11-22 16:47:07.170 - error: zigbee.0 (1538) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                            2022-11-22 16:47:07.174 - error: zigbee.0 (1538) Failed to start Zigbee
                            2022-11-22 16:47:07.175 - error: zigbee.0 (1538) Error herdsman start
                            
                            arteck 1 Reply Last reply Reply Quote 0
                            • arteck
                              arteck Developer Most Active @klausiy123 last edited by

                              @klausiy123 zieh den coordinator ab und steck den wieder rein

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

                                @arteck besten Dank, das war wohl der Fehler, auch wenn ich nicht verstehe warum das nach Jahren erstmals auftrat und das Teil nie bewegt wurde.

                                1 Reply Last reply Reply Quote 0
                                • G
                                  Galli2k last edited by

                                  Hallo zusammen, auch ich bin verzweifelt den Zigbee adapter mit dem CC1352p-2 coordinator zum laufen zu bringen.
                                  Hier mal einiges was ich so gemacht hab. Ich hoffe jemand kann mir Helfen. Danke

                                  PS: ioBroker läuft auf ein LXC in Proxmox

                                  2022-12-07 18:50:59.448 - info: backitup.0 (385) [iobroker] backup was activated at 02:40 every 1 day(s)
                                  2022-12-07 18:56:16.554 - info: admin.0 (343) ==> Connected system.user.admin from ::ffff:192.168.178.68
                                  2022-12-07 18:59:17.572 - info: host.ioBroker "system.adapter.zigbee.0" enabled
                                  2022-12-07 18:59:17.587 - info: host.ioBroker instance system.adapter.zigbee.0 started with pid 416
                                  2022-12-07 18:59:18.664 - info: zigbee.0 (416) starting. Version 1.7.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.18.1, js-controller: 4.0.23
                                  2022-12-07 18:59:18.704 - info: zigbee.0 (416) Starting Zigbee npm ...
                                  2022-12-07 18:59:18.916 - info: zigbee.0 (416) Installed Version: iobroker.zigbee@1.7.6
                                  2022-12-07 18:59:18.953 - error: zigbee.0 (416) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if00'"
                                  2022-12-07 18:59:18.954 - error: zigbee.0 (416) Failed to start Zigbee
                                  2022-12-07 18:59:18.954 - error: zigbee.0 (416) Error herdsman start
                                  2022-12-07 18:59:21.505 - info: admin.0 (343) ==> Connected system.user.admin from ::ffff:192.168.178.68
                                  2022-12-07 18:59:21.555 - error: zigbee.0 (416) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                  2022-12-07 18:59:28.956 - info: zigbee.0 (416) Try to reconnect. 1 attempts left
                                  2022-12-07 18:59:28.957 - info: zigbee.0 (416) Starting Zigbee npm ...
                                  2022-12-07 18:59:28.964 - info: zigbee.0 (416) Installed Version: iobroker.zigbee@1.7.6
                                  2022-12-07 18:59:29.047 - error: zigbee.0 (416) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: Permission denied, cannot open /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if00'"
                                  2022-12-07 18:59:29.048 - error: zigbee.0 (416) Failed to start Zigbee
                                  2022-12-07 18:59:29.048 - error: zigbee.0 (416) Error herdsman start
                                  2022-12-07 18:59:32.398 - info: admin.0 (343) <== Disconnect system.user.admin from ::ffff:192.168.178.68 
                                  

                                  Zigbee Adapter.png

                                  root@ioBroker:~# ls -l /dev
                                  total 0
                                  crw--w---- 1 root   tty     136, 0 Dec  7 18:50 console
                                  lrwxrwxrwx 1 root   root        11 Dec  7 18:50 core -> /proc/kcore
                                  lrwxrwxrwx 1 root   root        13 Dec  7 18:50 fd -> /proc/self/fd
                                  crw-rw-rw- 1 nobody nogroup   1, 7 Dec  7 12:41 full
                                  lrwxrwxrwx 1 root   root        12 Dec  7 18:50 initctl -> /run/initctl
                                  lrwxrwxrwx 1 root   root        28 Dec  7 18:50 log -> /run/systemd/journal/dev-log
                                  drwxrwxrwt 2 nobody nogroup     40 Dec  7 18:50 mqueue
                                  crw-rw-rw- 1 nobody nogroup   1, 3 Dec  7 12:41 null
                                  crw-rw-rw- 1 root   root      5, 2 Dec  7 19:20 ptmx
                                  drwxr-xr-x 2 root   root         0 Dec  7 18:50 pts
                                  crw-rw-rw- 1 nobody nogroup   1, 8 Dec  7 12:41 random
                                  drwxr-xr-x 3 root   root        60 Dec  7 18:50 serial
                                  drwxrwxrwt 2 root   root        40 Dec  7 18:50 shm
                                  lrwxrwxrwx 1 root   root        15 Dec  7 18:50 stderr -> /proc/self/fd/2
                                  lrwxrwxrwx 1 root   root        15 Dec  7 18:50 stdin -> /proc/self/fd/0
                                  lrwxrwxrwx 1 root   root        15 Dec  7 18:50 stdout -> /proc/self/fd/1
                                  crw-rw-rw- 1 nobody nogroup   5, 0 Dec  7 12:41 tty
                                  crw------- 1 root   tty     136, 1 Dec  7 19:20 tty1
                                  crw--w---- 1 root   tty     136, 2 Dec  7 18:50 tty2
                                  crw-rw-rw- 1 nobody nogroup 166, 0 Dec  7 12:41 ttyACM0
                                  crw-rw-rw- 1 nobody nogroup 188, 0 Dec  7 12:41 ttyUSB0
                                  crw-rw-rw- 1 nobody nogroup   1, 9 Dec  7 12:41 urandom
                                  crw-rw-rw- 1 nobody nogroup   1, 5 Dec  7 12:41 zero
                                  
                                  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                                  Bus 001 Device 004: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
                                  Bus 001 Device 003: ID 0451:bef3 Texas Instruments, Inc. CC1352R1 Launchpad
                                  Bus 001 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
                                  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                                  
                                  root@Intel:~# ls /dev/serial/by-id/
                                  usb-FTDI_FT232R_USB_UART_A90782OJ-if00-port0  usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if00  usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if03
                                  root@Intel:~# 
                                  
                                  root@Intel:~# ls -l /dev/serial/by-id
                                  total 0
                                  lrwxrwxrwx 1 root root 13 Dec  7 12:41 usb-FTDI_FT232R_USB_UART_A90782OJ-if00-port0 -> ../../ttyUSB0
                                  lrwxrwxrwx 1 root root 13 Dec  7 12:41 usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if00 -> ../../ttyACM0
                                  lrwxrwxrwx 1 root root 13 Dec  7 12:41 usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if03 -> ../../ttyACM1
                                  root@Intel:~# 
                                  
                                    GNU nano 5.4                                                                                                        100.conf                                                                                                                  
                                  arch: amd64
                                  cores: 2
                                  features: nesting=1
                                  hostname: ioBroker
                                  memory: 4096
                                  net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=1A:BA:1E:27:F0:F7,ip=dhcp,ip6=dhcp,type=veth
                                  ostype: ubuntu
                                  rootfs: local-lvm:vm-100-disk-0,size=16G
                                  swap: 512
                                  unprivileged: 1
                                  lxc.cgroup2.devices.allow: c 189:* rwm
                                  lxc.mount.entry: usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if00 dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L430042O-if00 none bind,optional,create=file
                                  lxc.cgroup2.devices.allow: c 166:* rwm
                                  lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
                                  lxc.cgroup2.devices.allow: c 189:* rwm
                                  lxc.mount.entry: usb-FTDI_FT232R_USB_UART_A90782OJ-if00-port0 dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A90782OJ-if00-port0 none bind,optional,create=file
                                  lxc.cgroup2.devices.allow: c 188:* rwm
                                  lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
                                  
                                  
                                  Asgothian 1 Reply Last reply Reply Quote 0
                                  • Asgothian
                                    Asgothian Developer @Galli2k last edited by

                                    @galli2k Du hast ein Problem damit das die Berechtigungen zum zugriff auf die serielle Schnittstelle nicht ausreicht. Das ist ein Problem des LXC Setups - da musst du suchen.

                                    Mehr kann ich dazu nicht sagen - ich setze das nicht ein.

                                    A

                                    G 1 Reply Last reply Reply Quote 0
                                    • G
                                      Galli2k @Asgothian last edited by

                                      @asgothian Falls es jemanden helfen sollte:
                                      Ich hatte vorher beim Anlegen des Lxc im Netzwerk DHCP gewählt.
                                      Nun habe ich einen neuen Container mit einer statische IP angelegt und alles läuft wunderbar.

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

                                        @galli2k sagte in Zigbee iobroker Error while opening serialport:

                                        Ich hatte vorher beim Anlegen des Lxc im Netzwerk DHCP gewählt.

                                        da muss noch mehr gewesen sein .. DHCP hat nix mit USB belegun gzu tun.

                                        1 Reply Last reply Reply Quote 1
                                        • W
                                          woupi last edited by

                                          Hallo,
                                          leider muss ich dieses Thema nochmal hervorholen.
                                          Ich habe heute einen Sonoff Zigbee Stick bekommen.
                                          Ich habe ihn in den NUC gesteckt und in Proxmox zur VM iobroker durch gereicht.

                                          ls -la /dev/serial/by-id/ ergibt

                                          total 0
                                          drwxr-xr-x 2 root root 80 Nov  7 17:44 .
                                          drwxr-xr-x 4 root root 80 Nov  7 17:44 ..
                                          lrwxrwxrwx 1 root root 13 Nov  7 17:44 usb-1a86_USB_Serial-if00-port0 -> ../../t                                                                               tyUSB1
                                          lrwxrwxrwx 1 root root 13 Nov  7 17:44 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Pl                                                                               us_c24d83bbb59ded11acdcdba5a7669f5d-if00-port0 -> ../../ttyUSB0
                                          
                                          

                                          Eingegeben unter COM-Anschluss im Adapter habe ich
                                          /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c24d83bbb59ded11acdcdba5a7669f5d-if00-port0

                                          6701938f-cf8b-4f5a-b85d-eaf23f4a06cf-image.png

                                          Hier der komplette log

                                          zigbee.0
                                          2023-11-07 19:16:24.684	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.684	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.684	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.604	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.596	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.596	info	Try to reconnect. 1 attempts left
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.595	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.594	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.594	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	Re-commissioning your network will require re-pairing of all devices!
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	Please update configuration to prevent further issues.
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	- Channel List: configured=11, adapter=11
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	- Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.531	error	- Extended PAN ID: configured=dfddfddddddddeed, adapter=00124b002b48282c
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.531	error	- PAN ID: configured=6258, adapter=6258
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.531	error	Configuration is not consistent with adapter state/backup!
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.261	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.159	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.097	info	starting. Version 1.8.23 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.17.1, js-controller: 5.0.12
                                          
                                          zigbee.0
                                          2023-11-07 19:15:37.122	info	terminating
                                          
                                          zigbee.0
                                          2023-11-07 19:15:36.683	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          
                                          zigbee.0
                                          2023-11-07 19:15:36.683	info	terminating
                                          
                                          zigbee.0
                                          2023-11-07 19:15:36.674	warn	Failed to stop zigbee during startup
                                          
                                          zigbee.0
                                          2023-11-07 19:15:36.625	info	Zigbee: disabling joining new devices.
                                          
                                          zigbee.0
                                          2023-11-07 19:15:36.622	info	cleaned everything up...
                                          
                                          zigbee.0
                                          2023-11-07 19:15:36.621	info	Got terminate signal TERMINATE_YOURSELF
                                          
                                          zigbee.0
                                          2023-11-07 19:09:56.448	info	List of port: [{"path":"/dev/ttyUSB1","manufacturer":"1a86","pnpId":"usb-1a86_USB_Serial-if00-port0","vendorId":"1a86","productId":"7523"},{"path":"/dev/ttyUSB0","manufacturer":"ITead","serialNumber":"c24d83bbb59ded11acdcdba5a7669f5d","pnpId":"usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c24d83bbb59ded11acdcdba5a7669f5d-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyS0"},{"path":"/dev/ttyS1"},{"path":"/dev/ttyS10"},{"path":"/dev/ttyS11"},{"path":"/dev/ttyS12"},{"path":"/dev/ttyS13"},{"path":"/dev/ttyS14"},{"path":"/dev/ttyS15"},{"path":"/dev/ttyS16"},{"path":"/dev/ttyS17"},{"path":"/dev/ttyS18"},{"path":"/dev/ttyS19"},{"path":"/dev/ttyS2"},{"path":"/dev/ttyS20"},{"path":"/dev/ttyS21"},{"path":"/dev/ttyS22"},{"path":"/dev/ttyS23"},{"path":"/dev/ttyS24"},{"path":"/dev/ttyS25"},{"path":"/dev/ttyS26"},{"path":"/dev/ttyS27"},{"path":"/dev/ttyS28"},{"path":"/dev/ttyS29"},{"path":"/dev/ttyS3"},{"path":"/dev/ttyS30"},{"path":"/dev/ttyS31"},{"path":"/dev/ttyS4"},{"path":"/dev/ttyS5"},{"path":"/dev/ttyS6"},{"path":"/dev/ttyS7"},{"path":"/dev/ttyS8"},{"path":"/dev/ttyS9"}]
                                          
                                          zigbee.0
                                          2023-11-07 19:09:56.370	error	getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                          
                                          zigbee.0
                                          2023-11-07 18:28:27.996	info	List of port: [{"path":"/dev/ttyUSB1","manufacturer":"1a86","pnpId":"usb-1a86_USB_Serial-if00-port0","vendorId":"1a86","productId":"7523"},{"path":"/dev/ttyUSB0","manufacturer":"ITead","serialNumber":"c24d83bbb59ded11acdcdba5a7669f5d","pnpId":"usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c24d83bbb59ded11acdcdba5a7669f5d-if00-port0","vendorId":"10c4","productId":"ea60"},{"path":"/dev/ttyS0"},{"path":"/dev/ttyS1"},{"path":"/dev/ttyS10"},{"path":"/dev/ttyS11"},{"path":"/dev/ttyS12"},{"path":"/dev/ttyS13"},{"path":"/dev/ttyS14"},{"path":"/dev/ttyS15"},{"path":"/dev/ttyS16"},{"path":"/dev/ttyS17"},{"path":"/dev/ttyS18"},{"path":"/dev/ttyS19"},{"path":"/dev/ttyS2"},{"path":"/dev/ttyS20"},{"path":"/dev/ttyS21"},{"path":"/dev/ttyS22"},{"path":"/dev/ttyS23"},{"path":"/dev/ttyS24"},{"path":"/dev/ttyS25"},{"path":"/dev/ttyS26"},{"path":"/dev/ttyS27"},{"path":"/dev/ttyS28"},{"path":"/dev/ttyS29"},{"path":"/dev/ttyS3"},{"path":"/dev/ttyS30"},{"path":"/dev/ttyS31"},{"path":"/dev/ttyS4"},{"path":"/dev/ttyS5"},{"path":"/dev/ttyS6"},{"path":"/dev/ttyS7"},{"path":"/dev/ttyS8"},{"path":"/dev/ttyS9"}]
                                          
                                          zigbee.0
                                          2023-11-07 18:28:27.938	error	getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                          
                                          zigbee.0
                                          2023-11-07 18:26:08.388	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 18:26:08.388	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 18:26:08.388	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                          
                                          zigbee.0
                                          2023-11-07 18:26:08.293	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 18:26:08.278	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 18:26:08.277	info	Try to reconnect. 1 attempts left
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.275	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.275	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.275	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.233	error	Re-commissioning your network will require re-pairing of all devices!
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.233	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.233	error	Please update configuration to prevent further issues.
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.233	error	- Channel List: configured=11, adapter=11
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.232	error	- Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.232	error	- Extended PAN ID: configured=dfddfddddddddeed, adapter=00124b002b48282c
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.232	error	- PAN ID: configured=6258, adapter=6258
                                          
                                          zigbee.0
                                          2023-11-07 18:25:58.232	error	Configuration is not consistent with adapter state/backup!
                                          
                                          zigbee.0
                                          2023-11-07 18:25:57.935	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 18:25:57.803	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 18:25:57.758	info	starting. Version 1.8.23 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.17.1, js-controller: 5.0.12
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.553	info	Terminated (NO_ERROR): Without reason
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.552	info	terminating
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.122	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.122	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.121	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.075	error	Re-commissioning your network will require re-pairing of all devices!
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.075	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.075	error	Please update configuration to prevent further issues.
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.074	error	- Channel List: configured=11, adapter=11
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.074	error	- Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.074	error	- Extended PAN ID: configured=dfddfddddddddeed, adapter=00124b002b48282c
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.074	error	- PAN ID: configured=6258, adapter=6258
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.074	error	Configuration is not consistent with adapter state/backup!
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.052	info	Zigbee: disabling joining new devices.
                                          
                                          zigbee.0
                                          2023-11-07 18:25:54.049	info	cleaned everything up...
                                          
                                          zigbee.0
                                          2023-11-07 18:25:53.725	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 18:25:53.628	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 18:25:53.582	info	starting. Version 1.8.23 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.17.1, js-controller: 5.0.12
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.806	info	terminating
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.336	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.335	info	terminating
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.335	warn	Failed to stop zigbee during startup
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.309	info	Zigbee: disabling joining new devices.
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.306	info	cleaned everything up...
                                          
                                          zigbee.0
                                          2023-11-07 18:25:21.299	error	Cannot read properties of undefined (reading 'getClients')
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.684	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.684	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.684	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.604	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.596	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 19:16:24.596	info	Try to reconnect. 1 attempts left
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.595	error	Error herdsman start
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.594	error	Failed to start Zigbee
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.594	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	Re-commissioning your network will require re-pairing of all devices!
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	Please update configuration to prevent further issues.
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	- Channel List: configured=11, adapter=11
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.532	error	- Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.531	error	- Extended PAN ID: configured=dfddfddddddddeed, adapter=00124b002b48282c
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.531	error	- PAN ID: configured=6258, adapter=6258
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.531	error	Configuration is not consistent with adapter state/backup!
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.261	info	Installed Version: iobroker.zigbee@1.8.23
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.159	info	Starting Zigbee npm ...
                                          
                                          zigbee.0
                                          2023-11-07 19:16:14.097	info	starting. Version 1.8.23 in /opt/iobroker/node_modules/iobroker.zigbee, node: v18.17.1, js-controller: 5.0.12
                                          

                                          Wenn ich es richtig verstanden habe, stimmt etwas nicht mit dem Adapterstatus/Backup überein.

                                          Ich habe allerdings keine Ahnung was und auch nicht wo ich etwas ändern kann.

                                          Ich würde mich freuen, wenn einem unwissenden etwas unter die Arme gegriffen werden könnte.

                                          Vielen Dank und VG

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

                                            @woupi

                                            Extended PAN ID: configured=dfddfddddddddeed, adapter=00124b002b48282c
                                            

                                            Die Werte müssen übereinstimmen.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            806
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            28
                                            231
                                            33176
                                            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