Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Error herdsman start Failed to start Zigbee

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Error herdsman start Failed to start Zigbee

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

      @thomas-braun

      Ich denke, hier ist der Wurm drin, oder?

           20.0.0-1nodesource1 600
      
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           18.19.0+dfsg-6~deb12u1 500
              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
           18.13.0+dfsg1-1 500
              500 http://deb.debian.org/debian bookworm/main arm64 Packages
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Meister Mopper last edited by

        @meister-mopper

        Das ist bereits geändert worden:

        v18.19.0 has been installed! You are using the latest version now!
        
        1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @varg last edited by

          @varg

          Mach zur Sicherheit noch:

          echo -e "Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001" | sudo tee /etc/apt/preferences.d/nodejs.pref
          sudo apt update
          iob stop
          sudo apt install nodejs=18.19.0-1nodesource1
          iob start
          
          V 1 Reply Last reply Reply Quote 0
          • V
            varg @Thomas Braun last edited by varg

            @thomas-braun

            Ich hab das System nochmal komplett neu mit nodejs18 aufgesetzt und den alten Stick in Betrieb genommen.

            Vielleicht hat noch jemand die neuere ti Platine mit der config und kann was dazu sagen.

            Ich teste das Teil die Tage mal an einem PI4 mit buster und schau ob's damit läuft

            Würde mich dann nochmal melden. Danke Euch

            1 Reply Last reply Reply Quote 0
            • B
              BigChris last edited by BigChris

              Bist du weitergekommen?

              Gleiches Problem bei mir, nach Update vom Zigbee Adapter und nodejs funtioniert der Zigbee Adapter nicht mehr.
              Bei mir mit dem raspbee als Aufsteckplatine.

              Copy text starting here:

              ======================= SUMMARY =======================
              			v.2023-10-10
              
              
               Static hostname: pi-iobroker
                     Icon name: computer
              Operating System: Raspbian GNU/Linux 12 (bookworm)
                        Kernel: Linux 6.1.0-rpi4-rpi-v8
                  Architecture: arm64
              
              Installation: 		native
              Kernel: 		aarch64
              Userland: 		armhf
              Timezone: 		Europe/Berlin (CET, +0100)
              User-ID: 		1000
              X-Server: 		false
              Boot Target: 		multi-user.target
              
              Pending OS-Updates: 	0
              Pending iob updates: 	0
              
              Nodejs-Installation: 	/usr/bin/nodejs 	v18.19.0
              			/usr/bin/node 		v18.19.0
              			/usr/bin/npm 		10.2.3
              			/usr/bin/npx 		10.2.3
              			/usr/bin/corepack 	0.22.0
              
              Recommended versions are nodejs  and npm 
              Your nodejs installation is correct
              
              MEMORY: 
                             total        used        free      shared  buff/cache   available
              Mem:            8.2G        749M        7.1G        1.2M        477M        7.4G
              Swap:           104M          0B        104M
              Total:          8.3G        749M        7.2G
              
              Active iob-Instances: 	9
              Active repo(s): stable
              
              ioBroker Core: 		js-controller 		5.0.17
              			admin 			6.12.0
              
              ioBroker Status: 	iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : pi-iobroker                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              
              Objects: 		1713
              States: 		1506
              
              Size of iob-Database:
              
              19M	/opt/iobroker/iobroker-data/objects.jsonl
              2.7M	/opt/iobroker/iobroker-data/states.jsonl
              
              
              
              =================== END OF SUMMARY ====================
              

              Was mich wundert ist das hier:
              USB-Devices by-id:
              USB-Sticks - Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':

              find: '/dev/serial/by-id/': No such file or directory

              Irgendwie wird die Platine nicht mehr erkannt. Das passiert bei zwei Systemen bei mir, jeweils Rasperry Pi 3 und raspbee.

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

                @bigchris sagte in Error herdsman start Failed to start Zigbee:

                Irgendwie wird die Platine nicht mehr erkannt.

                An der Stelle dürfte die noch nie erkannt worden sein. Da tauchen nur USB-Geräte auf. Du hast doch da ein IP-basiertes Ding laufen, oder?

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

                  @thomas-braun Im ersten Logging finde ich "/dev/ttyACM0" das deutet doch auf USB hin, oder?

                  Braille-Reader Service?

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

                    Gerade über 'raspbee' gestolpert...
                    @BigChris : Hast du in

                    sudo raspi-config
                    

                    auch die Serielle Schnittstelle freigeschaltet?

                    MartinP B 2 Replies Last reply Reply Quote 0
                    • MartinP
                      MartinP @Thomas Braun last edited by

                      @thomas-braun Für solche Sachen bin ich auch Spezialist - solche "Unterbau-Vorbereitungen", die man vor Urzeiten mal gemacht hat vergesse ich auch regelmäßig bei Umzügen ...

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

                        @martinp

                        Es gibt Leute, die führen Buch über Änderungen / Ergänzungen am System.

                        MartinP 1 Reply Last reply Reply Quote 1
                        • B
                          BigChris @Thomas Braun last edited by

                          @thomas-braun sagte in Error herdsman start Failed to start Zigbee:

                          Gerade über 'raspbee' gestolpert...
                          @BigChris : Hast du in

                          sudo raspi-config
                          

                          auch die Serielle Schnittstelle freigeschaltet?

                          Ja habe ich auch noch mal gemacht.
                          Ich habe im Verdacht, dass das apt update / upgrade ein defekt eingespielt hat beim wechsel zu bookworm.
                          Die Geräte an dem GPIO werden offensichtlich nicht mehr im System erkannt.

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

                            @bigchris

                            Gib uns mal die Langfassung von

                            iob diag
                            
                            B 1 Reply Last reply Reply Quote 0
                            • MartinP
                              MartinP @Thomas Braun last edited by

                              @thomas-braun said in Error herdsman start Failed to start Zigbee:

                              @martinp

                              Es gibt Leute, die führen Buch über Änderungen / Ergänzungen am System.

                              Gute Vorsätze fürs neue Jahr ... die Logbücher von Januar und Februar sind dann regelmäßig auch zumindest annähernd vollständig 😉

                              Wenn die Laufschuhe wieder im Schrank versauern, wird auch das Logbuch nicht mehr geführt, und in der gesparten Zeit werden wieder Kartoffelchips gefuttert 😉

                              1 Reply Last reply Reply Quote 0
                              • B
                                BigChris @Thomas Braun last edited by

                                @thomas-braun sagte in Error herdsman start Failed to start Zigbee:

                                @bigchris

                                Gib uns mal die Langfassung von

                                iob diag
                                

                                Ihr habt es gewollt 🙂

                                ======== Start marking the full check here =========

                                Skript v.2023-10-10
                                
                                *** BASE SYSTEM ***
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                  Operating System: Raspbian GNU/Linux 11 (bullseye)
                                            Kernel: Linux 6.1.21-v7+
                                      Architecture: arm
                                
                                Model		: Raspberry Pi 3 Model B Rev 1.2
                                Docker          : false
                                Virtualization  : none
                                Kernel          : armv7l
                                Userland        : armhf
                                
                                Systemuptime and Load:
                                 17:24:09 up 55 days, 46 min,  1 user,  load average: 0.60, 0.20, 0.06
                                CPU threads: 4
                                
                                
                                *** RASPBERRY THROTTLING ***
                                Current issues:
                                No throttling issues detected.
                                
                                Previously detected issues:
                                No throttling issues detected.
                                
                                *** Time and Time Zones ***
                                               Local time: Tue 2024-01-09 17:24:09 CET
                                           Universal time: Tue 2024-01-09 16:24:09 UTC
                                                 RTC time: Tue 2024-01-09 16:24:10
                                                Time zone: Europe/Berlin (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                christian
                                /home/christian
                                christian adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                
                                *** X-Server-Setup ***
                                X-Server: 	false
                                Desktop: 	
                                Terminal: 	tty
                                Boot Target: 	multi-user.target
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            921M        219M         96M        0.0K        605M        637M
                                Swap:            99M        6.0M         93M
                                Total:          1.0G        226M        190M
                                
                                          921 M total memory
                                          219 M used memory
                                          253 M active memory
                                          486 M inactive memory
                                           96 M free memory
                                           92 M buffer memory
                                          513 M swap cache
                                           99 M total swap
                                            6 M used swap
                                           93 M free swap
                                
                                Raspberry only:
                                oom events: 0
                                lifetime oom required: 0 Mbytes
                                total time in oom handler: 0 ms
                                max time spent in oom handler: 0 ms
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT LOAD ACTIVE SUB DESCRIPTION
                                0 loaded units listed.
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                /dev/root      ext4       30G  3.7G   25G  14% /
                                devtmpfs       devtmpfs  333M     0  333M   0% /dev
                                tmpfs          tmpfs     461M     0  461M   0% /dev/shm
                                tmpfs          tmpfs     185M  976K  184M   1% /run
                                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                                tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Wed Nov 15 16:37:59 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=b99ea19d-02 rootfstype=ext4 fsck.repair=yes rootwait
                                [Wed Nov 15 16:38:02 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                [Wed Nov 15 16:38:02 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                [Wed Nov 15 16:38:05 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                
                                Show mounted filesystems \(real ones only\):
                                TARGET  SOURCE         FSTYPE OPTIONS
                                /       /dev/mmcblk0p2 ext4   rw,noatime
                                `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                
                                Files in neuralgic directories:
                                
                                /var:
                                1.3G	/var/
                                946M	/var/log
                                945M	/var/log/journal/57004f2f8ec94351a48e2dcaa2d03134
                                945M	/var/log/journal
                                165M	/var/cache
                                
                                Archived and active journals take up 944.1M in the file system.
                                
                                /opt/iobroker/backups:
                                4.0K	/opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                20M	/opt/iobroker/iobroker-data/
                                14M	/opt/iobroker/iobroker-data/files
                                13M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                                13M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static
                                13M	/opt/iobroker/iobroker-data/files/admin.admin/custom
                                
                                The five largest files in iobroker-data are:
                                6.3M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                                3.0M	/opt/iobroker/iobroker-data/objects.jsonl
                                2.8M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
                                1.6M	/opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map
                                1.5M	/opt/iobroker/iobroker-data/states.jsonl
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                
                                find: '/dev/serial/by-id/': No such file or directory
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs 	v18.19.0
                                /usr/bin/node 		v18.19.0
                                /usr/bin/npm 		10.2.3
                                /usr/bin/npx 		10.2.3
                                /usr/bin/corepack 	0.22.0
                                
                                
                                nodejs:
                                  Installed: 18.19.0-1nodesource1
                                  Candidate: 18.19.0-1nodesource1
                                  Version table:
                                 *** 18.19.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     18.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.17.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.16.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.9.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     12.22.12~dfsg-1~deb11u4 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                At least one iobroker host is running.
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller: 	5.0.17
                                admin: 		6.12.0
                                javascript: 	"javascript" not found
                                
                                Adapters from github: 	0
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                + system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled
                                + system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled
                                + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                + system.adapter.backitup.1               : backitup              : raspberrypi                              -  enabled
                                + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                                  system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                                + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled
                                + system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                                + system.adapter.history.0                : history               : iobroker                                 -  enabled
                                + system.adapter.hs100.0                  : hs100                 : iobroker                                 -  enabled
                                  system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                  system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 - disabled
                                + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 10.10.12.2
                                  system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                                + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                + system.adapter.pushbullet.0             : pushbullet            : iobroker                                 -  enabled
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                + system.adapter.sonos.0                  : sonos                 : iobroker                                 -  enabled
                                + system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 -  enabled
                                  system.adapter.spotify-premium.0        : spotify-premium       : iobroker                                 - disabled
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 10.10.12.108, run as: admin
                                  system.adapter.tr-064.0                 : tr-064                : iobroker                                 - disabled
                                + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                  system.adapter.unifi.0                  : unifi                 : iobroker                                 - disabled
                                + system.adapter.viessmannapi.0           : viessmannapi          : iobroker                                 -  enabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                  system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                                  system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 - disabled
                                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                  system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                  system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                                  system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  system.adapter.yr.0                     : yr                    : iobroker                                 -  enabled
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                                + system.adapter.zigbee.1                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyS0
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 10.10.12.2
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 10.10.12.108, run as: admin
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                                + system.adapter.zigbee.1                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyS0
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                live-beta     :  http://iobroker.live/repo/sources-dist-latest.json
                                live-stable   : http://iobroker.live/repo/sources-dist.json
                                
                                Active repo(s): stable
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                Controller "js-controller": 5.0.17   , installed 5.0.17
                                Adapter    "sonos"        : 3.0.0    , installed 2.3.1  [Updatable]
                                Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                Adapter    "zigbee"       : 1.9.7    , installed 1.9.7
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects: 	49939
                                States: 	48566
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                Hit:3 https://deb.nodesource.com/node_18.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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          324144     19766/sshd: /usr/sb 
                                tcp6       0      0 :::8088                 :::*                    LISTEN      1001       338076     22576/io.terminal.0 
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          324146     19766/sshd: /usr/sb 
                                udp        0      0 0.0.0.0:43478           0.0.0.0:*                           108        11153      381/avahi-daemon: r 
                                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13777      583/dhcpcd          
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11151      381/avahi-daemon: r 
                                udp6       0      0 :::60601                :::*                                108        11154      381/avahi-daemon: r 
                                udp6       0      0 :::5353                 :::*                                108        11152      381/avahi-daemon: r 
                                
                                *** Log File - Last 25 Lines ***
                                
                                2024-01-09 11:38:34.586  - info: host.raspberrypi iobroker host.raspberrypi Adapter "system.adapter.backitup.1" is started
                                2024-01-09 11:38:34.620  - info: host.raspberrypi "system.adapter.backitup.1" enabled
                                2024-01-09 11:38:35.227  - info: host.raspberrypi instance system.adapter.backitup.1 started with pid 23057
                                2024-01-09 11:38:35.799  - info: host.raspberrypi iobroker exit 0
                                2024-01-09 11:38:41.054  - info: backitup.1 (23057) starting. Version 2.9.8 in /opt/iobroker/node_modules/iobroker.backitup, node: v18.19.0, js-controller: 5.0.17
                                2024-01-09 11:43:24.267  - info: host.raspberrypi iobroker upgrade discovery@4.2.0
                                2024-01-09 11:43:32.337  - info: host.raspberrypi iobroker Update discovery from @3.1.0 to @4.2.0
                                2024-01-09 11:43:34.573  - info: host.raspberrypi iobroker NPM version: 10.2.3
                                2024-01-09 11:43:34.576  - info: host.raspberrypi iobroker Installing iobroker.discovery@4.2.0... (System call)
                                2024-01-09 11:43:53.880  - info: host.raspberrypi iobroker 
                                2024-01-09 11:43:53.882  - info: host.raspberrypi iobroker added 3 packages, removed 32 packages, and changed 15 packages in 17s
                                2024-01-09 11:43:53.885  - info: host.raspberrypi iobroker 
                                2024-01-09 11:43:53.888  - info: host.raspberrypi iobroker 55 packages are looking for funding  run `npm fund` for details
                                2024-01-09 11:43:54.533  - info: host.raspberrypi iobroker upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                2024-01-09 11:43:54.577  - info: host.raspberrypi iobroker upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                2024-01-09 11:43:54.634  - info: host.raspberrypi iobroker upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                2024-01-09 11:43:54.695  - info: host.raspberrypi iobroker upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                2024-01-09 11:43:54.727  - info: host.raspberrypi iobroker upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                2024-01-09 11:43:54.765  - info: host.raspberrypi iobroker upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                2024-01-09 11:43:54.787  - info: host.raspberrypi iobroker upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                2024-01-09 11:43:55.947  - info: host.raspberrypi iobroker exit 0
                                2024-01-09 11:47:21.075  - error: zigbee.1 (22804) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                2024-01-09 11:47:21.255  - info: zigbee.1 (22804) List of port: [{"path":"/dev/ttyAMA0"},{"path":"/dev/ttyS0"}]
                                2024-01-09 11:47:37.991  - error: zigbee.1 (22804) getGroups: caught error: TypeError: Cannot read properties of undefined (reading 'getGroups')
                                2024-01-09 11:47:38.235  - info: zigbee.1 (22804) List of port: [{"path":"/dev/ttyAMA0"},{"path":"/dev/ttyS0"}]
                                
                                

                                ============ Mark until here for C&P =============

                                iob diag has finished.

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

                                  @bigchris
                                  Das ist soweit unauffällig. Den ein oder anderen Adapter würde ich allerdings als entbehrlich betrachten, insbesondere die Doubletten. Würde ich mir anschauen, insbesondere bei der schmalbrüstigen Hardware.

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    BigChris @Thomas Braun last edited by

                                    @thomas-braun sagte in Error herdsman start Failed to start Zigbee:

                                    @bigchris
                                    Das ist soweit unauffällig. Den ein oder anderen Adapter würde ich allerdings als entbehrlich betrachten, insbesondere die Doubletten. Würde ich mir anschauen, insbesondere bei der schmalbrüstigen Hardware.

                                    Das ist ja ein Master / Slave.
                                    Der Raspi ist der Slave. Da ist eigentlich kaum was drauf, oder was meinst du?

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

                                      @bigchris

                                      Zwei Zigbee-Instanzen, terminal-Adapter...

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        BigChris @Thomas Braun last edited by

                                        @thomas-braun sagte in Error herdsman start Failed to start Zigbee:

                                        @bigchris

                                        Zwei Zigbee-Instanzen, terminal-Adapter...

                                        Das liegt daran, dass der slave (raspberry) im Gartenhäuschen hängt.
                                        Eine Zigbee Instanz ist im Haus auf meinem Server und die andere Instanz auf dem Raspberry. Der hängt da nur, weil die Zigbee Reichweite nicht gereicht hat.

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

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        767
                                        Online

                                        31.8k
                                        Users

                                        80.0k
                                        Topics

                                        1.3m
                                        Posts

                                        5
                                        29
                                        2006
                                        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