Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker cmd in Konsole geht nicht

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    6
    1
    229

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    223

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    896

iobroker cmd in Konsole geht nicht

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
32 Beiträge 4 Kommentatoren 2.4k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • H hukio

    @thomas-braun

    pi@raspibull:~ $ systemctl status mask iobroker.service
    Unit mask.service could not be found.
    ● iobroker.service
         Loaded: masked (Reason: Unit iobroker.service is masked.)
         Active: inactive (dead)
    pi@raspibull:~ $ systemctl status unmask iobroker.service
    Unit unmask.service could not be found.
    ● iobroker.service
         Loaded: masked (Reason: Unit iobroker.service is masked.)
         Active: inactive (dead)
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #21

    @hukio

    Sorry, Quatsch von mir...

    sudo systemctl mask iobroker.service
    sudo systemctl unmask iobroker.service
    

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

    H 1 Antwort Letzte Antwort
    0
    • Ro75R Ro75

      @hukio sagte in iobroker cmd in Konsole geht nicht:

      Ich habe ein update/upgrade des OS gemacht. Das in einen dpkg Fehler lief (problem mit node 18.20.4 update (war 18.19.x)). IOB startete nicht mehr. Habe dann nodejs alleine upgrade gemacht.

      Kannst du ggfs. die letzten Befehle in der Konsole mal posten, also die die obiges betreffen. In der Konsole sollte man diese sehen, mit der Pfeiltaste nach oben bzw. nach unten.

      Ro75.

      H Offline
      H Offline
      hukio
      schrieb am zuletzt editiert von
      #22

      @ro75
      Habe aus Versehen diesen Befehl abgesetzt.

      sudo ln -s /usr/bin/node /usr/bin/nodejs
      
      

      vorher diesen

      sudo dpkg --configure -a
      
      

      mehr finde ich nicht

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @hukio

        Sorry, Quatsch von mir...

        sudo systemctl mask iobroker.service
        sudo systemctl unmask iobroker.service
        
        H Offline
        H Offline
        hukio
        schrieb am zuletzt editiert von
        #23

        @thomas-braun

        pi@raspibull:~ $ sudo systemctl mask iobroker.service
        Created symlink /etc/systemd/system/iobroker.service → /dev/null.
        pi@raspibull:~ $ sudo systemctl unmask iobroker.service
        Removed /etc/systemd/system/iobroker.service.
        
        1 Antwort Letzte Antwort
        0
        • H hukio

          @ro75
          Habe aus Versehen diesen Befehl abgesetzt.

          sudo ln -s /usr/bin/node /usr/bin/nodejs
          
          

          vorher diesen

          sudo dpkg --configure -a
          
          

          mehr finde ich nicht

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #24

          @hukio

          Da frag ich mir nur... WARUM??

          Mit dpgk direkt hast du in der Regel nix am Hut.

          systemctl status iobroker.service
          

          sagt nun?

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

          H 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @hukio

            Da frag ich mir nur... WARUM??

            Mit dpgk direkt hast du in der Regel nix am Hut.

            systemctl status iobroker.service
            

            sagt nun?

            H Offline
            H Offline
            hukio
            schrieb am zuletzt editiert von
            #25

            @thomas-braun

            pi@raspibull:~ $ systemctl status iobroker.service
            ● iobroker.service
                 Loaded: masked (Reason: Unit iobroker.service is masked.)
                 Active: inactive (dead)
            

            weil ich einen Fehler mit dpkg hatte.

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • H hukio

              @thomas-braun

              pi@raspibull:~ $ systemctl status iobroker.service
              ● iobroker.service
                   Loaded: masked (Reason: Unit iobroker.service is masked.)
                   Active: inactive (dead)
              

              weil ich einen Fehler mit dpkg hatte.

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #26

              @hukio sagte in iobroker cmd in Konsole geht nicht:

              weil ich einen Fehler mit dpkg hatte.

              Und genau was wurde von dpkg bemängelt?

              sudo apt install --reinstall nodejs
              sudo reboot
              

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

              H 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @hukio sagte in iobroker cmd in Konsole geht nicht:

                weil ich einen Fehler mit dpkg hatte.

                Und genau was wurde von dpkg bemängelt?

                sudo apt install --reinstall nodejs
                sudo reboot
                
                H Offline
                H Offline
                hukio
                schrieb am zuletzt editiert von
                #27

                @thomas-braun

                pi@raspibull:~ $ sudo apt install --reinstall nodejs
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
                Need to get 0 B/28.9 MB of archives.
                After this operation, 0 B of additional disk space will be used.
                (Reading database ... 59474 files and directories currently installed.)
                Preparing to unpack .../nodejs_18.20.4-1nodesource1_arm64.deb ...
                Detected old npm client, removing...
                Unpacking nodejs (18.20.4-1nodesource1) over (18.20.4-1nodesource1) ...
                Setting up nodejs (18.20.4-1nodesource1) ...
                Processing triggers for man-db (2.9.4-2) ...
                
                

                nach reboot iobroker startet nicht. cmd geht nicht

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • H hukio

                  @thomas-braun

                  pi@raspibull:~ $ sudo apt install --reinstall nodejs
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
                  Need to get 0 B/28.9 MB of archives.
                  After this operation, 0 B of additional disk space will be used.
                  (Reading database ... 59474 files and directories currently installed.)
                  Preparing to unpack .../nodejs_18.20.4-1nodesource1_arm64.deb ...
                  Detected old npm client, removing...
                  Unpacking nodejs (18.20.4-1nodesource1) over (18.20.4-1nodesource1) ...
                  Setting up nodejs (18.20.4-1nodesource1) ...
                  Processing triggers for man-db (2.9.4-2) ...
                  
                  

                  nach reboot iobroker startet nicht. cmd geht nicht

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #28

                  @hukio

                  sudo -u iobroker id
                  systemctl status iobroker.service
                  

                  Jag den Fixer mal über das System:

                  curl -fsL https://iobroker.net/fix.sh | bash -
                  

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

                  H 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @hukio

                    sudo -u iobroker id
                    systemctl status iobroker.service
                    

                    Jag den Fixer mal über das System:

                    curl -fsL https://iobroker.net/fix.sh | bash -
                    
                    H Offline
                    H Offline
                    hukio
                    schrieb am zuletzt editiert von
                    #29

                    @thomas-braun
                    Das war es! cmd und iobroker laufen wieder.

                    pi@raspibull:~ $ sudo -u iobroker id
                    uid=1001(iobroker) gid=1001(iobroker) groups=1001(iobroker),5(tty),20(dialout),29(audio),44(video),46(plugdev),112(bluetooth),114(redis),997(gpio),998(i2c)
                    pi@raspibull:~ $ systemctl status iobroker.service
                    ● iobroker.service
                         Loaded: masked (Reason: Unit iobroker.service is masked.)
                         Active: inactive (dead)
                    pi@raspibull:~ $ curl -fsL https://iobroker.net/fix.sh | bash -
                    library: loaded
                    Library version=2024-05-24
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2024-01-04
                    
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/5)
                    ==========================================================================
                    
                    Hit:1 http://deb.debian.org/debian bullseye InRelease
                    Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                    Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                    Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:5 https://repos.influxdata.com/debian stable InRelease
                    Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                    Reading package lists... Done
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/5)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Check and cleanup npm temporary directories (3/5)
                    ==========================================================================
                    
                    Done.
                    
                    ==========================================================================
                        Database maintenance (4/5)
                    ==========================================================================
                    
                    Checking for uncompressed JSONL databases... This might take a while!
                    
                    Compressing /opt/iobroker/iobroker-data/objects.jsonl
                    Compressed 1 JSONL files. Done
                    
                    ==========================================================================
                        Checking autostart (5/5)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    
                    

                    Vielen Dank für die Mühe. Ich frage immer zu spät, bzw. ich versuche es erst mal selbst. Habe aber nicht den background.
                    Nochmals Danke
                    HUK

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • H hukio

                      @thomas-braun
                      Das war es! cmd und iobroker laufen wieder.

                      pi@raspibull:~ $ sudo -u iobroker id
                      uid=1001(iobroker) gid=1001(iobroker) groups=1001(iobroker),5(tty),20(dialout),29(audio),44(video),46(plugdev),112(bluetooth),114(redis),997(gpio),998(i2c)
                      pi@raspibull:~ $ systemctl status iobroker.service
                      ● iobroker.service
                           Loaded: masked (Reason: Unit iobroker.service is masked.)
                           Active: inactive (dead)
                      pi@raspibull:~ $ curl -fsL https://iobroker.net/fix.sh | bash -
                      library: loaded
                      Library version=2024-05-24
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installation fixer!
                          Script version: 2024-01-04
                      
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/5)
                      ==========================================================================
                      
                      Hit:1 http://deb.debian.org/debian bullseye InRelease
                      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:5 https://repos.influxdata.com/debian stable InRelease
                      Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Reading package lists... Done
                      
                      ==========================================================================
                          Checking ioBroker user and directory permissions (2/5)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Fixing directory permissions...
                      
                      ==========================================================================
                          Check and cleanup npm temporary directories (3/5)
                      ==========================================================================
                      
                      Done.
                      
                      ==========================================================================
                          Database maintenance (4/5)
                      ==========================================================================
                      
                      Checking for uncompressed JSONL databases... This might take a while!
                      
                      Compressing /opt/iobroker/iobroker-data/objects.jsonl
                      Compressed 1 JSONL files. Done
                      
                      ==========================================================================
                          Checking autostart (5/5)
                      ==========================================================================
                      
                      Enabling autostart...
                      Autostart enabled!
                      
                      ==========================================================================
                      
                          Your installation was fixed successfully
                          Run iobroker start to start ioBroker again!
                      
                      
                      

                      Vielen Dank für die Mühe. Ich frage immer zu spät, bzw. ich versuche es erst mal selbst. Habe aber nicht den background.
                      Nochmals Danke
                      HUK

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #30

                      @hukio

                      Dann bring die Kiste nun auf nodejs@20 und zeig dann nochmal die Langfassung von

                      iob nodejs-update 20
                      iob diag
                      

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

                      1 Antwort Letzte Antwort
                      0
                      • H Offline
                        H Offline
                        hukio
                        schrieb am zuletzt editiert von
                        #31

                        @thomas-braun
                        Sorry, hab erst mal einen Kaffee zur Entspannung getrunken.

                        Skript v.2024-05-22
                        
                        *** BASE SYSTEM ***
                           Static hostname: raspibull
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 11 (bullseye)
                                    Kernel: Linux 6.1.21-v8+
                              Architecture: arm64
                        
                        Model           : Raspberry Pi 4 Model B Rev 1.1
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         19:59:36 up  1:20,  3 users,  load average: 1.59, 1.72, 1.53
                        CPU threads: 4
                        
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** Time and Time Zones ***
                                       Local time: Fri 2024-07-19 19:59:36 CEST
                                   Universal time: Fri 2024-07-19 17:59:36 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':
                        pi
                        HOME=/home/pi
                        GROUPS=pi 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 redis gpio i2c
                        
                        *** Display-Server-Setup ***
                        Display-Server: false
                        Desktop:
                        Terminal:       tty
                        Boot Target:    multi-user.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            3.8G        2.0G        535M        1.0M        1.2G        1.8G
                        Swap:           2.0G          0B        2.0G
                        Total:          5.8G        2.0G        2.6G
                        
                        Active iob-Instances:   30
                        
                                 3793 M total memory
                                 2037 M used memory
                                 2141 M active memory
                                  844 M inactive memory
                                  535 M free memory
                                  122 M buffer memory
                                 1098 M swap cache
                                 2027 M total swap
                                    0 M used swap
                                 2027 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 19:59:36 up  1:20,  3 users,  load average: 1.59, 1.72, 1.53
                        Tasks: 196 total,   2 running, 194 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  8.1 us,  4.1 sy,  0.0 ni, 87.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   3793.3 total,    535.2 free,   2037.4 used,   1220.7 buff/cache
                        MiB Swap:   2028.0 total,   2028.0 free,      0.0 used.   1797.4 avail Mem
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        /dev/root      ext4       30G   20G  8.2G  71% /
                        devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                        tmpfs          tmpfs     759M  1.2M  758M   1% /run
                        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                        /dev/sda3      ext4      439G  3.9G  413G   1% /mnt/hukdata
                        /dev/sda1      vfat      256M   32M  225M  13% /boot
                        tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Fri Jul 19 18:39:23 2024] 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  smsc95xx.macaddr=DC:A6:32:12:1E:93 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=4d904d30-02 rootfstype=ext4 fsck.repair=yes rootwait rootdelay=5
                        [Fri Jul 19 18:39:31 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                        [Fri Jul 19 18:39:31 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                        [Fri Jul 19 18:39:33 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
                        [Fri Jul 19 18:39:35 2024] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
                        
                        Show mounted filesystems:
                        TARGET                       SOURCE     FSTYPE     OPTIONS
                        /                            /dev/sda2  ext4       rw,noatime
                        |-/dev                       devtmpfs   devtmpfs   rw,relatime,size=1677960k,nr_inodes=419490,mode=755
                        | |-/dev/shm                 tmpfs      tmpfs      rw,nosuid,nodev
                        | |-/dev/pts                 devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                        | `-/dev/mqueue              mqueue     mqueue     rw,nosuid,nodev,noexec,relatime
                        |-/proc                      proc       proc       rw,relatime
                        | `-/proc/sys/fs/binfmt_misc systemd-1  autofs     rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                        |-/sys                       sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/security     securityfs securityfs rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/cgroup           cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                        | |-/sys/fs/pstore           pstore     pstore     rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/bpf              bpf        bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                        | |-/sys/kernel/debug        debugfs    debugfs    rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/tracing      tracefs    tracefs    rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/fuse/connections fusectl    fusectl    rw,nosuid,nodev,noexec,relatime
                        | `-/sys/kernel/config       configfs   configfs   rw,nosuid,nodev,noexec,relatime
                        |-/run                       tmpfs      tmpfs      rw,nosuid,nodev,size=776876k,nr_inodes=819200,mode=755
                        | |-/run/lock                tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                        | |-/run/rpc_pipefs          sunrpc     rpc_pipefs rw,relatime
                        | `-/run/user/1000           tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=388436k,nr_inodes=97109,mode=700,uid=1000,gid=1000
                        |-/mnt/hukdata               /dev/sda3  ext4       rw,noatime
                        `-/boot                      /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        5.9G    /var/
                        3.1G    /var/log
                        3.0G    /var/log/journal/1ffd49df1b3a44ffb614b2c58029c285
                        3.0G    /var/log/journal
                        660M    /var/cache
                        
                        Archived and active journals take up 2.9G in the file system.
                        
                        /opt/iobroker/backups:
                        7.2G    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        871M    /opt/iobroker/iobroker-data/
                        356M    /opt/iobroker/iobroker-data/files
                        342M    /opt/iobroker/iobroker-data/history
                        138M    /opt/iobroker/iobroker-data/files/javascript.admin
                        129M    /opt/iobroker/iobroker-data/backup-objects
                        
                        The five largest files in iobroker-data are:
                        42M     /opt/iobroker/iobroker-data/objects.jsonl
                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                        26M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.8947f24d.js.map
                        24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                        19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                        
                        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_323adb3b74d9eb11b6e6178e6fe9f4d9-if00-port0
                        
                        HINT:
                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                        /dev/ttyUSB0
                        
                        
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v20.15.1
                        /usr/bin/node           v20.15.1
                        /usr/bin/npm            10.7.0
                        /usr/bin/npx            10.7.0
                        /usr/bin/corepack       0.28.1
                        
                        
                        nodejs:
                          Installed: 20.15.1-1nodesource1
                          Candidate: 20.15.1-1nodesource1
                          Version table:
                         *** 20.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             20.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.11.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.8.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.6.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.3.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             12.22.12~dfsg-1~deb11u4 500
                                500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        Errors in npm tree:
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: redis
                        
                        Core adapters versions
                        js-controller:  5.0.19
                        admin:          6.17.14
                        javascript:     8.3.1
                        
                        nodejs modules from github:     1
                        +-- iobroker.rtspstream@0.0.4 (git+ssh://git@github.com/dbweb-ch/ioBroker.rtspStream.git#adff9611d3ab1871cd94d2e779b9fd4fcc937353)
                        
                        Adapter State
                          system.adapter.adb.0                    : adb                   : raspibull                                - disabled
                        + system.adapter.admin.0                  : admin                 : raspibull                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.alexa2.0                 : alexa2                : raspibull                                -  enabled
                        + system.adapter.backitup.0               : backitup              : raspibull                                -  enabled
                          system.adapter.broadlink2.0             : broadlink2            : raspibull                                - disabled
                        + system.adapter.daikin.0                 : daikin                : raspibull                                -  enabled
                        + system.adapter.daikin.1                 : daikin                : raspibull                                -  enabled
                          system.adapter.discovery.0              : discovery             : raspibull                                - disabled
                        + system.adapter.doorbird.0               : doorbird              : raspibull                                -  enabled
                        + system.adapter.email.0                  : email                 : raspibull                                -  enabled
                        + system.adapter.email.1                  : email                 : raspibull                                - disabled
                          system.adapter.flot.0                   : flot                  : raspibull                                - disabled
                        + system.adapter.fritzdect.0              : fritzdect             : raspibull                                -  enabled
                          system.adapter.fullybrowser.0           : fullybrowser          : raspibull                                - disabled
                        + system.adapter.history.0                : history               : raspibull                                -  enabled
                        + system.adapter.influxdb.0               : influxdb              : raspibull                                -  enabled, port: 8086
                        + system.adapter.iot.0                    : iot                   : raspibull                                -  enabled
                        + system.adapter.iqontrol.0               : iqontrol              : raspibull                                -  enabled
                        + system.adapter.javascript.0             : javascript            : raspibull                                -  enabled
                        + system.adapter.lgtv.0                   : lgtv                  : raspibull                                -  enabled
                        + system.adapter.mqtt.0                   : mqtt                  : raspibull                                -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.netatmo.0                : netatmo               : raspibull                                -  enabled
                        + system.adapter.nuki-extended.0          : nuki-extended         : raspibull                                -  enabled
                        + system.adapter.onkyo.0                  : onkyo                 : raspibull                                -  enabled
                          system.adapter.onvif.0                  : onvif                 : raspibull                                - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                          system.adapter.onvif.1                  : onvif                 : raspibull                                - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                          system.adapter.ping.0                   : ping                  : raspibull                                - disabled
                          system.adapter.robonect.0               : robonect              : raspibull                                - disabled
                        + system.adapter.scenes.0                 : scenes                : raspibull                                -  enabled
                        + system.adapter.shelly.0                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.signal-cmb.0             : signal-cmb            : raspibull                                -  enabled
                        + system.adapter.simple-api.0             : simple-api            : raspibull                                -  enabled, port: 8087, bind: 192.168.178.78, run as: admin
                        + system.adapter.socketio.0               : socketio              : raspibull                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.sonoff.0                 : sonoff                : raspibull                                -  enabled, port: 1889, bind: 0.0.0.0
                          system.adapter.telegram.0               : telegram              : raspibull                                - disabled, port: 8443, bind: 0.0.0.0
                          system.adapter.text2command.0           : text2command          : raspibull                                - disabled
                        + system.adapter.tr-064.0                 : tr-064                : raspibull                                -  enabled
                          system.adapter.weatherunderground.0     : weatherunderground    : raspibull                                - disabled
                        + system.adapter.web.0                    : web                   : raspibull                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : raspibull                                -  enabled, port: /dev/ttyUSB0
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : raspibull                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.influxdb.0               : influxdb              : raspibull                                -  enabled, port: 8086
                        + system.adapter.mqtt.0                   : mqtt                  : raspibull                                -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.shelly.0                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : raspibull                                -  enabled, port: 8087, bind: 192.168.178.78, run as: admin
                        + system.adapter.socketio.0               : socketio              : raspibull                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.sonoff.0                 : sonoff                : raspibull                                -  enabled, port: 1889, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : raspibull                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : raspibull                                -  enabled, port: /dev/ttyUSB0
                        
                        ioBroker-Repositories
                        stable        : http://download.iobroker.net/sources-dist.json
                        beta          : http://download.iobroker.net/sources-dist-latest.json
                        
                        Active repo(s): stable
                        
                        Installed ioBroker-Instances
                        Used repository: stable
                        Adapter    "adb"          : 0.0.7    , installed 0.0.7
                        Adapter    "admin"        : 6.17.14  , installed 6.17.14
                        Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                        Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                        Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                        Adapter    "daikin"       : 1.4.2    , installed 1.4.2
                        Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                        Adapter    "doorbird"     : 1.6.0    , installed 1.6.0
                        Adapter    "email"        : 1.3.1    , installed 1.3.1
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                        Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                        Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                        Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                        Controller "js-controller": 5.0.19   , installed 5.0.19
                        Adapter    "lgtv"         : 2.2.0    , installed 2.2.0
                        Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                        Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                        Adapter    "nuki-extended": 2.7.0    , installed 2.7.0
                        Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                        Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "robonect"     : 1.3.6    , installed 1.3.6
                        Adapter    "scenes"       : 3.0.4    , installed 3.0.4
                        Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                        Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                        Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                        Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                        Adapter    "text2command" : 3.0.3    , installed 3.0.3
                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                        Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "ws"           : 2.6.1    , installed 2.6.1
                        Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        11797
                        States:         8235
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:2 http://deb.debian.org/debian bullseye InRelease
                        Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                        Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                        Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                        Hit:6 https://repos.influxdata.com/debian stable 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:8088          0.0.0.0:*               LISTEN      999        13736      778/influxd
                        tcp        0      0 192.168.178.78:8087     0.0.0.0:*               LISTEN      1001       65522      7315/io.simple-api.
                        tcp        0      0 192.168.178.78:8100     0.0.0.0:*               LISTEN      1001       66435      7184/io.doorbird.0
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14502      555/sshd: /usr/sbin
                        tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      1001       79079      9094/adb
                        tcp        0      0 0.0.0.0:1889            0.0.0.0:*               LISTEN      1001       68076      7113/io.sonoff.0
                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       67385      7177/io.shelly.1
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       66341      7080/io.mqtt.0
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       65132      6872/iobroker.js-co
                        tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      110        12228      538/redis-server 12
                        tcp6       0      0 :::3000                 :::*                    LISTEN      111        13919      1039/grafana
                        tcp6       0      0 :::51989                :::*                    LISTEN      1001       65452      7094/io.nuki-extend
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          14513      555/sshd: /usr/sbin
                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        1980       778/influxd
                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       67467      7339/io.socketio.0
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       67486      7363/io.web.0
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       65204      6894/io.admin.0
                        tcp6       0      0 ::1:6379                :::*                    LISTEN      110        12229      538/redis-server 12
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14420      430/avahi-daemon: r
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       67442      7112/io.shelly.0
                        udp        0      0 0.0.0.0:46765           0.0.0.0:*                           1001       88232      7095/io.onkyo.0
                        udp        0   1536 0.0.0.0:59344           0.0.0.0:*                           1001       88278      7095/io.onkyo.0
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13663      774/dhcpcd
                        udp        0      0 0.0.0.0:45133           0.0.0.0:*                           108        14422      430/avahi-daemon: r
                        udp6       0      0 :::54489                :::*                                108        14423      430/avahi-daemon: r
                        udp6       0      0 :::5353                 :::*                                108        14421      430/avahi-daemon: r
                        udp6       0      0 :::546                  :::*                                0          13675      774/dhcpcd
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-07-19 19:51:34.258  - info: shelly.0 (7112) [CoAP] Device 192.168.178.51 (shellyswitch / shellyswitch-135140 / SHSW-21#135140#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:35.002  - info: shelly.0 (7112) [CoAP] Device 192.168.178.49 (shellyswitch / shellyswitch-134FB4 / SHSW-21#134FB4#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:35.066  - info: shelly.0 (7112) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-500291F06303 / SHSW-1#500291F06303#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:36.289  - info: shelly.0 (7112) [CoAP] Device 192.168.178.33 (shellyswitch / shellyswitch-135173 / SHSW-21#135173#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:36.384  - info: shelly.0 (7112) [CoAP] Device 192.168.178.57 (shellyswitch25 / shellyswitch25-BA7AC4 / SHSW-25#BA7AC4#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:36.843  - info: shelly.0 (7112) [CoAP] Device 192.168.178.95 (shellyswitch25 / shellyswitch25-E098068D2599 / SHSW-25#E098068D2599#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:37.382  - info: shelly.0 (7112) [CoAP] Device 192.168.178.81 (shelly1 / shelly1-F4CFA2764699 / SHSW-1#F4CFA2764699#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:37.396  - info: shelly.0 (7112) [CoAP] Device 192.168.178.55 (shelly1 / shelly1-0597BD / SHSW-1#0597BD#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:38.189  - info: shelly.0 (7112) [CoAP] Device 192.168.178.54 (shelly1 / shelly1-1D92AF / SHSW-1#1D92AF#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:38.696  - info: shelly.0 (7112) [CoAP] Device 192.168.178.65 (shellyswitch25 / shellyswitch25-76C387 / SHSW-25#76C387#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:39.970  - info: shelly.0 (7112) [CoAP] Device 192.168.178.58 (shellyswitch25 / shellyswitch25-BA76C8 / SHSW-25#BA76C8#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:40.553  - info: shelly.0 (7112) [CoAP] Device 192.168.178.92 (shelly1 / shelly1-3083988C032A / SHSW-1#3083988C032A#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:40.557  - info: shelly.0 (7112) [CoAP] Device 192.168.178.77 (shelly1 / shelly1-1D92AC / SHSW-1#1D92AC#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:41.461  - info: shelly.0 (7112) [CoAP] Device 192.168.178.40 (shelly1 / shelly1-1D92BD / SHSW-1#1D92BD#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:41.997  - info: shelly.0 (7112) [CoAP] Device 192.168.178.66 (shellyswitch25 / shellyswitch25-76CFA7 / SHSW-25#76CFA7#1) connected! Polltime set to 20 sec.
                        2024-07-19 19:51:42.712  - info: sonoff.0 (7113) Client [Stromzähler] connected with secret 1721411502684_8632
                        2024-07-19 19:51:51.981  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplus1pm-fcb467279060" connected!
                        2024-07-19 19:51:53.267  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplusplugs-d4d4daebcba4" connected!
                        2024-07-19 19:52:01.783  - info: shelly.1 (7177) [MQTT] Client Close:  (shellyplus1pm / shellyplus1pm-fcb467279060 / shellyplus1pm#fcb467279060#1) (false)
                        2024-07-19 19:52:03.250  - info: shelly.1 (7177) [MQTT] Client Close:  (shellyplusplugs / shellyplusplugs-d4d4daebcba4 / shellyplusplugs#d4d4daebcba4#1) (false)
                        2024-07-19 19:52:04.869  - error: shelly.1 (7177) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-fcb467279060"
                        2024-07-19 19:52:05.237  - error: shelly.1 (7177) [MQTT] Unable to get mqttprefix of client with id "shellyplusplugs-d4d4daebcba4"
                        2024-07-19 19:52:55.695  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplus1pm-fcb467279060" connected!
                        2024-07-19 19:52:58.529  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplusplugs-d4d4daebcba4" connected!
                        2024-07-19 19:59:47.641  - info: influxdb.0 (6951) Store 19 buffered influxDB history points
                        
                        

                        Nochmals Danke!

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • H hukio

                          @thomas-braun
                          Sorry, hab erst mal einen Kaffee zur Entspannung getrunken.

                          Skript v.2024-05-22
                          
                          *** BASE SYSTEM ***
                             Static hostname: raspibull
                                   Icon name: computer
                            Operating System: Debian GNU/Linux 11 (bullseye)
                                      Kernel: Linux 6.1.21-v8+
                                Architecture: arm64
                          
                          Model           : Raspberry Pi 4 Model B Rev 1.1
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           19:59:36 up  1:20,  3 users,  load average: 1.59, 1.72, 1.53
                          CPU threads: 4
                          
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          No throttling issues detected.
                          
                          *** Time and Time Zones ***
                                         Local time: Fri 2024-07-19 19:59:36 CEST
                                     Universal time: Fri 2024-07-19 17:59:36 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':
                          pi
                          HOME=/home/pi
                          GROUPS=pi 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 redis gpio i2c
                          
                          *** Display-Server-Setup ***
                          Display-Server: false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    multi-user.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            3.8G        2.0G        535M        1.0M        1.2G        1.8G
                          Swap:           2.0G          0B        2.0G
                          Total:          5.8G        2.0G        2.6G
                          
                          Active iob-Instances:   30
                          
                                   3793 M total memory
                                   2037 M used memory
                                   2141 M active memory
                                    844 M inactive memory
                                    535 M free memory
                                    122 M buffer memory
                                   1098 M swap cache
                                   2027 M total swap
                                      0 M used swap
                                   2027 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 19:59:36 up  1:20,  3 users,  load average: 1.59, 1.72, 1.53
                          Tasks: 196 total,   2 running, 194 sleeping,   0 stopped,   0 zombie
                          %Cpu(s):  8.1 us,  4.1 sy,  0.0 ni, 87.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                          MiB Mem :   3793.3 total,    535.2 free,   2037.4 used,   1220.7 buff/cache
                          MiB Swap:   2028.0 total,   2028.0 free,      0.0 used.   1797.4 avail Mem
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          /dev/root      ext4       30G   20G  8.2G  71% /
                          devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                          tmpfs          tmpfs     759M  1.2M  758M   1% /run
                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                          /dev/sda3      ext4      439G  3.9G  413G   1% /mnt/hukdata
                          /dev/sda1      vfat      256M   32M  225M  13% /boot
                          tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Fri Jul 19 18:39:23 2024] 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  smsc95xx.macaddr=DC:A6:32:12:1E:93 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=4d904d30-02 rootfstype=ext4 fsck.repair=yes rootwait rootdelay=5
                          [Fri Jul 19 18:39:31 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                          [Fri Jul 19 18:39:31 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                          [Fri Jul 19 18:39:33 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
                          [Fri Jul 19 18:39:35 2024] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                       SOURCE     FSTYPE     OPTIONS
                          /                            /dev/sda2  ext4       rw,noatime
                          |-/dev                       devtmpfs   devtmpfs   rw,relatime,size=1677960k,nr_inodes=419490,mode=755
                          | |-/dev/shm                 tmpfs      tmpfs      rw,nosuid,nodev
                          | |-/dev/pts                 devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                          | `-/dev/mqueue              mqueue     mqueue     rw,nosuid,nodev,noexec,relatime
                          |-/proc                      proc       proc       rw,relatime
                          | `-/proc/sys/fs/binfmt_misc systemd-1  autofs     rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                          |-/sys                       sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/security     securityfs securityfs rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/cgroup           cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                          | |-/sys/fs/pstore           pstore     pstore     rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/bpf              bpf        bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                          | |-/sys/kernel/debug        debugfs    debugfs    rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/tracing      tracefs    tracefs    rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/fuse/connections fusectl    fusectl    rw,nosuid,nodev,noexec,relatime
                          | `-/sys/kernel/config       configfs   configfs   rw,nosuid,nodev,noexec,relatime
                          |-/run                       tmpfs      tmpfs      rw,nosuid,nodev,size=776876k,nr_inodes=819200,mode=755
                          | |-/run/lock                tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                          | |-/run/rpc_pipefs          sunrpc     rpc_pipefs rw,relatime
                          | `-/run/user/1000           tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=388436k,nr_inodes=97109,mode=700,uid=1000,gid=1000
                          |-/mnt/hukdata               /dev/sda3  ext4       rw,noatime
                          `-/boot                      /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          5.9G    /var/
                          3.1G    /var/log
                          3.0G    /var/log/journal/1ffd49df1b3a44ffb614b2c58029c285
                          3.0G    /var/log/journal
                          660M    /var/cache
                          
                          Archived and active journals take up 2.9G in the file system.
                          
                          /opt/iobroker/backups:
                          7.2G    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          871M    /opt/iobroker/iobroker-data/
                          356M    /opt/iobroker/iobroker-data/files
                          342M    /opt/iobroker/iobroker-data/history
                          138M    /opt/iobroker/iobroker-data/files/javascript.admin
                          129M    /opt/iobroker/iobroker-data/backup-objects
                          
                          The five largest files in iobroker-data are:
                          42M     /opt/iobroker/iobroker-data/objects.jsonl
                          38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                          26M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.8947f24d.js.map
                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                          
                          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_323adb3b74d9eb11b6e6178e6fe9f4d9-if00-port0
                          
                          HINT:
                          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                          /dev/ttyUSB0
                          
                          
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v20.15.1
                          /usr/bin/node           v20.15.1
                          /usr/bin/npm            10.7.0
                          /usr/bin/npx            10.7.0
                          /usr/bin/corepack       0.28.1
                          
                          
                          nodejs:
                            Installed: 20.15.1-1nodesource1
                            Candidate: 20.15.1-1nodesource1
                            Version table:
                           *** 20.15.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                  100 /var/lib/dpkg/status
                               20.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               12.22.12~dfsg-1~deb11u4 500
                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: redis
                          
                          Core adapters versions
                          js-controller:  5.0.19
                          admin:          6.17.14
                          javascript:     8.3.1
                          
                          nodejs modules from github:     1
                          +-- iobroker.rtspstream@0.0.4 (git+ssh://git@github.com/dbweb-ch/ioBroker.rtspStream.git#adff9611d3ab1871cd94d2e779b9fd4fcc937353)
                          
                          Adapter State
                            system.adapter.adb.0                    : adb                   : raspibull                                - disabled
                          + system.adapter.admin.0                  : admin                 : raspibull                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.alexa2.0                 : alexa2                : raspibull                                -  enabled
                          + system.adapter.backitup.0               : backitup              : raspibull                                -  enabled
                            system.adapter.broadlink2.0             : broadlink2            : raspibull                                - disabled
                          + system.adapter.daikin.0                 : daikin                : raspibull                                -  enabled
                          + system.adapter.daikin.1                 : daikin                : raspibull                                -  enabled
                            system.adapter.discovery.0              : discovery             : raspibull                                - disabled
                          + system.adapter.doorbird.0               : doorbird              : raspibull                                -  enabled
                          + system.adapter.email.0                  : email                 : raspibull                                -  enabled
                          + system.adapter.email.1                  : email                 : raspibull                                - disabled
                            system.adapter.flot.0                   : flot                  : raspibull                                - disabled
                          + system.adapter.fritzdect.0              : fritzdect             : raspibull                                -  enabled
                            system.adapter.fullybrowser.0           : fullybrowser          : raspibull                                - disabled
                          + system.adapter.history.0                : history               : raspibull                                -  enabled
                          + system.adapter.influxdb.0               : influxdb              : raspibull                                -  enabled, port: 8086
                          + system.adapter.iot.0                    : iot                   : raspibull                                -  enabled
                          + system.adapter.iqontrol.0               : iqontrol              : raspibull                                -  enabled
                          + system.adapter.javascript.0             : javascript            : raspibull                                -  enabled
                          + system.adapter.lgtv.0                   : lgtv                  : raspibull                                -  enabled
                          + system.adapter.mqtt.0                   : mqtt                  : raspibull                                -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.netatmo.0                : netatmo               : raspibull                                -  enabled
                          + system.adapter.nuki-extended.0          : nuki-extended         : raspibull                                -  enabled
                          + system.adapter.onkyo.0                  : onkyo                 : raspibull                                -  enabled
                            system.adapter.onvif.0                  : onvif                 : raspibull                                - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                            system.adapter.onvif.1                  : onvif                 : raspibull                                - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                            system.adapter.ping.0                   : ping                  : raspibull                                - disabled
                            system.adapter.robonect.0               : robonect              : raspibull                                - disabled
                          + system.adapter.scenes.0                 : scenes                : raspibull                                -  enabled
                          + system.adapter.shelly.0                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shelly.1                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.signal-cmb.0             : signal-cmb            : raspibull                                -  enabled
                          + system.adapter.simple-api.0             : simple-api            : raspibull                                -  enabled, port: 8087, bind: 192.168.178.78, run as: admin
                          + system.adapter.socketio.0               : socketio              : raspibull                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          + system.adapter.sonoff.0                 : sonoff                : raspibull                                -  enabled, port: 1889, bind: 0.0.0.0
                            system.adapter.telegram.0               : telegram              : raspibull                                - disabled, port: 8443, bind: 0.0.0.0
                            system.adapter.text2command.0           : text2command          : raspibull                                - disabled
                          + system.adapter.tr-064.0                 : tr-064                : raspibull                                -  enabled
                            system.adapter.weatherunderground.0     : weatherunderground    : raspibull                                - disabled
                          + system.adapter.web.0                    : web                   : raspibull                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                 : zigbee                : raspibull                                -  enabled, port: /dev/ttyUSB0
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : raspibull                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.influxdb.0               : influxdb              : raspibull                                -  enabled, port: 8086
                          + system.adapter.mqtt.0                   : mqtt                  : raspibull                                -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.shelly.0                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shelly.1                 : shelly                : raspibull                                -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.simple-api.0             : simple-api            : raspibull                                -  enabled, port: 8087, bind: 192.168.178.78, run as: admin
                          + system.adapter.socketio.0               : socketio              : raspibull                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          + system.adapter.sonoff.0                 : sonoff                : raspibull                                -  enabled, port: 1889, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : raspibull                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                 : zigbee                : raspibull                                -  enabled, port: /dev/ttyUSB0
                          
                          ioBroker-Repositories
                          stable        : http://download.iobroker.net/sources-dist.json
                          beta          : http://download.iobroker.net/sources-dist-latest.json
                          
                          Active repo(s): stable
                          
                          Installed ioBroker-Instances
                          Used repository: stable
                          Adapter    "adb"          : 0.0.7    , installed 0.0.7
                          Adapter    "admin"        : 6.17.14  , installed 6.17.14
                          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                          Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                          Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                          Adapter    "daikin"       : 1.4.2    , installed 1.4.2
                          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                          Adapter    "doorbird"     : 1.6.0    , installed 1.6.0
                          Adapter    "email"        : 1.3.1    , installed 1.3.1
                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                          Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                          Adapter    "iot"          : 3.3.0    , installed 3.3.0
                          Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                          Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                          Controller "js-controller": 5.0.19   , installed 5.0.19
                          Adapter    "lgtv"         : 2.2.0    , installed 2.2.0
                          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                          Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                          Adapter    "nuki-extended": 2.7.0    , installed 2.7.0
                          Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                          Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "robonect"     : 1.3.6    , installed 1.3.6
                          Adapter    "scenes"       : 3.0.4    , installed 3.0.4
                          Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                          Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                          Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                          Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                          Adapter    "text2command" : 3.0.3    , installed 3.0.3
                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                          Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.1    , installed 2.6.1
                          Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        11797
                          States:         8235
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:2 http://deb.debian.org/debian bullseye InRelease
                          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                          Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                          Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                          Hit:6 https://repos.influxdata.com/debian stable 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:8088          0.0.0.0:*               LISTEN      999        13736      778/influxd
                          tcp        0      0 192.168.178.78:8087     0.0.0.0:*               LISTEN      1001       65522      7315/io.simple-api.
                          tcp        0      0 192.168.178.78:8100     0.0.0.0:*               LISTEN      1001       66435      7184/io.doorbird.0
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14502      555/sshd: /usr/sbin
                          tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      1001       79079      9094/adb
                          tcp        0      0 0.0.0.0:1889            0.0.0.0:*               LISTEN      1001       68076      7113/io.sonoff.0
                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       67385      7177/io.shelly.1
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       66341      7080/io.mqtt.0
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       65132      6872/iobroker.js-co
                          tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      110        12228      538/redis-server 12
                          tcp6       0      0 :::3000                 :::*                    LISTEN      111        13919      1039/grafana
                          tcp6       0      0 :::51989                :::*                    LISTEN      1001       65452      7094/io.nuki-extend
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          14513      555/sshd: /usr/sbin
                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        1980       778/influxd
                          tcp6       0      0 :::8084                 :::*                    LISTEN      1001       67467      7339/io.socketio.0
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       67486      7363/io.web.0
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       65204      6894/io.admin.0
                          tcp6       0      0 ::1:6379                :::*                    LISTEN      110        12229      538/redis-server 12
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14420      430/avahi-daemon: r
                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       67442      7112/io.shelly.0
                          udp        0      0 0.0.0.0:46765           0.0.0.0:*                           1001       88232      7095/io.onkyo.0
                          udp        0   1536 0.0.0.0:59344           0.0.0.0:*                           1001       88278      7095/io.onkyo.0
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13663      774/dhcpcd
                          udp        0      0 0.0.0.0:45133           0.0.0.0:*                           108        14422      430/avahi-daemon: r
                          udp6       0      0 :::54489                :::*                                108        14423      430/avahi-daemon: r
                          udp6       0      0 :::5353                 :::*                                108        14421      430/avahi-daemon: r
                          udp6       0      0 :::546                  :::*                                0          13675      774/dhcpcd
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-07-19 19:51:34.258  - info: shelly.0 (7112) [CoAP] Device 192.168.178.51 (shellyswitch / shellyswitch-135140 / SHSW-21#135140#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:35.002  - info: shelly.0 (7112) [CoAP] Device 192.168.178.49 (shellyswitch / shellyswitch-134FB4 / SHSW-21#134FB4#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:35.066  - info: shelly.0 (7112) [CoAP] Device 192.168.178.79 (shelly1 / shelly1-500291F06303 / SHSW-1#500291F06303#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:36.289  - info: shelly.0 (7112) [CoAP] Device 192.168.178.33 (shellyswitch / shellyswitch-135173 / SHSW-21#135173#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:36.384  - info: shelly.0 (7112) [CoAP] Device 192.168.178.57 (shellyswitch25 / shellyswitch25-BA7AC4 / SHSW-25#BA7AC4#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:36.843  - info: shelly.0 (7112) [CoAP] Device 192.168.178.95 (shellyswitch25 / shellyswitch25-E098068D2599 / SHSW-25#E098068D2599#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:37.382  - info: shelly.0 (7112) [CoAP] Device 192.168.178.81 (shelly1 / shelly1-F4CFA2764699 / SHSW-1#F4CFA2764699#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:37.396  - info: shelly.0 (7112) [CoAP] Device 192.168.178.55 (shelly1 / shelly1-0597BD / SHSW-1#0597BD#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:38.189  - info: shelly.0 (7112) [CoAP] Device 192.168.178.54 (shelly1 / shelly1-1D92AF / SHSW-1#1D92AF#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:38.696  - info: shelly.0 (7112) [CoAP] Device 192.168.178.65 (shellyswitch25 / shellyswitch25-76C387 / SHSW-25#76C387#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:39.970  - info: shelly.0 (7112) [CoAP] Device 192.168.178.58 (shellyswitch25 / shellyswitch25-BA76C8 / SHSW-25#BA76C8#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:40.553  - info: shelly.0 (7112) [CoAP] Device 192.168.178.92 (shelly1 / shelly1-3083988C032A / SHSW-1#3083988C032A#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:40.557  - info: shelly.0 (7112) [CoAP] Device 192.168.178.77 (shelly1 / shelly1-1D92AC / SHSW-1#1D92AC#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:41.461  - info: shelly.0 (7112) [CoAP] Device 192.168.178.40 (shelly1 / shelly1-1D92BD / SHSW-1#1D92BD#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:41.997  - info: shelly.0 (7112) [CoAP] Device 192.168.178.66 (shellyswitch25 / shellyswitch25-76CFA7 / SHSW-25#76CFA7#1) connected! Polltime set to 20 sec.
                          2024-07-19 19:51:42.712  - info: sonoff.0 (7113) Client [Stromzähler] connected with secret 1721411502684_8632
                          2024-07-19 19:51:51.981  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplus1pm-fcb467279060" connected!
                          2024-07-19 19:51:53.267  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplusplugs-d4d4daebcba4" connected!
                          2024-07-19 19:52:01.783  - info: shelly.1 (7177) [MQTT] Client Close:  (shellyplus1pm / shellyplus1pm-fcb467279060 / shellyplus1pm#fcb467279060#1) (false)
                          2024-07-19 19:52:03.250  - info: shelly.1 (7177) [MQTT] Client Close:  (shellyplusplugs / shellyplusplugs-d4d4daebcba4 / shellyplusplugs#d4d4daebcba4#1) (false)
                          2024-07-19 19:52:04.869  - error: shelly.1 (7177) [MQTT] Unable to get mqttprefix of client with id "shellyplus1pm-fcb467279060"
                          2024-07-19 19:52:05.237  - error: shelly.1 (7177) [MQTT] Unable to get mqttprefix of client with id "shellyplusplugs-d4d4daebcba4"
                          2024-07-19 19:52:55.695  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplus1pm-fcb467279060" connected!
                          2024-07-19 19:52:58.529  - info: shelly.1 (7177) [MQTT] Device with client id "shellyplusplugs-d4d4daebcba4" connected!
                          2024-07-19 19:59:47.641  - info: influxdb.0 (6951) Store 19 buffered influxDB history points
                          
                          

                          Nochmals Danke!

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #32

                          @hukio sagte in iobroker cmd in Konsole geht nicht:

                          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_323adb3b74d9eb11b6e6178e6fe9f4d9-if00-port0

                          HINT:
                          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                          /dev/ttyUSB0

                          Das würde ich noch umstellen.
                          Alles andere schaut soweit gut aus.

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

                          1 Antwort Letzte Antwort
                          0

                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                          Registrieren Anmelden
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

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

                          658

                          Online

                          32.8k

                          Benutzer

                          82.8k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe