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. js-controller updaten

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

js-controller updaten

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
63 Beiträge 8 Kommentatoren 9.2k Aufrufe 7 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.
  • E Erich 1

    @thomas-braun Beginnend ab da habe ich Verständnisprobleme und danach sowieso...

    Wenn in der Liste irgendwas mit bullseye-backports oder bullseye-propsed-updates oder ähnliches auftauchen sollte, dann ist diese Quelle zuvor zu deaktivieren. Ebenso andere manuelle Eingriffe in die Paket-Datenbank. Z.B. ein apt-hold auf das Paket 'udev' ist ja von einigen getätigt worden, diese Sperren müssen aufgehoben werden. Kann man per
    
    apt-mark showhold
    
    prüfen. Die aufgelisteten Pakete dann mit
    
    sudo apt-mark unhold `apt-mark showhold`
    
    wieder frei laufen lassen.
    
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #41

    @erich-1 sagte in js-controller updaten:

    Wenn in der Liste irgendwas mit bullseye-backports oder bullseye-propsed-updates auftaucht.

    Tut es das denn? Wenn nicht, dann musst du den Part ja auch nicht machen.

    Eigentlich kann man die Befehle so in das Terminal hacken. Sofern sie denn überhaupt notwendig sind.

    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
    • E Erich 1

      Ich wollte einige Adapter updaten und habe dabei festgestellt, dass der installierte js-controller 4.0.24 dermaßen veraltet ist und upgedatet werden muss. Deswegen lassen sich auch einige Adapter nicht updaten.

      Die aktuelle Version des js-controller ist derzeit 7.0.6 und mir ist im Moment überhaupt noch nicht klar, wie ich den js-controller am einfachsten update. Alles was ich bisher dazu gelesenhabe, schrecht mich eigentlich etwas ab, das ohne erfahrene Hilfe in Eigenregie durchzuühren.

      Kann mir jemand sagen wie ich das am sinnvollsten anstelle und was ich beachten muss? Ein Backup der Installation ist durchgeführt.

      Mein ioBroker läuft auf einem Mini-PC unter Proxmox in einer VM

      S Offline
      S Offline
      saeft_2003
      Most Active
      schrieb am zuletzt editiert von
      #42

      @erich-1

      also ich würde das so machen.

      1. Altes proxmox backup wiederherstellen damit VIS wieder läuft.

      2. Neue VM/LXC erstellen Debian installieren und danach iobroker.

      3. Alte VM/LXC abschalten und neue VM/LXC die gleiche IP Adresse vergeben.

      4. iobroker backup einspielen (kann dauern). Danach sollte alles aktuell sein.

      proxmox ist dafür eigentlich perfekt...

      E HomoranH 2 Antworten Letzte Antwort
      0
      • S saeft_2003

        @erich-1

        also ich würde das so machen.

        1. Altes proxmox backup wiederherstellen damit VIS wieder läuft.

        2. Neue VM/LXC erstellen Debian installieren und danach iobroker.

        3. Alte VM/LXC abschalten und neue VM/LXC die gleiche IP Adresse vergeben.

        4. iobroker backup einspielen (kann dauern). Danach sollte alles aktuell sein.

        proxmox ist dafür eigentlich perfekt...

        E Offline
        E Offline
        Erich 1
        schrieb am zuletzt editiert von
        #43

        @saeft_2003 Die Gedanken hatte ich heute Nacht auch.

        Schritt 1 ist vollzogen und es läuft wieder alles normal. Schritt 2 folgt in den nächsten Tagen, wenn ich wieder etwas normalisiert bin ...

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • E Erich 1

          @saeft_2003 Die Gedanken hatte ich heute Nacht auch.

          Schritt 1 ist vollzogen und es läuft wieder alles normal. Schritt 2 folgt in den nächsten Tagen, wenn ich wieder etwas normalisiert bin ...

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

          @erich-1

          Und dann halte die Kiste und die Installationen darauf immer aktuell...

          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
          • S saeft_2003

            @erich-1

            also ich würde das so machen.

            1. Altes proxmox backup wiederherstellen damit VIS wieder läuft.

            2. Neue VM/LXC erstellen Debian installieren und danach iobroker.

            3. Alte VM/LXC abschalten und neue VM/LXC die gleiche IP Adresse vergeben.

            4. iobroker backup einspielen (kann dauern). Danach sollte alles aktuell sein.

            proxmox ist dafür eigentlich perfekt...

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

            @saeft_2003 sagte in js-controller updaten:

            iobroker backup einspielen

            das geht nicht (so einfach)!
            Dazu ist der Versionssprung zu hoch

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

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

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @saeft_2003 sagte in js-controller updaten:

              iobroker backup einspielen

              das geht nicht (so einfach)!
              Dazu ist der Versionssprung zu hoch

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

              @homoran sagte in js-controller updaten:

              Dazu ist der Versionssprung zu hoch

              Stimmt auffallend.
              Ich würde das ja immer noch nacheinander auf Stand bringen.

              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

              E 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @homoran sagte in js-controller updaten:

                Dazu ist der Versionssprung zu hoch

                Stimmt auffallend.
                Ich würde das ja immer noch nacheinander auf Stand bringen.

                E Offline
                E Offline
                Erich 1
                schrieb am zuletzt editiert von
                #47

                @thomas-braun Dann bleibt mir wohl nur eine komplette Neuinstallation. Das hat den Vorteil, dass ich ein paar Unstimmigkeiten ausmerzen kann ...

                E Thomas BraunT 2 Antworten Letzte Antwort
                -1
                • E Erich 1

                  @thomas-braun Dann bleibt mir wohl nur eine komplette Neuinstallation. Das hat den Vorteil, dass ich ein paar Unstimmigkeiten ausmerzen kann ...

                  E Offline
                  E Offline
                  Erich 1
                  schrieb am zuletzt editiert von
                  #48

                  @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                  T S crunchipC 3 Antworten Letzte Antwort
                  0
                  • E Erich 1

                    @thomas-braun Dann bleibt mir wohl nur eine komplette Neuinstallation. Das hat den Vorteil, dass ich ein paar Unstimmigkeiten ausmerzen kann ...

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

                    @erich-1 sagte in js-controller updaten:

                    Dann bleibt mir wohl nur eine komplette Neuinstallation.

                    Oder mit dem System beschäftigen und verstehen, wie man damit umgeht.

                    Außerdem gilt auch noch:

                    @homoran sagte in js-controller updaten:

                    iobroker backup einspielen

                    das geht nicht (so einfach)!
                    Dazu ist der Versionssprung zu hoch

                    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

                    E 1 Antwort Letzte Antwort
                    0
                    • E Erich 1

                      @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                      T Nicht stören
                      T Nicht stören
                      ticaki
                      schrieb am zuletzt editiert von
                      #50

                      @erich-1 sagte in js-controller updaten:

                      @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                      Ja, ich hab den Promox Backup Server (PBS) installiert und damit etwas "rumgespielt". Dann angefangen damit meine Backups zu sichern... Und etwas später ist mir dann die Idee gekommen meinen x64 hauptrechner mit dem PBS Image von einem kleinen USB-Stick zu booten, und das System auf einem großen USB-Stick zu installieren - den stecke ich jetzt alle paar Wochen in den Windowskiste boote von ihm und syncronisiere den mit meinem normalen PBS - das wird zwar im Notfall dann ein gefummel werden... Aber wenn mir das alles abraucht, kommt darauf dann auch nicht mehr an.

                      Weather-Warnings Espresense NSPanel-Lovelace-ui Tagesschau

                      Spenden

                      1 Antwort Letzte Antwort
                      0
                      • E Erich 1

                        @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                        S Offline
                        S Offline
                        saeft_2003
                        Most Active
                        schrieb am zuletzt editiert von
                        #51

                        @erich-1 sagte in js-controller updaten:

                        @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                        Bei tuxis bekommt man kostenlos 160 GB PBS kostenlos. Das läuft bei mir seit Monaten ohne Probleme.

                        T 1 Antwort Letzte Antwort
                        0
                        • E Erich 1

                          @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #52

                          @erich-1 Möglichkeiten gibt es einige, jedoch ohne Grundlagenkenntnisse in Sachen Linux eher schwierig.

                          umgestiegen von Proxmox auf Unraid

                          1 Antwort Letzte Antwort
                          0
                          • S saeft_2003

                            @erich-1 sagte in js-controller updaten:

                            @erich-1 Gibt es eigentlich eine Möglichkeit, die VM einer Proxmox-Installation irgendwie ausserhalb zu sichern?

                            Bei tuxis bekommt man kostenlos 160 GB PBS kostenlos. Das läuft bei mir seit Monaten ohne Probleme.

                            T Nicht stören
                            T Nicht stören
                            ticaki
                            schrieb am zuletzt editiert von
                            #53

                            @saeft_2003 sagte in js-controller updaten:

                            tuxis

                            Das gibts zur Zeit leider nicht für Neukunden. Sonst wäre ich auch dort. :)

                            Weather-Warnings Espresense NSPanel-Lovelace-ui Tagesschau

                            Spenden

                            S 1 Antwort Letzte Antwort
                            0
                            • T ticaki

                              @saeft_2003 sagte in js-controller updaten:

                              tuxis

                              Das gibts zur Zeit leider nicht für Neukunden. Sonst wäre ich auch dort. :)

                              S Offline
                              S Offline
                              saeft_2003
                              Most Active
                              schrieb am zuletzt editiert von
                              #54

                              @ticaki

                              Oh ok dann war das mal so…

                              1 Antwort Letzte Antwort
                              0
                              • T Nicht stören
                                T Nicht stören
                                ticaki
                                schrieb am zuletzt editiert von
                                #55

                                @saeft_2003
                                Da steht das es wegen eines Bugs in PBS aktuell die kostenlose Version nicht gibt. Kann mal also auf dem Schirm behalten :)

                                Weather-Warnings Espresense NSPanel-Lovelace-ui Tagesschau

                                Spenden

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @erich-1 sagte in js-controller updaten:

                                  Dann bleibt mir wohl nur eine komplette Neuinstallation.

                                  Oder mit dem System beschäftigen und verstehen, wie man damit umgeht.

                                  Außerdem gilt auch noch:

                                  @homoran sagte in js-controller updaten:

                                  iobroker backup einspielen

                                  das geht nicht (so einfach)!
                                  Dazu ist der Versionssprung zu hoch

                                  E Offline
                                  E Offline
                                  Erich 1
                                  schrieb am zuletzt editiert von
                                  #56

                                  @thomas-braun said in js-controller updaten:

                                  @erich-1 sagte in js-controller updaten:

                                  Außerdem gilt auch noch:

                                  @homoran sagte in js-controller updaten:

                                  Nein, ich bastle mir eine weitere VM mit dem aktuellen debian und setze den ioBroker darauf neu auf. Der alte läuft ja soweit wieder, dass ich da keine Eile habe...

                                  1 Antwort Letzte Antwort
                                  0
                                  • E Erich 1

                                    Ich wollte einige Adapter updaten und habe dabei festgestellt, dass der installierte js-controller 4.0.24 dermaßen veraltet ist und upgedatet werden muss. Deswegen lassen sich auch einige Adapter nicht updaten.

                                    Die aktuelle Version des js-controller ist derzeit 7.0.6 und mir ist im Moment überhaupt noch nicht klar, wie ich den js-controller am einfachsten update. Alles was ich bisher dazu gelesenhabe, schrecht mich eigentlich etwas ab, das ohne erfahrene Hilfe in Eigenregie durchzuühren.

                                    Kann mir jemand sagen wie ich das am sinnvollsten anstelle und was ich beachten muss? Ein Backup der Installation ist durchgeführt.

                                    Mein ioBroker läuft auf einem Mini-PC unter Proxmox in einer VM

                                    K Offline
                                    K Offline
                                    Kodo_sh
                                    schrieb am zuletzt editiert von
                                    #57

                                    Moin zusammen,

                                    da ich leider auch nicht so der Linux crack bin, möchte ich mich bei der Frage von Erich mit einklinken.
                                    Vor allem weil ich mir in der Verangenheit schonmal mein system geschrottet habe.

                                    Wie update ich sicher auf die aktuelle JS?
                                    Was habe ich bereits gemacht? Apt-get update&upgrade, iobroker fix

                                    Würde mich sehr über eure unterstützung freuen.
                                    Danke schon mal
                                    Alex

                                    Anbei mein Log

                                    *** BASE SYSTEM ***
                                     Static hostname: iobroker
                                           Icon name: computer-desktop
                                             Chassis: desktop 🖥️
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.1.0-21-amd64
                                        Architecture: x86-64
                                     Hardware Vendor: Lenovo
                                      Hardware Model: ThinkCentre M92p
                                    Firmware Version: 9SKT9CAUS
                                    OS is similar to:
                                    
                                    model name      : Intel(R) Core(TM) i5-3470T CPU @ 2.90GHz
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : x86_64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     08:58:22 up 370 days, 20:00,  2 users,  load average: 0.69, 0.57, 0.46
                                    CPU threads: 4
                                    
                                    
                                    *** LIFE CYCLE STATUS ***
                                    Operating System is the current Debian stable version codenamed 'bookworm'!
                                    
                                    *** TIME AND TIMEZONES ***
                                                   Local time: Thu 2025-06-05 08:58:22 CEST
                                               Universal time: Thu 2025-06-05 06:58:22 UTC
                                                     RTC time: Thu 2025-06-05 06:58:22
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    iobroker
                                    HOME=/home/iobroker
                                    GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                    
                                    User that is running 'js-controller':
                                    js-controller is not running
                                    
                                    A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!
                                    A root login is not required in most Linux Distributions.
                                    Run 'iobroker fix' or use the system tools to create a user.
                                    *** DISPLAY-SERVER SETUP ***
                                    Display-Server: false
                                    Desktop:
                                    Terminal:       tty
                                    
                                    System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            3.9G        443M        2.0G        204K        1.7G        3.4G
                                    Swap:           1.0G        3.2M        1.0G
                                    Total:          4.9G        446M        3.0G
                                    
                                    Active iob-Instances:   1
                                    
                                             3706 M total memory
                                              423 M used memory
                                              924 M active memory
                                              511 M inactive memory
                                             1931 M free memory
                                              698 M buffer memory
                                              932 M swap cache
                                              974 M total swap
                                                3 M used swap
                                              971 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 08:58:23 up 370 days, 20:00,  2 users,  load average: 0.69, 0.57, 0.46
                                    Tasks: 115 total,   1 running, 114 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :   3706.3 total,   1930.7 free,    424.7 used,   1630.9 buff/cache
                                    MiB Swap:    975.0 total,    971.9 free,      3.1 used.   3281.6 avail Mem
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                    * iobroker.service loaded failed failed ioBroker Server
                                    
                                    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  1.8G     0  1.8G   0% /dev
                                    tmpfs          tmpfs     371M  700K  370M   1% /run
                                    /dev/sda1      ext4      457G  7.8G  426G   2% /
                                    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                    tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                    tmpfs          tmpfs     371M     0  371M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Thu May 30 12:57:47 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Thu May 30 12:57:49 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET SOURCE    FSTYPE OPTIONS
                                    /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    903M    /var/
                                    456M    /var/cache
                                    449M    /var/cache/apt
                                    373M    /var/cache/apt/archives
                                    267M    /var/log
                                    
                                    Hint: You are currently not seeing messages from other users and the system.
                                          Users in groups 'adm', 'systemd-journal' can see all messages.
                                          Pass -q to turn off this notice.
                                    Archived and active journals take up 100.5M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    139M    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    951M    /opt/iobroker/iobroker-data/
                                    882M    /opt/iobroker/iobroker-data/files
                                    617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                    24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                    24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                    11M     /opt/iobroker/iobroker-data/objects.jsonl
                                    9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    No Devices found 'by-id'
                                    
                                    *** ZigBee Settings ***
                                    Zigbee Network Settings on your coordinator/in nvbackup are:
                                    
                                    zigbee.X
                                    Extended Pan ID:
                                    *** MASKED ***
                                    Pan ID:
                                    *** MASKED ***
                                    Channel:
                                    *** MASKED ***
                                    Network Key:
                                    *** MASKED ***
                                    
                                    To unmask the settings run 'iob diag --unmask'
                                    
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.19.0
                                    /usr/bin/node           v18.19.0
                                    /usr/bin/npm            9.2.0
                                    /usr/bin/npx            9.2.0
                                    corepack:       N/A
                                    *** nodejs is NOT correctly installed ***
                                    
                                    nodejs:
                                      Installed: 18.19.0+dfsg-6~deb12u2
                                      Candidate: 18.19.0+dfsg-6~deb12u2
                                      Version table:
                                     *** 18.19.0+dfsg-6~deb12u2 500
                                            500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         18.19.0+dfsg-6~deb12u1 500
                                            500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                         18.17.1-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
                                    
                                    Temp directories causing deletion problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is not running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Hosts:
                                    iobroker            iobroker (version: 5.0.19, hostname: iobroker      , alive, uptime: 32038930)
                                    
                                    Core adapters versions
                                    js-controller:  5.0.19
                                    admin:          7.6.17
                                    javascript:     8.8.3
                                    
                                    nodejs modules from github:     1
                                    | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                                    
                                    Adapter State
                                      system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                      system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                      system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                      system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                      system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                      system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                      system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                      system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                      system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                      system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                      system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                      system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                      system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                      system.adapter.sprinklecontrol.0        : sprinklecontrol       : iobroker                                 - disabled
                                      system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                      system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 - disabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 - disabled
                                      system.adapter.vis-history.0            : vis-history           : iobroker                                 - disabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                                      system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                      system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                                      system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                      system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                      system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 - disabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                      system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                                      system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                      system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      system.adapter.worx.0                   : worx                  : iobroker                                 -  enabled
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                      system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                      system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                      system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                      system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): stable
                                    
                                    Installed ioBroker-Adapters
                                    Used repository: stable
                                    Adapter    "admin"        : 7.6.17   , installed 7.6.17
                                    Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                    Adapter    "backitup"     : 3.2.2    , installed 3.0.31 [Updatable]
                                    Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                    Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                                    Adapter    "fb-checkpresence": 1.3.1 , installed 1.3.1
                                    Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                    Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                    Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                    Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                    Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                    Adapter    "javascript"   : 8.9.2    , installed 8.8.3  [Updatable]
                                    Controller "js-controller": 7.0.6    , installed 5.0.19 [Updatable]
                                    Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                    Adapter    "shelly"       : 9.5.1    , installed 8.5.1  [Updatable]
                                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                    Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                    Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                    Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                    Adapter    "synology"     : 3.1.0    , installed 3.1.0
                                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-icontwo"  : 1.11.0   , installed 1.11.0
                                    Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.4  [Updatable]
                                    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-metro"    : 1.2.0    , installed 1.2.0
                                    Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "vis-weather"  : 2.5.11   , installed 2.5.9  [Updatable]
                                    Adapter    "web"          : 7.0.8    , installed 6.2.5  [Updatable]
                                    Adapter    "worx"         : 3.2.0    , installed 3.1.1  [Updatable]
                                    Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        9167
                                    States:         7645
                                    
                                    *** 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://security.debian.org/debian-security bookworm-security InRelease
                                    Hit:4 https://deb.nodesource.com/node_18.x bookworm InRelease
                                    Reading package lists...
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          14796      1/systemd
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          137652652  694306/sshd: /usr/s
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          14798      1/systemd
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          137652654  694306/sshd: /usr/s
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17515      401/dhclient
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          14797      1/systemd
                                    udp6       0      0 :::111                  :::*                                0          14799      1/systemd
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2025-06-05 08:56:25.411  - info: host.iobroker instance system.adapter.worx.0 terminated with code null ()
                                    2025-06-05 08:56:25.411  - info: host.iobroker All instances are stopped.
                                    2025-06-05 08:56:25.413  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]: Error: DB closed
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Object.onceWrapper (node:events:632:26)
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Socket.emit (node:events:517:28)
                                    2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Socket.emit (node:domain:489:12)
                                    2025-06-05 08:56:25.417  - error: host.iobroker Caught by controller[1]:     at TCP.<anonymous> (node:net:351:12)
                                    2025-06-05 08:56:25.417  - warn: host.iobroker instance system.adapter.shelly.0 terminated due to SIGTERM
                                    2025-06-05 08:56:25.417  - info: host.iobroker instance system.adapter.shelly.0 terminated with code null ()
                                    2025-06-05 08:56:25.417  - info: host.iobroker All instances are stopped.
                                    2025-06-05 08:56:25.978  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                    2025-06-05 08:56:25.978  - info: host.iobroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                    2025-06-05 08:56:25.979  - info: host.iobroker All instances are stopped.
                                    2025-06-05 08:56:25.983  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                    2025-06-05 08:56:25.984  - info: host.iobroker instance system.adapter.shelly.1 terminated with code 0 (NO_ERROR)
                                    2025-06-05 08:56:25.984  - info: host.iobroker All instances are stopped.
                                    2025-06-05 08:56:26.083  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                    2025-06-05 08:56:26.084  - warn: host.iobroker instance system.adapter.alexa2.0 terminated due to SIGTERM
                                    2025-06-05 08:56:26.084  - info: host.iobroker instance system.adapter.alexa2.0 terminated with code null ()
                                    2025-06-05 08:56:26.084  - info: host.iobroker All instances are stopped.
                                    2025-06-05 08:56:26.214  - info: host.iobroker terminated
                                    
                                    

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

                                    iob diag has finished.

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • K Kodo_sh

                                      Moin zusammen,

                                      da ich leider auch nicht so der Linux crack bin, möchte ich mich bei der Frage von Erich mit einklinken.
                                      Vor allem weil ich mir in der Verangenheit schonmal mein system geschrottet habe.

                                      Wie update ich sicher auf die aktuelle JS?
                                      Was habe ich bereits gemacht? Apt-get update&upgrade, iobroker fix

                                      Würde mich sehr über eure unterstützung freuen.
                                      Danke schon mal
                                      Alex

                                      Anbei mein Log

                                      *** BASE SYSTEM ***
                                       Static hostname: iobroker
                                             Icon name: computer-desktop
                                               Chassis: desktop 🖥️
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                                Kernel: Linux 6.1.0-21-amd64
                                          Architecture: x86-64
                                       Hardware Vendor: Lenovo
                                        Hardware Model: ThinkCentre M92p
                                      Firmware Version: 9SKT9CAUS
                                      OS is similar to:
                                      
                                      model name      : Intel(R) Core(TM) i5-3470T CPU @ 2.90GHz
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : x86_64
                                      Userland        : 64 bit
                                      
                                      Systemuptime and Load:
                                       08:58:22 up 370 days, 20:00,  2 users,  load average: 0.69, 0.57, 0.46
                                      CPU threads: 4
                                      
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Operating System is the current Debian stable version codenamed 'bookworm'!
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Thu 2025-06-05 08:58:22 CEST
                                                 Universal time: Thu 2025-06-05 06:58:22 UTC
                                                       RTC time: Thu 2025-06-05 06:58:22
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      iobroker
                                      HOME=/home/iobroker
                                      GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                      
                                      User that is running 'js-controller':
                                      js-controller is not running
                                      
                                      A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!
                                      A root login is not required in most Linux Distributions.
                                      Run 'iobroker fix' or use the system tools to create a user.
                                      *** DISPLAY-SERVER SETUP ***
                                      Display-Server: false
                                      Desktop:
                                      Terminal:       tty
                                      
                                      System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            3.9G        443M        2.0G        204K        1.7G        3.4G
                                      Swap:           1.0G        3.2M        1.0G
                                      Total:          4.9G        446M        3.0G
                                      
                                      Active iob-Instances:   1
                                      
                                               3706 M total memory
                                                423 M used memory
                                                924 M active memory
                                                511 M inactive memory
                                               1931 M free memory
                                                698 M buffer memory
                                                932 M swap cache
                                                974 M total swap
                                                  3 M used swap
                                                971 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 08:58:23 up 370 days, 20:00,  2 users,  load average: 0.69, 0.57, 0.46
                                      Tasks: 115 total,   1 running, 114 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :   3706.3 total,   1930.7 free,    424.7 used,   1630.9 buff/cache
                                      MiB Swap:    975.0 total,    971.9 free,      3.1 used.   3281.6 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                      * iobroker.service loaded failed failed ioBroker Server
                                      
                                      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  1.8G     0  1.8G   0% /dev
                                      tmpfs          tmpfs     371M  700K  370M   1% /run
                                      /dev/sda1      ext4      457G  7.8G  426G   2% /
                                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                      tmpfs          tmpfs     371M     0  371M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Thu May 30 12:57:47 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Thu May 30 12:57:49 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET SOURCE    FSTYPE OPTIONS
                                      /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      903M    /var/
                                      456M    /var/cache
                                      449M    /var/cache/apt
                                      373M    /var/cache/apt/archives
                                      267M    /var/log
                                      
                                      Hint: You are currently not seeing messages from other users and the system.
                                            Users in groups 'adm', 'systemd-journal' can see all messages.
                                            Pass -q to turn off this notice.
                                      Archived and active journals take up 100.5M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      139M    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      951M    /opt/iobroker/iobroker-data/
                                      882M    /opt/iobroker/iobroker-data/files
                                      617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                      24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                      11M     /opt/iobroker/iobroker-data/objects.jsonl
                                      9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      No Devices found 'by-id'
                                      
                                      *** ZigBee Settings ***
                                      Zigbee Network Settings on your coordinator/in nvbackup are:
                                      
                                      zigbee.X
                                      Extended Pan ID:
                                      *** MASKED ***
                                      Pan ID:
                                      *** MASKED ***
                                      Channel:
                                      *** MASKED ***
                                      Network Key:
                                      *** MASKED ***
                                      
                                      To unmask the settings run 'iob diag --unmask'
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.19.0
                                      /usr/bin/node           v18.19.0
                                      /usr/bin/npm            9.2.0
                                      /usr/bin/npx            9.2.0
                                      corepack:       N/A
                                      *** nodejs is NOT correctly installed ***
                                      
                                      nodejs:
                                        Installed: 18.19.0+dfsg-6~deb12u2
                                        Candidate: 18.19.0+dfsg-6~deb12u2
                                        Version table:
                                       *** 18.19.0+dfsg-6~deb12u2 500
                                              500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           18.19.0+dfsg-6~deb12u1 500
                                              500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                           18.17.1-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x bookworm/main amd64 Packages
                                      
                                      Temp directories causing deletion problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is not running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      iobroker            iobroker (version: 5.0.19, hostname: iobroker      , alive, uptime: 32038930)
                                      
                                      Core adapters versions
                                      js-controller:  5.0.19
                                      admin:          7.6.17
                                      javascript:     8.8.3
                                      
                                      nodejs modules from github:     1
                                      | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                                      
                                      Adapter State
                                        system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                        system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                        system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                        system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                        system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                        system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                        system.adapter.influxdb.0               : influxdb              : iobroker                                 - disabled, port: 8086
                                        system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                        system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                        system.adapter.modbus.0                 : modbus                : iobroker                                 - disabled
                                        system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                        system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                        system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.sprinklecontrol.0        : sprinklecontrol       : iobroker                                 - disabled
                                        system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                        system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 - disabled
                                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 - disabled
                                        system.adapter.vis-history.0            : vis-history           : iobroker                                 - disabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                        system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                                        system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                        system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                                        system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                        system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                        system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 - disabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                        system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                                        system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                        system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        system.adapter.worx.0                   : worx                  : iobroker                                 -  enabled
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                        system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                        system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                        system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                        system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): stable
                                      
                                      Installed ioBroker-Adapters
                                      Used repository: stable
                                      Adapter    "admin"        : 7.6.17   , installed 7.6.17
                                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                      Adapter    "backitup"     : 3.2.2    , installed 3.0.31 [Updatable]
                                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                      Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                                      Adapter    "fb-checkpresence": 1.3.1 , installed 1.3.1
                                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                      Adapter    "javascript"   : 8.9.2    , installed 8.8.3  [Updatable]
                                      Controller "js-controller": 7.0.6    , installed 5.0.19 [Updatable]
                                      Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "shelly"       : 9.5.1    , installed 8.5.1  [Updatable]
                                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                      Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                      Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                      Adapter    "synology"     : 3.1.0    , installed 3.1.0
                                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                      Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                      Adapter    "vis-icontwo"  : 1.11.0   , installed 1.11.0
                                      Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.4  [Updatable]
                                      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-metro"    : 1.2.0    , installed 1.2.0
                                      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "vis-weather"  : 2.5.11   , installed 2.5.9  [Updatable]
                                      Adapter    "web"          : 7.0.8    , installed 6.2.5  [Updatable]
                                      Adapter    "worx"         : 3.2.0    , installed 3.1.1  [Updatable]
                                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        9167
                                      States:         7645
                                      
                                      *** 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://security.debian.org/debian-security bookworm-security InRelease
                                      Hit:4 https://deb.nodesource.com/node_18.x bookworm InRelease
                                      Reading package lists...
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          14796      1/systemd
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          137652652  694306/sshd: /usr/s
                                      tcp6       0      0 :::111                  :::*                    LISTEN      0          14798      1/systemd
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          137652654  694306/sshd: /usr/s
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17515      401/dhclient
                                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          14797      1/systemd
                                      udp6       0      0 :::111                  :::*                                0          14799      1/systemd
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2025-06-05 08:56:25.411  - info: host.iobroker instance system.adapter.worx.0 terminated with code null ()
                                      2025-06-05 08:56:25.411  - info: host.iobroker All instances are stopped.
                                      2025-06-05 08:56:25.413  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]: Error: DB closed
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Object.onceWrapper (node:events:632:26)
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Socket.emit (node:events:517:28)
                                      2025-06-05 08:56:25.416  - error: host.iobroker Caught by controller[1]:     at Socket.emit (node:domain:489:12)
                                      2025-06-05 08:56:25.417  - error: host.iobroker Caught by controller[1]:     at TCP.<anonymous> (node:net:351:12)
                                      2025-06-05 08:56:25.417  - warn: host.iobroker instance system.adapter.shelly.0 terminated due to SIGTERM
                                      2025-06-05 08:56:25.417  - info: host.iobroker instance system.adapter.shelly.0 terminated with code null ()
                                      2025-06-05 08:56:25.417  - info: host.iobroker All instances are stopped.
                                      2025-06-05 08:56:25.978  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                      2025-06-05 08:56:25.978  - info: host.iobroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                      2025-06-05 08:56:25.979  - info: host.iobroker All instances are stopped.
                                      2025-06-05 08:56:25.983  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                      2025-06-05 08:56:25.984  - info: host.iobroker instance system.adapter.shelly.1 terminated with code 0 (NO_ERROR)
                                      2025-06-05 08:56:25.984  - info: host.iobroker All instances are stopped.
                                      2025-06-05 08:56:26.083  - error: host.iobroker Cannot find view "system" for search "instance" : Connection is closed.
                                      2025-06-05 08:56:26.084  - warn: host.iobroker instance system.adapter.alexa2.0 terminated due to SIGTERM
                                      2025-06-05 08:56:26.084  - info: host.iobroker instance system.adapter.alexa2.0 terminated with code null ()
                                      2025-06-05 08:56:26.084  - info: host.iobroker All instances are stopped.
                                      2025-06-05 08:56:26.214  - info: host.iobroker terminated
                                      
                                      

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

                                      iob diag has finished.

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

                                      @kodo_sh sagte in js-controller updaten:

                                      A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'! A root login is not required in most Linux Distributions. Run 'iobroker fix' or use the system tools to create a user.

                                      Solltest du tun. Also:

                                      iob stop
                                      iob fix
                                      

                                      Dabei kannst du auch gleich

                                      System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'

                                      sowie

                                      Hint: You are currently not seeing messages from other users and the system.
                                      Users in groups 'adm', 'systemd-journal' can see all messages.

                                      dann korrigieren.

                                      Systemuptime and Load
                                      08:58:22 up 370 days, 20:00, 2 users, load average: 0.69, 0.57, 0.46

                                      Da mit Sicherheit Kernelupdates usw. bei den Updates dabei waren:

                                      sudo reboot
                                      

                                      *** nodejs is NOT correctly installed ***

                                      Mach das sauber:

                                      iob nodejs-update
                                      

                                      Und erst wenn Kiste dann robust aufgestellt ist:

                                      iob stop
                                      iob update
                                      iob upgrade self
                                      iob upgrade all 
                                      iob start
                                      

                                      Fertig.

                                      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

                                      K 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @kodo_sh sagte in js-controller updaten:

                                        A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'! A root login is not required in most Linux Distributions. Run 'iobroker fix' or use the system tools to create a user.

                                        Solltest du tun. Also:

                                        iob stop
                                        iob fix
                                        

                                        Dabei kannst du auch gleich

                                        System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'

                                        sowie

                                        Hint: You are currently not seeing messages from other users and the system.
                                        Users in groups 'adm', 'systemd-journal' can see all messages.

                                        dann korrigieren.

                                        Systemuptime and Load
                                        08:58:22 up 370 days, 20:00, 2 users, load average: 0.69, 0.57, 0.46

                                        Da mit Sicherheit Kernelupdates usw. bei den Updates dabei waren:

                                        sudo reboot
                                        

                                        *** nodejs is NOT correctly installed ***

                                        Mach das sauber:

                                        iob nodejs-update
                                        

                                        Und erst wenn Kiste dann robust aufgestellt ist:

                                        iob stop
                                        iob update
                                        iob upgrade self
                                        iob upgrade all 
                                        iob start
                                        

                                        Fertig.

                                        K Offline
                                        K Offline
                                        Kodo_sh
                                        schrieb am zuletzt editiert von
                                        #59

                                        @thomas-braun Super vielen lieben dank für die schnelle info.
                                        Mein system läuft wieder und ist up2date .

                                        ========== Start marking the full check here ===========
                                        
                                        ```bash
                                        Script v.2025-03-08
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: iobroker
                                               Icon name: computer-desktop
                                                 Chassis: desktop 🖥️
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.1.0-21-amd64
                                            Architecture: x86-64
                                         Hardware Vendor: Lenovo
                                          Hardware Model: ThinkCentre M92p
                                        Firmware Version: 9SKT9CAUS
                                        OS is similar to:
                                        
                                        model name      : Intel(R) Core(TM) i5-3470T CPU @ 2.90GHz
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : x86_64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         10:03:26 up 3 min,  2 users,  load average: 0.65, 0.62, 0.27
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'bookworm'!
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Thu 2025-06-05 10:03:26 CEST
                                                   Universal time: Thu 2025-06-05 08:03:26 UTC
                                                         RTC time: Thu 2025-06-05 08:03:27
                                                        Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        iobroker
                                        HOME=/home/iobroker
                                        GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                        
                                        User that is running 'js-controller':
                                        iobroker
                                        HOME=/home/iobroker
                                        GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                        
                                        A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!
                                        A root login is not required in most Linux Distributions.
                                        Run 'iobroker fix' or use the system tools to create a user.
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server: false
                                        Desktop:
                                        Terminal:       tty
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            3.9G        1.4G        2.3G        733K        387M        2.5G
                                        Swap:           1.0G          0B        1.0G
                                        Total:          4.9G        1.4G        3.3G
                                        
                                        Active iob-Instances:   16
                                        
                                                 3706 M total memory
                                                 1356 M used memory
                                                  139 M active memory
                                                 1208 M inactive memory
                                                 2196 M free memory
                                                   40 M buffer memory
                                                  329 M swap cache
                                                  974 M total swap
                                                    0 M used swap
                                                  974 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 10:03:27 up 3 min,  2 users,  load average: 0.65, 0.62, 0.27
                                        Tasks: 143 total,   1 running, 142 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni, 77.8 id, 22.2 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :   3706.3 total,   2195.9 free,   1357.5 used,    370.5 buff/cache
                                        MiB Swap:    975.0 total,    975.0 free,      0.0 used.   2348.8 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        0 loaded units listed.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        [sudo] password for iobroker:
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  1.8G     0  1.8G   0% /dev
                                        tmpfs          tmpfs     371M  696K  370M   1% /run
                                        /dev/sda1      ext4      457G  6.7G  427G   2% /
                                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                        tmpfs          tmpfs     371M     0  371M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Thu Jun  5 10:00:09 2025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                        [Thu Jun  5 10:00:12 2025] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                        
                                        Show mounted filesystems:
                                        TARGET SOURCE    FSTYPE OPTIONS
                                        /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        937M    /var/
                                        487M    /var/cache
                                        480M    /var/cache/apt
                                        403M    /var/cache/apt/archives
                                        275M    /var/log
                                        
                                        Hint: You are currently not seeing messages from other users and the system.
                                              Users in groups 'adm', 'systemd-journal' can see all messages.
                                              Pass -q to turn off this notice.
                                        Archived and active journals take up 100.5M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        161M    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        339M    /opt/iobroker/iobroker-data/
                                        265M    /opt/iobroker/iobroker-data/files
                                        57M     /opt/iobroker/iobroker-data/backup-objects
                                        48M     /opt/iobroker/iobroker-data/files/iot.admin
                                        47M     /opt/iobroker/iobroker-data/files/iot.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                        24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                        12M     /opt/iobroker/iobroker-data/objects.jsonl
                                        9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                                        8.8M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        
                                        *** ZigBee Settings ***
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v20.19.2
                                        /usr/bin/node           v20.19.2
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.31.0
                                        
                                        nodejs:
                                          Installed: 20.19.2-1nodesource1
                                          Candidate: 20.19.2-1nodesource1
                                          Version table:
                                         *** 20.19.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             20.19.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.11.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.8.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.6.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.3.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             18.19.0+dfsg-6~deb12u2 500
                                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://security.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
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        iobroker            iobroker (version: 7.0.6, hostname: iobroker      , alive, uptime: 219)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.6
                                        admin:          7.6.17
                                        javascript:     8.9.2
                                        
                                        nodejs modules from github:     1
                                        | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                        + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                          system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                        + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                          system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                        + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                        + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                        + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                          system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 - disabled
                                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sprinklecontrol.0        : sprinklecontrol       : iobroker                                 - disabled
                                        + system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                          system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 - disabled
                                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 - disabled
                                          system.adapter.vis-history.0            : vis-history           : iobroker                                 - disabled
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                          system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                                        + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                          system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                                          system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                          system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                          system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 - disabled
                                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                          system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                                          system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.worx.0                   : worx                  : iobroker                                 -  enabled
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                        + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        ioBroker-Repositories
                                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                        │ (index) │ name     │ url                                                     │ auto upgrade │
                                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                        
                                        Active repo(s): stable
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Adapters
                                        Used repository: stable
                                        Adapter    "admin"        : 7.6.17   , installed 7.6.17
                                        Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                        Adapter    "backitup"     : 3.2.2    , installed 3.2.2
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                                        Adapter    "fb-checkpresence": 1.3.1 , installed 1.3.1
                                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                        Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                        Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                        Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                                        Controller "js-controller": 7.0.6    , installed 7.0.6
                                        Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                        Adapter    "shelly"       : 9.5.1    , installed 9.5.1
                                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                        Adapter    "solarmanpv"   : 0.7.1    , installed 0.7.1
                                        Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                        Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                        Adapter    "synology"     : 3.1.0    , installed 3.1.0
                                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                        Adapter    "vis-icontwo"  : 1.11.0   , installed 1.11.0
                                        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-metro"    : 1.2.0    , installed 1.2.0
                                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                        Adapter    "vis-weather"  : 2.5.11   , installed 2.5.11
                                        Adapter    "web"          : 7.0.8    , installed 7.0.8
                                        Adapter    "worx"         : 3.2.0    , installed 3.2.0
                                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        9216
                                        States:         7780
                                        
                                        *** 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://security.debian.org/debian-security bookworm-security InRelease
                                        Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       18063      490/iobroker.js-con
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       18480      490/iobroker.js-con
                                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          15218      1/init
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17997      498/sshd: /usr/sbin
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       18699      737/io.sonoff.0
                                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1000       17156      784/io.shelly.1
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          15220      1/init
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          17999      498/sshd: /usr/sbin
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1000       18502      566/io.admin.0
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1000       18876      906/io.web.0
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17947      384/dhclient
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          15219      1/init
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       18277      705/io.shelly.0
                                        udp6       0      0 :::111                  :::*                                0          15221      1/init
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-06-05 10:03:36.628  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:40.912  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:41.664  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:50.539  - info: shelly.0 (705) [authEnabled] 192.168.178.84 (shellyuni / shellyuni-C8C9A31B3C7A / SHUNI-1#C8C9A31B3C7A#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:50.853  - info: shelly.0 (705) [authEnabled] 192.168.178.46 (shellyplug-s / shellyplug-s-C18521 / SHPLG-S#C18521#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:51.922  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:56.067  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:03:56.836  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:06.259  - info: shelly.0 (705) [authEnabled] 192.168.178.46 (shellyplug-s / shellyplug-s-C18521 / SHPLG-S#C18521#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:06.644  - info: shelly.0 (705) [authEnabled] 192.168.178.84 (shellyuni / shellyuni-C8C9A31B3C7A / SHUNI-1#C8C9A31B3C7A#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:07.217  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:11.229  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:12.072  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:14.341  - info: modbus.0 (690) Connected to slave 192.168.178.200
                                        2025-06-05 10:04:19.541  - warn: modbus.0 (690) [DevID_1] Poll error count: 4 code: "App Timeout"
                                        2025-06-05 10:04:21.054  - warn: modbus.0 (690) Error: undefined
                                        2025-06-05 10:04:21.055  - error: modbus.0 (690) Request timed out.
                                        2025-06-05 10:04:21.055  - error: modbus.0 (690) Client in error state.
                                        2025-06-05 10:04:21.521  - info: shelly.0 (705) [authEnabled] 192.168.178.46 (shellyplug-s / shellyplug-s-C18521 / SHPLG-S#C18521#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:22.056  - info: modbus.0 (690) Disconnected from slave 192.168.178.200
                                        2025-06-05 10:04:22.153  - info: shelly.0 (705) [authEnabled] 192.168.178.84 (shellyuni / shellyuni-C8C9A31B3C7A / SHUNI-1#C8C9A31B3C7A#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:22.532  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:23.803  - debug: alexa2.0 (666) Alexa-Remote HTTP2-PUSH: Send Ping
                                        2025-06-05 10:04:26.372  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                        2025-06-05 10:04:27.304  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                        
                                        

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

                                        iob diag has finished.

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • K Kodo_sh

                                          @thomas-braun Super vielen lieben dank für die schnelle info.
                                          Mein system läuft wieder und ist up2date .

                                          ========== Start marking the full check here ===========
                                          
                                          ```bash
                                          Script v.2025-03-08
                                          
                                          *** BASE SYSTEM ***
                                           Static hostname: iobroker
                                                 Icon name: computer-desktop
                                                   Chassis: desktop 🖥️
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                                    Kernel: Linux 6.1.0-21-amd64
                                              Architecture: x86-64
                                           Hardware Vendor: Lenovo
                                            Hardware Model: ThinkCentre M92p
                                          Firmware Version: 9SKT9CAUS
                                          OS is similar to:
                                          
                                          model name      : Intel(R) Core(TM) i5-3470T CPU @ 2.90GHz
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : x86_64
                                          Userland        : 64 bit
                                          
                                          Systemuptime and Load:
                                           10:03:26 up 3 min,  2 users,  load average: 0.65, 0.62, 0.27
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Operating System is the current Debian stable version codenamed 'bookworm'!
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Thu 2025-06-05 10:03:26 CEST
                                                     Universal time: Thu 2025-06-05 08:03:26 UTC
                                                           RTC time: Thu 2025-06-05 08:03:27
                                                          Time zone: Europe/Berlin (CEST, +0200)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** Users and Groups ***
                                          User that called 'iob diag':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                          
                                          User that is running 'js-controller':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout cdrom floppy sudo audio dip video plugdev users netdev
                                          
                                          A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!
                                          A root login is not required in most Linux Distributions.
                                          Run 'iobroker fix' or use the system tools to create a user.
                                          *** DISPLAY-SERVER SETUP ***
                                          Display-Server: false
                                          Desktop:
                                          Terminal:       tty
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            3.9G        1.4G        2.3G        733K        387M        2.5G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          4.9G        1.4G        3.3G
                                          
                                          Active iob-Instances:   16
                                          
                                                   3706 M total memory
                                                   1356 M used memory
                                                    139 M active memory
                                                   1208 M inactive memory
                                                   2196 M free memory
                                                     40 M buffer memory
                                                    329 M swap cache
                                                    974 M total swap
                                                      0 M used swap
                                                    974 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 10:03:27 up 3 min,  2 users,  load average: 0.65, 0.62, 0.27
                                          Tasks: 143 total,   1 running, 142 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni, 77.8 id, 22.2 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :   3706.3 total,   2195.9 free,   1357.5 used,    370.5 buff/cache
                                          MiB Swap:    975.0 total,    975.0 free,      0.0 used.   2348.8 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          [sudo] password for iobroker:
                                          No critical errors detected
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          udev           devtmpfs  1.8G     0  1.8G   0% /dev
                                          tmpfs          tmpfs     371M  696K  370M   1% /run
                                          /dev/sda1      ext4      457G  6.7G  427G   2% /
                                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                          tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                          tmpfs          tmpfs     371M     0  371M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Thu Jun  5 10:00:09 2025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Thu Jun  5 10:00:12 2025] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems:
                                          TARGET SOURCE    FSTYPE OPTIONS
                                          /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          937M    /var/
                                          487M    /var/cache
                                          480M    /var/cache/apt
                                          403M    /var/cache/apt/archives
                                          275M    /var/log
                                          
                                          Hint: You are currently not seeing messages from other users and the system.
                                                Users in groups 'adm', 'systemd-journal' can see all messages.
                                                Pass -q to turn off this notice.
                                          Archived and active journals take up 100.5M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          161M    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          339M    /opt/iobroker/iobroker-data/
                                          265M    /opt/iobroker/iobroker-data/files
                                          57M     /opt/iobroker/iobroker-data/backup-objects
                                          48M     /opt/iobroker/iobroker-data/files/iot.admin
                                          47M     /opt/iobroker/iobroker-data/files/iot.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                          24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                          12M     /opt/iobroker/iobroker-data/objects.jsonl
                                          9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                                          8.8M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          No Devices found 'by-id'
                                          
                                          *** ZigBee Settings ***
                                          Zigbee Network Settings on your coordinator/in nvbackup are:
                                          
                                          zigbee.X
                                          Extended Pan ID:
                                          *** MASKED ***
                                          Pan ID:
                                          *** MASKED ***
                                          Channel:
                                          *** MASKED ***
                                          Network Key:
                                          *** MASKED ***
                                          
                                          To unmask the settings run 'iob diag --unmask'
                                          
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v20.19.2
                                          /usr/bin/node           v20.19.2
                                          /usr/bin/npm            10.8.2
                                          /usr/bin/npx            10.8.2
                                          /usr/bin/corepack       0.31.0
                                          
                                          nodejs:
                                            Installed: 20.19.2-1nodesource1
                                            Candidate: 20.19.2-1nodesource1
                                            Version table:
                                           *** 20.19.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               20.19.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.18.3-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.18.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.18.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.15.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.13.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.12.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.12.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.11.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.8.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.6.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.5.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.3.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               20.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                               18.19.0+dfsg-6~deb12u2 500
                                                  500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                               18.19.0+dfsg-6~deb12u1 500
                                                  500 http://security.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
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          iobroker            iobroker (version: 7.0.6, hostname: iobroker      , alive, uptime: 219)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.6
                                          admin:          7.6.17
                                          javascript:     8.9.2
                                          
                                          nodejs modules from github:     1
                                          | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                          + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                            system.adapter.energiefluss.0           : energiefluss          : iobroker                                 - disabled
                                          + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                            system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                          + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                          + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                            system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                          + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 - disabled
                                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.sprinklecontrol.0        : sprinklecontrol       : iobroker                                 - disabled
                                          + system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                            system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 - disabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 - disabled
                                            system.adapter.vis-history.0            : vis-history           : iobroker                                 - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                            system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                                          + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                                            system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                            system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                            system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 - disabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                            system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.worx.0                   : worx                  : iobroker                                 -  enabled
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1889, bind: 0.0.0.0
                                          + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.synology.0               : synology              : iobroker                                 -  enabled, port: 5000
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │ name     │ url                                                     │ auto upgrade │
                                          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                          │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): stable
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Adapters
                                          Used repository: stable
                                          Adapter    "admin"        : 7.6.17   , installed 7.6.17
                                          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                          Adapter    "backitup"     : 3.2.2    , installed 3.2.2
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "energiefluss" : 3.6.2    , installed 3.6.2
                                          Adapter    "fb-checkpresence": 1.3.1 , installed 1.3.1
                                          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                          Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                          Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                                          Controller "js-controller": 7.0.6    , installed 7.0.6
                                          Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "shelly"       : 9.5.1    , installed 9.5.1
                                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                          Adapter    "solarmanpv"   : 0.7.1    , installed 0.7.1
                                          Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                          Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                          Adapter    "synology"     : 3.1.0    , installed 3.1.0
                                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                          Adapter    "vis-icontwo"  : 1.11.0   , installed 1.11.0
                                          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-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.11   , installed 2.5.11
                                          Adapter    "web"          : 7.0.8    , installed 7.0.8
                                          Adapter    "worx"         : 3.2.0    , installed 3.2.0
                                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        9216
                                          States:         7780
                                          
                                          *** 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://security.debian.org/debian-security bookworm-security InRelease
                                          Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                          Reading package lists...
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       18063      490/iobroker.js-con
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       18480      490/iobroker.js-con
                                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          15218      1/init
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17997      498/sshd: /usr/sbin
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       18699      737/io.sonoff.0
                                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1000       17156      784/io.shelly.1
                                          tcp6       0      0 :::111                  :::*                    LISTEN      0          15220      1/init
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          17999      498/sshd: /usr/sbin
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       18502      566/io.admin.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1000       18876      906/io.web.0
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17947      384/dhclient
                                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          15219      1/init
                                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       18277      705/io.shelly.0
                                          udp6       0      0 :::111                  :::*                                0          15221      1/init
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2025-06-05 10:03:36.628  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:40.912  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:41.664  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:50.539  - info: shelly.0 (705) [authEnabled] 192.168.178.84 (shellyuni / shellyuni-C8C9A31B3C7A / SHUNI-1#C8C9A31B3C7A#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:50.853  - info: shelly.0 (705) [authEnabled] 192.168.178.46 (shellyplug-s / shellyplug-s-C18521 / SHPLG-S#C18521#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:51.922  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:56.067  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:03:56.836  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:06.259  - info: shelly.0 (705) [authEnabled] 192.168.178.46 (shellyplug-s / shellyplug-s-C18521 / SHPLG-S#C18521#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:06.644  - info: shelly.0 (705) [authEnabled] 192.168.178.84 (shellyuni / shellyuni-C8C9A31B3C7A / SHUNI-1#C8C9A31B3C7A#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:07.217  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:11.229  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:12.072  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:14.341  - info: modbus.0 (690) Connected to slave 192.168.178.200
                                          2025-06-05 10:04:19.541  - warn: modbus.0 (690) [DevID_1] Poll error count: 4 code: "App Timeout"
                                          2025-06-05 10:04:21.054  - warn: modbus.0 (690) Error: undefined
                                          2025-06-05 10:04:21.055  - error: modbus.0 (690) Request timed out.
                                          2025-06-05 10:04:21.055  - error: modbus.0 (690) Client in error state.
                                          2025-06-05 10:04:21.521  - info: shelly.0 (705) [authEnabled] 192.168.178.46 (shellyplug-s / shellyplug-s-C18521 / SHPLG-S#C18521#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:22.056  - info: modbus.0 (690) Disconnected from slave 192.168.178.200
                                          2025-06-05 10:04:22.153  - info: shelly.0 (705) [authEnabled] 192.168.178.84 (shellyuni / shellyuni-C8C9A31B3C7A / SHUNI-1#C8C9A31B3C7A#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:22.532  - info: shelly.0 (705) [authEnabled] 192.168.178.25 (shellyrgbw2 / shellyrgbw2-AE7B3F / SHRGBW2#AE7B3F#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:23.803  - debug: alexa2.0 (666) Alexa-Remote HTTP2-PUSH: Send Ping
                                          2025-06-05 10:04:26.372  - info: shelly.0 (705) [authEnabled] 192.168.178.74 (shellydimmer2 / shellydimmer2-409151585823 / SHDM-2#409151585823#1): This device is not protected via restricted login (see adapter documentation for details)
                                          2025-06-05 10:04:27.304  - info: shelly.0 (705) [authEnabled] 192.168.178.42 (shellyix3 / shellyix3-483FDA8D44F7 / SHIX3-1#483FDA8D44F7#1): This device is not protected via restricted login (see adapter documentation for details)
                                          
                                          

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

                                          iob diag has finished.

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

                                          @kodo_sh sagte in js-controller updaten:

                                          Mein system läuft wieder und ist up2date .

                                          Naja...

                                          Einen User abseits von 'iobroker' solltest du anlegen. Hast du keinen schönen Vornamen? Oder halt den Nick im Forum oder sonst was gescheites...
                                          Dann wären auch diese beiden Meldungen weg:

                                          A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!

                                          A root login is not required in most Linux Distributions.

                                          Hint: You are currently not seeing messages from other users and the system.
                                          Users in groups 'adm', 'systemd-journal' can see all messages.

                                          Davon abgesehen steht das System aber nun gut da.
                                          Halte das ganze Ding regelmäßiger auf Stand.

                                          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

                                          K 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

                                          541

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          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