Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Adaper läuft nicht

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    Zigbee Adaper läuft nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Duffy
      Duffy @Sascha 0 last edited by Duffy

      @sascha-0

      Bei dir passt doch ohne hin was nicht der iob wirft eine "Danger" Warnung aus.
      Vielleicht hängt dein Problem auch damit zusammen.

      @Thomas-Braun weis da bestimmt Abhilfe, zumindest für die Danger Meldung.

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

        @sascha-0

        Erste Maßnahme:

        Kiste updaten und dann nodejs22 installieren.

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

          @thomas-braun said in Zigbee Adaper läuft nicht:

          @sascha-0

          Erste Maßnahme:

          Kiste updaten und dann nodejs22 installieren.

          Wie geht das? Das hier war nicht erfolgrich:

          admin@raspberrypi:~ $ node -v
          v20.19.1
          admin@raspberrypi:~ $ sudo apt-get install nodejs
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          The following packages will be upgraded:
            nodejs
          1 upgraded, 0 newly installed, 0 to remove and 162 not upgraded.
          Need to get 31.0 MB of archives.
          After this operation, 439 kB disk space will be freed.
          Get:1 https://deb.nodesource.com/node_20.x nodistro/main arm64 nodejs arm64 20.19.5-1nodesource1 [31.0 MB]
          Fetched 31.0 MB in 3s (8,905 kB/s)
          Reading changelogs... Done
          (Reading database ... 69029 files and directories currently installed.)
          Preparing to unpack .../nodejs_20.19.5-1nodesource1_arm64.deb ...
          Detected old npm client, removing...
          Unpacking nodejs (20.19.5-1nodesource1) over (20.19.1-1nodesource1) ...
          Setting up nodejs (20.19.5-1nodesource1) ...
          Processing triggers for man-db (2.11.2-2) ...
          admin@raspberrypi:~ $ node -v
          v20.19.5
          admin@raspberrypi:~ $
          
          Codierknecht MartinP Asgothian 3 Replies Last reply Reply Quote 0
          • Codierknecht
            Codierknecht Developer Most Active @Sascha 0 last edited by

            @sascha-0 sagte in Zigbee Adaper läuft nicht:

            Das hier war nicht erfolgrich

            Das macht man auch nicht "von Hand" sondern per

            iob nodejs-update 22
            
            1 Reply Last reply Reply Quote 0
            • MartinP
              MartinP @Sascha 0 last edited by MartinP

              @sascha-0 ich würde zuerst den Unterbau mit

              sudo apt update
              sudo apt full-upgrade
              

              Auf den aktuellen Stand bringen

              Danach...

              https://forum.iobroker.net/topic/81893/wir-empfehlen-node-js-22-x

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

                @sascha-0 sagte in Zigbee Adaper läuft nicht:

                @thomas-braun said in Zigbee Adaper läuft nicht:

                @sascha-0

                Erste Maßnahme:

                Kiste updaten und dann nodejs22 installieren.

                Wie geht das? Das hier war nicht erfolgrich:

                Wenn du damit fertig bist (oder aufgegeben hast) den Unterbau zu aktualisieren, und der Fehler noch da ist (wovon ich fest ausgehe) solltest du prüfen welcher Prozess die serielle Schnittstelle blockiert. Ein lsof | grep -e usb-Itead_Sonoff_Zigbee sollte dich da weiter bringen.

                Zusätzlich macht es ggf. Sinn statt Start/Stop zu nutzen zunächst einmal sicher zu stellen das die Schnittstelle frei ist. Dazu gibt es diesen ButtonScreenshot 2025-10-23 at 09.03.33.png . Der sollte Dir sagen ob der Port frei ist oder nicht. Solange der nicht sagt das alles frei ist macht es auch keinen Sinn via Start/Stop etwas zu machen.

                A.

                S 3 Replies Last reply Reply Quote 0
                • S
                  Sascha 0 @Asgothian last edited by

                  @asgothian said in Zigbee Adaper läuft nicht:

                  So habe jetzt alles Upgedated und keinen Erfolg gehabt.

                  Das kommt bei Test Port:

                  reading access rights for /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                  read and write access available for /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                  

                  Und das hier bei Start/Stop:

                  overriding zigbee options with:
                  extPanID : a019c6b597d65071
                  panID : 8820
                  channel : 15
                  port : /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                  adapterType : zstack
                  baudRate : 115200
                  precfgkey : 01030507090B0D0F00020406080A0C0D
                  flowCTRL : false
                  Starting Adapter npm ...
                  Installed Version: iobroker.zigbee@3.1.5 (Converters 25.31.0 Herdsman 6.3.1)
                  Starting zigbee-herdsman...
                  Unable to obtain herdsman settings
                  Starting zigbee-herdsman problem : Error Resource temporarily unavailable Cannot lock port
                  Failed to start Zigbee: no message given```
                  

                  Der andere Befehl bring das hier:

                  admin@raspberrypi:~ $ lsof | grep -e usb-Itead_Sonoff_Zigbee
                  -bash: lsof: command not found
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • S
                    Sascha 0 @Asgothian last edited by Sascha 0

                    So die ganze Mühle ist aktualisiert und iob diag bringt das hier:

                    Script v.2025-08-09
                    
                    *** BASE SYSTEM ***
                    Operating System: Debian GNU/Linux 12 (bookworm)
                     Static hostname: raspberrypi
                           Icon name: computer
                              Kernel: Linux 6.12.25+rpt-rpi-v8
                        Architecture: arm64
                    OS is similar to:
                    
                    Model           : Raspberry Pi 4 Model B Rev 1.5
                    Docker          : false
                    Virtualization  : none
                    Kernel          : aarch64
                    Userland        : 64 bit
                    
                    Systemuptime and Load:
                     09:37:11 up  1:53,  2 users,  load average: 2.33, 2.90, 2.84
                    CPU threads: 4
                    
                    
                    *** LIFE CYCLE STATUS ***
                    Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                    
                    *** RASPBERRY THROTTLING ***
                    Current issues:
                    No throttling issues detected.
                    
                    Previously detected issues:
                    No throttling issues detected.
                    
                    *** TIME AND TIMEZONES ***
                                   Local time: Thu 2025-10-23 09:37:11 CEST
                               Universal time: Thu 2025-10-23 07:37:11 UTC
                                     RTC time: n/a
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** Users and Groups ***
                    User that called 'iob diag':
                    admin
                    HOME=/home/admin
                    GROUPS=admin adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                    
                    User that is running 'js-controller':
                    iobroker
                    HOME=/home/iobroker
                    GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                    
                    *** DISPLAY-SERVER SETUP ***
                    Display-Server:         false
                    Unit display-manager.service could not be found.
                    Display-Manager:
                    Desktop:
                    Session:                tty
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:            1.9G        1.5G        116M        352K        384M        421M
                    Swap:           536M        484M         52M
                    Total:          2.5G        2.0G        168M
                    
                    Active iob-Instances:   21
                    
                             1846 M total memory
                             1444 M used memory
                              990 M active memory
                              524 M inactive memory
                              111 M free memory
                               28 M buffer memory
                              338 M swap cache
                              511 M total swap
                              462 M used swap
                               49 M free swap
                    
                    *** top - Table Of Processes  ***
                    top - 09:37:12 up  1:53,  2 users,  load average: 2.33, 2.90, 2.84
                    Tasks: 196 total,   2 running, 194 sleeping,   0 stopped,   0 zombie
                    %Cpu(s): 22.2 us, 33.3 sy,  0.0 ni, 33.3 id,  0.0 wa,  0.0 hi, 11.1 si,  0.0 st
                    MiB Mem :   1846.3 total,    111.3 free,   1444.3 used,    367.2 buff/cache
                    MiB Swap:    512.0 total,     49.7 free,    462.3 used.    402.0 avail Mem
                    
                    *** FAILED SERVICES ***
                    
                      UNIT LOAD ACTIVE SUB DESCRIPTION
                    0 loaded units listed.
                    
                    
                    *** DMESG CRITICAL ERRORS ***
                    No critical errors detected
                    
                    *** FILESYSTEM ***
                    Filesystem     Type      Size  Used Avail Use% Mounted on
                    udev           devtmpfs  659M     0  659M   0% /dev
                    tmpfs          tmpfs     185M  4.3M  181M   3% /run
                    /dev/mmcblk0p2 ext4      115G   17G   93G  16% /
                    tmpfs          tmpfs     924M     0  924M   0% /dev/shm
                    tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                    /dev/mmcblk0p1 vfat      510M   58M  453M  12% /boot/firmware
                    tmpfs          tmpfs     185M     0  185M   0% /run/user/1000
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Thu Oct 23 07:44:04 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:CF:41:0E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=5c449d3e-02 rootfstype=ext4 fsck.repair=yes rootwait
                    [Thu Oct 23 07:44:05 2025] EXT4-fs (mmcblk0p2): mounted filesystem 8f6cdea4-22b2-47be-88eb-087a00e3ee2b ro with ordered data mode. Quota mode: none.
                    [Thu Oct 23 07:44:06 2025] EXT4-fs (mmcblk0p2): re-mounted 8f6cdea4-22b2-47be-88eb-087a00e3ee2b r/w. Quota mode: none.
                    
                    Show mounted filesystems:
                    TARGET           SOURCE         FSTYPE OPTIONS
                    /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                    `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                    
                    Files in neuralgic directories:
                    
                    /var:
                    951M    /var/
                    270M    /var/cache
                    264M    /var/cache/apt
                    168M    /var/lib
                    151M    /var/cache/apt/archives
                    
                    Archived and active journals take up 3.1M in the file system.
                    
                    /opt/iobroker/backups:
                    160M    /opt/iobroker/backups/
                    
                    /opt/iobroker/iobroker-data:
                    11G     /opt/iobroker/iobroker-data/ioBroker_History
                    11G     /opt/iobroker/iobroker-data/
                    199M    /opt/iobroker/iobroker-data/files
                    109M    /opt/iobroker/iobroker-data/backup-objects
                    100M    /opt/iobroker/iobroker-data/sonosCache
                    
                    The five largest files in iobroker-data are:
                    29M     /opt/iobroker/iobroker-data/objects.jsonl
                    24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                    18M     /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CkWJSD9z.js
                    11M     /opt/iobroker/iobroker-data/ioBroker_History/20250723/history.0_userdata.0.PV.Stromverbrauch_aktuell.json
                    11M     /opt/iobroker/iobroker-data/ioBroker_History/20250613/history.0_userdata.0.PV.Stromverbrauch_aktuell.json
                    
                    USB-Devices by-id:
                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                    
                    /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                    /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0
                    
                    *** ZigBee Settings ***
                    
                    HINT:
                    Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                    /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                    Zigbee Network Settings on your coordinator/in nvbackup are:
                    
                    zigbee.X
                    Extended Pan ID:
                    *** MASKED ***
                    Pan ID:
                    *** MASKED ***
                    Channel:
                    *** MASKED ***
                    Network Key:
                    *** MASKED ***
                    
                    To unmask the settings run 'iob diag --unmask'
                    
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v22.21.0
                    /usr/bin/node           v22.21.0
                    /usr/bin/npm            10.9.4
                    /usr/bin/npx            10.9.4
                    /usr/bin/corepack       0.34.0
                    
                    nodejs:
                      Installed: 22.21.0-1nodesource1
                      Candidate: 22.21.0-1nodesource1
                      Version table:
                     *** 22.21.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                            100 /var/lib/dpkg/status
                         22.20.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.19.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.18.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.17.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.17.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.16.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.15.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.15.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.14.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.13.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.13.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.12.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.11.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.10.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.9.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.8.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.7.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.6.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.5.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.5.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.4.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.4.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.3.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.2.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.1.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.0.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         18.20.4+dfsg-1~deb12u1 500
                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                    
                    Temp directories causing deletion problem: 0
                    No problems detected
                    
                    Errors in npm tree: 0
                    No problems detected
                    
                    Checking for nodejs vulnerability:
                    
                    
                     █████  ██      ██           ██████   ██████   ██████  ██████         ██
                    ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                    ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                    ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                    ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                    
                    
                    
                    *** ioBroker-Installation ***
                    
                    ioBroker Status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Hosts:
                    raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 1504)
                    
                    Core adapters versions
                    js-controller:  7.0.7
                    admin:          7.7.2
                    javascript:     8.9.2
                    
                    nodejs modules from github:     0
                    
                    Adapter State
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                    + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                      system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                      system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                    + system.adapter.doorbird.0               : doorbird              : raspberrypi                              -  enabled
                      system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
                    + system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
                      system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                      system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                    + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                    + system.adapter.fronius.0                : fronius               : raspberrypi                              -  enabled
                      system.adapter.go-e.0                   : go-e                  : raspberrypi                              - disabled
                    + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                      system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                    + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                      system.adapter.matter.0                 : matter                : raspberrypi                              - disabled
                    + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                    + system.adapter.netatmo.0                : netatmo               : raspberrypi                              -  enabled
                    + system.adapter.openknx.0                : openknx               : raspberrypi                              -  enabled
                      system.adapter.operating-hours.0        : operating-hours       : raspberrypi                              - disabled
                    + system.adapter.pushsafer.0              : pushsafer             : raspberrypi                              -  enabled
                      system.adapter.pvforecast.0             : pvforecast            : raspberrypi                              - disabled
                      system.adapter.roborock.0               : roborock              : raspberrypi                              - disabled
                      system.adapter.sayit.0                  : sayit                 : raspberrypi                              -  enabled
                      system.adapter.schoolfree.0             : schoolfree            : raspberrypi                              -  enabled
                    + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    + system.adapter.smartgarden.0            : smartgarden           : raspberrypi                              -  enabled
                    + system.adapter.sonos.0                  : sonos                 : raspberrypi                              -  enabled
                    + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                    + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                      system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.yahka.0                  : yahka                 : raspberrypi                              -  enabled
                    + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                    
                    ioBroker-Repositories
                    ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                    │ (index) │ name     │ url                                                     │ auto upgrade │
                    ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                    │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ true         │
                    │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                    └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                    
                    Active repo(s): stable
                    Upgrade policy: minor
                    
                    Installed ioBroker-Adapters
                    Used repository: stable
                    Adapter    "admin"        : 7.7.2    , installed 7.7.2
                    Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                    Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                    Adapter    "devices"      : 1.2.8    , installed 1.2.8
                    Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                    Adapter    "doorbird"     : 3.0.0    , installed 3.0.0
                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                    Adapter    "email"        : 2.0.4    , installed 2.0.4
                    Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                    Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                    Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                    Adapter    "go-e"         : 1.0.41   , installed 1.0.41
                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                    Adapter    "ical"         : 1.17.0   , installed 1.17.0
                    Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                    Controller "js-controller": 7.0.7    , installed 7.0.7
                    Adapter    "matter"       : 0.5.5    , installed 0.5.5
                    Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                    Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                    Adapter    "openknx"      : 0.9.0    , installed 0.9.0
                    Adapter    "operating-hours": 1.3.0  , installed 1.3.0
                    Adapter    "pushsafer"    : 1.1.0    , installed 1.1.0
                    Adapter    "pvforecast"   : 5.0.0    , installed 5.0.0
                    Adapter    "roborock"     : 0.6.18   , installed 0.6.18
                    Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                    Adapter    "schoolfree"   : 1.1.12   , installed 1.1.12
                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                    Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                    Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                    Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                    Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                    Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                    Adapter    "web"          : 7.0.8    , installed 7.0.8
                    Adapter    "ws"           : 2.6.2    , installed 2.6.2
                    Adapter    "yahka"        : 1.1.5    , installed 1.1.5
                    Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                    
                    Objects and States
                    Please stand by - This may take a while
                    Objects:        6967
                    States:         5721
                    
                    *** OS-Repositories and Updates ***
                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                    Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                    Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                    Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                    Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                    Reading package lists...
                    Pending Updates: 0
                    
                    *** Listening Ports ***
                    Active Internet connections (only servers)
                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name  
                    tcp        0      0 127.0.0.1:45649         0.0.0.0:*               LISTEN      1001       83667      38354/io.yahka.0  
                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       83258      38026/iobroker.js-c
                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       82405      38026/iobroker.js-c
                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          73227      30450/sshd: /usr/sb
                    tcp        0      0 192.168.10.13:8100      0.0.0.0:*               LISTEN      1001       83671      38395/io.doorbird.0
                    tcp6       0      0 :::8087                 :::*                    LISTEN      1001       85385      38455/io.simple-api
                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       86134      38500/io.web.0    
                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       79792      38048/io.admin.0  
                    tcp6       0      0 :::3500                 :::*                    LISTEN      1001       84206      38298/io.sonos.0  
                    tcp6       0      0 :::22                   :::*                    LISTEN      0          73229      30450/sshd: /usr/sb
                    tcp6       0      0 :::40033                :::*                    LISTEN      1001       83666      38354/io.yahka.0  
                    udp        0      0 0.0.0.0:53381           0.0.0.0:*                           104        6399       456/avahi-daemon: r
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6397       456/avahi-daemon: r
                    udp        0      0 0.0.0.0:41727           0.0.0.0:*                           1001       82677      38267/io.openknx.0
                    udp6       0      0 :::5353                 :::*                                104        6398       456/avahi-daemon: r
                    udp6       0      0 fe80::83ef:c731:b6f:546 :::*                                0          6487       533/NetworkManager
                    udp6       0      0 :::50840                :::*                                104        6400       456/avahi-daemon: r
                    
                    *** Log File - Last 25 Lines ***
                    
                    2025-10-23 09:38:09.131  - info: host.raspberrypi stopInstance timeout 1000 system.adapter.sayit.0 killing pid 44447
                    2025-10-23 09:38:09.200  - warn: host.raspberrypi instance system.adapter.sayit.0 terminated due to SIGKILL
                    2025-10-23 09:38:09.200  - info: host.raspberrypi instance system.adapter.sayit.0 terminated with code null ()
                    2025-10-23 09:38:09.819  - info: host.raspberrypi instance system.adapter.sayit.0 in version "5.0.0" started with pid 44820
                    2025-10-23 09:38:13.662  - info: sayit.0 (44820) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.sayit, node: v22.21.0, js-controller: 7.0.7
                    2025-10-23 09:38:13.903  - info: sayit.0 (44820) Upload announce mp3 files
                    2025-10-23 09:38:14.055  - info: host.raspberrypi stopInstance system.adapter.sayit.0 (force=false, process=true)
                    2025-10-23 09:38:14.060  - info: sayit.0 (44820) stopping...
                    2025-10-23 09:38:14.567  - info: sayit.0 (44820) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2025-10-23 09:38:15.056  - info: host.raspberrypi stopInstance timeout 1000 system.adapter.sayit.0 killing pid 44820
                    2025-10-23 09:38:15.122  - warn: host.raspberrypi instance system.adapter.sayit.0 terminated due to SIGKILL
                    2025-10-23 09:38:15.123  - info: host.raspberrypi instance system.adapter.sayit.0 terminated with code null ()
                    2025-10-23 09:38:15.719  - info: host.raspberrypi instance system.adapter.sayit.0 in version "5.0.0" started with pid 44853
                    2025-10-23 09:38:18.288  - info: zigbee.0 (38369) Unable to obtain herdsman settings
                    2025-10-23 09:38:19.416  - error: zigbee.0 (38369) Starting zigbee-herdsman problem : Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
                    2025-10-23 09:38:19.417  - error: zigbee.0 (38369) Failed to start Zigbee: no message given
                    2025-10-23 09:38:23.321  - info: sayit.0 (44853) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.sayit, node: v22.21.0, js-controller: 7.0.7
                    2025-10-23 09:38:23.510  - info: sayit.0 (44853) Upload announce mp3 files
                    2025-10-23 09:38:23.560  - info: host.raspberrypi stopInstance system.adapter.sayit.0 (force=false, process=true)
                    2025-10-23 09:38:23.570  - info: sayit.0 (44853) stopping...
                    2025-10-23 09:38:24.077  - info: sayit.0 (44853) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2025-10-23 09:38:24.561  - info: host.raspberrypi stopInstance timeout 1000 system.adapter.sayit.0 killing pid 44853
                    2025-10-23 09:38:24.634  - warn: host.raspberrypi instance system.adapter.sayit.0 terminated due to SIGKILL
                    2025-10-23 09:38:24.634  - info: host.raspberrypi instance system.adapter.sayit.0 terminated with code null ()
                    2025-10-23 09:38:25.635  - info: host.raspberrypi instance system.adapter.sayit.0 in version "5.0.0" started with pid 45243
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Sascha 0 last edited by Thomas Braun

                      @sascha-0 sagte in Zigbee Adaper läuft nicht:
                      Mich wundert das:

                      USB-Devices by-id:                    
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0                                                                                                                                                                            /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0                                                                                                                                                                                                                                                                                                                                                         
                      
                      *** ZigBee Settings ***                                                                                                                                                                                                                                                                                                                                                         HINT:                                  
                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                      /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                      

                      Ist da vielleicht ein Leerzeichen in den Einstellungen mit reingerutscht?

                      Asgothian S 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Sascha 0 last edited by

                        @sascha-0 sagte in Zigbee Adaper läuft nicht:

                        -bash: lsof: command not found

                        Mit

                        sudo apt install lsof
                        

                        das Programm nachinstallieren.

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

                          @thomas-braun sagte in Zigbee Adaper läuft nicht:

                          Ist da vielleicht ein Leerzeichen in den Einstellungen mit reingerutscht?

                          Eher nein - Dieser Test nutzt die gleichen Einstellungen:

                          @sascha-0 sagte in Zigbee Adaper läuft nicht:

                          Das kommt bei Test Port:

                          reading access rights for /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0                                                                                                                                                                         > read and write access available for /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0                                            
                          
                          1 Reply Last reply Reply Quote 0
                          • S
                            Sascha 0 @Thomas Braun last edited by

                            @thomas-braun said in Zigbee Adaper läuft nicht:

                            @sascha-0 sagte in Zigbee Adaper läuft nicht:
                            Mich wundert das:

                            USB-Devices by-id:                    
                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                            /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0                                                                                                                                                                            /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0                                                                                                                                                                                                                                                                                                                                                         
                            
                            *** ZigBee Settings ***                                                                                                                                                                                                                                                                                                                                                         HINT:                                  
                            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                            /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                            

                            Ist da vielleicht ein Leerzeichen in den Einstellungen mit reingerutscht?

                            Dahinter ist kein Leerzeichen, dazwischen kann ich keine Unterschiede sehen.

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sascha 0 @Asgothian last edited by

                              @asgothian said in Zigbee Adaper läuft nicht:

                              Ein lsof | grep -e usb-Itead_Sonoff_Zigbee sollte dich da weiter bringen.

                              Das liefert nix erkennbares:

                              admin@raspberrypi:~ $ lsof | grep -e usb-Itead_Sonoff_Zigbee
                              admin@raspberrypi:~ $
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Sascha 0 last edited by

                                @sascha-0

                                error: zigbee.0 (38369) Starting zigbee-herdsman problem : Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)

                                Steck den Stick mal eine Minute auf zwei aus und dann wieder rein. Vielleicht auch mal die Firmwareupdaten, jenachdem wie alt die ist.

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

                                  @thomas-braun said in Zigbee Adaper läuft nicht:

                                  @sascha-0

                                  error: zigbee.0 (38369) Starting zigbee-herdsman problem : Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)

                                  Steck den Stick mal eine Minute auf zwei aus und dann wieder rein. Vielleicht auch mal die Firmwareupdaten, jenachdem wie alt die ist.

                                  Hab ich gemacht, der Sonoff Flasher hat auch eine aktuellere Version gefunden.
                                  Das Ergebnis ist gleich:

                                  overriding zigbee options with:
                                  extPanID : a019c6b597d65071
                                  panID : 8820
                                  channel : 15
                                  port : /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                                  adapterType : zstack
                                  baudRate : 115200
                                  precfgkey : 01030507090B0D0F00020406080A0C0D
                                  flowCTRL : false
                                  Starting Adapter npm ...
                                  Installed Version: iobroker.zigbee@3.1.5 (Converters 25.31.0 Herdsman 6.3.1)
                                  Starting zigbee-herdsman...
                                  Unable to obtain herdsman settings
                                  Starting zigbee-herdsman problem : Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
                                  Failed to start Zigbee: no message given
                                  

                                  Hier noch der neueste Diag:

                                  Script v.2025-08-09
                                  
                                  *** BASE SYSTEM ***
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                            Kernel: Linux 6.12.25+rpt-rpi-v8
                                      Architecture: arm64
                                  OS is similar to:
                                  
                                  Model           : Raspberry Pi 4 Model B Rev 1.5
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   13:24:08 up  5:40,  2 users,  load average: 2.96, 2.98, 2.68
                                  CPU threads: 4
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Thu 2025-10-23 13:24:09 CEST
                                             Universal time: Thu 2025-10-23 11:24:09 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  admin
                                  HOME=/home/admin
                                  GROUPS=admin adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                  
                                  *** DISPLAY-SERVER SETUP ***
                                  Display-Server:         false
                                  Unit display-manager.service could not be found.
                                  Display-Manager:
                                  Desktop:
                                  Session:                tty
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            1.9G        1.5G        155M        1.5M        316M        398M
                                  Swap:           536M        536M        327K
                                  Total:          2.5G        2.1G        155M
                                  
                                  Active iob-Instances:   21
                                  
                                           1846 M total memory
                                           1466 M used memory
                                            658 M active memory
                                            844 M inactive memory
                                            147 M free memory
                                             25 M buffer memory
                                            277 M swap cache
                                            511 M total swap
                                            511 M used swap
                                              0 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 13:24:09 up  5:40,  2 users,  load average: 2.96, 2.98, 2.68
                                  Tasks: 201 total,   4 running, 197 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s): 62.5 us, 12.5 sy,  0.0 ni, 25.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :   1846.3 total,    146.0 free,   1467.7 used,    302.3 buff/cache
                                  MiB Swap:    512.0 total,      0.3 free,    511.7 used.    378.6 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  
                                  *** DMESG CRITICAL ERRORS ***
                                  No critical errors detected
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  udev           devtmpfs  659M     0  659M   0% /dev
                                  tmpfs          tmpfs     185M  4.3M  181M   3% /run
                                  /dev/mmcblk0p2 ext4      115G   17G   93G  16% /
                                  tmpfs          tmpfs     924M     0  924M   0% /dev/shm
                                  tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                  /dev/mmcblk0p1 vfat      510M   58M  453M  12% /boot/firmware
                                  tmpfs          tmpfs     185M     0  185M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Thu Oct 23 07:44:04 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:CF:41:0E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=5c449d3e-02 rootfstype=ext4 fsck.repair=yes rootwait
                                  [Thu Oct 23 07:44:05 2025] EXT4-fs (mmcblk0p2): mounted filesystem 8f6cdea4-22b2-47be-88eb-087a00e3ee2b ro with ordered data mode. Quota mode: none.
                                  [Thu Oct 23 07:44:06 2025] EXT4-fs (mmcblk0p2): re-mounted 8f6cdea4-22b2-47be-88eb-087a00e3ee2b r/w. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET           SOURCE         FSTYPE OPTIONS
                                  /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                                  `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  951M    /var/
                                  270M    /var/cache
                                  264M    /var/cache/apt
                                  168M    /var/lib
                                  151M    /var/cache/apt/archives
                                  
                                  Archived and active journals take up 3.1M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  160M    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  11G     /opt/iobroker/iobroker-data/ioBroker_History
                                  11G     /opt/iobroker/iobroker-data/
                                  199M    /opt/iobroker/iobroker-data/files
                                  109M    /opt/iobroker/iobroker-data/backup-objects
                                  100M    /opt/iobroker/iobroker-data/sonosCache
                                  
                                  The five largest files in iobroker-data are:
                                  24M     /opt/iobroker/iobroker-data/objects.jsonl
                                  24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                  18M     /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CkWJSD9z.js
                                  16M     /opt/iobroker/iobroker-data/states.jsonl
                                  11M     /opt/iobroker/iobroker-data/ioBroker_History/20250723/history.0_userdata.0.PV.Stromverbrauch_aktuell.json
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                                  /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0
                                  
                                  *** ZigBee Settings ***
                                  
                                  HINT:
                                  Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                                  Zigbee Network Settings on your coordinator/in nvbackup are:
                                  
                                  zigbee.X
                                  Extended Pan ID:
                                  *** MASKED ***
                                  Pan ID:
                                  *** MASKED ***
                                  Channel:
                                  *** MASKED ***
                                  Network Key:
                                  *** MASKED ***
                                  
                                  To unmask the settings run 'iob diag --unmask'
                                  
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v22.21.0
                                  /usr/bin/node           v22.21.0
                                  /usr/bin/npm            10.9.4
                                  /usr/bin/npx            10.9.4
                                  /usr/bin/corepack       0.34.0
                                  
                                  nodejs:
                                    Installed: 22.21.0-1nodesource1
                                    Candidate: 22.21.0-1nodesource1
                                    Version table:
                                   *** 22.21.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       22.20.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.19.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.18.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.17.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.17.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.15.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.13.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.5.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.4.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       22.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                       18.20.4+dfsg-1~deb12u1 500
                                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                  
                                  Temp directories causing deletion problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree: 0
                                  No problems detected
                                  
                                  Checking for nodejs vulnerability:
                                  
                                  
                                   █████  ██      ██           ██████   ██████   ██████  ██████         ██
                                  ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                                  ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                                  ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                                  ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                                  
                                  
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Hosts:
                                  raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 15113)
                                  
                                  Core adapters versions
                                  js-controller:  7.0.7
                                  admin:          7.7.2
                                  javascript:     8.9.2
                                  
                                  nodejs modules from github:     0
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                    system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                                    system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                  + system.adapter.doorbird.0               : doorbird              : raspberrypi                              -  enabled
                                    system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
                                  + system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
                                    system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                                    system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                  + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                                  + system.adapter.fronius.0                : fronius               : raspberrypi                              -  enabled
                                    system.adapter.go-e.0                   : go-e                  : raspberrypi                              - disabled
                                  + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                    system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                    system.adapter.matter.0                 : matter                : raspberrypi                              - disabled
                                  + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                  + system.adapter.netatmo.0                : netatmo               : raspberrypi                              -  enabled
                                  + system.adapter.openknx.0                : openknx               : raspberrypi                              -  enabled
                                    system.adapter.operating-hours.0        : operating-hours       : raspberrypi                              - disabled
                                  + system.adapter.pushsafer.0              : pushsafer             : raspberrypi                              -  enabled
                                    system.adapter.pvforecast.0             : pvforecast            : raspberrypi                              - disabled
                                    system.adapter.roborock.0               : roborock              : raspberrypi                              - disabled
                                    system.adapter.sayit.0                  : sayit                 : raspberrypi                              -  enabled
                                    system.adapter.schoolfree.0             : schoolfree            : raspberrypi                              -  enabled
                                  + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                  + system.adapter.smartgarden.0            : smartgarden           : raspberrypi                              -  enabled
                                  + system.adapter.sonos.0                  : sonos                 : raspberrypi                              -  enabled
                                  + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                                  + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                    system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.yahka.0                  : yahka                 : raspberrypi                              -  enabled
                                  + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0
                                  
                                  ioBroker-Repositories
                                  ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                  │ (index) │ name     │ url                                                     │ auto upgrade │
                                  ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                  │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ true         │
                                  │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                  └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                  
                                  Active repo(s): stable
                                  Upgrade policy: minor
                                  
                                  Installed ioBroker-Adapters
                                  Used repository: stable
                                  Adapter    "admin"        : 7.7.2    , installed 7.7.2
                                  Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                  Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                                  Adapter    "devices"      : 1.2.8    , installed 1.2.8
                                  Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                  Adapter    "doorbird"     : 3.0.0    , installed 3.0.0
                                  Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                  Adapter    "email"        : 2.0.4    , installed 2.0.4
                                  Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                  Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                                  Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                                  Adapter    "go-e"         : 1.0.41   , installed 1.0.41
                                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                                  Adapter    "ical"         : 1.17.0   , installed 1.17.0
                                  Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                                  Controller "js-controller": 7.0.7    , installed 7.0.7
                                  Adapter    "matter"       : 0.5.5    , installed 0.5.5
                                  Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                  Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                                  Adapter    "openknx"      : 0.9.0    , installed 0.9.0
                                  Adapter    "operating-hours": 1.3.0  , installed 1.3.0
                                  Adapter    "pushsafer"    : 1.1.0    , installed 1.1.0
                                  Adapter    "pvforecast"   : 5.0.0    , installed 5.0.0
                                  Adapter    "roborock"     : 0.6.18   , installed 0.6.18
                                  Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                                  Adapter    "schoolfree"   : 1.1.12   , installed 1.1.12
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                  Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                                  Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                                  Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                  Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                  Adapter    "web"          : 7.0.8    , installed 7.0.8
                                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                  Adapter    "yahka"        : 1.1.5    , installed 1.1.5
                                  Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        6967
                                  States:         5721
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                                  Reading package lists...
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name  
                                  tcp        0      0 127.0.0.1:45649         0.0.0.0:*               LISTEN      1001       83667      38354/io.yahka.0  
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       83258      38026/iobroker.js-c
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       82405      38026/iobroker.js-c
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          73227      30450/sshd: /usr/sb
                                  tcp        0      0 192.168.10.13:8100      0.0.0.0:*               LISTEN      1001       83671      38395/io.doorbird.0
                                  tcp6       0      0 :::8087                 :::*                    LISTEN      1001       85385      38455/io.simple-api
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       86134      38500/io.web.0    
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       79792      38048/io.admin.0  
                                  tcp6       0      0 :::3500                 :::*                    LISTEN      1001       84206      38298/io.sonos.0  
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          73229      30450/sshd: /usr/sb
                                  tcp6       0      0 :::40033                :::*                    LISTEN      1001       83666      38354/io.yahka.0  
                                  udp        0      0 0.0.0.0:53381           0.0.0.0:*                           104        6399       456/avahi-daemon: r
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6397       456/avahi-daemon: r
                                  udp        0      0 0.0.0.0:41727           0.0.0.0:*                           1001       82677      38267/io.openknx.0
                                  udp6       0      0 :::5353                 :::*                                104        6398       456/avahi-daemon: r
                                  udp6       0      0 fe80::83ef:c731:b6f:546 :::*                                0          6487       533/NetworkManager
                                  udp6       0      0 :::50840                :::*                                104        6400       456/avahi-daemon: r
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2025-10-23 13:25:07.973  - info: host.raspberrypi stopInstance system.adapter.sayit.0 (force=false, process=true)
                                  2025-10-23 13:25:07.994  - info: sayit.0 (89581) stopping...
                                  2025-10-23 13:25:08.501  - info: sayit.0 (89581) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2025-10-23 13:25:08.974  - info: host.raspberrypi stopInstance timeout 1000 system.adapter.sayit.0 killing pid 89581
                                  2025-10-23 13:25:09.037  - warn: host.raspberrypi instance system.adapter.sayit.0 terminated due to SIGKILL
                                  2025-10-23 13:25:09.037  - info: host.raspberrypi instance system.adapter.sayit.0 terminated with code null ()
                                  2025-10-23 13:25:09.716  - info: host.raspberrypi instance system.adapter.sayit.0 in version "5.0.0" started with pid 89939
                                  2025-10-23 13:25:13.597  - info: sayit.0 (89939) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.sayit, node: v22.21.0, js-controller: 7.0.7
                                  2025-10-23 13:25:13.736  - info: sayit.0 (89939) Upload announce mp3 files
                                  2025-10-23 13:25:13.772  - info: host.raspberrypi stopInstance system.adapter.sayit.0 (force=false, process=true)
                                  2025-10-23 13:25:13.794  - info: sayit.0 (89939) stopping...
                                  2025-10-23 13:25:14.300  - info: sayit.0 (89939) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2025-10-23 13:25:14.775  - info: host.raspberrypi stopInstance timeout 1000 system.adapter.sayit.0 killing pid 89939
                                  2025-10-23 13:25:14.837  - warn: host.raspberrypi instance system.adapter.sayit.0 terminated due to SIGKILL
                                  2025-10-23 13:25:14.837  - info: host.raspberrypi instance system.adapter.sayit.0 terminated with code null ()
                                  2025-10-23 13:25:15.947  - info: host.raspberrypi instance system.adapter.sayit.0 in version "5.0.0" started with pid 89989
                                  2025-10-23 13:25:21.223  - info: sayit.0 (89989) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.sayit, node: v22.21.0, js-controller: 7.0.7
                                  2025-10-23 13:25:21.392  - info: sayit.0 (89989) Upload announce mp3 files
                                  2025-10-23 13:25:21.443  - info: host.raspberrypi stopInstance system.adapter.sayit.0 (force=false, process=true)
                                  2025-10-23 13:25:21.452  - info: sayit.0 (89989) stopping...
                                  2025-10-23 13:25:21.958  - info: sayit.0 (89989) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2025-10-23 13:25:22.445  - info: host.raspberrypi stopInstance timeout 1000 system.adapter.sayit.0 killing pid 89989
                                  2025-10-23 13:25:22.514  - warn: host.raspberrypi instance system.adapter.sayit.0 terminated due to SIGKILL
                                  2025-10-23 13:25:22.516  - info: host.raspberrypi instance system.adapter.sayit.0 terminated with code null ()
                                  2025-10-23 13:25:23.120  - info: host.raspberrypi instance system.adapter.sayit.0 in version "5.0.0" started with pid 90378
                                  
                                  

                                  Was bedeutet eigentlich?
                                  Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0

                                  Ich kann übrigens immer noch kein COM-Anschlussname auswählen, sondern muss das aus dem Diag reinkopieren.

                                  MartinP 1 Reply Last reply Reply Quote 0
                                  • MartinP
                                    MartinP @Sascha 0 last edited by MartinP

                                    @sascha-0

                                    Im "by-id" verzeichnis scheint es laut Diag Output ein zweites USB Device zu geben. Falls das nicht die Debug-Schnittstelle des Zigbee-Sticks ist, vielleicht mal entfernen / abziehen...

                                    Ansonsten vielleicht die Ausgabe von

                                    frigate@ubuntu-frigate-privileged:/media/frigate/recordings$ ls -l /dev/serial/by-id
                                    total 0
                                    lrwxrwxrwx 1 root root 13 Sep 17 10:17 usb-dresden_elektronik_ConBee_III_DE03189531-if00-port0 -> ../../ttyUSB0
                                    lrwxrwxrwx 1 root root 13 Oct  6 18:49 usb-WEMOS.CC_LOLIN-S2-MINI_0-if00 -> ../../ttyACM0
                                    frigate@ubuntu-frigate-privileged:/media/frigate/recordings$ 
                                    
                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Sascha 0 @MartinP last edited by

                                      @martinp said in Zigbee Adaper läuft nicht:

                                      @sascha-0

                                      Im "by-id" verzeichnis scheint es laut Diag Output ein zweites USB Device zu geben. Falls das nicht die Debug-Schnittstelle des Zigbee-Sticks ist, vielleicht mal entfernen / abziehen...

                                      Ansonsten vielleicht die Ausgabe von

                                      frigate@ubuntu-frigate-privileged:/media/frigate/recordings$ ls -l /dev/serial/by-id
                                      total 0
                                      lrwxrwxrwx 1 root root 13 Sep 17 10:17 usb-dresden_elektronik_ConBee_III_DE03189531-if00-port0 -> ../../ttyUSB0
                                      lrwxrwxrwx 1 root root 13 Oct  6 18:49 usb-WEMOS.CC_LOLIN-S2-MINI_0-if00 -> ../../ttyACM0
                                      frigate@ubuntu-frigate-privileged:/media/frigate/recordings$ 
                                      

                                      Wie mache ich das?

                                      MartinP 1 Reply Last reply Reply Quote 0
                                      • MartinP
                                        MartinP @Sascha 0 last edited by

                                        @sascha-0

                                        Steht in der ersten Zeile

                                        In der Kommandozeile eingeben ...

                                        ls -l /dev/serial/by-id
                                        
                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          Sascha 0 @MartinP last edited by

                                          @martinp said in Zigbee Adaper läuft nicht:

                                          @sascha-0

                                          Steht in der ersten Zeile

                                          In der Kommandozeile eingeben ...

                                          ls -l /dev/serial/by-id
                                          

                                          Da kommt folgendes:

                                          admin@raspberrypi:~ $ ls -l /dev/serial/by-id
                                          total 0
                                          lrwxrwxrwx 1 root root 13 Oct 23 07:43 usb-1a86_USB2.0-Ser_-if00-port0 -> ../../ttyUSB0
                                          lrwxrwxrwx 1 root root 13 Oct 23 13:18 usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_7a6336835bf3ef119b6dbb1b6d9880ab-if00-port0 -> ../../ttyUSB1
                                          admin@raspberrypi:~ $
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Sascha 0 last edited by

                                            @sascha-0

                                            Merkwürdig.
                                            Gib mal das Link-Target direkt in den Einstellungen ein.
                                            Also

                                            /dev/ttyUSB0
                                            

                                            bzw.

                                            /dev/ttyUSB1
                                            
                                            Asgothian S 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            1.1k
                                            Online

                                            32.3k
                                            Users

                                            81.0k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            37
                                            354
                                            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