Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wie IO-Broker reparieren?

    NEWS

    • Monatsrückblick – September 2025

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

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    Wie IO-Broker reparieren?

    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      WolfgangFB last edited by

      Mein IO-Broker will auf einmal nicht mehr.
      ich habe mit iobroker fix versucht das ganze zu reparieren. Er startet auch kurz, ist dann aber nach kurzer Zeit nicht mehr erreichbar.
      Was kann man tun (außer Neuinstallation)?

      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      pi@raspberrypi:/opt/iobroker $ iobroker start
      pi@raspberrypi:/opt/iobroker $ iobroker status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      pi@raspberrypi:/opt/iobroker $ iobroker status
      No connection to databases possible ...
      pi@raspberrypi:/opt/iobroker $ iobroker status
       Cannot determine Set feature status: Connection is closed.
       Unable to subscribe to expiry Keyspace events from Redis Server: Connection is closed.
       Unable to subscribe to evicted Keyspace events from Redis Server: Connection is closed.
       Unable to subscribe to meta namespace "meta." changes: Connection is closed.
      No connection to databases possible ...
      pi@raspberrypi:/opt/iobroker $
      

      alternativ kommt manchmal auch: (ich habe kein Multihost System)

      pi@raspberrypi:/opt/iobroker $ iobroker status
       Connection is closed.
      Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
          at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/build/esm/lib/objects/objectsInRedisClient.js:488:23)
          at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
       Unable to subscribe to evicted Keyspace events from Redis Server: Connection is closed.
       Unable to subscribe to meta namespace "meta." changes: Connection is closed.
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @WolfgangFB last edited by

        @wolfgangfb

        Schau dir das Gesamtkonstrukt unter

        iob diag
        

        an.

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

          @thomas-braun
          nach iob diag kommt zuerst

          *** iob diag is starting up, please wait ***
          Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
              at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/build/esm/lib/states/statesInRedisClient.js:477:23)
              at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
          
          
          
          
          

          dann nach einiger Zeit die "All good" Meldung, IO-Broker läuft jetzt auch, wenn auch unendlich zäh.

          ========== Start marking the full check here ===========
          
          ```bash
          Script v.2025-08-09
          
          *** BASE SYSTEM ***
          Operating System: Debian GNU/Linux 12 (bookworm)
           Static hostname: raspberrypi
                 Icon name: computer
                    Kernel: Linux 6.6.51+rpt-rpi-v8
              Architecture: arm64
          OS is similar to:
          
          Model           : Raspberry Pi 4 Model B Rev 1.5
          Docker          : false
          Virtualization  : none
          Kernel          : aarch64
          Userland        : 64 bit
          
          Systemuptime and Load:
           13:58:17 up 58 min,  3 users,  load average: 2.51, 2.02, 2.03
          CPU threads: 4
          
          
          *** LIFE CYCLE STATUS ***
          Operating System is the current Debian stable version codenamed 'bookworm'!
          
          *** RASPBERRY THROTTLING ***
          Current issues:
          No throttling issues detected.
          
          Previously detected issues:
          No throttling issues detected.
          
          *** TIME AND TIMEZONES ***
                         Local time: Fri 2025-09-26 13:58:17 CEST
                     Universal time: Fri 2025-09-26 11:58:17 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 lpadmin gpio i2c spi iobroker
          
          User that is running 'js-controller':
          iobroker
          HOME=/home/iobroker
          GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
          
          *** DISPLAY-SERVER SETUP ***
          Display-Server:         false
          Display-Manager:        * lightdm.service - Light Display Manager
          Desktop:
          Session:                tty
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            8.2G        1.9G        5.0G         10M        1.4G        6.3G
          Swap:           209M          0B        209M
          Total:          8.4G        1.9G        5.2G
          
          Active iob-Instances:   0
          
                   7809 M total memory
                   1793 M used memory
                   1824 M active memory
                    779 M inactive memory
                   4789 M free memory
                    209 M buffer memory
                   1149 M swap cache
                    199 M total swap
                      0 M used swap
                    199 M free swap
          
          *** top - Table Of Processes  ***
          top - 13:58:18 up 58 min,  3 users,  load average: 2.55, 2.04, 2.03
          Tasks: 189 total,   3 running, 186 sleeping,   0 stopped,   0 zombie
          %Cpu(s): 33.3 us, 33.3 sy,  0.0 ni, 33.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
          MiB Mem :   7810.0 total,   4787.7 free,   1795.3 used,   1359.2 buff/cache
          MiB Swap:    200.0 total,    200.0 free,      0.0 used.   6014.7 avail Mem
          
          *** FAILED SERVICES ***
          
            UNIT LOAD ACTIVE SUB DESCRIPTION
          0 loaded units listed.
          
          
          *** DMESG CRITICAL ERRORS ***
          No critical errors detected
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          udev           devtmpfs  3.6G     0  3.6G   0% /dev
          tmpfs          tmpfs     1.6G   11M  1.6G   1% /run
          /dev/mmcblk0p2 ext4       28G   23G  3.7G  87% /
          tmpfs          tmpfs     3.9G  8.0K  3.9G   1% /dev/shm
          tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
          /dev/mmcblk0p1 vfat      510M   76M  435M  15% /boot/firmware
          tmpfs          tmpfs     781M   36K  781M   1% /run/user/1000
          
          Messages concerning ext4 filesystem in dmesg:
          [Fri Sep 26 12:59:40 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=D8:3A:DD:66:20:22 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=3a1130ee-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=DE
          [Fri Sep 26 12:59:41 2025] EXT4-fs (mmcblk0p2): mounted filesystem cb6f0e18-5add-4177-ab98-e9f0235e06b3 ro with ordered data mode. Quota mode: none.
          [Fri Sep 26 12:59:43 2025] EXT4-fs (mmcblk0p2): re-mounted cb6f0e18-5add-4177-ab98-e9f0235e06b3 r/w. Quota mode: none.
          
          Show mounted filesystems:
          TARGET           SOURCE         FSTYPE OPTIONS
          /                /dev/mmcblk0p2 ext4   rw,noatime
          `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
          
          Files in neuralgic directories:
          
          /var:
          3.4G    /var/
          2.2G    /var/log/journal/d50066f22adb471e847d298aee84cf4e
          2.2G    /var/log/journal
          2.2G    /var/log
          752M    /var/cache
          
          Archived and active journals take up 2.1G in the file system.
          
          /opt/iobroker/backups:
          101M    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          8.0G    /opt/iobroker/iobroker-data/
          4.2G    /opt/iobroker/iobroker-data/history
          2.8G    /opt/iobroker/iobroker-data/esphome.0/.esphome/build
          2.8G    /opt/iobroker/iobroker-data/esphome.0/.esphome
          2.8G    /opt/iobroker/iobroker-data/esphome.0
          
          The five largest files in iobroker-data are:
          49M     /opt/iobroker/iobroker-data/history/20250603/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
          46M     /opt/iobroker/iobroker-data/history/20250531/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
          42M     /opt/iobroker/iobroker-data/history/20250624/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
          42M     /opt/iobroker/iobroker-data/history/20250623/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
          42M     /opt/iobroker/iobroker-data/history/20250622/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
          
          No Devices found 'by-id'
          
          *** ZigBee Settings ***
          Zigbee Network Settings on your coordinator/in nvbackup are:
          
          zigbee.X
          Extended Pan ID:
          *** MASKED ***
          Pan ID:
          *** MASKED ***
          Channel:
          *** MASKED ***
          Network Key:
          *** MASKED ***
          
          To unmask the settings run 'iob diag --unmask'
          
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v22.18.0
          /usr/bin/node           v22.18.0
          /usr/bin/npm            10.9.3
          /usr/bin/npx            10.9.3
          /usr/bin/corepack       0.33.0
          
          nodejs:
            Installed: 22.18.0-1nodesource1
            Candidate: 22.20.0-1nodesource1
            Version table:
               22.20.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.19.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
           *** 22.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                  100 /var/lib/dpkg/status
               22.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.15.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.13.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.5.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.4.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               18.20.4+dfsg-1~deb12u1 500
                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
          
          Temp directories causing deletion problem: 0
          No problems detected
          
          Errors in npm tree: 0
          No problems detected
          
          Checking for nodejs vulnerability:
          
          
           ¦¦¦¦¦  ¦¦      ¦¦           ¦¦¦¦¦¦   ¦¦¦¦¦¦   ¦¦¦¦¦¦  ¦¦¦¦¦¦         ¦¦
          ¦¦   ¦¦ ¦¦      ¦¦          ¦¦       ¦¦    ¦¦ ¦¦    ¦¦ ¦¦   ¦¦     ¦¦  ¦¦
          ¦¦¦¦¦¦¦ ¦¦      ¦¦          ¦¦   ¦¦¦ ¦¦    ¦¦ ¦¦    ¦¦ ¦¦   ¦¦         ¦¦
          ¦¦   ¦¦ ¦¦      ¦¦          ¦¦    ¦¦ ¦¦    ¦¦ ¦¦    ¦¦ ¦¦   ¦¦     ¦¦  ¦¦
          ¦¦   ¦¦ ¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦      ¦¦¦¦¦¦   ¦¦¦¦¦¦   ¦¦¦¦¦¦  ¦¦¦¦¦¦         ¦¦
          
          
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          No connection to databases possible ...
          
          Hosts:
          No connection to databases possible ...
          
          Core adapters versions
          js-controller:  7.0.6
          admin:          7.6.3
          javascript:     8.8.3
          
          nodejs modules from github:     1
          +-- iobroker.esphome@0.4.1 (git+ssh://git@github.com/DrozmotiX/ioBroker.esphome.git#210a96eaad3122527b50f3262839d2060ed7adc5)
          
          Adapter State
           Unable to enable Expiry Keyspace events from Redis Server: Connection is closed.
           Connection is closed.
          
          Enabled adapters with bindings
          
          ioBroker-Repositories
           Unable to enable Expiry Keyspace events from Redis Server: Connection is closed.
           Connection is closed.
          Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
              at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/build/esm/lib/states/statesInRedisClient.js:477:23)
              at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
          
          Installed ioBroker-Adapters
           Unable to enable Expiry Keyspace events from Redis Server: Connection is closed.
           Connection is closed.
          Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
              at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/build/esm/lib/states/statesInRedisClient.js:477:23)
              at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
          
          Objects and States
          Please stand by - This may take a while
          Objects:        2
          States:         2
          
          *** OS-Repositories and Updates ***
          Hit:1 http://deb.debian.org/debian bookworm InRelease
          Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
          Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
          Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
          Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
          Reading package lists...
          Pending Updates: 132
          
          *** Listening Ports ***
          Active Internet connections (only servers)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name  
          tcp        0      0 0.0.0.0:6052            0.0.0.0:*               LISTEN      1001       28652      5536/python3      
          tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       28630      5368/io.shelly.1  
          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          2594       747/cupsd         
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       27359      5224/iobroker.js-co
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       27364      5224/iobroker.js-co
          tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          8569       821/smbd          
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          2585       756/sshd: /usr/sbin
          tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          8568       821/smbd          
          tcp6       0      0 :::61991                :::*                    LISTEN      1001       28511      5367/io.harmony.0 
          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          2593       747/cupsd         
          tcp6       0      0 :::139                  :::*                    LISTEN      0          8567       821/smbd          
          tcp6       0      0 :::22                   :::*                    LISTEN      0          2587       756/sshd: /usr/sbin
          tcp6       0      0 :::445                  :::*                    LISTEN      0          8566       821/smbd          
          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       29215      5242/io.admin.0   
          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       28596      5412/io.web.0     
          udp        0      0 0.0.0.0:54325           0.0.0.0:*                           104        2517       576/avahi-daemon: r
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29837      5437/io.esphome.0 
          udp        0      0 192.168.1.205:5353      0.0.0.0:*                           1001       29643      5536/python3      
          udp        0      0 127.0.0.1:5353          0.0.0.0:*                           1001       29642      5536/python3      
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       29638      5536/python3      
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2515       576/avahi-daemon: r
          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       29818      5360/io.shelly.0  
          udp        0      0 0.0.0.0:46807           0.0.0.0:*                           1001       38764      5360/io.shelly.0  
          udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          2678       817/nmbd          
          udp        0      0 192.168.1.205:137       0.0.0.0:*                           0          2677       817/nmbd          
          udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          2665       817/nmbd          
          udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          2680       817/nmbd          
          udp        0      0 192.168.1.205:138       0.0.0.0:*                           0          2679       817/nmbd          
          udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          2666       817/nmbd          
          udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       28512      5367/io.harmony.0 
          udp6       0      0 :::5353                 :::*                                104        2516       576/avahi-daemon: r
          udp6       0      0 :::50723                :::*                                104        2518       576/avahi-daemon: r
          
          *** Log File - Last 25 Lines ***
          
          2025-09-26 14:06:00.091  - warn: javascript.0 (5253)     at Job.job (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1876:34)
          2025-09-26 14:06:00.091  - warn: javascript.0 (5253)     at Job.invoke (/opt/iobroker/node_modules/node-schedule/lib/Job.js:171:15)
          2025-09-26 14:06:00.094  - warn: javascript.0 (5253)     at /opt/iobroker/node_modules/node-schedule/lib/Invocation.js:268:28
          2025-09-26 14:06:00.094  - warn: javascript.0 (5253)     at Timeout._onTimeout (/opt/iobroker/node_modules/node-schedule/lib/Invocation.js:228:7)
          2025-09-26 14:06:00.094  - warn: javascript.0 (5253)     at listOnTimeout (node:internal/timers:588:17)
          2025-09-26 14:06:00.095  - warn: javascript.0 (5253)     at process.processTimers (node:internal/timers:523:7)
          2025-09-26 14:06:01.718  - info: javascript.0 (5253) script.js.Licht.BewegungErfasst: Bewegung erfasst: alias.0.Raum.Hobby.Bewegung.Treppe.Zustand
          2025-09-26 14:06:04.172  - error: shelly.1 (5368) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-08b61fced0e0"
          2025-09-26 14:06:06.069  - info: shelly.1 (5368) [MQTT] Client Close: (shellypmmini / shellypmmini-543204832dbc / shellypmmini#543204832dbc#1) (false)
          2025-09-26 14:06:06.995  - info: shelly.1 (5368) [MQTT] Client Close: (shellyplus2pm / shellyplus2pm-08b61fced0e0 / shellyplus2pm#08b61fced0e0#1) (false)
          2025-09-26 14:06:13.578  - info: shelly.1 (5368) [MQTT] Device with client id "shellypmmini-543204a97b30" connected!
          2025-09-26 14:06:13.924  - warn: esphome.0 (5437) Client 192.168.1.158 not yet ready to connect, will try again!
          2025-09-26 14:06:16.871  - warn: esphome.0 (5437) Client 192.168.1.190 not yet ready to connect, will try again!
          2025-09-26 14:06:16.974  - info: shelly.1 (5368) [MQTT] Device with client id "shellyplus2pm-ecc9ff5f6214" connected!
          2025-09-26 14:06:18.830  - warn: esphome.0 (5437) Client 192.168.1.90 not yet ready to connect, will try again!
          2025-09-26 14:06:19.206  - info: shelly.1 (5368) [MQTT] Device with client id "shellyplus2pm-b8d61a87768c" connected!
          2025-09-26 14:06:21.992  - error: shelly.1 (5368) [MQTT] Unable to get mqttprefix of client with id "shellypmmini-543204a97b30"
          2025-09-26 14:06:21.993  - error: shelly.1 (5368) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-ecc9ff5f6214"
          2025-09-26 14:06:23.589  - info: shelly.1 (5368) [MQTT] Client Close: (shellypmmini / shellypmmini-543204a97b30 / shellypmmini#543204a97b30#1) (false)
          2025-09-26 14:06:26.963  - info: shelly.1 (5368) [MQTT] Client Close: (shellyplus2pm / shellyplus2pm-ecc9ff5f6214 / shellyplus2pm#ecc9ff5f6214#1) (false)
          2025-09-26 14:06:29.234  - info: shelly.1 (5368) [MQTT] Client Close: (shellyplus2pm / shellyplus2pm-b8d61a87768c / shellyplus2pm#b8d61a87768c#1) (false)
          2025-09-26 14:06:29.684  - error: shelly.1 (5368) [MQTT] Unable to get mqttprefix of client with id "shellyplus2pm-b8d61a87768c"
          2025-09-26 14:06:44.049  - warn: esphome.0 (5437) Client 192.168.1.158 not yet ready to connect, will try again!
          2025-09-26 14:06:46.977  - warn: esphome.0 (5437) Client 192.168.1.190 not yet ready to connect, will try again!
          2025-09-26 14:06:48.986  - warn: esphome.0 (5437) Client 192.168.1.90 not yet ready to connect, will try again!
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @WolfgangFB last edited by

            @wolfgangfb sagte in Wie IO-Broker reparieren?:

            dann nach einiger Zeit die "All good" Meldung,

            Ich überlege, die wieder rauszunehmen...
            Das bezieht sich nur auf den kleinen Aspekt, ob deine nodejs-Installation aktuell ist und keine bekannten Sicherheitslücken in der derzeitig installierten Version enthalten sind.

            Aber schalt den Desktop aus. Offenbar läuft da Light DM:
            Display-Manager: * lightdm.service - Light Display Manager

            Bring die Basis auf Stand:

            Pending Updates: 132

            sind 132 Updates zu viel in der Pipeline.

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

              @thomas-braun

              Alle Updates sind durchgeführt, geändert hat sich nichts (IOB startet zwar, ist aber träge und langsam jund unbedienbar).

              *** iob diag is starting up, please wait ***
              Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                  at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/build/esm/lib/states/statesInRedisClient.js:475:23)
                  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
              
              

              und

              
              Script v.2025-08-09
              
              *** BASE SYSTEM ***
              Operating System: Debian GNU/Linux 12 (bookworm)
               Static hostname: raspberrypi
                     Icon name: computer
                        Kernel: Linux 6.12.47+rpt-rpi-v8
                  Architecture: arm64
              OS is similar to:
              
              Model           : Raspberry Pi 4 Model B Rev 1.5
              Docker          : false
              Virtualization  : none
              Kernel          : aarch64
              Userland        : 64 bit
              
              Systemuptime and Load:
               17:20:09 up 3 min,  4 users,  load average: 3.22, 1.47, 0.58
              CPU threads: 4
              
              
              *** LIFE CYCLE STATUS ***
              Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
              
              *** RASPBERRY THROTTLING ***
              Current issues:
              No throttling issues detected.
              
              Previously detected issues:
              No throttling issues detected.
              
              *** TIME AND TIMEZONES ***
                             Local time: Fri 2025-09-26 17:20:09 CEST
                         Universal time: Fri 2025-09-26 15:20:09 UTC
                               RTC time: n/a
                              Time zone: Europe/Berlin (CEST, +0200)
              System clock synchronized: yes
                            NTP service: active
                        RTC in local TZ: no
              
              *** Users and Groups ***
              User that called 'iob diag':
              pi
              HOME=/home/pi
              GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
              
              User that is running 'js-controller':
              iobroker
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
              
              *** DISPLAY-SERVER SETUP ***
              Display-Server:         false
              Unit display-manager.service could not be found.
              Display-Manager:
              Desktop:
              Session:                tty
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            8.2G        1.8G        5.8G        3.2M        607M        6.4G
              Swap:           209M          0B        209M
              Total:          8.4G        1.8G        6.1G
              
              Active iob-Instances:   4
              
                       7820 M total memory
                       1755 M used memory
                       1825 M active memory
                        258 M inactive memory
                       5575 M free memory
                         69 M buffer memory
                        510 M swap cache
                        199 M total swap
                          0 M used swap
                        199 M free swap
              
              *** top - Table Of Processes  ***
              top - 17:20:10 up 3 min,  4 users,  load average: 3.22, 1.47, 0.58
              Tasks: 221 total,   6 running, 215 sleeping,   0 stopped,   0 zombie
              %Cpu(s): 63.6 us, 27.3 sy,  0.0 ni,  0.0 id,  9.1 wa,  0.0 hi,  0.0 si,  0.0 st
              MiB Mem :   7820.8 total,   5573.6 free,   1756.6 used,    580.0 buff/cache
              MiB Swap:    200.0 total,    200.0 free,      0.0 used.   6064.2 avail Mem
              
              *** FAILED SERVICES ***
              
                UNIT LOAD ACTIVE SUB DESCRIPTION
              0 loaded units listed.
              
              
              *** DMESG CRITICAL ERRORS ***
              No critical errors detected
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              udev           devtmpfs  3.6G     0  3.6G   0% /dev
              tmpfs          tmpfs     1.6G  3.0M  1.6G   1% /run
              /dev/mmcblk0p2 ext4       28G   22G  4.5G  84% /
              tmpfs          tmpfs     3.9G  8.0K  3.9G   1% /dev/shm
              tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
              /dev/mmcblk0p1 vfat      510M   78M  433M  16% /boot/firmware
              tmpfs          tmpfs     783M   40K  783M   1% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Fri Sep 26 17:16:53 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  numa=fake=2 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:66:20:22 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=3a1130ee-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=DE
              [Fri Sep 26 17:16:55 2025] EXT4-fs (mmcblk0p2): mounted filesystem cb6f0e18-5add-4177-ab98-e9f0235e06b3 ro with ordered data mode. Quota mode: none.
              [Fri Sep 26 17:16:57 2025] EXT4-fs (mmcblk0p2): re-mounted cb6f0e18-5add-4177-ab98-e9f0235e06b3 r/w.
              
              Show mounted filesystems:
              TARGET           SOURCE         FSTYPE OPTIONS
              /                /dev/mmcblk0p2 ext4   rw,noatime
              `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
              
              Files in neuralgic directories:
              
              /var:
              3.2G    /var/
              2.1G    /var/log/journal/d50066f22adb471e847d298aee84cf4e
              2.1G    /var/log/journal
              2.1G    /var/log
              752M    /var/cache
              
              Archived and active journals take up 2.0G in the file system.
              
              /opt/iobroker/backups:
              101M    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              7.4G    /opt/iobroker/iobroker-data/
              4.2G    /opt/iobroker/iobroker-data/history
              2.8G    /opt/iobroker/iobroker-data/esphome.0/.esphome/build
              2.8G    /opt/iobroker/iobroker-data/esphome.0/.esphome
              2.8G    /opt/iobroker/iobroker-data/esphome.0
              
              The five largest files in iobroker-data are:
              49M     /opt/iobroker/iobroker-data/history/20250603/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
              46M     /opt/iobroker/iobroker-data/history/20250531/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
              42M     /opt/iobroker/iobroker-data/history/20250624/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
              42M     /opt/iobroker/iobroker-data/history/20250623/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
              42M     /opt/iobroker/iobroker-data/history/20250622/history.javascript.0.Raum.Technik.S0Counter.Haushaltsstrom.VerbrauchteEnergie.Gestern.json
              
              USB-Devices by-id:
              USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
              
              No Devices found 'by-id'
              
              *** ZigBee Settings ***
              
              HINT:
              Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
              /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f4ed968b2c3bec118bb49c957a0af07f-if00-port0
              Zigbee Network Settings on your coordinator/in nvbackup are:
              
              zigbee.X
              Extended Pan ID:
              *** MASKED ***
              Pan ID:
              *** MASKED ***
              Channel:
              *** MASKED ***
              Network Key:
              *** MASKED ***
              
              To unmask the settings run 'iob diag --unmask'
              
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v22.20.0
              /usr/bin/node           v22.20.0
              /usr/bin/npm            10.9.3
              /usr/bin/npx            10.9.3
              /usr/bin/corepack       0.34.0
              
              nodejs:
                Installed: 22.20.0-1nodesource1
                Candidate: 22.20.0-1nodesource1
                Version table:
               *** 22.20.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                      100 /var/lib/dpkg/status
                   22.19.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.18.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.17.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.17.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.16.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.15.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.15.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.14.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.13.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.13.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.12.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.11.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.10.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.9.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.8.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.7.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.6.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.5.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.5.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.4.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.4.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.3.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.2.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.1.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   22.0.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                   18.20.4+dfsg-1~deb12u1 500
                      500 http://deb.debian.org/debian bookworm/main arm64 Packages
                      500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
              
              Temp directories causing deletion problem: 0
              No problems detected
              
              Errors in npm tree: 0
              No problems detected
              
              Checking for nodejs vulnerability:
              
              
               ¦¦¦¦¦  ¦¦      ¦¦           ¦¦¦¦¦¦   ¦¦¦¦¦¦   ¦¦¦¦¦¦  ¦¦¦¦¦¦         ¦¦
              ¦¦   ¦¦ ¦¦      ¦¦          ¦¦       ¦¦    ¦¦ ¦¦    ¦¦ ¦¦   ¦¦     ¦¦  ¦¦
              ¦¦¦¦¦¦¦ ¦¦      ¦¦          ¦¦   ¦¦¦ ¦¦    ¦¦ ¦¦    ¦¦ ¦¦   ¦¦         ¦¦
              ¦¦   ¦¦ ¦¦      ¦¦          ¦¦    ¦¦ ¦¦    ¦¦ ¦¦    ¦¦ ¦¦   ¦¦     ¦¦  ¦¦
              ¦¦   ¦¦ ¦¦¦¦¦¦¦ ¦¦¦¦¦¦¦      ¦¦¦¦¦¦   ¦¦¦¦¦¦   ¦¦¦¦¦¦  ¦¦¦¦¦¦         ¦¦
              
              
              
              *** ioBroker-Installation ***
              
              ioBroker Status
               Connection is closed.
              Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                  at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/build/esm/lib/objects/objectsInRedisClient.js:504:23)
                  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
               Unable to subscribe to evicted Keyspace events from Redis Server: Connection is closed.
               Unable to subscribe to meta namespace "meta." changes: Connection is closed.
              
              Hosts:
               Connection is closed.
              Uncaught Rejection: Error: States DB is not allowed to start in the current Multihost environment
                  at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/build/esm/lib/states/statesInRedisClient.js:475:23)
                  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
              
              Core adapters versions
              js-controller:  7.0.7
              admin:          7.7.2
              javascript:     8.9.2
              
              nodejs modules from github:     1
              +-- iobroker.esphome@0.4.1 (git+ssh://git@github.com/DrozmotiX/ioBroker.esphome.git#210a96eaad3122527b50f3262839d2060ed7adc5)
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.alexa2.0                 : alexa2                : raspberrypi                              - disabled
                system.adapter.backitup.0               : backitup              : raspberrypi                              - disabled
                system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                system.adapter.denon.0                  : denon                 : raspberrypi                              -  enabled
                system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                system.adapter.esphome.0                : esphome               : raspberrypi                              -  enabled
                system.adapter.ham.0                    : ham                   : raspberrypi                              - disabled
                system.adapter.ham.1                    : ham                   : raspberrypi                              - disabled
                system.adapter.harmony.0                : harmony               : raspberrypi                              -  enabled
              + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              -  enabled
              + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                system.adapter.meross.0                 : meross                : raspberrypi                              - disabled
                system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                system.adapter.mqtt.1                   : mqtt                  : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                system.adapter.onkyo.0                  : onkyo                 : raspberrypi                              - disabled
                system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                system.adapter.simple-api.0             : simple-api            : raspberrypi                              - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                system.adapter.tuya.0                   : tuya                  : raspberrypi                              - disabled
                system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                system.adapter.webui.0                  : webui                 : raspberrypi                              - disabled
                system.adapter.zigbee.0                 : zigbee                : raspberrypi                              - disabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f4ed968b2c3bec118bb49c957a0af07f-if00-port0
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                system.adapter.shelly.1                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              ioBroker-Repositories
               Cannot determine Set feature status: Connection is closed.
               Unable to subscribe to expiry Keyspace events from Redis Server: Connection is closed.
               Unable to subscribe to evicted Keyspace events from Redis Server: Connection is closed.
               Unable to subscribe to meta namespace "meta." changes: Connection is closed.
              No connection to databases possible ...
              
              Installed ioBroker-Adapters
              /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                      throw e;
                      ^
              
              Error: Connection is closed.
                  at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
                  at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
                  at Object.onceWrapper (node:events:634:26)
                  at Socket.emit (node:events:519:28)
                  at TCP.<anonymous> (node:net:346:12)
              Emitted 'error' event on ScanStream instance at:
                  at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
                  at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
                  at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
                  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
              
              Node.js v22.20.0
              
              Objects and States
              Please stand by - This may take a while
              Objects:        0
              States:         0
              
              *** OS-Repositories and Updates ***
              Hit:1 http://deb.debian.org/debian bookworm InRelease
              Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
              Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
              Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
              Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
              Reading package lists...
              Pending Updates: 0
              
              *** Listening Ports ***
              Active Internet connections (only servers)
              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name  
              tcp        0      0 0.0.0.0:6052            0.0.0.0:*               LISTEN      1001       11908      1388/python3      
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       774        712/iobroker.js-con
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       2883       712/iobroker.js-con
              tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       11625      1043/io.shelly.1  
              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          604        711/cupsd         
              tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          720        786/smbd          
              tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          721        786/smbd          
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7810       722/sshd: /usr/sbin
              tcp6       0      0 ::1:631                 :::*                    LISTEN      0          603        711/cupsd         
              tcp6       0      0 :::61991                :::*                    LISTEN      1001       11575      1132/io.harmony.0 
              tcp6       0      0 :::445                  :::*                    LISTEN      0          718        786/smbd          
              tcp6       0      0 :::139                  :::*                    LISTEN      0          719        786/smbd          
              tcp6       0      0 :::22                   :::*                    LISTEN      0          7812       722/sshd: /usr/sbin
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       11610      1153/io.web.0     
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       8325       902/io.admin.0    
              udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          660        782/nmbd          
              udp        0      0 192.168.1.205:137       0.0.0.0:*                           0          659        782/nmbd          
              udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          647        782/nmbd          
              udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          662        782/nmbd          
              udp        0      0 192.168.1.205:138       0.0.0.0:*                           0          661        782/nmbd          
              udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          648        782/nmbd          
              udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       11576      1132/io.harmony.0 
              udp        0      0 0.0.0.0:46182           0.0.0.0:*                           104        2713       591/avahi-daemon: r
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       11064      1165/io.esphome.0 
              udp        0      0 127.0.0.1:5353          0.0.0.0:*                           1001       11916      1388/python3      
              udp        0      0 192.168.1.205:5353      0.0.0.0:*                           1001       11915      1388/python3      
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       11911      1388/python3      
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2711       591/avahi-daemon: r
              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       8590       1004/io.shelly.0  
              udp6       0      0 :::50329                :::*                                104        2714       591/avahi-daemon: r
              udp6       0      0 :::5353                 :::*                                104        2712       591/avahi-daemon: r
              
              *** Log File - Last 25 Lines ***
              
              2025-09-26 17:23:00.228  - warn: javascript.0 (914)     at Object.<anonymous> (script.js.Sicherungen.DaiylNeu:136:5)
              2025-09-26 17:23:00.228  - warn: javascript.0 (914)     at Job.job (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1876:34)
              2025-09-26 17:23:00.229  - warn: javascript.0 (914)     at Job.invoke (/opt/iobroker/node_modules/node-schedule/lib/Job.js:171:15)
              2025-09-26 17:23:00.229  - warn: javascript.0 (914)     at /opt/iobroker/node_modules/node-schedule/lib/Invocation.js:268:28
              2025-09-26 17:23:00.229  - warn: javascript.0 (914)     at Timeout._onTimeout (/opt/iobroker/node_modules/node-schedule/lib/Invocation.js:228:7)
              2025-09-26 17:23:00.230  - warn: javascript.0 (914)     at listOnTimeout (node:internal/timers:588:17)
              2025-09-26 17:23:00.230  - warn: javascript.0 (914)     at process.processTimers (node:internal/timers:523:7)
              2025-09-26 17:23:00.232  - warn: javascript.0 (914) getState "alias.0.Raum.Kueche.Verbrauch.SteckdoseKuehlschrank.Energie" not found (3) states[id]=null
              2025-09-26 17:23:00.240  - warn: javascript.0 (914)     at EineMinute (script.js.Sicherungen.DaiylNeu:145:28)
              2025-09-26 17:23:00.241  - warn: javascript.0 (914)     at Object.<anonymous> (script.js.Sicherungen.DaiylNeu:136:5)
              2025-09-26 17:23:00.241  - warn: javascript.0 (914)     at Job.job (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1876:34)
              2025-09-26 17:23:00.241  - warn: javascript.0 (914)     at Job.invoke (/opt/iobroker/node_modules/node-schedule/lib/Job.js:171:15)
              2025-09-26 17:23:00.242  - warn: javascript.0 (914)     at /opt/iobroker/node_modules/node-schedule/lib/Invocation.js:268:28
              2025-09-26 17:23:00.242  - warn: javascript.0 (914)     at Timeout._onTimeout (/opt/iobroker/node_modules/node-schedule/lib/Invocation.js:228:7)
              2025-09-26 17:23:00.243  - warn: javascript.0 (914)     at listOnTimeout (node:internal/timers:588:17)
              2025-09-26 17:23:00.243  - warn: javascript.0 (914)     at process.processTimers (node:internal/timers:523:7)
              2025-09-26 17:23:00.713  - info: shelly.1 (1043) [MQTT] Device with client id "shellyplus2pm-08b61fced0e0" connected from 192.168.1.100!
              2025-09-26 17:23:01.320  - info: shelly.1 (1043) [MQTT] Client Close: (shellyplus2pm / shellyplus2pm-ecc9ff5f6214 / shellyplus2pm#ecc9ff5f6214#1) (false)
              2025-09-26 17:23:08.326  - warn: esphome.0 (1165) State "esphome.0.C8C9A36467F4.Sensor.255889109.state" has no existing object, this might lead to an error in future versions
              2025-09-26 17:23:09.207  - warn: esphome.0 (1165) Client 192.168.1.158 not yet ready to connect, will try again!
              2025-09-26 17:23:09.797  - warn: esphome.0 (1165) Client 192.168.1.90 not yet ready to connect, will try again!
              2025-09-26 17:23:10.708  - info: shelly.1 (1043) [MQTT] Client Close: (shellyplus2pm / shellyplus2pm-08b61fced0e0 / shellyplus2pm#08b61fced0e0#1) (false)
              2025-09-26 17:23:11.791  - warn: esphome.0 (1165) Client 192.168.1.190 not yet ready to connect, will try again!
              2025-09-26 17:23:15.763  - warn: esphome.0 (1165) State "esphome.0.C8C9A36467F4.Sensor.255889109.state" has no existing object, this might lead to an error in future versions
              2025-09-26 17:23:16.628  - info: shelly.1 (1043) [MQTT] Device with client id "shellyplus2pm-a0dd6c4f8134" connected from 192.168.1.178!
              
              
              
              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @WolfgangFB last edited by

                @wolfgangfb sagte in Wie IO-Broker reparieren?:

                geändert hat sich nichts

                Doch, deine Basis ist jetzt aktuell.

                Dein root-FS läuft dir voll:

                /dev/mmcblk0p2 ext4 28G 22G 4.5G 84% /

                Was sagt

                systemctl status iobroker.service
                
                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @WolfgangFB last edited by

                  @wolfgangfb sagte in Wie IO-Broker reparieren?:

                  ist aber träge und langsam jund unbedienbar).

                  klar!

                  @wolfgangfb sagte in Wie IO-Broker reparieren?:

                  load average: 3.22, 1.47, 0.58

                  der ist auch fast am Anschlag seiner Leistungsfähigkeit

                  mal mit top nachsehen wer da die Leistung frisst, oder ob das nur durch das hochfahren klemmte.

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

                  Support us

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

                  943
                  Online

                  32.1k
                  Users

                  80.8k
                  Topics

                  1.3m
                  Posts

                  3
                  7
                  172
                  Loading More Posts
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes
                  Reply
                  • Reply as topic
                  Log in to reply
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                  The ioBroker Community 2014-2023
                  logo