Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. IOB im Docker Startet nicht mehr!!!

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    588

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

IOB im Docker Startet nicht mehr!!!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
85 Beiträge 9 Kommentatoren 622 Aufrufe 6 Watching
  • Ä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 Happyuser20

    System läuft jetzt wieder

    Auch der Multihost hat jetzt funktioniert

    Eingestellt habe ich es wie folgt

    Master Konfiguration

    
    iobroker setup custom
    
    Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j #anstatt f
    Host / Unix Socket of objects DB(file), default[0.0.0.0]:0.0.0.0
    Port of objects DB(file), default[9001]:9001
    Type of states DB [(f)file, (r)edis], default [file]: j #anstatt f
    Host / Unix Socket of states DB (redis), default[127.0.0.1]: 0.0.0.0
    Port of states DB (redis), default[6379]:9000
    Data directory (file), default[../../../iobroker-data/]: /opt/iobroker/iobroker-data/
    Host name of this machine [ioBroker-RasPi]:<Name der Maschine>
    
    iobroker multihost enable
    enter pass phrase
    
    iobroker restart
    
    

    Slave Konfiguration

    
    iobroker setup custom
    
    Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
    Host / Unix Socket of objects DB(file), default[127.0.0.1]: <MASTER-IP>
    Port of objects DB(file), default[9001]:9001
    Type of states DB [(f)file, (r)edis], default [file]: j
    Host / Unix Socket of states DB (redis), default[<MASTER-IP>]:
    Port of states DB (redis), default[6379]:9000
    Host name of this machine [raspi-sub-1]:<Name der Maschine>
    
    iobroker multihost connect
    
    1 |       <MASTER-IP> |  host |       192.168.86.42 | "authentication required"
    Please select host [1]: 1
    Enter secret phrase for connection: *****
    
    Config ok. Please restart ioBroker: "iobroker restart"
    
    iobroker restart
    
    
    

    Damit hat es endlich funktioniert.

    Wenn ich beim Master „f“ anstatt „j“ eingebe, schmiert die IoB Installation ab!

    Wie vorher auch schon

    
    Checking database connection... Failed.
    [ERROR] Cannot read system.config: null (OK when migrating or restoring)
    [ERROR] Error: no UUID found
    
    

    Habe ich extra nochmal getestet.

    Danke nochmal an alle Beteiligten für die Unterstützung.

    Marc BergM Offline
    Marc BergM Offline
    Marc Berg
    Most Active
    schrieb am zuletzt editiert von
    #72

    @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

    Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
    

    Es ist mir ein vollkommenes Rätsel, warum bei dir diese (für dich zurecht verwirrende) Auswahl erscheint. Bei mir kommt:

    Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [redis]:
    

    Kann es sein, dass du auf dem pi eine alte ioBroker Version fährst?

    NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

    Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

    Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

    HomoranH H 2 Antworten Letzte Antwort
    0
    • Marc BergM Marc Berg

      @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

      Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
      

      Es ist mir ein vollkommenes Rätsel, warum bei dir diese (für dich zurecht verwirrende) Auswahl erscheint. Bei mir kommt:

      Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [redis]:
      

      Kann es sein, dass du auf dem pi eine alte ioBroker Version fährst?

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #73

      @Marc-Berg
      couch.db existierte mal vor 12 Jahren!
      Damals war Installation noch ein Abenteuer.

      Das irritiert mich jetzt aber auch.

      Aber ebenso warum bei Auswahl von file (=json) das System abschmieren sollte.

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Antwort Letzte Antwort
      0
      • Marc BergM Marc Berg

        @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

        Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
        

        Es ist mir ein vollkommenes Rätsel, warum bei dir diese (für dich zurecht verwirrende) Auswahl erscheint. Bei mir kommt:

        Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [redis]:
        

        Kann es sein, dass du auf dem pi eine alte ioBroker Version fährst?

        H Online
        H Online
        Happyuser20
        schrieb am zuletzt editiert von Happyuser20
        #74

        @Marc-Berg sagte in IOB im Docker Startet nicht mehr!!!:

        @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

        Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
        

        Es ist mir ein vollkommenes Rätsel, warum bei dir diese (für dich zurecht verwirrende) Auswahl erscheint. Bei mir kommt:

        Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [redis]:
        

        Kann es sein, dass du auf dem pi eine alte ioBroker Version fährst?

        Der Slave PI ist auch ganz frisch aufgesetzt, nach dieser Anleitung
        Der sollte aktuell sein.

        Marc BergM CodierknechtC 2 Antworten Letzte Antwort
        0
        • H Happyuser20

          @Marc-Berg sagte in IOB im Docker Startet nicht mehr!!!:

          @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

          Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
          

          Es ist mir ein vollkommenes Rätsel, warum bei dir diese (für dich zurecht verwirrende) Auswahl erscheint. Bei mir kommt:

          Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [redis]:
          

          Kann es sein, dass du auf dem pi eine alte ioBroker Version fährst?

          Der Slave PI ist auch ganz frisch aufgesetzt, nach dieser Anleitung
          Der sollte aktuell sein.

          Marc BergM Offline
          Marc BergM Offline
          Marc Berg
          Most Active
          schrieb am zuletzt editiert von Marc Berg
          #75

          @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

          Der sollte aktuell sein.

          Im gesamten aktuellen Quellcode des js-controllers findet sich kein "(c)ouch" mehr. Deine Installation bleibt eine Wundertüte. ;-)

          NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

          Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

          Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

          HomoranH 1 Antwort Letzte Antwort
          0
          • Marc BergM Marc Berg

            @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

            Der sollte aktuell sein.

            Im gesamten aktuellen Quellcode des js-controllers findet sich kein "(c)ouch" mehr. Deine Installation bleibt eine Wundertüte. ;-)

            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #76

            @Marc-Berg sagte in IOB im Docker Startet nicht mehr!!!:

            Im gesamten aktuellen Quellcode des js-controllers findet sich kein "(c)ouch" mehr.

            kann André das eingebaut haben?
            ich hab da ganz dunkel was in Erinnerung, dass irgendwann wieder von couch die Rede war. Da hab ich nur gedacht, dass wäre lang schon ad acta gelegt.

            dann könnte es aber nicht auch im Raspi sein.

            @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

            Der sollte aktuell sein.

            was heisst das in Versionsnummern?

            am besten die Ausgabe von iob diag

            kein Support per PN! - Fragen im Forum stellen -
            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            Marc BergM 1 Antwort Letzte Antwort
            0
            • H Happyuser20

              @Marc-Berg sagte in IOB im Docker Startet nicht mehr!!!:

              @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

              Type of objects DB [(f)ile, (c)ouch, (r)edis], default [file]: j
              

              Es ist mir ein vollkommenes Rätsel, warum bei dir diese (für dich zurecht verwirrende) Auswahl erscheint. Bei mir kommt:

              Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [redis]:
              

              Kann es sein, dass du auf dem pi eine alte ioBroker Version fährst?

              Der Slave PI ist auch ganz frisch aufgesetzt, nach dieser Anleitung
              Der sollte aktuell sein.

              CodierknechtC Offline
              CodierknechtC Offline
              Codierknecht
              Developer Most Active
              schrieb am zuletzt editiert von
              #77

              @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

              Der Slave PI ist auch ganz frisch aufgesetzt

              Dan zeig mal bitte für Master & Slave die Ausgabe von
              iob diag

              "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

              Proxmox 9.1.1 LXC|8 GB|Core i7-6700
              HmIP|ZigBee|Tasmota|Unifi
              Zabbix Certified Specialist
              Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

              1 Antwort Letzte Antwort
              0
              • HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #78

                @marc-berg

                https://forum.iobroker.net/post/452

                lang, lang ist's her 😀

                kein Support per PN! - Fragen im Forum stellen -
                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @Marc-Berg sagte in IOB im Docker Startet nicht mehr!!!:

                  Im gesamten aktuellen Quellcode des js-controllers findet sich kein "(c)ouch" mehr.

                  kann André das eingebaut haben?
                  ich hab da ganz dunkel was in Erinnerung, dass irgendwann wieder von couch die Rede war. Da hab ich nur gedacht, dass wäre lang schon ad acta gelegt.

                  dann könnte es aber nicht auch im Raspi sein.

                  @Happyuser20 sagte in IOB im Docker Startet nicht mehr!!!:

                  Der sollte aktuell sein.

                  was heisst das in Versionsnummern?

                  am besten die Ausgabe von iob diag

                  Marc BergM Offline
                  Marc BergM Offline
                  Marc Berg
                  Most Active
                  schrieb am zuletzt editiert von
                  #79

                  @Homoran sagte in IOB im Docker Startet nicht mehr!!!:

                  kann André das eingebaut haben?

                  Nein, das ist eine reine js-controller Funktionalität. Da wird im Container nicht dran rumgeschraubt.

                  NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                  Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                  Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                  1 Antwort Letzte Antwort
                  1
                  • H Online
                    H Online
                    Happyuser20
                    schrieb am zuletzt editiert von Happyuser20
                    #80

                    Iob Diag vom Master

                    
                    ========== Start marking the full check here ===========
                    
                    ```bash
                    Script v.2026-01-31
                    
                    *** BASE SYSTEM ***
                    Hardware Vendor : Synology
                    Kernel          : x86_64
                    Userland        : 64 bit
                    Docker          : v11.1.0
                    Virtualization  : docker
                    Kernel          : x86_64
                    Userland        : 64 bit
                    
                    Systemuptime and Load:
                     06:20:57 up 1 day, 13:20,  0 user,  load average: 3.64, 2.94, 2.43
                    CPU threads: 2
                    
                    
                    *** LIFE CYCLE STATUS ***
                    Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                    
                    *** TIME AND TIMEZONES ***
                    Thu Mar 26 05:20:57 UTC 2026
                    Thu Mar 26 06:20:57 CET 2026
                    CET +0100
                    Etc/UTC
                    
                    *** Users and Groups ***
                    User that called 'iob diag':
                    root
                    HOME=/root
                    GROUPS=root
                    
                    User that is running 'js-controller':
                    iobroker
                    HOME=/opt/iobroker
                    GROUPS=iobroker tty dialout audio video plugdev
                    
                    *** DISPLAY-SERVER SETUP ***
                    Display-Server:         false
                    System has not been booted with systemd as init system (PID 1). Can't operate.
                    Failed to connect to bus: Host is down
                    Display-Manager: 
                    Desktop: 
                    Session: 
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:             16G        5.1G        388M        179M         11G         11G
                    Swap:           2.1G          0B        2.1G
                    Total:           18G        5.1G        2.5G
                    
                    Active iob-Instances:   35
                    
                            15854 M total memory
                             4842 M used memory
                             7501 M active memory
                             6739 M inactive memory
                              370 M free memory
                              863 M buffer memory
                            10276 M swap cache
                             2047 M total swap
                                0 M used swap
                             2047 M free swap
                    
                    *** top - Table Of Processes  ***
                    top - 06:20:57 up 1 day, 13:20,  0 user,  load average: 3.75, 2.97, 2.44
                    Tasks:  42 total,   3 running,  39 sleeping,   0 stopped,   0 zombie
                    %Cpu(s): 50.0 us, 50.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                    MiB Mem :  15854.1 total,    368.3 free,   4844.0 used,  11140.3 buff/cache     
                    MiB Swap:   2047.9 total,   2047.9 free,      0.0 used.  11010.1 avail Mem 
                    
                    
                    *** DMESG CRITICAL ERRORS ***
                    No critical errors detected
                    
                    *** FILESYSTEM ***
                    Filesystem     Type   Size  Used Avail Use% Mounted on
                    none           aufs   3.6T  2.9T  734G  80% /
                    tmpfs          tmpfs   64M     0   64M   0% /dev
                    tmpfs          tmpfs  7.8G     0  7.8G   0% /sys/fs/cgroup
                    shm            tmpfs   64M     0   64M   0% /dev/shm
                    /dev/md2       ext4   3.6T  2.9T  734G  80% /opt/iobroker
                    tmpfs          tmpfs  7.8G     0  7.8G   0% /proc/acpi
                    tmpfs          tmpfs  7.8G     0  7.8G   0% /proc/scsi
                    tmpfs          tmpfs  7.8G     0  7.8G   0% /sys/firmware
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                    [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
                    [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                    [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
                    [Tue Mar 24 17:01:28 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                    [Tue Mar 24 17:01:28 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
                    [Tue Mar 24 17:01:29 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                    [Tue Mar 24 17:01:29 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
                    [Tue Mar 24 17:03:17 2026] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
                    [Tue Mar 24 17:03:17 2026] EXT4-fs (md2): barriers disabled
                    [Tue Mar 24 17:03:17 2026] EXT4-fs (md2): mounted filesystem with writeback data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl
                    
                    Show mounted filesystems:
                    TARGET                                       SOURCE                                                                                                     FSTYPE OPTIONS
                    /                                            none                                                                                                       aufs   rw,relatime,si=6168b05b7ad59782,dio,dirperm1
                    |-/opt/iobroker                              /dev/md2[/@docker/volumes/f05afd1c2039f3f2420d44f864ea945a0032f09b91fd90766c6545cad187ae09/_data]          ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                    |-/etc/resolv.conf                           /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/resolv.conf] ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                    |-/etc/hostname                              /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/hostname]    ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                    |-/etc/hosts                                 /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/hosts]       ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                    `-/volume1/docker/iobroker-data/opt/iobroker /dev/md2[/@docker/volumes/a065460fbdc6ce960ee3964c7901ac7fd163df98ea13d22185e2facd74a473aa/_data]          ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                    
                    Files in neuralgic directories:
                    
                    /var:
                    16M     /var/
                    14M     /var/lib/dpkg
                    14M     /var/lib
                    13M     /var/lib/dpkg/info
                    1.9M    /var/cache
                    
                    
                    /opt/iobroker/backups:
                    99M     /opt/iobroker/backups/
                    
                    /opt/iobroker/iobroker-data:
                    606M    /opt/iobroker/iobroker-data/
                    499M    /opt/iobroker/iobroker-data/files
                    71M     /opt/iobroker/iobroker-data/files/vis
                    67M     /opt/iobroker/iobroker-data/files/echarts.admin
                    63M     /opt/iobroker/iobroker-data/files/vis/widgets
                    
                    The five largest files in iobroker-data are:
                    38M     /opt/iobroker/iobroker-data/objects.jsonl
                    29M     /opt/iobroker/iobroker-data/states.jsonl
                    27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                    26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                    26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.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':
                    
                    No Devices found 'by-id'
                    
                    No nvbackup.json found.
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v22.22.1
                    /usr/bin/node           v22.22.1
                    /usr/bin/npm            10.9.4
                    /usr/bin/npx            10.9.4
                    
                    ✓ Node.js installation is correct
                    
                    nodejs:
                      Installed: 22.22.1-1nodesource1
                      Candidate: 22.22.1-1nodesource1
                      Version table:
                     *** 22.22.1-1nodesource1 100
                            100 /var/lib/dpkg/status
                    
                    Temp directories causing deletion problem: 0
                    No problems detected
                    
                    Errors in npm tree: 0
                    No problems detected
                    
                    Checking for nodejs vulnerability:
                    
                    
                     █████  ██      ██           ██████   ██████   ██████  ██████         ██
                    ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                    ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                    ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                    ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                    
                    
                    
                    *** ioBroker-Installation ***
                    
                    ioBroker Status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Hosts:
                    OldNo7NAS           OldNo7NAS (version: 7.0.7, hostname: OldNo7NAS     , alive, uptime: 51683)
                    SlaveIOBroker       SlaveIOBroker (version: 7.0.7, hostname: SlaveIOBroker , alive, uptime: 35409)
                    
                    Core adapters versions
                    js-controller:  7.0.7
                    admin:          7.7.22
                    javascript:     9.0.18
                    
                    nodejs modules from github:     8
                    +-- iobroker.bambulab@0.3.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.bambulab.git#fd28f98d7ec46f36f4a2dae2d9ac740966453704)
                    +-- iobroker.esphome@0.5.0-beta.10 (git+ssh://git@github.com/DrozmotiX/ioBroker.esphome.git#8ca51cd0460c21c1a817acc18c774da1fcf4f5ff)
                    +-- iobroker.fronius-solarweb@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#ca2f1a4972992cbd0d14bb25f5f7546219dd5b9e)
                    +-- iobroker.linkeddevices@1.5.5 (git+ssh://git@github.com/Scrounger/ioBroker.linkeddevices.git#b70f9d21eff8412656b053f93ddab42211900fdb)
                    +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                    +-- iobroker.spritmonitor@0.0.2-beta.10 (git+ssh://git@github.com/ice987987/ioBroker.spritmonitor.git#4059f9e2e3019b0a025fd7af850c259a84a797de)
                    | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                    +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                    
                    Adapter State
                    + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.alexa2.0                 : alexa2                : OldNo7NAS                                -  enabled
                    + system.adapter.backitup.0               : backitup              : OldNo7NAS                                -  enabled
                      system.adapter.bambulab.0               : bambulab              : OldNo7NAS                                - disabled, port: 8883
                      system.adapter.birthdays.0              : birthdays             : OldNo7NAS                                - disabled
                    + system.adapter.device-reminder.0        : device-reminder       : OldNo7NAS                                -  enabled
                      system.adapter.devices.0                : devices               : OldNo7NAS                                - disabled
                    + system.adapter.discovery.0              : discovery             : OldNo7NAS                                -  enabled
                    + system.adapter.ds18b20.0                : ds18b20               : SlaveIOBroker                            -  enabled
                      system.adapter.dwd.0                    : dwd                   : OldNo7NAS                                -  enabled
                      system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: OldNo7NAS                                - disabled
                    + system.adapter.energiefluss.0           : energiefluss          : OldNo7NAS                                -  enabled
                      system.adapter.esphome.0                : esphome               : OldNo7NAS                                - disabled
                    + system.adapter.fb-checkpresence.0       : fb-checkpresence      : OldNo7NAS                                -  enabled
                    + system.adapter.fronius-solarweb.0       : fronius-solarweb      : OldNo7NAS                                -  enabled
                    + system.adapter.fronius.0                : fronius               : OldNo7NAS                                -  enabled
                    + system.adapter.fullybrowser.0           : fullybrowser          : OldNo7NAS                                -  enabled
                    + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                      system.adapter.heizoel.0                : heizoel               : OldNo7NAS                                - disabled
                    + system.adapter.history.0                : history               : OldNo7NAS                                -  enabled
                    + system.adapter.hmip.0                   : hmip                  : OldNo7NAS                                -  enabled
                    + system.adapter.homeconnect.0            : homeconnect           : OldNo7NAS                                -  enabled
                      system.adapter.ical.0                   : ical                  : OldNo7NAS                                -  enabled
                      system.adapter.ical.1                   : ical                  : OldNo7NAS                                - disabled
                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : OldNo7NAS                                - disabled
                      system.adapter.influxdb.0               : influxdb              : OldNo7NAS                                - disabled, port: 8086
                    + system.adapter.iot.0                    : iot                   : OldNo7NAS                                -  enabled
                    + system.adapter.javascript.0             : javascript            : OldNo7NAS                                -  enabled
                    + system.adapter.linkeddevices.0          : linkeddevices         : OldNo7NAS                                -  enabled
                      system.adapter.modbus.0                 : modbus                : OldNo7NAS                                - disabled
                    + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                    + system.adapter.pvforecast.0             : pvforecast            : OldNo7NAS                                -  enabled
                      system.adapter.reolink.0                : reolink               : OldNo7NAS                                - disabled
                      system.adapter.sayit.0                  : sayit                 : OldNo7NAS                                - disabled
                    + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                    + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind: 0.0.0.0
                    + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    + system.adapter.smartgarden.0            : smartgarden           : OldNo7NAS                                -  enabled
                    + system.adapter.smartmeter.1             : smartmeter            : OldNo7NAS                                -  enabled
                    + system.adapter.snmp.0                   : snmp                  : OldNo7NAS                                -  enabled
                    + system.adapter.sourceanalytix.0         : sourceanalytix        : OldNo7NAS                                -  enabled
                      system.adapter.spritmonitor.0           : spritmonitor          : OldNo7NAS                                - disabled
                    + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                      system.adapter.tankerkoenig.0           : tankerkoenig          : OldNo7NAS                                - disabled
                      system.adapter.text2command.0           : text2command          : OldNo7NAS                                - disabled
                    + system.adapter.tr-064.0                 : tr-064                : OldNo7NAS                                -  enabled
                    + system.adapter.trashschedule.0          : trashschedule         : OldNo7NAS                                -  enabled
                      system.adapter.trashschedule.1          : trashschedule         : OldNo7NAS                                - disabled
                      system.adapter.tuya.0                   : tuya                  : OldNo7NAS                                - disabled
                    + system.adapter.upnp.0                   : upnp                  : OldNo7NAS                                -  enabled
                      system.adapter.viessmann.0              : viessmann             : SlaveIOBroker                            - disabled, port: 3002
                      system.adapter.vis-2.0                  : vis-2                 : OldNo7NAS                                - disabled
                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : OldNo7NAS                                - disabled
                      system.adapter.vis-colorpicker.0        : vis-colorpicker       : OldNo7NAS                                - disabled
                      system.adapter.vis-google-fonts.0       : vis-google-fonts      : OldNo7NAS                                -  enabled
                      system.adapter.vis-history.0            : vis-history           : OldNo7NAS                                - disabled
                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : OldNo7NAS                                - disabled
                      system.adapter.vis-icontwo.0            : vis-icontwo           : OldNo7NAS                                - disabled
                    + system.adapter.vis-inventwo.0           : vis-inventwo          : OldNo7NAS                                -  enabled
                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : OldNo7NAS                                - disabled
                      system.adapter.vis-justgage.0           : vis-justgage          : OldNo7NAS                                - disabled
                      system.adapter.vis-material-advanced.0  : vis-material-advanced : OldNo7NAS                                - disabled
                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : OldNo7NAS                                - disabled
                      system.adapter.vis-metro.0              : vis-metro             : OldNo7NAS                                - disabled
                      system.adapter.vis-plumb.0              : vis-plumb             : OldNo7NAS                                - disabled
                      system.adapter.vis-rgraph.0             : vis-rgraph            : OldNo7NAS                                - disabled
                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : OldNo7NAS                                - disabled
                      system.adapter.vis.0                    : vis                   : OldNo7NAS                                -  enabled
                      system.adapter.weatherunderground.0     : weatherunderground    : OldNo7NAS                                -  enabled
                    + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : OldNo7NAS                                - disabled
                    + system.adapter.wled.0                   : wled                  : OldNo7NAS                                -  enabled
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                    + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                    + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                    + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                    + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind: 0.0.0.0
                    + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                    + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    ioBroker-Repositories
                    ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                    │ (index) │ name               │ url                                                     │ auto upgrade │
                    ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                    │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                    │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                    │ 2       │ ''                 │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                    └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                    
                    Active repo(s): Stable (default)
                    Upgrade policy: none
                    
                    Installed ioBroker-Adapters
                    Used repository: Stable (default)
                    Adapter    "admin"        : 7.7.22   , installed 7.7.22
                    Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                    Adapter    "backitup"     : 3.3.14   , installed 3.3.14
                    Adapter    "birthdays"    : 5.0.0    , installed 5.0.0
                    Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                    Adapter    "devices"      : 1.2.14   , installed 1.2.14
                    Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                    Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                    Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                    Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
                    Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
                    Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                    Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                    Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                    Adapter    "hass"         : 1.4.0    , installed 1.4.0
                    Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                    Adapter    "hmip"         : 1.27.0   , installed 1.27.0
                    Adapter    "homeconnect"  : 1.5.2    , installed 1.5.2
                    Adapter    "ical"         : 1.19.7   , installed 1.19.7
                    Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                    Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                    Adapter    "iot"          : 5.0.7    , installed 5.0.7
                    Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                    Controller "js-controller": 7.0.7    , installed 7.0.7
                    Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                    Adapter    "modbus"       : 7.0.6    , installed 7.0.6
                    Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                    Adapter    "pvforecast"   : 5.1.0    , installed 5.1.0
                    Adapter    "reolink"      : 1.2.3    , installed 1.2.3
                    Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                    Adapter    "shelly"       : 10.5.2   , installed 10.5.2
                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                    Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                    Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                    Adapter    "snmp"         : 3.4.0    , installed 3.4.0
                    Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                    Adapter    "synology"     : 3.1.0    , installed 3.1.0
                    Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                    Adapter    "text2command" : 4.0.0    , installed 4.0.0
                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                    Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                    Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                    Adapter    "upnp"         : 1.1.0    , installed 1.1.0
                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                    Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                    Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                    Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                    Adapter    "vis-icontwo"  : 2.11.1   , installed 2.11.1
                    Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                    Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                    Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                    Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                    Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                    Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                    Adapter    "web"          : 7.0.8    , installed 7.0.8
                    Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                    Adapter    "wled"         : 0.7.3    , installed 0.7.3
                    Adapter    "ws"           : 2.6.2    , installed 3.0.19
                    
                    Objects and States
                    Please stand by - This may take a while
                    Objects:        29048
                    States:         25926
                    
                    *** OS-Repositories and Updates ***
                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                    Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
                    Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                    Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                    Reading package lists...
                    Pending systemupdates: 1
                    
                    *** 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:21              0.0.0.0:*               LISTEN      0          47739      -                   
                    tcp        0      0 0.0.0.0:662             0.0.0.0:*               LISTEN      0          26284      -                   
                    tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      0          97364      -                   
                    tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      0          97362      -                   
                    tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      55         67950      -                   
                    tcp        0      0 127.0.0.1:33304         0.0.0.0:*               LISTEN      0          32433      -                   
                    tcp        0      0 0.0.0.0:88              0.0.0.0:*               LISTEN      0          26824      -                   
                    tcp        0      0 0.0.0.0:8889            0.0.0.0:*               LISTEN      0          108212     -                   
                    tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1000       7080753    -                   
                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       7088043    -                   
                    tcp        0      0 0.0.0.0:8123            0.0.0.0:*               LISTEN      0          109355     -                   
                    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          39082      -                   
                    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          39074      -                   
                    tcp        0      0 0.0.0.0:892             0.0.0.0:*               LISTEN      0          25522      -                   
                    tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          49096      -                   
                    tcp        0      0 127.0.0.1:512           0.0.0.0:*               LISTEN      0          117657     -                   
                    tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      0          48553      -                   
                    tcp        0      0 0.0.0.0:161             0.0.0.0:*               LISTEN      0          38143      -                   
                    tcp        0      0 0.0.0.0:3493            0.0.0.0:*               LISTEN      0          189966     -                   
                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1000       7075212    -                   
                    tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      0          39076      -                   
                    tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      0          39068      -                   
                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1000       7075879    -                   
                    tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      0          39078      -                   
                    tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      0          39070      -                   
                    tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          49097      -                   
                    tcp        0      0 0.0.0.0:4045            0.0.0.0:*               LISTEN      0          48574      -                   
                    tcp        0      0 0.0.0.0:5357            0.0.0.0:*               LISTEN      0          40681      -                   
                    tcp        0      0 0.0.0.0:5357            0.0.0.0:*               LISTEN      0          40679      -                   
                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          25035      -                   
                    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          39080      -                   
                    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          39072      -                   
                    tcp        0      0 192.168.1.111:50001     0.0.0.0:*               LISTEN      0          84183      -                   
                    tcp        0      0 192.168.1.111:50002     0.0.0.0:*               LISTEN      0          84869      -                   
                    tcp6       0      0 :::21                   :::*                    LISTEN      0          47740      -                   
                    tcp6       0      0 :::8086                 :::*                    LISTEN      1000       128083     -                   
                    tcp6       0      0 :::662                  :::*                    LISTEN      0          26288      -                   
                    tcp6       0      0 :::8087                 :::*                    LISTEN      1000       7090869    -                   
                    tcp6       0      0 :::7000                 :::*                    LISTEN      0          97365      -                   
                    tcp6       0      0 :::7000                 :::*                    LISTEN      0          97363      -                   
                    tcp6       0      0 :::88                   :::*                    LISTEN      0          26826      -                   
                    tcp6       0      0 :::8889                 :::*                    LISTEN      0          108217     -                   
                    tcp6       0      0 :::8123                 :::*                    LISTEN      0          108186     -                   
                    tcp6       0      0 :::443                  :::*                    LISTEN      0          39083      -                   
                    tcp6       0      0 :::443                  :::*                    LISTEN      0          39075      -                   
                    tcp6       0      0 :::892                  :::*                    LISTEN      0          25528      -                   
                    tcp6       0      0 :::445                  :::*                    LISTEN      0          49094      -                   
                    tcp6       0      0 :::3261                 :::*                    LISTEN      0          44566      -                   
                    tcp6       0      0 :::5566                 :::*                    LISTEN      0          73053      -                   
                    tcp6       0      0 :::3263                 :::*                    LISTEN      0          43877      -                   
                    tcp6       0      0 :::3264                 :::*                    LISTEN      0          44568      -                   
                    tcp6       0      0 127.0.0.1:9665          :::*                    LISTEN      195763     91735      -                   
                    tcp6       0      0 :::2049                 :::*                    LISTEN      0          48564      -                   
                    tcp6       0      0 :::3265                 :::*                    LISTEN      0          46101      -                   
                    tcp6       0      0 :::161                  :::*                    LISTEN      0          38144      -                   
                    tcp6       0      0 ::1:9666                :::*                    LISTEN      195763     118858     -                   
                    tcp6       0      0 127.0.0.1:9666          :::*                    LISTEN      195763     118857     -                   
                    tcp6       0      0 :::5000                 :::*                    LISTEN      0          39077      -                   
                    tcp6       0      0 :::5000                 :::*                    LISTEN      0          39069      -                   
                    tcp6       0      0 :::5001                 :::*                    LISTEN      0          39079      -                   
                    tcp6       0      0 :::5001                 :::*                    LISTEN      0          39071      -                   
                    tcp6       0      0 :::139                  :::*                    LISTEN      0          49095      -                   
                    tcp6       0      0 :::53325                :::*                    LISTEN      195763     117237     -                   
                    tcp6       0      0 :::4045                 :::*                    LISTEN      0          48576      -                   
                    tcp6       0      0 :::5357                 :::*                    LISTEN      0          40682      -                   
                    tcp6       0      0 :::5357                 :::*                    LISTEN      0          40680      -                   
                    tcp6       0      0 :::111                  :::*                    LISTEN      0          25038      -                   
                    tcp6       0      0 :::80                   :::*                    LISTEN      0          39081      -                   
                    tcp6       0      0 :::80                   :::*                    LISTEN      0          39073      -                   
                    tcp6       0      0 :::8081                 :::*                    LISTEN      1000       7076481    -                   
                    tcp6       0      0 :::8082                 :::*                    LISTEN      1000       7096300    -                   
                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          24092      -                   
                    udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          26012      -                   
                    udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          14733345   -                   
                    udp        0      0 192.168.1.111:137       0.0.0.0:*                           0          14733344   -                   
                    udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          14732280   -                   
                    udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          14733347   -                   
                    udp        0      0 192.168.1.111:138       0.0.0.0:*                           0          14733346   -                   
                    udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          14732281   -                   
                    udp        0      0 0.0.0.0:161             0.0.0.0:*                           0          38141      -                   
                    udp        0      0 127.0.0.1:323           0.0.0.0:*                           0          26010      -                   
                    udp        0      0 127.0.0.1:601           0.0.0.0:*                           0          26278      -                   
                    udp        0      0 0.0.0.0:662             0.0.0.0:*                           0          26282      -                   
                    udp        0      0 0.0.0.0:892             0.0.0.0:*                           0          25519      -                   
                    udp        0      0 0.0.0.0:58638           0.0.0.0:*                           1000       7086796    -                   
                    udp        0      0 0.0.0.0:58733           0.0.0.0:*                           0          14732463   -                   
                    udp        0      0 0.0.0.0:9997            0.0.0.0:*                           0          24125      -                   
                    udp        0      0 0.0.0.0:9998            0.0.0.0:*                           0          24124      -                   
                    udp        0      0 0.0.0.0:9999            0.0.0.0:*                           0          24123      -                   
                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       7096189    -                   
                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       7096188    -                   
                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          84186      -                   
                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          39477      -                   
                    udp        0      0 0.0.0.0:2049            0.0.0.0:*                           0          48563      -                   
                    udp        0      0 127.0.0.1:60916         0.0.0.0:*                           0          84184      -                   
                    udp        0      0 0.0.0.0:3702            0.0.0.0:*                           99         27789      -                   
                    udp        0      0 0.0.0.0:4045            0.0.0.0:*                           0          48573      -                   
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       7093271    -                   
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           0          46415      -                   
                    udp        0      0 0.0.0.0:46641           0.0.0.0:*                           0          46417      -                   
                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       7087882    -                   
                    udp        0      0 0.0.0.0:63295           0.0.0.0:*                           0          25034      -                   
                    udp        0      0 192.168.1.111:55900     0.0.0.0:*                           0          84185      -                   
                    udp6       0      0 :::111                  :::*                                0          25036      -                   
                    udp6       0      0 :::123                  :::*                                0          26013      -                   
                    udp6       0      0 :::161                  :::*                                0          38142      -                   
                    udp6       0      0 ::1:323                 :::*                                0          26011      -                   
                    udp6       0      0 :::662                  :::*                                0          26286      -                   
                    udp6       0      0 :::892                  :::*                                0          25525      -                   
                    udp6       0      0 :::2049                 :::*                                0          48565      -                   
                    udp6       0      0 :::3702                 :::*                                99         27791      -                   
                    udp6       0      0 :::61372                :::*                                0          25037      -                   
                    udp6       0      0 :::4045                 :::*                                0          48575      -                   
                    udp6       0      0 :::45044                :::*                                0          46418      -                   
                    udp6       0      0 :::5353                 :::*                                0          46416      -                   
                    
                    *** Log File - Last 25 Lines ***
                    
                    2026-03-26 06:21:58.542  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.info.label:{"val":"Bewegungsmelder - Wohnzimmer","ack":true,"ts":1774502518352,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580899778}
                    2026-03-26 06:21:58.544  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.info.firmwareVersion:{"val":"3.2.48","ack":true,"ts":1774502518352,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675692922298}
                    2026-03-26 06:21:58.544  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.info.updateState:{"val":"UP_TO_DATE","ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675692922298}
                    2026-03-26 06:21:58.547  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.functionalChannelType:{"val":"DEVICE_SABOTAGE","ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865126}
                    2026-03-26 06:21:58.547  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.configPending:{"val":false,"ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1677685762380}
                    2026-03-26 06:21:58.565  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.dutyCycle:{"val":false,"ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332279481}
                    2026-03-26 06:21:58.573  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.lowBat:{"val":false,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332279481}
                    2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.routerModuleEnabled:{"val":false,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865126}
                    2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.routerModuleSupported:{"val":false,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865126}
                    2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.rssiDeviceValue:{"val":-66,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774502340738}
                    2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.rssiPeerValue:{"val":null,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865129}
                    2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.unreach:{"val":false,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332279482}
                    2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.sabotage:{"val":false,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332389693}
                    2026-03-26 06:21:58.588  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.functionalChannelType:{"val":"MOTION_DETECTION_CHANNEL","ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865129}
                    2026-03-26 06:21:58.595  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.motionDetected:{"val":true,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774502487756}
                    2026-03-26 06:21:58.595  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.illumination:{"val":0.97,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774502146009}
                    2026-03-26 06:21:58.595  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.currentIllumination:{"val":null,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865129}
                    2026-03-26 06:21:58.603  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.motionDetectionSendInterval:{"val":"SECONDS_30","ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1676438900733}
                    2026-03-26 06:21:58.603  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.motionBufferActive:{"val":false,"ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1677685760800}
                    2026-03-26 06:21:58.611  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.numberOfBrightnessMeasurements:{"val":1,"ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675600928761}
                    2026-03-26 06:21:58.612  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.fe32a10b-4c65-47a4-819a-fc6ca7d5350b.info.type:{"val":"SWITCHING","ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580927555}
                    2026-03-26 06:21:58.612  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.fe32a10b-4c65-47a4-819a-fc6ca7d5350b.info.label:{"val":"Bewegungsmelder Wohnzimmer","ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580927556}
                    2026-03-26 06:21:58.612  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.fe32a10b-4c65-47a4-819a-fc6ca7d5350b.on:{"val":null,"ack":true,"ts":1774502518369,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580927556}
                    2026-03-26 06:21:58.618  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.303a65f8-dedc-40ef-83a0-9ab477437fd5.info.type:{"val":"META","ack":true,"ts":1774502518370,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580902315}
                    2026-03-26 06:21:58.620  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.303a65f8-dedc-40ef-83a0-9ab477437fd5.info.label:{"val":"Bewegungsmelder Wohnzimmer","ack":true,"ts":1774502518371,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580902315}
                    
                    

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

                    iob diag has finished.

                    Beim Slave

                    pi@SlaveIOBroker:~ $ iob diag
                    /usr/bin/iob: line 21: /home/iobroker/iob_diag.log: Permission denied
                    pi@SlaveIOBroker:~ $
                    

                    Da passt wohl was nicht den Rechten!?!

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • H Happyuser20

                      Iob Diag vom Master

                      
                      ========== Start marking the full check here ===========
                      
                      ```bash
                      Script v.2026-01-31
                      
                      *** BASE SYSTEM ***
                      Hardware Vendor : Synology
                      Kernel          : x86_64
                      Userland        : 64 bit
                      Docker          : v11.1.0
                      Virtualization  : docker
                      Kernel          : x86_64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       06:20:57 up 1 day, 13:20,  0 user,  load average: 3.64, 2.94, 2.43
                      CPU threads: 2
                      
                      
                      *** LIFE CYCLE STATUS ***
                      Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                      
                      *** TIME AND TIMEZONES ***
                      Thu Mar 26 05:20:57 UTC 2026
                      Thu Mar 26 06:20:57 CET 2026
                      CET +0100
                      Etc/UTC
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      root
                      HOME=/root
                      GROUPS=root
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/opt/iobroker
                      GROUPS=iobroker tty dialout audio video plugdev
                      
                      *** DISPLAY-SERVER SETUP ***
                      Display-Server:         false
                      System has not been booted with systemd as init system (PID 1). Can't operate.
                      Failed to connect to bus: Host is down
                      Display-Manager: 
                      Desktop: 
                      Session: 
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:             16G        5.1G        388M        179M         11G         11G
                      Swap:           2.1G          0B        2.1G
                      Total:           18G        5.1G        2.5G
                      
                      Active iob-Instances:   35
                      
                              15854 M total memory
                               4842 M used memory
                               7501 M active memory
                               6739 M inactive memory
                                370 M free memory
                                863 M buffer memory
                              10276 M swap cache
                               2047 M total swap
                                  0 M used swap
                               2047 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 06:20:57 up 1 day, 13:20,  0 user,  load average: 3.75, 2.97, 2.44
                      Tasks:  42 total,   3 running,  39 sleeping,   0 stopped,   0 zombie
                      %Cpu(s): 50.0 us, 50.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                      MiB Mem :  15854.1 total,    368.3 free,   4844.0 used,  11140.3 buff/cache     
                      MiB Swap:   2047.9 total,   2047.9 free,      0.0 used.  11010.1 avail Mem 
                      
                      
                      *** DMESG CRITICAL ERRORS ***
                      No critical errors detected
                      
                      *** FILESYSTEM ***
                      Filesystem     Type   Size  Used Avail Use% Mounted on
                      none           aufs   3.6T  2.9T  734G  80% /
                      tmpfs          tmpfs   64M     0   64M   0% /dev
                      tmpfs          tmpfs  7.8G     0  7.8G   0% /sys/fs/cgroup
                      shm            tmpfs   64M     0   64M   0% /dev/shm
                      /dev/md2       ext4   3.6T  2.9T  734G  80% /opt/iobroker
                      tmpfs          tmpfs  7.8G     0  7.8G   0% /proc/acpi
                      tmpfs          tmpfs  7.8G     0  7.8G   0% /proc/scsi
                      tmpfs          tmpfs  7.8G     0  7.8G   0% /sys/firmware
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                      [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
                      [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                      [Tue Mar 24 17:01:21 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
                      [Tue Mar 24 17:01:28 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                      [Tue Mar 24 17:01:28 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
                      [Tue Mar 24 17:01:29 2026] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
                      [Tue Mar 24 17:01:29 2026] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
                      [Tue Mar 24 17:03:17 2026] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
                      [Tue Mar 24 17:03:17 2026] EXT4-fs (md2): barriers disabled
                      [Tue Mar 24 17:03:17 2026] EXT4-fs (md2): mounted filesystem with writeback data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl
                      
                      Show mounted filesystems:
                      TARGET                                       SOURCE                                                                                                     FSTYPE OPTIONS
                      /                                            none                                                                                                       aufs   rw,relatime,si=6168b05b7ad59782,dio,dirperm1
                      |-/opt/iobroker                              /dev/md2[/@docker/volumes/f05afd1c2039f3f2420d44f864ea945a0032f09b91fd90766c6545cad187ae09/_data]          ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                      |-/etc/resolv.conf                           /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/resolv.conf] ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                      |-/etc/hostname                              /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/hostname]    ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                      |-/etc/hosts                                 /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/hosts]       ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                      `-/volume1/docker/iobroker-data/opt/iobroker /dev/md2[/@docker/volumes/a065460fbdc6ce960ee3964c7901ac7fd163df98ea13d22185e2facd74a473aa/_data]          ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                      
                      Files in neuralgic directories:
                      
                      /var:
                      16M     /var/
                      14M     /var/lib/dpkg
                      14M     /var/lib
                      13M     /var/lib/dpkg/info
                      1.9M    /var/cache
                      
                      
                      /opt/iobroker/backups:
                      99M     /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      606M    /opt/iobroker/iobroker-data/
                      499M    /opt/iobroker/iobroker-data/files
                      71M     /opt/iobroker/iobroker-data/files/vis
                      67M     /opt/iobroker/iobroker-data/files/echarts.admin
                      63M     /opt/iobroker/iobroker-data/files/vis/widgets
                      
                      The five largest files in iobroker-data are:
                      38M     /opt/iobroker/iobroker-data/objects.jsonl
                      29M     /opt/iobroker/iobroker-data/states.jsonl
                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                      26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                      26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.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':
                      
                      No Devices found 'by-id'
                      
                      No nvbackup.json found.
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v22.22.1
                      /usr/bin/node           v22.22.1
                      /usr/bin/npm            10.9.4
                      /usr/bin/npx            10.9.4
                      
                      ✓ Node.js installation is correct
                      
                      nodejs:
                        Installed: 22.22.1-1nodesource1
                        Candidate: 22.22.1-1nodesource1
                        Version table:
                       *** 22.22.1-1nodesource1 100
                              100 /var/lib/dpkg/status
                      
                      Temp directories causing deletion problem: 0
                      No problems detected
                      
                      Errors in npm tree: 0
                      No problems detected
                      
                      Checking for nodejs vulnerability:
                      
                      
                       █████  ██      ██           ██████   ██████   ██████  ██████         ██
                      ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                      ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                      ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                      ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                      
                      
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Hosts:
                      OldNo7NAS           OldNo7NAS (version: 7.0.7, hostname: OldNo7NAS     , alive, uptime: 51683)
                      SlaveIOBroker       SlaveIOBroker (version: 7.0.7, hostname: SlaveIOBroker , alive, uptime: 35409)
                      
                      Core adapters versions
                      js-controller:  7.0.7
                      admin:          7.7.22
                      javascript:     9.0.18
                      
                      nodejs modules from github:     8
                      +-- iobroker.bambulab@0.3.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.bambulab.git#fd28f98d7ec46f36f4a2dae2d9ac740966453704)
                      +-- iobroker.esphome@0.5.0-beta.10 (git+ssh://git@github.com/DrozmotiX/ioBroker.esphome.git#8ca51cd0460c21c1a817acc18c774da1fcf4f5ff)
                      +-- iobroker.fronius-solarweb@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#ca2f1a4972992cbd0d14bb25f5f7546219dd5b9e)
                      +-- iobroker.linkeddevices@1.5.5 (git+ssh://git@github.com/Scrounger/ioBroker.linkeddevices.git#b70f9d21eff8412656b053f93ddab42211900fdb)
                      +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                      +-- iobroker.spritmonitor@0.0.2-beta.10 (git+ssh://git@github.com/ice987987/ioBroker.spritmonitor.git#4059f9e2e3019b0a025fd7af850c259a84a797de)
                      | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                      +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : OldNo7NAS                                -  enabled
                      + system.adapter.backitup.0               : backitup              : OldNo7NAS                                -  enabled
                        system.adapter.bambulab.0               : bambulab              : OldNo7NAS                                - disabled, port: 8883
                        system.adapter.birthdays.0              : birthdays             : OldNo7NAS                                - disabled
                      + system.adapter.device-reminder.0        : device-reminder       : OldNo7NAS                                -  enabled
                        system.adapter.devices.0                : devices               : OldNo7NAS                                - disabled
                      + system.adapter.discovery.0              : discovery             : OldNo7NAS                                -  enabled
                      + system.adapter.ds18b20.0                : ds18b20               : SlaveIOBroker                            -  enabled
                        system.adapter.dwd.0                    : dwd                   : OldNo7NAS                                -  enabled
                        system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: OldNo7NAS                                - disabled
                      + system.adapter.energiefluss.0           : energiefluss          : OldNo7NAS                                -  enabled
                        system.adapter.esphome.0                : esphome               : OldNo7NAS                                - disabled
                      + system.adapter.fb-checkpresence.0       : fb-checkpresence      : OldNo7NAS                                -  enabled
                      + system.adapter.fronius-solarweb.0       : fronius-solarweb      : OldNo7NAS                                -  enabled
                      + system.adapter.fronius.0                : fronius               : OldNo7NAS                                -  enabled
                      + system.adapter.fullybrowser.0           : fullybrowser          : OldNo7NAS                                -  enabled
                      + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                        system.adapter.heizoel.0                : heizoel               : OldNo7NAS                                - disabled
                      + system.adapter.history.0                : history               : OldNo7NAS                                -  enabled
                      + system.adapter.hmip.0                   : hmip                  : OldNo7NAS                                -  enabled
                      + system.adapter.homeconnect.0            : homeconnect           : OldNo7NAS                                -  enabled
                        system.adapter.ical.0                   : ical                  : OldNo7NAS                                -  enabled
                        system.adapter.ical.1                   : ical                  : OldNo7NAS                                - disabled
                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : OldNo7NAS                                - disabled
                        system.adapter.influxdb.0               : influxdb              : OldNo7NAS                                - disabled, port: 8086
                      + system.adapter.iot.0                    : iot                   : OldNo7NAS                                -  enabled
                      + system.adapter.javascript.0             : javascript            : OldNo7NAS                                -  enabled
                      + system.adapter.linkeddevices.0          : linkeddevices         : OldNo7NAS                                -  enabled
                        system.adapter.modbus.0                 : modbus                : OldNo7NAS                                - disabled
                      + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.pvforecast.0             : pvforecast            : OldNo7NAS                                -  enabled
                        system.adapter.reolink.0                : reolink               : OldNo7NAS                                - disabled
                        system.adapter.sayit.0                  : sayit                 : OldNo7NAS                                - disabled
                      + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.smartgarden.0            : smartgarden           : OldNo7NAS                                -  enabled
                      + system.adapter.smartmeter.1             : smartmeter            : OldNo7NAS                                -  enabled
                      + system.adapter.snmp.0                   : snmp                  : OldNo7NAS                                -  enabled
                      + system.adapter.sourceanalytix.0         : sourceanalytix        : OldNo7NAS                                -  enabled
                        system.adapter.spritmonitor.0           : spritmonitor          : OldNo7NAS                                - disabled
                      + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                        system.adapter.tankerkoenig.0           : tankerkoenig          : OldNo7NAS                                - disabled
                        system.adapter.text2command.0           : text2command          : OldNo7NAS                                - disabled
                      + system.adapter.tr-064.0                 : tr-064                : OldNo7NAS                                -  enabled
                      + system.adapter.trashschedule.0          : trashschedule         : OldNo7NAS                                -  enabled
                        system.adapter.trashschedule.1          : trashschedule         : OldNo7NAS                                - disabled
                        system.adapter.tuya.0                   : tuya                  : OldNo7NAS                                - disabled
                      + system.adapter.upnp.0                   : upnp                  : OldNo7NAS                                -  enabled
                        system.adapter.viessmann.0              : viessmann             : SlaveIOBroker                            - disabled, port: 3002
                        system.adapter.vis-2.0                  : vis-2                 : OldNo7NAS                                - disabled
                        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : OldNo7NAS                                - disabled
                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : OldNo7NAS                                - disabled
                        system.adapter.vis-google-fonts.0       : vis-google-fonts      : OldNo7NAS                                -  enabled
                        system.adapter.vis-history.0            : vis-history           : OldNo7NAS                                - disabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : OldNo7NAS                                - disabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : OldNo7NAS                                - disabled
                      + system.adapter.vis-inventwo.0           : vis-inventwo          : OldNo7NAS                                -  enabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : OldNo7NAS                                - disabled
                        system.adapter.vis-justgage.0           : vis-justgage          : OldNo7NAS                                - disabled
                        system.adapter.vis-material-advanced.0  : vis-material-advanced : OldNo7NAS                                - disabled
                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : OldNo7NAS                                - disabled
                        system.adapter.vis-metro.0              : vis-metro             : OldNo7NAS                                - disabled
                        system.adapter.vis-plumb.0              : vis-plumb             : OldNo7NAS                                - disabled
                        system.adapter.vis-rgraph.0             : vis-rgraph            : OldNo7NAS                                - disabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : OldNo7NAS                                - disabled
                        system.adapter.vis.0                    : vis                   : OldNo7NAS                                -  enabled
                        system.adapter.weatherunderground.0     : weatherunderground    : OldNo7NAS                                -  enabled
                      + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : OldNo7NAS                                - disabled
                      + system.adapter.wled.0                   : wled                  : OldNo7NAS                                -  enabled
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                      + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                      + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      ioBroker-Repositories
                      ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                      │ (index) │ name               │ url                                                     │ auto upgrade │
                      ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                      │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                      │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                      │ 2       │ ''                 │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                      └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                      
                      Active repo(s): Stable (default)
                      Upgrade policy: none
                      
                      Installed ioBroker-Adapters
                      Used repository: Stable (default)
                      Adapter    "admin"        : 7.7.22   , installed 7.7.22
                      Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                      Adapter    "backitup"     : 3.3.14   , installed 3.3.14
                      Adapter    "birthdays"    : 5.0.0    , installed 5.0.0
                      Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                      Adapter    "devices"      : 1.2.14   , installed 1.2.14
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                      Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                      Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
                      Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
                      Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                      Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                      Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                      Adapter    "hass"         : 1.4.0    , installed 1.4.0
                      Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "hmip"         : 1.27.0   , installed 1.27.0
                      Adapter    "homeconnect"  : 1.5.2    , installed 1.5.2
                      Adapter    "ical"         : 1.19.7   , installed 1.19.7
                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "iot"          : 5.0.7    , installed 5.0.7
                      Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                      Controller "js-controller": 7.0.7    , installed 7.0.7
                      Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                      Adapter    "modbus"       : 7.0.6    , installed 7.0.6
                      Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                      Adapter    "pvforecast"   : 5.1.0    , installed 5.1.0
                      Adapter    "reolink"      : 1.2.3    , installed 1.2.3
                      Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                      Adapter    "shelly"       : 10.5.2   , installed 10.5.2
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                      Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                      Adapter    "snmp"         : 3.4.0    , installed 3.4.0
                      Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                      Adapter    "synology"     : 3.1.0    , installed 3.1.0
                      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                      Adapter    "text2command" : 4.0.0    , installed 4.0.0
                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                      Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                      Adapter    "upnp"         : 1.1.0    , installed 1.1.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                      Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                      Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                      Adapter    "vis-icontwo"  : 2.11.1   , installed 2.11.1
                      Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                      Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                      Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                      Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                      Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                      Adapter    "web"          : 7.0.8    , installed 7.0.8
                      Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                      Adapter    "wled"         : 0.7.3    , installed 0.7.3
                      Adapter    "ws"           : 2.6.2    , installed 3.0.19
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        29048
                      States:         25926
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
                      Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                      Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                      Reading package lists...
                      Pending systemupdates: 1
                      
                      *** 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:21              0.0.0.0:*               LISTEN      0          47739      -                   
                      tcp        0      0 0.0.0.0:662             0.0.0.0:*               LISTEN      0          26284      -                   
                      tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      0          97364      -                   
                      tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      0          97362      -                   
                      tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      55         67950      -                   
                      tcp        0      0 127.0.0.1:33304         0.0.0.0:*               LISTEN      0          32433      -                   
                      tcp        0      0 0.0.0.0:88              0.0.0.0:*               LISTEN      0          26824      -                   
                      tcp        0      0 0.0.0.0:8889            0.0.0.0:*               LISTEN      0          108212     -                   
                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1000       7080753    -                   
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       7088043    -                   
                      tcp        0      0 0.0.0.0:8123            0.0.0.0:*               LISTEN      0          109355     -                   
                      tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          39082      -                   
                      tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          39074      -                   
                      tcp        0      0 0.0.0.0:892             0.0.0.0:*               LISTEN      0          25522      -                   
                      tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          49096      -                   
                      tcp        0      0 127.0.0.1:512           0.0.0.0:*               LISTEN      0          117657     -                   
                      tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      0          48553      -                   
                      tcp        0      0 0.0.0.0:161             0.0.0.0:*               LISTEN      0          38143      -                   
                      tcp        0      0 0.0.0.0:3493            0.0.0.0:*               LISTEN      0          189966     -                   
                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1000       7075212    -                   
                      tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      0          39076      -                   
                      tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      0          39068      -                   
                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1000       7075879    -                   
                      tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      0          39078      -                   
                      tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      0          39070      -                   
                      tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          49097      -                   
                      tcp        0      0 0.0.0.0:4045            0.0.0.0:*               LISTEN      0          48574      -                   
                      tcp        0      0 0.0.0.0:5357            0.0.0.0:*               LISTEN      0          40681      -                   
                      tcp        0      0 0.0.0.0:5357            0.0.0.0:*               LISTEN      0          40679      -                   
                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          25035      -                   
                      tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          39080      -                   
                      tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          39072      -                   
                      tcp        0      0 192.168.1.111:50001     0.0.0.0:*               LISTEN      0          84183      -                   
                      tcp        0      0 192.168.1.111:50002     0.0.0.0:*               LISTEN      0          84869      -                   
                      tcp6       0      0 :::21                   :::*                    LISTEN      0          47740      -                   
                      tcp6       0      0 :::8086                 :::*                    LISTEN      1000       128083     -                   
                      tcp6       0      0 :::662                  :::*                    LISTEN      0          26288      -                   
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1000       7090869    -                   
                      tcp6       0      0 :::7000                 :::*                    LISTEN      0          97365      -                   
                      tcp6       0      0 :::7000                 :::*                    LISTEN      0          97363      -                   
                      tcp6       0      0 :::88                   :::*                    LISTEN      0          26826      -                   
                      tcp6       0      0 :::8889                 :::*                    LISTEN      0          108217     -                   
                      tcp6       0      0 :::8123                 :::*                    LISTEN      0          108186     -                   
                      tcp6       0      0 :::443                  :::*                    LISTEN      0          39083      -                   
                      tcp6       0      0 :::443                  :::*                    LISTEN      0          39075      -                   
                      tcp6       0      0 :::892                  :::*                    LISTEN      0          25528      -                   
                      tcp6       0      0 :::445                  :::*                    LISTEN      0          49094      -                   
                      tcp6       0      0 :::3261                 :::*                    LISTEN      0          44566      -                   
                      tcp6       0      0 :::5566                 :::*                    LISTEN      0          73053      -                   
                      tcp6       0      0 :::3263                 :::*                    LISTEN      0          43877      -                   
                      tcp6       0      0 :::3264                 :::*                    LISTEN      0          44568      -                   
                      tcp6       0      0 127.0.0.1:9665          :::*                    LISTEN      195763     91735      -                   
                      tcp6       0      0 :::2049                 :::*                    LISTEN      0          48564      -                   
                      tcp6       0      0 :::3265                 :::*                    LISTEN      0          46101      -                   
                      tcp6       0      0 :::161                  :::*                    LISTEN      0          38144      -                   
                      tcp6       0      0 ::1:9666                :::*                    LISTEN      195763     118858     -                   
                      tcp6       0      0 127.0.0.1:9666          :::*                    LISTEN      195763     118857     -                   
                      tcp6       0      0 :::5000                 :::*                    LISTEN      0          39077      -                   
                      tcp6       0      0 :::5000                 :::*                    LISTEN      0          39069      -                   
                      tcp6       0      0 :::5001                 :::*                    LISTEN      0          39079      -                   
                      tcp6       0      0 :::5001                 :::*                    LISTEN      0          39071      -                   
                      tcp6       0      0 :::139                  :::*                    LISTEN      0          49095      -                   
                      tcp6       0      0 :::53325                :::*                    LISTEN      195763     117237     -                   
                      tcp6       0      0 :::4045                 :::*                    LISTEN      0          48576      -                   
                      tcp6       0      0 :::5357                 :::*                    LISTEN      0          40682      -                   
                      tcp6       0      0 :::5357                 :::*                    LISTEN      0          40680      -                   
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          25038      -                   
                      tcp6       0      0 :::80                   :::*                    LISTEN      0          39081      -                   
                      tcp6       0      0 :::80                   :::*                    LISTEN      0          39073      -                   
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1000       7076481    -                   
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1000       7096300    -                   
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          24092      -                   
                      udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          26012      -                   
                      udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          14733345   -                   
                      udp        0      0 192.168.1.111:137       0.0.0.0:*                           0          14733344   -                   
                      udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          14732280   -                   
                      udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          14733347   -                   
                      udp        0      0 192.168.1.111:138       0.0.0.0:*                           0          14733346   -                   
                      udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          14732281   -                   
                      udp        0      0 0.0.0.0:161             0.0.0.0:*                           0          38141      -                   
                      udp        0      0 127.0.0.1:323           0.0.0.0:*                           0          26010      -                   
                      udp        0      0 127.0.0.1:601           0.0.0.0:*                           0          26278      -                   
                      udp        0      0 0.0.0.0:662             0.0.0.0:*                           0          26282      -                   
                      udp        0      0 0.0.0.0:892             0.0.0.0:*                           0          25519      -                   
                      udp        0      0 0.0.0.0:58638           0.0.0.0:*                           1000       7086796    -                   
                      udp        0      0 0.0.0.0:58733           0.0.0.0:*                           0          14732463   -                   
                      udp        0      0 0.0.0.0:9997            0.0.0.0:*                           0          24125      -                   
                      udp        0      0 0.0.0.0:9998            0.0.0.0:*                           0          24124      -                   
                      udp        0      0 0.0.0.0:9999            0.0.0.0:*                           0          24123      -                   
                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       7096189    -                   
                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       7096188    -                   
                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          84186      -                   
                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          39477      -                   
                      udp        0      0 0.0.0.0:2049            0.0.0.0:*                           0          48563      -                   
                      udp        0      0 127.0.0.1:60916         0.0.0.0:*                           0          84184      -                   
                      udp        0      0 0.0.0.0:3702            0.0.0.0:*                           99         27789      -                   
                      udp        0      0 0.0.0.0:4045            0.0.0.0:*                           0          48573      -                   
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       7093271    -                   
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           0          46415      -                   
                      udp        0      0 0.0.0.0:46641           0.0.0.0:*                           0          46417      -                   
                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       7087882    -                   
                      udp        0      0 0.0.0.0:63295           0.0.0.0:*                           0          25034      -                   
                      udp        0      0 192.168.1.111:55900     0.0.0.0:*                           0          84185      -                   
                      udp6       0      0 :::111                  :::*                                0          25036      -                   
                      udp6       0      0 :::123                  :::*                                0          26013      -                   
                      udp6       0      0 :::161                  :::*                                0          38142      -                   
                      udp6       0      0 ::1:323                 :::*                                0          26011      -                   
                      udp6       0      0 :::662                  :::*                                0          26286      -                   
                      udp6       0      0 :::892                  :::*                                0          25525      -                   
                      udp6       0      0 :::2049                 :::*                                0          48565      -                   
                      udp6       0      0 :::3702                 :::*                                99         27791      -                   
                      udp6       0      0 :::61372                :::*                                0          25037      -                   
                      udp6       0      0 :::4045                 :::*                                0          48575      -                   
                      udp6       0      0 :::45044                :::*                                0          46418      -                   
                      udp6       0      0 :::5353                 :::*                                0          46416      -                   
                      
                      *** Log File - Last 25 Lines ***
                      
                      2026-03-26 06:21:58.542  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.info.label:{"val":"Bewegungsmelder - Wohnzimmer","ack":true,"ts":1774502518352,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580899778}
                      2026-03-26 06:21:58.544  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.info.firmwareVersion:{"val":"3.2.48","ack":true,"ts":1774502518352,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675692922298}
                      2026-03-26 06:21:58.544  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.info.updateState:{"val":"UP_TO_DATE","ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675692922298}
                      2026-03-26 06:21:58.547  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.functionalChannelType:{"val":"DEVICE_SABOTAGE","ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865126}
                      2026-03-26 06:21:58.547  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.configPending:{"val":false,"ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1677685762380}
                      2026-03-26 06:21:58.565  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.dutyCycle:{"val":false,"ack":true,"ts":1774502518353,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332279481}
                      2026-03-26 06:21:58.573  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.lowBat:{"val":false,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332279481}
                      2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.routerModuleEnabled:{"val":false,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865126}
                      2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.routerModuleSupported:{"val":false,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865126}
                      2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.rssiDeviceValue:{"val":-66,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774502340738}
                      2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.rssiPeerValue:{"val":null,"ack":true,"ts":1774502518365,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865129}
                      2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.unreach:{"val":false,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332279482}
                      2026-03-26 06:21:58.581  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.0.sabotage:{"val":false,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774332389693}
                      2026-03-26 06:21:58.588  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.functionalChannelType:{"val":"MOTION_DETECTION_CHANNEL","ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865129}
                      2026-03-26 06:21:58.595  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.motionDetected:{"val":true,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774502487756}
                      2026-03-26 06:21:58.595  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.illumination:{"val":0.97,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1774502146009}
                      2026-03-26 06:21:58.595  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.currentIllumination:{"val":null,"ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580865129}
                      2026-03-26 06:21:58.603  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.motionDetectionSendInterval:{"val":"SECONDS_30","ack":true,"ts":1774502518366,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1676438900733}
                      2026-03-26 06:21:58.603  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.motionBufferActive:{"val":false,"ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1677685760800}
                      2026-03-26 06:21:58.611  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.devices.3014F711A000091D89A25024.channels.1.numberOfBrightnessMeasurements:{"val":1,"ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675600928761}
                      2026-03-26 06:21:58.612  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.fe32a10b-4c65-47a4-819a-fc6ca7d5350b.info.type:{"val":"SWITCHING","ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580927555}
                      2026-03-26 06:21:58.612  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.fe32a10b-4c65-47a4-819a-fc6ca7d5350b.info.label:{"val":"Bewegungsmelder Wohnzimmer","ack":true,"ts":1774502518367,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580927556}
                      2026-03-26 06:21:58.612  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.fe32a10b-4c65-47a4-819a-fc6ca7d5350b.on:{"val":null,"ack":true,"ts":1774502518369,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580927556}
                      2026-03-26 06:21:58.618  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.303a65f8-dedc-40ef-83a0-9ab477437fd5.info.type:{"val":"META","ack":true,"ts":1774502518370,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580902315}
                      2026-03-26 06:21:58.620  - silly: hmip.0 (445) States user redis pmessage hmip.0.*/hmip.0.groups.303a65f8-dedc-40ef-83a0-9ab477437fd5.info.label:{"val":"Bewegungsmelder Wohnzimmer","ack":true,"ts":1774502518371,"q":0,"from":"system.adapter.hmip.0","user":"system.user.admin","lc":1675580902315}
                      
                      

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

                      iob diag has finished.

                      Beim Slave

                      pi@SlaveIOBroker:~ $ iob diag
                      /usr/bin/iob: line 21: /home/iobroker/iob_diag.log: Permission denied
                      pi@SlaveIOBroker:~ $
                      

                      Da passt wohl was nicht den Rechten!?!

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

                      @Happyuser20

                      Führ den

                      iob fix
                      

                      aus.
                      Und stell das logging auf was gescheites ein, silly ist halt 'silly'.

                      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
                      1
                      • Thomas BraunT Thomas Braun

                        @Happyuser20

                        Führ den

                        iob fix
                        

                        aus.
                        Und stell das logging auf was gescheites ein, silly ist halt 'silly'.

                        H Online
                        H Online
                        Happyuser20
                        schrieb am zuletzt editiert von Happyuser20
                        #82

                        @Thomas-Braun sagte in IOB im Docker Startet nicht mehr!!!:

                        @Happyuser20

                        Führ den

                        iob fix
                        

                        aus.
                        Und stell das logging auf was gescheites ein, silly ist halt 'silly'.

                        Auf dem Master oder Slave?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • H Happyuser20

                          @Thomas-Braun sagte in IOB im Docker Startet nicht mehr!!!:

                          @Happyuser20

                          Führ den

                          iob fix
                          

                          aus.
                          Und stell das logging auf was gescheites ein, silly ist halt 'silly'.

                          Auf dem Master oder Slave?

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

                          @Happyuser20

                          Den

                          iob fix

                          auf dem Pi, da fehlen dir ja die Rechte.
                          Soweit ich weiß sagt dir aber auch der ioBroker-Installer am Ende, das nach einem Neustart des Rechners zum Abschluss der Installation ein 'iob fix' gemacht werden soll. Aus genau diesem Grund mit den noch nicht richtig gesetzten Rechten.

                          Das Loglevel ist (mindestens) bei hmip.0 auf silly.

                          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 Online
                            H Online
                            Happyuser20
                            schrieb am zuletzt editiert von
                            #84

                            iob diag am Master Container

                            ========== Start marking the full check here ===========
                            
                            ```bash
                            Script v.2026-01-31
                            
                            *** BASE SYSTEM ***
                            Hardware Vendor : Synology
                            Kernel          : x86_64
                            Userland        : 64 bit
                            Docker          : v11.1.0
                            Virtualization  : docker
                            Kernel          : x86_64
                            Userland        : 64 bit
                            
                            Systemuptime and Load:
                             12:49:01 up 1 day, 19:48,  0 user,  load average: 4.25, 2.94, 2.08
                            CPU threads: 2
                            
                            
                            *** LIFE CYCLE STATUS ***
                            Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                            
                            *** TIME AND TIMEZONES ***
                            Thu Mar 26 11:49:01 UTC 2026
                            Thu Mar 26 12:49:01 CET 2026
                            CET +0100
                            Etc/UTC
                            
                            *** Users and Groups ***
                            User that called 'iob diag':
                            root
                            HOME=/root
                            GROUPS=root
                            
                            User that is running 'js-controller':
                            iobroker
                            HOME=/opt/iobroker
                            GROUPS=iobroker tty dialout audio video plugdev
                            
                            *** DISPLAY-SERVER SETUP ***
                            Display-Server:         false
                            System has not been booted with systemd as init system (PID 1). Can't operate.
                            Failed to connect to bus: Host is down
                            Display-Manager: 
                            Desktop: 
                            Session: 
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:             16G        5.0G        1.0G        178M         11G         11G
                            Swap:           2.1G         16K        2.1G
                            Total:           18G        5.0G        3.2G
                            
                            Active iob-Instances:   36
                            
                                    15854 M total memory
                                     4765 M used memory
                                     7270 M active memory
                                     6337 M inactive memory
                                      996 M free memory
                                      866 M buffer memory
                                     9724 M swap cache
                                     2047 M total swap
                                        0 M used swap
                                     2047 M free swap
                            
                            *** top - Table Of Processes  ***
                            top - 12:49:02 up 1 day, 19:48,  0 user,  load average: 4.25, 2.94, 2.08
                            Tasks:  47 total,   2 running,  45 sleeping,   0 stopped,   0 zombie
                            %Cpu(s):  0.0 us,100.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                            MiB Mem :  15854.1 total,    994.9 free,   4767.1 used,  10590.6 buff/cache     
                            MiB Swap:   2047.9 total,   2047.9 free,      0.0 used.  11087.0 avail Mem 
                            
                            
                            *** DMESG CRITICAL ERRORS ***
                            No critical errors detected
                            
                            *** FILESYSTEM ***
                            Filesystem     Type   Size  Used Avail Use% Mounted on
                            none           aufs   3.6T  2.9T  734G  80% /
                            tmpfs          tmpfs   64M     0   64M   0% /dev
                            tmpfs          tmpfs  7.8G     0  7.8G   0% /sys/fs/cgroup
                            shm            tmpfs   64M     0   64M   0% /dev/shm
                            /dev/md2       ext4   3.6T  2.9T  734G  80% /opt/iobroker
                            tmpfs          tmpfs  7.8G     0  7.8G   0% /proc/acpi
                            tmpfs          tmpfs  7.8G     0  7.8G   0% /proc/scsi
                            tmpfs          tmpfs  7.8G     0  7.8G   0% /sys/firmware
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Tue Mar 24 17:03:17 2026] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
                            [Tue Mar 24 17:03:17 2026] EXT4-fs (md2): barriers disabled
                            [Tue Mar 24 17:03:17 2026] EXT4-fs (md2): mounted filesystem with writeback data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl
                            
                            Show mounted filesystems:
                            TARGET                                       SOURCE                                                                                                     FSTYPE OPTIONS
                            /                                            none                                                                                                       aufs   rw,relatime,si=6168b05d95d12782,dio,dirperm1
                            |-/opt/iobroker                              /dev/md2[/@docker/volumes/f05afd1c2039f3f2420d44f864ea945a0032f09b91fd90766c6545cad187ae09/_data]          ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                            |-/etc/resolv.conf                           /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/resolv.conf] ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                            |-/etc/hostname                              /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/hostname]    ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                            |-/etc/hosts                                 /dev/md2[/@docker/containers/66b2fc691407fa63e000f8a76629f87539d2b564d91a2f746448b266709f57cf/hosts]       ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                            `-/volume1/docker/iobroker-data/opt/iobroker /dev/md2[/@docker/volumes/a065460fbdc6ce960ee3964c7901ac7fd163df98ea13d22185e2facd74a473aa/_data]          ext4   rw,nodev,relatime,synoacl,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group
                            
                            Files in neuralgic directories:
                            
                            /var:
                            35M     /var/
                            33M     /var/lib
                            19M     /var/lib/apt/lists
                            19M     /var/lib/apt
                            14M     /var/lib/dpkg
                            
                            
                            /opt/iobroker/backups:
                            99M     /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            605M    /opt/iobroker/iobroker-data/
                            499M    /opt/iobroker/iobroker-data/files
                            71M     /opt/iobroker/iobroker-data/files/vis
                            67M     /opt/iobroker/iobroker-data/files/echarts.admin
                            63M     /opt/iobroker/iobroker-data/files/vis/widgets
                            
                            The five largest files in iobroker-data are:
                            40M     /opt/iobroker/iobroker-data/objects.jsonl
                            27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                            26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                            26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                            24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.70a15e1f.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':
                            
                            No Devices found 'by-id'
                            
                            No nvbackup.json found.
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v22.22.1
                            /usr/bin/node           v22.22.1
                            /usr/bin/npm            10.9.4
                            /usr/bin/npx            10.9.4
                            
                            ✓ Node.js installation is correct
                            
                            nodejs:
                              Installed: 22.22.1-1nodesource1
                              Candidate: 22.22.2-1nodesource1
                              Version table:
                                 22.22.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             *** 22.22.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 22.22.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.21.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.20.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.19.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.15.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.13.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.5.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.4.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 22.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                 18.20.4+dfsg-1~deb12u1 500
                                    500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                    500 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages
                            
                            Temp directories causing deletion problem: 0
                            No problems detected
                            
                            Errors in npm tree: 0
                            No problems detected
                            
                            Checking for nodejs vulnerability:
                            
                            
                             █████  ██      ██           ██████   ██████   ██████  ██████         ██
                            ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                            ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                            ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                            ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                            
                            
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Hosts:
                            OldNo7NAS           OldNo7NAS (version: 7.0.7, hostname: OldNo7NAS     , alive, uptime: 14117)
                            SlaveIOBroker       SlaveIOBroker (version: 7.0.7, hostname: SlaveIOBroker , alive, uptime: 3334)
                            
                            Core adapters versions
                            js-controller:  7.0.7
                            admin:          7.7.22
                            javascript:     9.0.18
                            
                            nodejs modules from github:     8
                            +-- iobroker.bambulab@0.3.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.bambulab.git#fd28f98d7ec46f36f4a2dae2d9ac740966453704)
                            +-- iobroker.esphome@0.5.0-beta.10 (git+ssh://git@github.com/DrozmotiX/ioBroker.esphome.git#8ca51cd0460c21c1a817acc18c774da1fcf4f5ff)
                            +-- iobroker.fronius-solarweb@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#ca2f1a4972992cbd0d14bb25f5f7546219dd5b9e)
                            +-- iobroker.linkeddevices@1.5.5 (git+ssh://git@github.com/Scrounger/ioBroker.linkeddevices.git#b70f9d21eff8412656b053f93ddab42211900fdb)
                            +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                            +-- iobroker.spritmonitor@0.0.2-beta.10 (git+ssh://git@github.com/ice987987/ioBroker.spritmonitor.git#4059f9e2e3019b0a025fd7af850c259a84a797de)
                            | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                            +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : OldNo7NAS                                -  enabled
                            + system.adapter.backitup.0               : backitup              : OldNo7NAS                                -  enabled
                              system.adapter.bambulab.0               : bambulab              : OldNo7NAS                                - disabled, port: 8883
                              system.adapter.birthdays.0              : birthdays             : OldNo7NAS                                - disabled
                            + system.adapter.device-reminder.0        : device-reminder       : OldNo7NAS                                -  enabled
                              system.adapter.devices.0                : devices               : OldNo7NAS                                - disabled
                            + system.adapter.discovery.0              : discovery             : OldNo7NAS                                -  enabled
                              system.adapter.ds18b20.0                : ds18b20               : SlaveIOBroker                            - disabled
                              system.adapter.dwd.0                    : dwd                   : OldNo7NAS                                -  enabled
                              system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: OldNo7NAS                                - disabled
                            + system.adapter.energiefluss.0           : energiefluss          : OldNo7NAS                                -  enabled
                              system.adapter.esphome.0                : esphome               : OldNo7NAS                                - disabled
                            + system.adapter.fb-checkpresence.0       : fb-checkpresence      : OldNo7NAS                                -  enabled
                            + system.adapter.fronius-solarweb.0       : fronius-solarweb      : OldNo7NAS                                -  enabled
                            + system.adapter.fronius.0                : fronius               : OldNo7NAS                                -  enabled
                            + system.adapter.fullybrowser.0           : fullybrowser          : OldNo7NAS                                -  enabled
                            + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                            + system.adapter.heizoel.0                : heizoel               : OldNo7NAS                                -  enabled
                            + system.adapter.history.0                : history               : OldNo7NAS                                -  enabled
                            + system.adapter.hmip.0                   : hmip                  : OldNo7NAS                                -  enabled
                            + system.adapter.homeconnect.0            : homeconnect           : OldNo7NAS                                -  enabled
                              system.adapter.ical.0                   : ical                  : OldNo7NAS                                -  enabled
                              system.adapter.ical.1                   : ical                  : OldNo7NAS                                - disabled
                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : OldNo7NAS                                - disabled
                              system.adapter.influxdb.0               : influxdb              : OldNo7NAS                                - disabled, port: 8086
                            + system.adapter.iot.0                    : iot                   : OldNo7NAS                                -  enabled
                            + system.adapter.javascript.0             : javascript            : OldNo7NAS                                -  enabled
                            + system.adapter.linkeddevices.0          : linkeddevices         : OldNo7NAS                                -  enabled
                            + system.adapter.modbus.0                 : modbus                : OldNo7NAS                                -  enabled
                            + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.pvforecast.0             : pvforecast            : OldNo7NAS                                -  enabled
                              system.adapter.reolink.0                : reolink               : OldNo7NAS                                - disabled
                              system.adapter.sayit.0                  : sayit                 : OldNo7NAS                                - disabled
                            + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.smartgarden.0            : smartgarden           : OldNo7NAS                                -  enabled
                            + system.adapter.smartmeter.1             : smartmeter            : OldNo7NAS                                -  enabled
                            + system.adapter.snmp.0                   : snmp                  : OldNo7NAS                                -  enabled
                            + system.adapter.sourceanalytix.0         : sourceanalytix        : OldNo7NAS                                -  enabled
                              system.adapter.spritmonitor.0           : spritmonitor          : OldNo7NAS                                - disabled
                            + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                              system.adapter.tankerkoenig.0           : tankerkoenig          : OldNo7NAS                                - disabled
                              system.adapter.text2command.0           : text2command          : OldNo7NAS                                - disabled
                            + system.adapter.tr-064.0                 : tr-064                : OldNo7NAS                                -  enabled
                            + system.adapter.trashschedule.0          : trashschedule         : OldNo7NAS                                -  enabled
                              system.adapter.trashschedule.1          : trashschedule         : OldNo7NAS                                - disabled
                              system.adapter.tuya.0                   : tuya                  : OldNo7NAS                                - disabled
                            + system.adapter.upnp.0                   : upnp                  : OldNo7NAS                                -  enabled
                              system.adapter.viessmann.0              : viessmann             : SlaveIOBroker                            - disabled, port: 3002
                              system.adapter.vis-2.0                  : vis-2                 : OldNo7NAS                                - disabled
                              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : OldNo7NAS                                - disabled
                              system.adapter.vis-colorpicker.0        : vis-colorpicker       : OldNo7NAS                                - disabled
                              system.adapter.vis-google-fonts.0       : vis-google-fonts      : OldNo7NAS                                -  enabled
                              system.adapter.vis-history.0            : vis-history           : OldNo7NAS                                - disabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : OldNo7NAS                                - disabled
                              system.adapter.vis-icontwo.0            : vis-icontwo           : OldNo7NAS                                - disabled
                            + system.adapter.vis-inventwo.0           : vis-inventwo          : OldNo7NAS                                -  enabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : OldNo7NAS                                - disabled
                              system.adapter.vis-justgage.0           : vis-justgage          : OldNo7NAS                                - disabled
                              system.adapter.vis-material-advanced.0  : vis-material-advanced : OldNo7NAS                                - disabled
                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : OldNo7NAS                                - disabled
                              system.adapter.vis-metro.0              : vis-metro             : OldNo7NAS                                - disabled
                              system.adapter.vis-plumb.0              : vis-plumb             : OldNo7NAS                                - disabled
                              system.adapter.vis-rgraph.0             : vis-rgraph            : OldNo7NAS                                - disabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : OldNo7NAS                                - disabled
                              system.adapter.vis.0                    : vis                   : OldNo7NAS                                -  enabled
                              system.adapter.weatherunderground.0     : weatherunderground    : OldNo7NAS                                -  enabled
                            + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : OldNo7NAS                                - disabled
                            + system.adapter.wled.0                   : wled                  : OldNo7NAS                                -  enabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                            + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                            + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            ioBroker-Repositories
                            ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                            │ (index) │ name               │ url                                                     │ auto upgrade │
                            ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                            │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                            │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                            │ 2       │ ''                 │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                            └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                            
                            Active repo(s): Stable (default)
                            Upgrade policy: none
                            
                            Installed ioBroker-Adapters
                            Used repository: Stable (default)
                            Adapter    "admin"        : 7.7.22   , installed 7.7.22
                            Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                            Adapter    "backitup"     : 3.3.14   , installed 3.3.14
                            Adapter    "birthdays"    : 5.0.0    , installed 5.0.0
                            Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                            Adapter    "devices"      : 1.2.14   , installed 1.2.14
                            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                            Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                            Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                            Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
                            Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
                            Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                            Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                            Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                            Adapter    "hass"         : 1.4.0    , installed 1.4.0
                            Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                            Adapter    "hmip"         : 1.27.0   , installed 1.27.0
                            Adapter    "homeconnect"  : 1.5.2    , installed 1.5.2
                            Adapter    "ical"         : 1.19.7   , installed 1.19.7
                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                            Adapter    "iot"          : 5.0.7    , installed 5.0.7
                            Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                            Controller "js-controller": 7.0.7    , installed 7.0.7
                            Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                            Adapter    "modbus"       : 7.0.6    , installed 7.0.6
                            Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                            Adapter    "pvforecast"   : 5.1.0    , installed 5.1.0
                            Adapter    "reolink"      : 1.2.3    , installed 1.2.3
                            Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                            Adapter    "shelly"       : 10.5.2   , installed 10.5.2
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                            Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                            Adapter    "snmp"         : 3.4.0    , installed 3.4.0
                            Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                            Adapter    "synology"     : 3.1.0    , installed 3.1.0
                            Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                            Adapter    "text2command" : 4.0.0    , installed 4.0.0
                            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                            Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                            Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                            Adapter    "upnp"         : 1.1.0    , installed 1.1.0
                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                            Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                            Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                            Adapter    "vis-icontwo"  : 2.11.1   , installed 2.11.1
                            Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                            Adapter    "web"          : 7.0.8    , installed 7.0.8
                            Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                            Adapter    "wled"         : 0.7.3    , installed 0.7.3
                            Adapter    "ws"           : 2.6.2    , installed 3.0.19
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        29035
                            States:         25923
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://deb.debian.org/debian bookworm InRelease
                            Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
                            Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                            Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                            Reading package lists...
                            Pending systemupdates: 1
                            
                            *** 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:21              0.0.0.0:*               LISTEN      0          47739      -                   
                            tcp        0      0 0.0.0.0:662             0.0.0.0:*               LISTEN      0          26284      -                   
                            tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      0          97364      -                   
                            tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      0          97362      -                   
                            tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      55         67950      -                   
                            tcp        0      0 127.0.0.1:33304         0.0.0.0:*               LISTEN      0          32433      -                   
                            tcp        0      0 0.0.0.0:88              0.0.0.0:*               LISTEN      0          26824      -                   
                            tcp        0      0 0.0.0.0:8889            0.0.0.0:*               LISTEN      0          108212     -                   
                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1000       20831573   -                   
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       20831999   -                   
                            tcp        0      0 0.0.0.0:8123            0.0.0.0:*               LISTEN      0          109355     -                   
                            tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          39082      -                   
                            tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          39074      -                   
                            tcp        0      0 0.0.0.0:892             0.0.0.0:*               LISTEN      0          25522      -                   
                            tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          49096      -                   
                            tcp        0      0 127.0.0.1:512           0.0.0.0:*               LISTEN      0          117657     -                   
                            tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      0          48553      -                   
                            tcp        0      0 0.0.0.0:161             0.0.0.0:*               LISTEN      0          38143      -                   
                            tcp        0      0 0.0.0.0:3493            0.0.0.0:*               LISTEN      0          189966     -                   
                            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1000       18733144   -                   
                            tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      0          39076      -                   
                            tcp        0      0 0.0.0.0:5000            0.0.0.0:*               LISTEN      0          39068      -                   
                            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1000       18733086   -                   
                            tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      0          39078      -                   
                            tcp        0      0 0.0.0.0:5001            0.0.0.0:*               LISTEN      0          39070      -                   
                            tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          49097      -                   
                            tcp        0      0 0.0.0.0:4045            0.0.0.0:*               LISTEN      0          48574      -                   
                            tcp        0      0 0.0.0.0:5357            0.0.0.0:*               LISTEN      0          40681      -                   
                            tcp        0      0 0.0.0.0:5357            0.0.0.0:*               LISTEN      0          40679      -                   
                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          25035      -                   
                            tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          39080      -                   
                            tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          39072      -                   
                            tcp        0      0 192.168.1.111:50001     0.0.0.0:*               LISTEN      0          84183      -                   
                            tcp        0      0 192.168.1.111:50002     0.0.0.0:*               LISTEN      0          84869      -                   
                            tcp6       0      0 :::21                   :::*                    LISTEN      0          47740      -                   
                            tcp6       0      0 :::8086                 :::*                    LISTEN      1000       128083     -                   
                            tcp6       0      0 :::662                  :::*                    LISTEN      0          26288      -                   
                            tcp6       0      0 :::8087                 :::*                    LISTEN      1000       20832542   -                   
                            tcp6       0      0 :::7000                 :::*                    LISTEN      0          97365      -                   
                            tcp6       0      0 :::7000                 :::*                    LISTEN      0          97363      -                   
                            tcp6       0      0 :::88                   :::*                    LISTEN      0          26826      -                   
                            tcp6       0      0 :::8889                 :::*                    LISTEN      0          108217     -                   
                            tcp6       0      0 :::8123                 :::*                    LISTEN      0          108186     -                   
                            tcp6       0      0 :::443                  :::*                    LISTEN      0          39083      -                   
                            tcp6       0      0 :::443                  :::*                    LISTEN      0          39075      -                   
                            tcp6       0      0 :::892                  :::*                    LISTEN      0          25528      -                   
                            tcp6       0      0 :::445                  :::*                    LISTEN      0          49094      -                   
                            tcp6       0      0 :::3261                 :::*                    LISTEN      0          44566      -                   
                            tcp6       0      0 :::5566                 :::*                    LISTEN      0          73053      -                   
                            tcp6       0      0 :::3263                 :::*                    LISTEN      0          43877      -                   
                            tcp6       0      0 :::3264                 :::*                    LISTEN      0          44568      -                   
                            tcp6       0      0 127.0.0.1:9665          :::*                    LISTEN      195763     91735      -                   
                            tcp6       0      0 :::2049                 :::*                    LISTEN      0          48564      -                   
                            tcp6       0      0 :::3265                 :::*                    LISTEN      0          46101      -                   
                            tcp6       0      0 :::161                  :::*                    LISTEN      0          38144      -                   
                            tcp6       0      0 ::1:9666                :::*                    LISTEN      195763     118858     -                   
                            tcp6       0      0 127.0.0.1:9666          :::*                    LISTEN      195763     118857     -                   
                            tcp6       0      0 :::5000                 :::*                    LISTEN      0          39077      -                   
                            tcp6       0      0 :::5000                 :::*                    LISTEN      0          39069      -                   
                            tcp6       0      0 :::5001                 :::*                    LISTEN      0          39079      -                   
                            tcp6       0      0 :::5001                 :::*                    LISTEN      0          39071      -                   
                            tcp6       0      0 :::139                  :::*                    LISTEN      0          49095      -                   
                            tcp6       0      0 :::53325                :::*                    LISTEN      195763     117237     -                   
                            tcp6       0      0 :::4045                 :::*                    LISTEN      0          48576      -                   
                            tcp6       0      0 :::5357                 :::*                    LISTEN      0          40682      -                   
                            tcp6       0      0 :::5357                 :::*                    LISTEN      0          40680      -                   
                            tcp6       0      0 :::111                  :::*                    LISTEN      0          25038      -                   
                            tcp6       0      0 :::80                   :::*                    LISTEN      0          39081      -                   
                            tcp6       0      0 :::80                   :::*                    LISTEN      0          39073      -                   
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1000       20816965   -                   
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1000       20831995   -                   
                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          24092      -                   
                            udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          26012      -                   
                            udp        0      0 192.168.1.255:137       0.0.0.0:*                           0          14733345   -                   
                            udp        0      0 192.168.1.111:137       0.0.0.0:*                           0          14733344   -                   
                            udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          14732280   -                   
                            udp        0      0 192.168.1.255:138       0.0.0.0:*                           0          14733347   -                   
                            udp        0      0 192.168.1.111:138       0.0.0.0:*                           0          14733346   -                   
                            udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          14732281   -                   
                            udp        0      0 0.0.0.0:161             0.0.0.0:*                           0          38141      -                   
                            udp        0      0 127.0.0.1:323           0.0.0.0:*                           0          26010      -                   
                            udp        0      0 127.0.0.1:601           0.0.0.0:*                           0          26278      -                   
                            udp        0      0 0.0.0.0:662             0.0.0.0:*                           0          26282      -                   
                            udp        0      0 0.0.0.0:892             0.0.0.0:*                           0          25519      -                   
                            udp        0      0 0.0.0.0:58733           0.0.0.0:*                           0          14732463   -                   
                            udp        0      0 0.0.0.0:9997            0.0.0.0:*                           0          24125      -                   
                            udp        0      0 0.0.0.0:9998            0.0.0.0:*                           0          24124      -                   
                            udp        0      0 0.0.0.0:9999            0.0.0.0:*                           0          24123      -                   
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       20831916   -                   
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       20831915   -                   
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          84186      -                   
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          39477      -                   
                            udp        0      0 0.0.0.0:2049            0.0.0.0:*                           0          48563      -                   
                            udp        0      0 127.0.0.1:60916         0.0.0.0:*                           0          84184      -                   
                            udp        0      0 0.0.0.0:3702            0.0.0.0:*                           99         27789      -                   
                            udp        0      0 0.0.0.0:53102           0.0.0.0:*                           1000       20833611   -                   
                            udp        0      0 0.0.0.0:4045            0.0.0.0:*                           0          48573      -                   
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       20831240   -                   
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           0          46415      -                   
                            udp        0      0 0.0.0.0:46641           0.0.0.0:*                           0          46417      -                   
                            udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       20831894   -                   
                            udp        0      0 0.0.0.0:63295           0.0.0.0:*                           0          25034      -                   
                            udp        0      0 192.168.1.111:55900     0.0.0.0:*                           0          84185      -                   
                            udp6       0      0 :::111                  :::*                                0          25036      -                   
                            udp6       0      0 :::123                  :::*                                0          26013      -                   
                            udp6       0      0 :::161                  :::*                                0          38142      -                   
                            udp6       0      0 ::1:323                 :::*                                0          26011      -                   
                            udp6       0      0 :::662                  :::*                                0          26286      -                   
                            udp6       0      0 :::892                  :::*                                0          25525      -                   
                            udp6       0      0 :::2049                 :::*                                0          48565      -                   
                            udp6       0      0 :::3702                 :::*                                99         27791      -                   
                            udp6       0      0 :::61372                :::*                                0          25037      -                   
                            udp6       0      0 :::4045                 :::*                                0          48575      -                   
                            udp6       0      0 :::45044                :::*                                0          46418      -                   
                            udp6       0      0 :::5353                 :::*                                0          46416      -                   
                            
                            *** Log File - Last 25 Lines ***
                            
                            2026-03-26 12:44:38.449  - info: homeconnect.0 (13632) Found 1 devices
                            2026-03-26 12:44:42.189  - info: homeconnect.0 (13632) 014080394092003265/programs/active: There is no program active.
                            2026-03-26 12:44:42.204  - info: homeconnect.0 (13632) No array: active
                            2026-03-26 12:44:42.827  - info: homeconnect.0 (13632) 014080394092003265/programs/active/options: There is no program active.
                            2026-03-26 12:44:47.872  - info: homeconnect.0 (13632) No array: selected
                            2026-03-26 12:44:51.351  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:44:52.352  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:45:48.120  - info: host.OldNo7NAS instance system.adapter.dwd.0 in version "2.8.5" started with pid 13737
                            2026-03-26 12:45:52.353  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:45:53.307  - info: dwd.0 (13737) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v22.22.1, js-controller: 7.0.7
                            2026-03-26 12:45:53.355  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:45:53.914  - info: dwd.0 (13737) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2026-03-26 12:45:54.531  - info: host.OldNo7NAS instance system.adapter.dwd.0 having pid 13737 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2026-03-26 12:46:53.358  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:46:54.359  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:47:54.360  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:47:55.362  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:48:51.969  - info: web.0 (11195) <== Disconnect system.user.admin from ::ffff:192.168.1.66 energiefluss.0
                            2026-03-26 12:48:51.984  - info: web.0 (11195) <== Disconnect system.user.admin from ::ffff:192.168.1.66 vis.0
                            2026-03-26 12:48:55.363  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:48:56.364  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:49:00.616  - info: web.0 (11195) ==> Connected system.user.admin from ::ffff:192.168.1.66
                            2026-03-26 12:49:03.650  - info: web.0 (11195) ==> Connected system.user.admin from ::ffff:192.168.1.66
                            2026-03-26 12:49:56.368  - warn: modbus.0 (11342) On error: {}
                            2026-03-26 12:49:57.369  - warn: modbus.0 (11342) On error: {}
                            
                            

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

                            iob diag has finished.

                            1 Antwort Letzte Antwort
                            0
                            • H Online
                              H Online
                              Happyuser20
                              schrieb am zuletzt editiert von Happyuser20
                              #85

                              iob diag am Slave Pi

                              ========== Start marking the full check here ===========
                              
                              bash
                              Script v.2026-01-31
                              
                              *** BASE SYSTEM ***
                              Operating System: Debian GNU/Linux 13 (trixie)
                               Static hostname: SlaveIOBroker
                                     Icon name: computer
                                        Kernel: Linux 6.12.75+rpt-rpi-v8
                                  Architecture: arm64
                              OS is similar to:
                              
                              Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                              Docker          : false
                              Virtualization  : none
                              Kernel          : aarch64
                              Userland        : 64 bit
                              
                              Systemuptime and Load:
                               12:49:23 up 16:18,  1 user,  load average: 0.34, 0.15, 0.05
                              CPU threads: 4
                              
                              
                              *** LIFE CYCLE STATUS ***
                              Operating System is the current Debian stable version codenamed 'trixie'!
                              
                              *** RASPBERRY THROTTLING ***
                              Current issues:
                              No throttling issues detected.
                              
                              Previously detected issues:
                              No throttling issues detected.
                              
                              *** TIME AND TIMEZONES ***
                                             Local time: Thu 2026-03-26 12:49:23 CET
                                         Universal time: Thu 2026-03-26 11:49:23 UTC
                                               RTC time: n/a
                                              Time zone: Europe/Berlin (CET, +0100)
                              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 netdev gpio i2c spi render input iobroker
                              
                              User that is running 'js-controller':
                              iobroker
                              HOME=/home/iobroker
                              SUDO_HOME=/home/pi
                              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:            949M        263M        157M        7.2M        603M        686M
                              Swap:           948M          0B        948M
                              Total:          1.9G        263M        1.1G
                              
                              Active iob-Instances:   36
                              
                                        905 M total memory
                                        251 M used memory
                                        295 M active memory
                                        325 M inactive memory
                                        149 M free memory
                                         32 M buffer memory
                                        543 M swap cache
                                        904 M total swap
                                          0 M used swap
                                        904 M free swap
                              
                              *** top - Table Of Processes  ***
                              top - 12:49:24 up 16:18,  1 user,  load average: 0.48, 0.18, 0.06
                              Tasks: 155 total,   1 running, 154 sleeping,   0 stopped,   0 zombie
                              %Cpu(s):  1.9 us,  0.0 sy,  0.0 ni, 98.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                              MiB Mem :    906.0 total,    148.5 free,    252.5 used,    576.0 buff/cache
                              MiB Swap:    905.0 total,    905.0 free,      0.0 used.    653.5 avail Mem
                              
                              *** FAILED SERVICES ***
                              
                                UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                              * vcontrol.service loaded failed failed Viessmann heating systems interface
                              
                              Legend: LOAD   -> Reflects whether the unit definition was properly loaded.
                                      ACTIVE -> The high-level unit activation state, i.e. generalization of SUB.
                                      SUB    -> The low-level unit activation state, values depend on unit type.
                              
                              1 loaded units listed.
                              
                              
                              *** DMESG CRITICAL ERRORS ***
                              No critical errors detected
                              
                              *** FILESYSTEM ***
                              Filesystem     Type      Size  Used Avail Use% Mounted on
                              udev           devtmpfs  319M     0  319M   0% /dev
                              tmpfs          tmpfs     182M  4.1M  178M   3% /run
                              /dev/mmcblk0p2 ext4       15G  4.5G  9.1G  33% /
                              tmpfs          tmpfs     453M     0  453M   0% /dev/shm
                              tmpfs          tmpfs     5.0M   12K  5.0M   1% /run/lock
                              tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                              tmpfs          tmpfs     453M  2.8M  451M   1% /tmp
                              /dev/mmcblk0p1 vfat      510M   66M  445M  13% /boot/firmware
                              tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyS0.service
                              tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                              tmpfs          tmpfs      91M  8.0K   91M   1% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              [Wed Mar 25 20:30:41 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                              [Wed Mar 25 20:30:41 2026] EXT4-fs (mmcblk0p2): mounted filesystem 21724cc6-e5a3-48a1-8643-7917dba3a9fb ro with ordered data mode. Quota mo                                                                                                  de: none.
                              [Wed Mar 25 20:30:46 2026] EXT4-fs (mmcblk0p2): re-mounted 21724cc6-e5a3-48a1-8643-7917dba3a9fb r/w.
                              
                              Show mounted filesystems:
                              TARGET           SOURCE         FSTYPE OPTIONS
                              /                /dev/mmcblk0p2 ext4   rw,noatime,commit=600
                              `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                              
                              Files in neuralgic directories:
                              
                              /var:
                              1.3G    /var/
                              234M    /var/cache
                              229M    /var/cache/apt
                              182M    /var/lib
                              146M    /var/lib/apt
                              
                              Archived and active journals take up 2.9M in the file system.
                              
                              /opt/iobroker/backups:
                              4.0K    /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              111M    /opt/iobroker/iobroker-data/
                              64M     /opt/iobroker/iobroker-data/files
                              47M     /opt/iobroker/iobroker-data/files/admin.admin
                              46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                              46M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                              
                              The five largest files in iobroker-data are:
                              17M     /opt/iobroker/iobroker-data/objects.jsonl
                              8.2M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BDfRPp5J.js
                              5.1M    /opt/iobroker/iobroker-data/states.jsonl
                              3.7M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/assets/index-NCiLc44Q.js
                              3.7M    /opt/iobroker/iobroker-data/files/admin.admin/custom/assets/index-ZPb95xPG.js
                              
                              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-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0
                              
                              No nvbackup.json found.
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v22.22.1
                              /usr/bin/node           v22.22.1
                              /usr/bin/npm            10.9.4
                              /usr/bin/npx            10.9.4
                              
                              ✓ Node.js installation is correct
                              
                              nodejs:
                                Installed: 22.22.1-1nodesource1
                                Candidate: 22.22.2-1nodesource1
                                Version table:
                                   22.22.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                               *** 22.22.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                      100 /var/lib/dpkg/status
                                   22.22.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.21.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.20.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.19.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.15.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.13.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.5.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.4.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   22.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                   20.19.2+dfsg-1+deb13u1 500
                                      500 http://deb.debian.org/debian-security trixie-security/main arm64 Packages
                                   20.19.2+dfsg-1 500
                                      500 http://deb.debian.org/debian trixie/main arm64 Packages
                              
                              Temp directories causing deletion problem: 0
                              No problems detected
                              
                              Errors in npm tree: 0
                              No problems detected
                              
                              Checking for nodejs vulnerability:
                              
                              
                               █████  ██      ██           ██████   ██████   ██████  ██████         ██
                              ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                              ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                              ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                              ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                              
                              
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              At least one iobroker host is running.
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Hosts:
                              OldNo7NAS           OldNo7NAS (version: 7.0.7, hostname: OldNo7NAS     , alive, uptime: 14147)
                              SlaveIOBroker       SlaveIOBroker (version: 7.0.7, hostname: SlaveIOBroker , alive, uptime: 3349)
                              
                              Core adapters versions
                              js-controller:  7.0.7
                              admin:          7.7.22
                              javascript:     "javascript" not found
                              
                              nodejs modules from github:     0
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind:                                                                                                   0.0.0.0, run as: admin
                              + system.adapter.alexa2.0                 : alexa2                : OldNo7NAS                                -  enabled
                              + system.adapter.backitup.0               : backitup              : OldNo7NAS                                -  enabled
                                system.adapter.bambulab.0               : bambulab              : OldNo7NAS                                - disabled, port: 8883
                                system.adapter.birthdays.0              : birthdays             : OldNo7NAS                                - disabled
                              + system.adapter.device-reminder.0        : device-reminder       : OldNo7NAS                                -  enabled
                                system.adapter.devices.0                : devices               : OldNo7NAS                                - disabled
                              + system.adapter.discovery.0              : discovery             : OldNo7NAS                                -  enabled
                                system.adapter.ds18b20.0                : ds18b20               : SlaveIOBroker                            - disabled
                                system.adapter.dwd.0                    : dwd                   : OldNo7NAS                                -  enabled
                                system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: OldNo7NAS                                - disabled
                              + system.adapter.energiefluss.0           : energiefluss          : OldNo7NAS                                -  enabled
                                system.adapter.esphome.0                : esphome               : OldNo7NAS                                - disabled
                              + system.adapter.fb-checkpresence.0       : fb-checkpresence      : OldNo7NAS                                -  enabled
                              + system.adapter.fronius-solarweb.0       : fronius-solarweb      : OldNo7NAS                                -  enabled
                              + system.adapter.fronius.0                : fronius               : OldNo7NAS                                -  enabled
                              + system.adapter.fullybrowser.0           : fullybrowser          : OldNo7NAS                                -  enabled
                              + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                              + system.adapter.heizoel.0                : heizoel               : OldNo7NAS                                -  enabled
                              + system.adapter.history.0                : history               : OldNo7NAS                                -  enabled
                              + system.adapter.hmip.0                   : hmip                  : OldNo7NAS                                -  enabled
                              + system.adapter.homeconnect.0            : homeconnect           : OldNo7NAS                                -  enabled
                                system.adapter.ical.0                   : ical                  : OldNo7NAS                                -  enabled
                                system.adapter.ical.1                   : ical                  : OldNo7NAS                                - disabled
                                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : OldNo7NAS                                - disabled
                                system.adapter.influxdb.0               : influxdb              : OldNo7NAS                                - disabled, port: 8086
                              + system.adapter.iot.0                    : iot                   : OldNo7NAS                                -  enabled
                              + system.adapter.javascript.0             : javascript            : OldNo7NAS                                -  enabled
                              + system.adapter.linkeddevices.0          : linkeddevices         : OldNo7NAS                                -  enabled
                              + system.adapter.modbus.0                 : modbus                : OldNo7NAS                                -  enabled
                              + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind:                                                                                                   0.0.0.0
                              + system.adapter.pvforecast.0             : pvforecast            : OldNo7NAS                                -  enabled
                                system.adapter.reolink.0                : reolink               : OldNo7NAS                                - disabled
                                system.adapter.sayit.0                  : sayit                 : OldNo7NAS                                - disabled
                              + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind:                                                                                                   0.0.0.0
                              + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind:                                                                                                   0.0.0.0
                              + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind:                                                                                                   0.0.0.0, run as: admin
                              + system.adapter.smartgarden.0            : smartgarden           : OldNo7NAS                                -  enabled
                              + system.adapter.smartmeter.1             : smartmeter            : OldNo7NAS                                -  enabled
                              + system.adapter.snmp.0                   : snmp                  : OldNo7NAS                                -  enabled
                              + system.adapter.sourceanalytix.0         : sourceanalytix        : OldNo7NAS                                -  enabled
                                system.adapter.spritmonitor.0           : spritmonitor          : OldNo7NAS                                - disabled
                              + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                                system.adapter.tankerkoenig.0           : tankerkoenig          : OldNo7NAS                                - disabled
                                system.adapter.text2command.0           : text2command          : OldNo7NAS                                - disabled
                              + system.adapter.tr-064.0                 : tr-064                : OldNo7NAS                                -  enabled
                              + system.adapter.trashschedule.0          : trashschedule         : OldNo7NAS                                -  enabled
                                system.adapter.trashschedule.1          : trashschedule         : OldNo7NAS                                - disabled
                                system.adapter.tuya.0                   : tuya                  : OldNo7NAS                                - disabled
                              + system.adapter.upnp.0                   : upnp                  : OldNo7NAS                                -  enabled
                                system.adapter.viessmann.0              : viessmann             : SlaveIOBroker                            - disabled, port: 3002
                                system.adapter.vis-2.0                  : vis-2                 : OldNo7NAS                                - disabled
                                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : OldNo7NAS                                - disabled
                                system.adapter.vis-colorpicker.0        : vis-colorpicker       : OldNo7NAS                                - disabled
                                system.adapter.vis-google-fonts.0       : vis-google-fonts      : OldNo7NAS                                -  enabled
                                system.adapter.vis-history.0            : vis-history           : OldNo7NAS                                - disabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : OldNo7NAS                                - disabled
                                system.adapter.vis-icontwo.0            : vis-icontwo           : OldNo7NAS                                - disabled
                              + system.adapter.vis-inventwo.0           : vis-inventwo          : OldNo7NAS                                -  enabled
                                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : OldNo7NAS                                - disabled
                                system.adapter.vis-justgage.0           : vis-justgage          : OldNo7NAS                                - disabled
                                system.adapter.vis-material-advanced.0  : vis-material-advanced : OldNo7NAS                                - disabled
                                system.adapter.vis-materialdesign.0     : vis-materialdesign    : OldNo7NAS                                - disabled
                                system.adapter.vis-metro.0              : vis-metro             : OldNo7NAS                                - disabled
                                system.adapter.vis-plumb.0              : vis-plumb             : OldNo7NAS                                - disabled
                                system.adapter.vis-rgraph.0             : vis-rgraph            : OldNo7NAS                                - disabled
                                system.adapter.vis-timeandweather.0     : vis-timeandweather    : OldNo7NAS                                - disabled
                                system.adapter.vis.0                    : vis                   : OldNo7NAS                                -  enabled
                                system.adapter.weatherunderground.0     : weatherunderground    : OldNo7NAS                                -  enabled
                              + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind:                                                                                                   0.0.0.0, run as: admin
                                system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : OldNo7NAS                                - disabled
                              + system.adapter.wled.0                   : wled                  : OldNo7NAS                                -  enabled
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.admin.0                  : admin                 : OldNo7NAS                                -  enabled, port: 8081, bind:                                                                                                   0.0.0.0, run as: admin
                              + system.adapter.hass.0                   : hass                  : OldNo7NAS                                -  enabled, port: 8123
                              + system.adapter.mqtt.0                   : mqtt                  : OldNo7NAS                                -  enabled, port: 1882, bind:                                                                                                   0.0.0.0
                              + system.adapter.shelly.0                 : shelly                : OldNo7NAS                                -  enabled, port: 1882, bind:                                                                                                   0.0.0.0
                              + system.adapter.shelly.1                 : shelly                : OldNo7NAS                                -  enabled, port: 1883, bind:                                                                                                   0.0.0.0
                              + system.adapter.simple-api.0             : simple-api            : OldNo7NAS                                -  enabled, port: 8087, bind:                                                                                                   0.0.0.0, run as: admin
                              + system.adapter.synology.0               : synology              : OldNo7NAS                                -  enabled, port: 5000
                              + system.adapter.web.0                    : web                   : OldNo7NAS                                -  enabled, port: 8082, bind:                                                                                                   0.0.0.0, run as: admin
                              
                              ioBroker-Repositories
                              ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                              │ (index) │ name               │ url                                                     │ auto upgrade │
                              ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                              │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                              │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                              │ 2       │ ''                 │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                              └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                              
                              Active repo(s): Stable (default)
                              Upgrade policy: none
                              
                              Installed ioBroker-Adapters
                              Used repository: Stable (default)
                              Adapter    "admin"        : 7.7.22   , installed 7.7.22
                              Adapter    "backitup"     : 3.3.14   , installed 3.3.14
                              Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                              Adapter    "ds18b20"      : 3.1.1    , installed 3.1.1
                              Controller "js-controller": 7.0.7    , installed 7.0.7
                              Adapter    "viessmann"    : 1.7.3    , installed 1.7.3
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        29035
                              States:         25923
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://deb.debian.org/debian trixie InRelease
                              Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                              Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                              Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                              Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                              Reading package lists...
                              Pending systemupdates: 1
                              
                              *** Listening Ports ***
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          8348       1055/sshd: /usr/sbi
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          4404       1/init
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          8350       1055/sshd: /usr/sbi
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          180        1/init
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          2464       1/init
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           101        5939       579/avahi-daemon: r
                              udp        0      0 0.0.0.0:53519           0.0.0.0:*                           101        5941       579/avahi-daemon: r
                              udp6       0      0 :::50076                :::*                                101        5942       579/avahi-daemon: r
                              udp6       0      0 fe80::ba27:ebff:fea:546 :::*                                0          7350       613/NetworkManager
                              udp6       0      0 :::111                  :::*                                0          4405       1/init
                              udp6       0      0 :::5353                 :::*                                101        5940       579/avahi-daemon: r
                              
                              *** Log File - Last 25 Lines ***
                              
                              2026-03-26 11:52:34.346  - info: ds18b20.0 (2600) terminating
                              2026-03-26 11:52:34.350  - info: ds18b20.0 (2600) Terminated (NO_ERROR): Without reason
                              2026-03-26 11:52:34.701  - info: ds18b20.0 (2600) terminating
                              2026-03-26 11:52:35.231  - info: host.SlaveIOBroker instance system.adapter.ds18b20.0 terminated with code 0 (NO_ERROR)
                              2026-03-26 11:52:35.232  - info: host.SlaveIOBroker All instances are stopped.
                              2026-03-26 11:52:35.444  - info: host.SlaveIOBroker terminated
                              2026-03-26 11:53:47.750  - info: host.SlaveIOBroker iobroker.js-controller version 7.0.7 js-controller starting
                              2026-03-26 11:53:47.761  - info: host.SlaveIOBroker Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
                              2026-03-26 11:53:47.764  - info: host.SlaveIOBroker hostname: SlaveIOBroker, node: v22.22.1
                              2026-03-26 11:53:47.766  - info: host.SlaveIOBroker ip addresses: 192.168.1.22 fd98:18cd:baca:0:ba27:ebff:feaf:cbe4 2003:db:6f07:b000:ba27:                                                                                                  ebff:feaf:cbe4 fe80::ba27:ebff:feaf:cbe4
                              2026-03-26 11:53:48.774  - info: host.SlaveIOBroker connected to Objects and States
                              2026-03-26 11:53:48.828  - info: host.SlaveIOBroker added notifications configuration of host
                              2026-03-26 11:53:50.313  - info: host.SlaveIOBroker 72 instances found
                              2026-03-26 11:53:50.369  - info: host.SlaveIOBroker starting 1 instance
                              2026-03-26 11:53:53.488  - info: host.SlaveIOBroker instance system.adapter.ds18b20.0 in version "3.1.1" started with pid 3856
                              2026-03-26 11:53:59.207  - info: ds18b20.0 (3856) starting. Version 3.1.1 in /opt/iobroker/node_modules/iobroker.ds18b20, node: v22.22.1, j                                                                                                  s-controller: 7.0.7
                              2026-03-26 11:53:59.435  - warn: ds18b20.0 (3856) No sensors configured or enabled!
                              2026-03-26 11:56:11.029  - info: host.SlaveIOBroker "system.adapter.ds18b20.0" disabled
                              2026-03-26 11:56:11.034  - info: host.SlaveIOBroker stopInstance system.adapter.ds18b20.0 (force=false, process=true)
                              2026-03-26 11:56:11.189  - info: ds18b20.0 (3856) Got terminate signal TERMINATE_YOURSELF
                              2026-03-26 11:56:11.218  - info: host.SlaveIOBroker stopInstance system.adapter.ds18b20.0 send kill signal
                              2026-03-26 11:56:11.289  - info: ds18b20.0 (3856) terminating
                              2026-03-26 11:56:11.292  - info: ds18b20.0 (3856) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              2026-03-26 11:56:11.693  - info: ds18b20.0 (3856) terminating
                              2026-03-26 11:56:12.378  - info: host.SlaveIOBroker instance system.adapter.ds18b20.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATIO                                                                                                  N)
                              
                              
                              
                              ============ Mark until here for C&P =============
                              
                              iob diag has finished.
                              
                              
                              pi@SlaveIOBroker:~ $ ========== Start marking the full check here ===========
                              
                              bash
                              Script v.2026-01-31
                              
                              *** BASE SYSTEM ***
                              Operating System: Debian GNU/Linux 13 (trixie)
                               Static hostname: SlaveIOBroker
                                     Icon name: computer
                                        Kernel: Linux 6.12.75+rpt-rpi-v8
                                  Architecture: arm64
                              OS is similar to:
                              
                              Model           : Raspberry Pi 3 Model B Plus Rev 1.3
                              Docker          : false
                              Virtualization  : none
                              Kernel          : aarch64
                              Userland        : 64 bit
                              
                              Systemuptime and Load:
                               12:49:23 up 16:18,  1 user,  load average: 0.34, 0.15, 0.05
                              CPU threads: 4
                              
                              
                              *** LIFE CYCLE STATUS ***
                              Operating System is the current Debian stable version codenamed 'trixie'!
                              
                              *** RASPBERRY THROTTLING ***
                              Current issues:
                              No throttling issues detected.
                              
                              Previously detected issues:
                              No throttling issues detected.
                              
                              *** TIME AND TIMEZONES ***
                                             Local time: Thu 2026-03-26 12:49:23 CET
                                         Universal time: Thu 2026-03-26 11:49:23 UTC
                                               RTC time: n/a
                                              Time zone: Europe/Berlin (CET, +0100)
                              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 netdev gpio i2c spi render input iobroker
                              
                              User that is running 'js-controller':
                              iobroker
                              HOME=/home/iobroker
                              SUDO_HOME=/home/pi
                              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
                              
                              
                              
                              1 Antwort Letzte Antwort
                              0
                              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

                              775

                              Online

                              32.7k

                              Benutzer

                              82.6k

                              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