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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IOT: Keine Konfigurationsoberfläche nach Update auf 5.0.12

NEWS

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

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

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

IOT: Keine Konfigurationsoberfläche nach Update auf 5.0.12

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
21 Beiträge 4 Kommentatoren 285 Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D Offline
    D Offline
    derrapf
    schrieb am zuletzt editiert von
    #5

    Ok.
    Muss sagen: Copilot ist super. Hat reibungslos geklappt.
    Fall Andere auch Updaten müssen: Ich bin wie folgt vorgegangen:

    Node.js‑Update :

    iob stop
    iob nodejs-update 22
    iob start
    

    Danach prüfen:

    node -v
    # sollte v22.x anzeigen
    

    Dann:

    iob fix
    iob upgrade
    

    Vor dem Dist‑Upgrade sollte Bullseye vollständig aktuell sein:

    sudo apt update
    sudo apt upgrade
    sudo apt full-upgrade
    sudo apt --purge autoremove
    sudo reboot
    

    Nach dem Reboot:

    lsb_release -a
    # muss Bullseye anzeigen
    

    Dann in etc/apt/sources.list "bullseye" durch "trixie" ersetzt:

    deb http://ftp.de.debian.org/debian/ trixie main
    deb-src http://ftp.de.debian.org/debian/ trixie main
    
    deb http://security.debian.org/debian-security trixie-security main
    deb-src http://security.debian.org/debian-security trixie-security main
    
    deb http://ftp.de.debian.org/debian/ trixie-updates main
    deb-src http://ftp.de.debian.org/debian/ trixie-updates main
    

    Dann:

    sudo apt update
    sudo apt full-upgrade
    sudo reboot
    

    Dann hab ich sicherheitshalber nochmal

    iob fix
    iob upgrade
    

    gemacht

    Gruss Ralf

    Thomas BraunT 2 Antworten Letzte Antwort
    0
    • D Offline
      D Offline
      derrapf
      schrieb am zuletzt editiert von
      #6

      Aber:
      Das Problem mit dem IOT Adapter besteht leider weiter. Ich werde wohl erstmal ein Downgrade machen.
      Gruss Ralf

      1 Antwort Letzte Antwort
      0
      • D derrapf

        Ok.
        Muss sagen: Copilot ist super. Hat reibungslos geklappt.
        Fall Andere auch Updaten müssen: Ich bin wie folgt vorgegangen:

        Node.js‑Update :

        iob stop
        iob nodejs-update 22
        iob start
        

        Danach prüfen:

        node -v
        # sollte v22.x anzeigen
        

        Dann:

        iob fix
        iob upgrade
        

        Vor dem Dist‑Upgrade sollte Bullseye vollständig aktuell sein:

        sudo apt update
        sudo apt upgrade
        sudo apt full-upgrade
        sudo apt --purge autoremove
        sudo reboot
        

        Nach dem Reboot:

        lsb_release -a
        # muss Bullseye anzeigen
        

        Dann in etc/apt/sources.list "bullseye" durch "trixie" ersetzt:

        deb http://ftp.de.debian.org/debian/ trixie main
        deb-src http://ftp.de.debian.org/debian/ trixie main
        
        deb http://security.debian.org/debian-security trixie-security main
        deb-src http://security.debian.org/debian-security trixie-security main
        
        deb http://ftp.de.debian.org/debian/ trixie-updates main
        deb-src http://ftp.de.debian.org/debian/ trixie-updates main
        

        Dann:

        sudo apt update
        sudo apt full-upgrade
        sudo reboot
        

        Dann hab ich sicherheitshalber nochmal

        iob fix
        iob upgrade
        

        gemacht

        Gruss Ralf

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

        @derrapf

        Das ist alles falsch...
        Durch Festhalten an abgekündigten Versionen wird das eben nicht einfacher. Gerade nicht für jemanden, der keine Ahnung davon hat.

        Es gibt bei jedem Release-Wechsel diverse Anleitungen, was jeweils zu beachten ist.

        Wenn man das regelmäßig macht ist das einfacher als irgendwann mehrere Releases wieder aufzuholen. Du kannst nämlich keine Versionen überspringen.

        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
        • D derrapf

          Ok.
          Muss sagen: Copilot ist super. Hat reibungslos geklappt.
          Fall Andere auch Updaten müssen: Ich bin wie folgt vorgegangen:

          Node.js‑Update :

          iob stop
          iob nodejs-update 22
          iob start
          

          Danach prüfen:

          node -v
          # sollte v22.x anzeigen
          

          Dann:

          iob fix
          iob upgrade
          

          Vor dem Dist‑Upgrade sollte Bullseye vollständig aktuell sein:

          sudo apt update
          sudo apt upgrade
          sudo apt full-upgrade
          sudo apt --purge autoremove
          sudo reboot
          

          Nach dem Reboot:

          lsb_release -a
          # muss Bullseye anzeigen
          

          Dann in etc/apt/sources.list "bullseye" durch "trixie" ersetzt:

          deb http://ftp.de.debian.org/debian/ trixie main
          deb-src http://ftp.de.debian.org/debian/ trixie main
          
          deb http://security.debian.org/debian-security trixie-security main
          deb-src http://security.debian.org/debian-security trixie-security main
          
          deb http://ftp.de.debian.org/debian/ trixie-updates main
          deb-src http://ftp.de.debian.org/debian/ trixie-updates main
          

          Dann:

          sudo apt update
          sudo apt full-upgrade
          sudo reboot
          

          Dann hab ich sicherheitshalber nochmal

          iob fix
          iob upgrade
          

          gemacht

          Gruss Ralf

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

          @derrapf Dann gibt jetzt nochmal den letzten Stand per

          iob diag
          

          bekannt. Da waren ja auch noch andere Kinken drin.

          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
          • D Offline
            D Offline
            derrapf
            schrieb am zuletzt editiert von
            #9

            Ich bin halt ein User.
            Vielleicht zum Verständnis meiner Situation:
            Ich möchte als User ein System "betreiben" und nicht "warten".
            Das stört mich immer an Allem was "cloud" ist. Früher hat man ein Programm installiert und es in Ruhe gelassen und es hat jahrelang funktioniert (bis man vielleicht das OS upgedatet hat). Jetzt in der schönen neuen Zeit muss mal gefühlt alle Monate irgendwas irgendwo updaten und sich damit ärgern, dass danach nichts mehr geht (siehe IOT)
            Ich bin im Grunde aus dem "Betreiben"-Zustand in den ständigen "Warten"-Zustand übergegangen.

            Da mag für die Leute die daran entwickeln spannend sein. Aber die Leute "für die" entwickelt wird: Die wollen ja "benutzen" und nicht immer dran rum frickeln.
            Just my two cents.
            Ich haette z.B. kein Problem damit den IObroker mal einfach ein paar Jahre in Ruhe- und ihn einfach nur seine Arbeit tun zu lassen.
            Aber wer bin ich dass ich mich hier beschwere.
            Anbei das iob diag:

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

            Script v.2026-01-31
            
            *** BASE SYSTEM ***
            Operating System: Debian GNU/Linux 13 (trixie)
               Static hostname: iobroker-proxmox
                     Icon name: computer-vm
                       Chassis: vm
                Virtualization: kvm
                        Kernel: Linux 5.10.0-39-amd64
                  Architecture: x86-64
            OS is similar to:
            
            model name      : Common KVM processor
            Docker          : false
            Virtualization  : kvm
            Kernel          : x86_64
            Userland        : 64 bit
            
            Systemuptime and Load:
             12:19:19 up  8:58,  1 user,  load average: 0.47, 0.41, 0.31
            CPU threads: 4
            
            
            *** LIFE CYCLE STATUS ***
            Unknown release codenamed 'trixie'. Please check yourself if the Operating System is actively maintained.
            
            *** TIME AND TIMEZONES ***
                           Local time: Wed 2026-04-01 12:19:19 CEST
                       Universal time: Wed 2026-04-01 10:19:19 UTC
                             RTC time: Wed 2026-04-01 10:19:20
                            Time zone: Europe/Berlin (CEST, +0200)
            System clock synchronized: yes
                          NTP service: active
                      RTC in local TZ: no
            
            *** Users and Groups ***
            User that called 'iob diag':
            pi
            HOME=/home/pi
            GROUPS=pi cdrom floppy sudo audio dip video plugdev netdev iobroker
            
            User that is running 'js-controller':
            iobroker
            HOME=/home/iobroker
            GROUPS=iobroker tty dialout audio video plugdev
            
            *** DISPLAY-SERVER SETUP ***
            Display-Server:         false
            Unit display-manager.service could not be found.
            Display-Manager:
            Desktop:
            Session:                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:            9.9G        3.8G        4.8G        0.0K        1.3G        5.9G
            Swap:           974M          0B        974M
            Total:           10G        3.8G        5.8G
            
            Active iob-Instances:   46
            
                     9949 M total memory
                     3794 M used memory
                      479 M active memory
                     4348 M inactive memory
                     4848 M free memory
                      143 M buffer memory
                     1161 M swap cache
                      974 M total swap
                        0 M used swap
                      974 M free swap
            
            *** top - Table Of Processes  ***
            top - 12:19:19 up  8:58,  1 user,  load average: 0.47, 0.41, 0.31
            Tasks: 146 total,   1 running, 145 sleeping,   0 stopped,   0 zombie
            %Cpu(s):  3.2 us,  3.2 sy,  0.0 ni, 93.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
            MiB Mem :   9949.4 total,   4849.0 free,   3794.4 used,   1306.0 buff/cache
            MiB Swap:    975.0 total,    975.0 free,      0.0 used.   5890.0 avail Mem
            
            *** FAILED SERVICES ***
            
              UNIT LOAD ACTIVE SUB DESCRIPTION
            0 loaded units listed.
            
            
            *** DMESG CRITICAL ERRORS ***
            No critical errors detected
            
            *** FILESYSTEM ***
            Filesystem                                                             Type      Size  Used Avail Use% Mounted on
            udev                                                                   devtmpfs  4.9G     0  4.9G   0% /dev
            tmpfs                                                                  tmpfs     995M  484K  995M   1% /run
            /dev/sda1                                                              ext4       62G   14G   46G  23% /
            tmpfs                                                                  tmpfs     4.9G     0  4.9G   0% /dev/shm
            tmpfs                                                                  tmpfs     5.0M     0  5.0M   0% /run/lock
            192.168.111.180:/volume1/Medien/server-extern/proxmox/iobroker.proxmox nfs4       32T   20T   13T  62% /mnt/nas
            tmpfs                                                                  tmpfs     995M     0  995M   0% /run/user/1000
            
            Messages concerning ext4 filesystem in dmesg:
            [Wed Apr  1 03:20:48 2026] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
            [Wed Apr  1 03:20:49 2026] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
            
            Show mounted filesystems:
            TARGET     SOURCE                                                                 FSTYPE OPTIONS
            /          /dev/sda1                                                              ext4   rw,relatime,errors=remount-ro
            `-/mnt/nas 192.168.111.180:/volume1/Medien/server-extern/proxmox/iobroker.proxmox nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.111.176,local_lock=none,addr=192.168.111.180
            
            Files in neuralgic directories:
            
            /var:
            4.6G    /var/
            4.0G    /var/log/journal/859785959aeb4757902d42cd65c93d04
            4.0G    /var/log/journal
            4.0G    /var/log
            338M    /var/cache
            
            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 184.0M in the file system.
            
            /opt/iobroker/backups:
            31M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            730M    /opt/iobroker/iobroker-data/
            541M    /opt/iobroker/iobroker-data/files
            140M    /opt/iobroker/iobroker-data/backup-objects
            80M     /opt/iobroker/iobroker-data/files/vis
            78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
            
            The five largest files in iobroker-data are:
            41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
            30M     /opt/iobroker/iobroker-data/objects.jsonl
            19M     /opt/iobroker/iobroker-data/states.jsonl
            15M     /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
            9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.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'
            
            No nvbackup.json found.
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v22.22.2
            /usr/bin/node           v22.22.2
            /usr/bin/npm            10.9.7
            /usr/bin/npx            10.9.7
            
            ✓ Node.js installation is correct
            
            nodejs:
              Installed: 22.22.2-1nodesource1
              Candidate: 22.22.2-1nodesource1
              Version table:
             *** 22.22.2-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                    100 /var/lib/dpkg/status
                 22.22.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.22.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.21.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.20.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.19.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.18.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.17.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.17.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.16.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.15.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.15.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.14.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.13.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.13.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.12.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.11.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.10.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.9.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.8.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.7.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.6.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.5.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.5.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.4.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.4.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.3.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.2.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.1.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.0.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 20.19.2+dfsg-1+deb13u2 500
                    500 http://security.debian.org/debian-security trixie-security/main amd64 Packages
                 20.19.2+dfsg-1 500
                    500 http://ftp.de.debian.org/debian trixie/main amd64 Packages
            
            Temp directories causing deletion problem: 0
            No problems detected
            
            Errors in npm tree: 0
            No problems detected
            
            Checking for nodejs vulnerability:
            
            
             █████  ██      ██           ██████   ██████   ██████  ██████         ██
            ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
            ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
            ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
            ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
            
            
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Hosts:
            iobroker-proxmox    iobroker-proxmox (version: 7.0.6, hostname: iobroker-proxmox, alive, uptime: 32316)
            
            Core adapters versions
            js-controller:  7.0.6
            admin:          7.7.22
            javascript:     9.0.18
            
            nodejs modules from github:     3
            +-- iobroker.icons-material-png@0.1.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-material-png.git#0afbbed4a08abb136aef6a8aac4115012e15faab)
            +-- iobroker.icons-material-svg@0.1.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-material-svg.git#7b2b0ed264d568350d048b3f77dc9610629b860c)
            | +-- syno@3.0.0 (git+ssh://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : iobroker-proxmox                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.alexa2.0                 : alexa2                : iobroker-proxmox                         -  enabled
            + system.adapter.alpha-ess.0              : alpha-ess             : iobroker-proxmox                         -  enabled
            + system.adapter.awtrix-light.0           : awtrix-light          : iobroker-proxmox                         -  enabled
            + system.adapter.backitup.0               : backitup              : iobroker-proxmox                         -  enabled
            + system.adapter.daswetter.0              : daswetter             : iobroker-proxmox                         -  enabled
              system.adapter.devices.0                : devices               : iobroker-proxmox                         -  enabled
            + system.adapter.discovery.0              : discovery             : iobroker-proxmox                         -  enabled
              system.adapter.dwd.0                    : dwd                   : iobroker-proxmox                         -  enabled
            + system.adapter.echarts.0                : echarts               : iobroker-proxmox                         -  enabled
            + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker-proxmox                         -  enabled
            + system.adapter.enigma2.0                : enigma2               : iobroker-proxmox                         -  enabled
              system.adapter.flot.0                   : flot                  : iobroker-proxmox                         - disabled
            + system.adapter.fritzbox.0               : fritzbox              : iobroker-proxmox                         -  enabled
            + system.adapter.fullybrowser.0           : fullybrowser          : iobroker-proxmox                         -  enabled
            + system.adapter.heizoel.0                : heizoel               : iobroker-proxmox                         -  enabled
            + system.adapter.history.0                : history               : iobroker-proxmox                         -  enabled
            + system.adapter.hm-rega.0                : hm-rega               : iobroker-proxmox                         -  enabled
            + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 2
            + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
            + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
            + system.adapter.hs100.0                  : hs100                 : iobroker-proxmox                         -  enabled
              system.adapter.ical.0                   : ical                  : iobroker-proxmox                         -  enabled
              system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker-proxmox                         - disabled
              system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : iobroker-proxmox                         -  enabled
              system.adapter.icons-icons8.0           : icons-icons8          : iobroker-proxmox                         - disabled
              system.adapter.icons-material-png.0     : icons-material-png    : iobroker-proxmox                         - disabled
              system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker-proxmox                         - disabled
              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker-proxmox                         - disabled
              system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker-proxmox                         - disabled
              system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker-proxmox                         - disabled
            + system.adapter.influxdb.0               : influxdb              : iobroker-proxmox                         -  enabled, port: 8086
            + system.adapter.iot.0                    : iot                   : iobroker-proxmox                         -  enabled
            + system.adapter.javascript.0             : javascript            : iobroker-proxmox                         -  enabled
              system.adapter.js-controller.0          : js-controller         : iobroker-proxmox                         - disabled
              system.adapter.luftdaten.0              : luftdaten             : iobroker-proxmox                         -  enabled
              system.adapter.luftdaten.1              : luftdaten             : iobroker-proxmox                         -  enabled
              system.adapter.material.0               : material              : iobroker-proxmox                         - disabled
            + system.adapter.melcloud.0               : melcloud              : iobroker-proxmox                         -  enabled
              system.adapter.mobile.0                 : mobile                : iobroker-proxmox                         - disabled
            + system.adapter.modbus.0                 : modbus                : iobroker-proxmox                         -  enabled
              system.adapter.mqtt-client.0            : mqtt-client           : iobroker-proxmox                         - disabled, port: 18383
            + system.adapter.musiccast.0              : musiccast             : iobroker-proxmox                         -  enabled
            + system.adapter.octoprint.0              : octoprint             : iobroker-proxmox                         -  enabled
            + system.adapter.owntracks.0              : owntracks             : iobroker-proxmox                         -  enabled, port: 1883, bind: 192.168.111.176
            + system.adapter.proxmox.0                : proxmox               : iobroker-proxmox                         -  enabled, port: 8006
              system.adapter.rickshaw.0               : rickshaw              : iobroker-proxmox                         - disabled
            + system.adapter.rpi2.0                   : rpi2                  : iobroker-proxmox                         -  enabled
            + system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker-proxmox                         -  enabled, port: 8002
            + system.adapter.sayit.0                  : sayit                 : iobroker-proxmox                         -  enabled
            + system.adapter.scenes.0                 : scenes                : iobroker-proxmox                         -  enabled
            + system.adapter.shelly.0                 : shelly                : iobroker-proxmox                         -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.simple-api.0             : simple-api            : iobroker-proxmox                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.snmp.0                   : snmp                  : iobroker-proxmox                         -  enabled
              system.adapter.socketio.0               : socketio              : iobroker-proxmox                         - disabled, port: 8084, bind: 0.0.0.0, run as: admin
            + system.adapter.synology.0               : synology              : iobroker-proxmox                         -  enabled, port: 5000
            + system.adapter.synology.1               : synology              : iobroker-proxmox                         -  enabled, port: 5000
            + system.adapter.telegram.0               : telegram              : iobroker-proxmox                         -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.text2command.0           : text2command          : iobroker-proxmox                         -  enabled
            + system.adapter.tr-064.0                 : tr-064                : iobroker-proxmox                         -  enabled
              system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker-proxmox                         -  enabled
              system.adapter.vis-bars.0               : vis-bars              : iobroker-proxmox                         - disabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker-proxmox                         - disabled
              system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker-proxmox                         - disabled
              system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker-proxmox                         - disabled
              system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker-proxmox                         -  enabled
              system.adapter.vis-history.0            : vis-history           : iobroker-proxmox                         - disabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker-proxmox                         - disabled
              system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker-proxmox                         -  enabled
            + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker-proxmox                         -  enabled
              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker-proxmox                         - disabled
              system.adapter.vis-justgage.0           : vis-justgage          : iobroker-proxmox                         - disabled
              system.adapter.vis-keyboard.0           : vis-keyboard          : iobroker-proxmox                         - disabled
              system.adapter.vis-lcars.0              : vis-lcars             : iobroker-proxmox                         - disabled
              system.adapter.vis-map.0                : vis-map               : iobroker-proxmox                         - disabled
              system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker-proxmox                         - disabled
              system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker-proxmox                         - disabled
              system.adapter.vis-metro.0              : vis-metro             : iobroker-proxmox                         - disabled
              system.adapter.vis-players.0            : vis-players           : iobroker-proxmox                         - disabled
              system.adapter.vis-plumb.0              : vis-plumb             : iobroker-proxmox                         - disabled
              system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker-proxmox                         - disabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker-proxmox                         - disabled
              system.adapter.vis.0                    : vis                   : iobroker-proxmox                         -  enabled
            + system.adapter.vw-connect.0             : vw-connect            : iobroker-proxmox                         -  enabled
            + system.adapter.web.0                    : web                   : iobroker-proxmox                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.web.1                    : web                   : iobroker-proxmox                         -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
            + system.adapter.ws.0                     : ws                    : iobroker-proxmox                         -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : iobroker-proxmox                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 2
            + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
            + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
            + system.adapter.influxdb.0               : influxdb              : iobroker-proxmox                         -  enabled, port: 8086
            + system.adapter.owntracks.0              : owntracks             : iobroker-proxmox                         -  enabled, port: 1883, bind: 192.168.111.176
            + system.adapter.proxmox.0                : proxmox               : iobroker-proxmox                         -  enabled, port: 8006
            + system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker-proxmox                         -  enabled, port: 8002
            + system.adapter.shelly.0                 : shelly                : iobroker-proxmox                         -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.simple-api.0             : simple-api            : iobroker-proxmox                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.synology.0               : synology              : iobroker-proxmox                         -  enabled, port: 5000
            + system.adapter.synology.1               : synology              : iobroker-proxmox                         -  enabled, port: 5000
            + system.adapter.telegram.0               : telegram              : iobroker-proxmox                         -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.web.0                    : web                   : iobroker-proxmox                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.web.1                    : web                   : iobroker-proxmox                         -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
            + system.adapter.ws.0                     : ws                    : iobroker-proxmox                         -  enabled, port: 8084, 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.7.22   , installed 7.7.22
            Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
            Adapter    "alpha-ess"    : 3.0.1    , installed 3.0.1
            Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
            Adapter    "backitup"     : 3.3.14   , installed 3.3.14
            Adapter    "ble"          : 0.14.0   , installed 0.14.1
            Adapter    "daswetter"    : 4.5.3    , installed 4.5.3
            Adapter    "devices"      : 1.2.14   , installed 1.2.14
            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
            Adapter    "echarts"      : 3.1.0    , installed 3.1.0
            Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
            Adapter    "enigma2"      : 2.3.0    , installed 2.3.0
            Adapter    "fritzbox"     : 0.7.0    , installed 0.7.0
            Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
            Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
            Adapter    "history"      : 3.0.1    , installed 3.0.1
            Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
            Adapter    "hm-rpc"       : 3.0.1    , installed 3.0.1
            Adapter    "hs100"        : 3.0.5    , installed 3.0.5
            Adapter    "ical"         : 1.19.7   , installed 1.19.7
            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
            Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
            Adapter    "icons-material-png": 0.1.0, installed 0.1.1
            Adapter    "icons-material-svg": 0.1.0, installed 0.1.1
            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
            Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
            Adapter    "iot"          : 5.0.12   , installed 5.0.7  [Updatable]
            Adapter    "javascript"   : 9.0.18   , installed 9.0.18
            Controller "js-controller": 7.0.7    , installed 7.0.6  [Updatable]
            Adapter    "luftdaten"    : 4.0.0    , installed 4.0.0
            Adapter    "material"     : 1.3.1    , installed 1.3.1
            Adapter    "melcloud"     : 3.0.3    , installed 3.0.3
            Adapter    "mihome-vacuum": 5.2.0    , installed 5.2.0
            Adapter    "mobile"       : 1.0.1    , installed 1.0.1
            Adapter    "modbus"       : 8.0.3    , installed 8.0.3
            Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
            Adapter    "musiccast"    : 1.1.4    , installed 1.1.4
            Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
            Adapter    "owntracks"    : 1.1.0    , installed 1.1.0
            Adapter    "proxmox"      : 2.4.10   , installed 2.4.10
            Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
            Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
            Adapter    "samsung_tizen": 1.1.0    , installed 1.1.0
            Adapter    "sayit"        : 5.1.0    , installed 5.1.0
            Adapter    "scenes"       : 4.0.4    , installed 4.0.4
            Adapter    "shelly"       : 10.6.1   , installed 10.6.1
            Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
            Adapter    "snmp"         : 3.4.0    , installed 3.4.0
            Adapter    "socketio"     : 7.0.8    , installed 7.0.8
            Adapter    "synology"     : 3.1.0    , installed 3.1.0
            Adapter    "telegram"     : 4.1.0    , installed 4.1.0
            Adapter    "text2command" : 4.0.0    , installed 4.0.0
            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
            Adapter    "tvspielfilm"  : 2.1.0    , installed 2.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-colorpicker": 2.1.0  , installed 2.1.0
            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
            Adapter    "vis-hqwidgets": 1.6.0    , installed 1.6.0
            Adapter    "vis-icontwo"  : 2.11.1   , installed 2.11.1
            Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
            Adapter    "vis-jqui-mfd" : 1.1.3    , installed 1.1.3
            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
            Adapter    "vis-keyboard" : 0.0.3    , installed 0.0.3
            Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
            Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
            Adapter    "web"          : 8.0.0    , installed 8.0.0
            Adapter    "ws"           : 4.0.0    , installed 4.0.0
            Adapter    "yahka"        : 1.1.5    , installed 1.1.5
            Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
            
            Objects and States
            Please stand by - This may take a while
            Objects:        22095
            States:         17203
            
            *** OS-Repositories and Updates ***
            Hit:1 http://security.debian.org/debian-security trixie-security InRelease
            Hit:2 http://ftp.de.debian.org/debian trixie InRelease
            Hit:3 https://apt.grafana.com stable InRelease
            Hit:4 http://ftp.de.debian.org/debian trixie-updates InRelease
            Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
            Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
            Fetched 6922 B in 1s (11.5 kB/s)
            Reading package lists...
            E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
            Pending systemupdates:
            
            *** 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      1001       13457      457/iobroker.js-con
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13452      457/iobroker.js-con
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11248      1/init
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1896       425/sshd: /usr/sbin
            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       18313      1395/io.shelly.0
            tcp        0      0 192.168.111.176:2010    0.0.0.0:*               LISTEN      1001       16755      879/io.hm-rpc.2
            tcp        0      0 192.168.111.176:1883    0.0.0.0:*               LISTEN      1001       17243      1317/io.owntracks.0
            tcp        0      0 192.168.111.176:8701    0.0.0.0:*               LISTEN      1001       16715      863/io.hm-rpc.1
            tcp        0      0 192.168.111.176:2       0.0.0.0:*               LISTEN      1001       15707      847/io.hm-rpc.0
            tcp6       0      0 :::111                  :::*                    LISTEN      0          11252      1/init
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13640      490/io.admin.0
            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20486      1858/io.web.0
            tcp6       0      0 :::8084                 :::*                    LISTEN      1001       20428      1890/io.ws.0
            tcp6       0      0 :::8086                 :::*                    LISTEN      998        12622      387/influxd
            tcp6       0      0 :::22                   :::*                    LISTEN      0          1907       425/sshd: /usr/sbin
            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       20135      1762/io.simple-api.
            tcp6       0      0 :::3000                 :::*                    LISTEN      108        13508      456/grafana
            tcp6       0      0 :::20002                :::*                    LISTEN      1001       20454      1906/io.web.1
            udp        0      0 192.168.111.176:5353    0.0.0.0:*                           1001       18710      1508/io.tr-064.0
            udp        0      0 0.0.0.0:48354           0.0.0.0:*                           1001       17350      1449/io.snmp.0
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11249      1/init
            udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       20394      1874/io.musiccast.0
            udp6       0      0 :::111                  :::*                                0          11255      1/init
            
            *** Log File - Last 25 Lines ***
            
            2026-04-01 12:19:45.809  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238111 1775038785.764 2|shos_rpc_inst.c:243     Cloud.GetConfig [234359255@] via HTTP_in GET 192.168.111.176:53344 user admin
            2026-04-01 12:19:46.149  - info: shelly.0 (1395) [authEnabled] 192.168.111.198 (shellyplug-s / shellyplug-s-80646F814629 / SHPLG-S#80646F814629#1): This device is not protected via restricted login (see adapter documentation for details)
            2026-04-01 12:19:47.097  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238112 1775038786.166 2|shos_rpc_inst.c:243     Switch.GetConfig [751061372@] via HTTP_in GET 192.168.111.176:53368 user admin
            2026-04-01 12:19:47.098  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238113 1775038786.237 2|shos_rpc_inst.c:243     Input.GetConfig [752804414@] via HTTP_in GET 192.168.111.176:53384 user admin
            2026-04-01 12:19:48.933  - info: shelly.0 (1395) [authEnabled] 192.168.111.185 (shellyplug-s / shellyplug-s-7C87CEB5A29C / SHPLG-S#7C87CEB5A29C#1): This device is not protected via restricted login (see adapter documentation for details)
            2026-04-01 12:19:49.418  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238114 1775038789.428 2|shelly_script.cpp:205   script:2 1.9% CPU utilization
            2026-04-01 12:19:49.528  - info: shelly.0 (1395) [authEnabled] 192.168.111.194 (shellyplus1pm / shellyplus1pm-441793a6cc14 / shellyplus1pm#441793a6cc14#1): This device is not protected via restricted login (see adapter documentation for details)
            2026-04-01 12:19:49.656  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
            2026-04-01 12:19:50.068  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
            2026-04-01 12:19:50.116  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
            2026-04-01 12:19:50.540  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886737 1775038796.211 2|shos_rpc_inst.c:243     Shelly.GetStatus [193839106@] via HTTP_in GET 192.168.111.176:49298
            2026-04-01 12:19:50.568  - info: shelly.0 (1395) [authEnabled] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): This device is not protected via restricted login (see adapter documentation for details)
            2026-04-01 12:19:50.572  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886738 1775038796.245 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [1035795462@] via HTTP_in GET 192.168.111.176:49304
            2026-04-01 12:19:50.605  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886739 1775038796.279 2|shos_rpc_inst.c:243     Sys.GetConfig [2093552034@] via HTTP_in GET 192.168.111.176:49312
            2026-04-01 12:19:50.640  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886740 1775038796.312 2|shos_rpc_inst.c:243     WiFi.GetConfig [1090987139@] via HTTP_in GET 192.168.111.176:49314
            2026-04-01 12:19:50.670  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886741 1775038796.341 2|shos_rpc_inst.c:243     Mqtt.GetConfig [482092069@] via HTTP_in GET 192.168.111.176:49322
            2026-04-01 12:19:50.708  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886742 1775038796.371 2|shos_rpc_inst.c:243     Cloud.GetConfig [1459467736@] via HTTP_in GET 192.168.111.176:49330
            2026-04-01 12:19:50.742  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886743 1775038796.413 2|shos_rpc_inst.c:243     Switch.GetConfig [317277003@] via HTTP_in GET 192.168.111.176:49342
            2026-04-01 12:19:50.781  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886744 1775038796.449 2|shos_rpc_inst.c:243     Input.GetConfig [1804997671@] via HTTP_in GET 192.168.111.176:49356
            2026-04-01 12:19:51.725  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238115 1775038791.691 2|shelly_notification:164 Status change of switch:0: {"apower":14.3}
            2026-04-01 12:19:53.885  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
            2026-04-01 12:19:54.334  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
            2026-04-01 12:19:54.416  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886745 1775038800.034 2|shelly_notification:164 Status change of switch:0: {"aenergy":{"by_minute":[0.000,0.000,0.000],"minute_ts":1775038800,"total":31281.914},"apower":0.0,"current":0.000,"voltage":238.0}
            2026-04-01 12:19:54.438  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
            2026-04-01 12:19:55.503  - info: tr-064.0 (1508) forEachConfiguredDevice: in GetSpecificHostEntry 39(Ralf-Handy/192.168.111.60) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
            
            

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

            iob diag has finished.

            HomoranH Thomas BraunT 2 Antworten Letzte Antwort
            0
            • D derrapf

              Ich bin halt ein User.
              Vielleicht zum Verständnis meiner Situation:
              Ich möchte als User ein System "betreiben" und nicht "warten".
              Das stört mich immer an Allem was "cloud" ist. Früher hat man ein Programm installiert und es in Ruhe gelassen und es hat jahrelang funktioniert (bis man vielleicht das OS upgedatet hat). Jetzt in der schönen neuen Zeit muss mal gefühlt alle Monate irgendwas irgendwo updaten und sich damit ärgern, dass danach nichts mehr geht (siehe IOT)
              Ich bin im Grunde aus dem "Betreiben"-Zustand in den ständigen "Warten"-Zustand übergegangen.

              Da mag für die Leute die daran entwickeln spannend sein. Aber die Leute "für die" entwickelt wird: Die wollen ja "benutzen" und nicht immer dran rum frickeln.
              Just my two cents.
              Ich haette z.B. kein Problem damit den IObroker mal einfach ein paar Jahre in Ruhe- und ihn einfach nur seine Arbeit tun zu lassen.
              Aber wer bin ich dass ich mich hier beschwere.
              Anbei das iob diag:

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

              Script v.2026-01-31
              
              *** BASE SYSTEM ***
              Operating System: Debian GNU/Linux 13 (trixie)
                 Static hostname: iobroker-proxmox
                       Icon name: computer-vm
                         Chassis: vm
                  Virtualization: kvm
                          Kernel: Linux 5.10.0-39-amd64
                    Architecture: x86-64
              OS is similar to:
              
              model name      : Common KVM processor
              Docker          : false
              Virtualization  : kvm
              Kernel          : x86_64
              Userland        : 64 bit
              
              Systemuptime and Load:
               12:19:19 up  8:58,  1 user,  load average: 0.47, 0.41, 0.31
              CPU threads: 4
              
              
              *** LIFE CYCLE STATUS ***
              Unknown release codenamed 'trixie'. Please check yourself if the Operating System is actively maintained.
              
              *** TIME AND TIMEZONES ***
                             Local time: Wed 2026-04-01 12:19:19 CEST
                         Universal time: Wed 2026-04-01 10:19:19 UTC
                               RTC time: Wed 2026-04-01 10:19:20
                              Time zone: Europe/Berlin (CEST, +0200)
              System clock synchronized: yes
                            NTP service: active
                        RTC in local TZ: no
              
              *** Users and Groups ***
              User that called 'iob diag':
              pi
              HOME=/home/pi
              GROUPS=pi cdrom floppy sudo audio dip video plugdev netdev iobroker
              
              User that is running 'js-controller':
              iobroker
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout audio video plugdev
              
              *** DISPLAY-SERVER SETUP ***
              Display-Server:         false
              Unit display-manager.service could not be found.
              Display-Manager:
              Desktop:
              Session:                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:            9.9G        3.8G        4.8G        0.0K        1.3G        5.9G
              Swap:           974M          0B        974M
              Total:           10G        3.8G        5.8G
              
              Active iob-Instances:   46
              
                       9949 M total memory
                       3794 M used memory
                        479 M active memory
                       4348 M inactive memory
                       4848 M free memory
                        143 M buffer memory
                       1161 M swap cache
                        974 M total swap
                          0 M used swap
                        974 M free swap
              
              *** top - Table Of Processes  ***
              top - 12:19:19 up  8:58,  1 user,  load average: 0.47, 0.41, 0.31
              Tasks: 146 total,   1 running, 145 sleeping,   0 stopped,   0 zombie
              %Cpu(s):  3.2 us,  3.2 sy,  0.0 ni, 93.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
              MiB Mem :   9949.4 total,   4849.0 free,   3794.4 used,   1306.0 buff/cache
              MiB Swap:    975.0 total,    975.0 free,      0.0 used.   5890.0 avail Mem
              
              *** FAILED SERVICES ***
              
                UNIT LOAD ACTIVE SUB DESCRIPTION
              0 loaded units listed.
              
              
              *** DMESG CRITICAL ERRORS ***
              No critical errors detected
              
              *** FILESYSTEM ***
              Filesystem                                                             Type      Size  Used Avail Use% Mounted on
              udev                                                                   devtmpfs  4.9G     0  4.9G   0% /dev
              tmpfs                                                                  tmpfs     995M  484K  995M   1% /run
              /dev/sda1                                                              ext4       62G   14G   46G  23% /
              tmpfs                                                                  tmpfs     4.9G     0  4.9G   0% /dev/shm
              tmpfs                                                                  tmpfs     5.0M     0  5.0M   0% /run/lock
              192.168.111.180:/volume1/Medien/server-extern/proxmox/iobroker.proxmox nfs4       32T   20T   13T  62% /mnt/nas
              tmpfs                                                                  tmpfs     995M     0  995M   0% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Wed Apr  1 03:20:48 2026] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
              [Wed Apr  1 03:20:49 2026] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
              
              Show mounted filesystems:
              TARGET     SOURCE                                                                 FSTYPE OPTIONS
              /          /dev/sda1                                                              ext4   rw,relatime,errors=remount-ro
              `-/mnt/nas 192.168.111.180:/volume1/Medien/server-extern/proxmox/iobroker.proxmox nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.111.176,local_lock=none,addr=192.168.111.180
              
              Files in neuralgic directories:
              
              /var:
              4.6G    /var/
              4.0G    /var/log/journal/859785959aeb4757902d42cd65c93d04
              4.0G    /var/log/journal
              4.0G    /var/log
              338M    /var/cache
              
              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 184.0M in the file system.
              
              /opt/iobroker/backups:
              31M     /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              730M    /opt/iobroker/iobroker-data/
              541M    /opt/iobroker/iobroker-data/files
              140M    /opt/iobroker/iobroker-data/backup-objects
              80M     /opt/iobroker/iobroker-data/files/vis
              78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
              
              The five largest files in iobroker-data are:
              41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
              30M     /opt/iobroker/iobroker-data/objects.jsonl
              19M     /opt/iobroker/iobroker-data/states.jsonl
              15M     /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
              9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.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'
              
              No nvbackup.json found.
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v22.22.2
              /usr/bin/node           v22.22.2
              /usr/bin/npm            10.9.7
              /usr/bin/npx            10.9.7
              
              ✓ Node.js installation is correct
              
              nodejs:
                Installed: 22.22.2-1nodesource1
                Candidate: 22.22.2-1nodesource1
                Version table:
               *** 22.22.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                      100 /var/lib/dpkg/status
                   22.22.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.22.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.21.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.20.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.19.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.18.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.17.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.17.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.16.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.15.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.15.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.14.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.13.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.13.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.12.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.11.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.10.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.9.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.8.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.7.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.6.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.5.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.5.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.4.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.4.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.3.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.2.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.1.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   22.0.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                   20.19.2+dfsg-1+deb13u2 500
                      500 http://security.debian.org/debian-security trixie-security/main amd64 Packages
                   20.19.2+dfsg-1 500
                      500 http://ftp.de.debian.org/debian trixie/main amd64 Packages
              
              Temp directories causing deletion problem: 0
              No problems detected
              
              Errors in npm tree: 0
              No problems detected
              
              Checking for nodejs vulnerability:
              
              
               █████  ██      ██           ██████   ██████   ██████  ██████         ██
              ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
              ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
              ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
              ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
              
              
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Hosts:
              iobroker-proxmox    iobroker-proxmox (version: 7.0.6, hostname: iobroker-proxmox, alive, uptime: 32316)
              
              Core adapters versions
              js-controller:  7.0.6
              admin:          7.7.22
              javascript:     9.0.18
              
              nodejs modules from github:     3
              +-- iobroker.icons-material-png@0.1.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-material-png.git#0afbbed4a08abb136aef6a8aac4115012e15faab)
              +-- iobroker.icons-material-svg@0.1.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-material-svg.git#7b2b0ed264d568350d048b3f77dc9610629b860c)
              | +-- syno@3.0.0 (git+ssh://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : iobroker-proxmox                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.alexa2.0                 : alexa2                : iobroker-proxmox                         -  enabled
              + system.adapter.alpha-ess.0              : alpha-ess             : iobroker-proxmox                         -  enabled
              + system.adapter.awtrix-light.0           : awtrix-light          : iobroker-proxmox                         -  enabled
              + system.adapter.backitup.0               : backitup              : iobroker-proxmox                         -  enabled
              + system.adapter.daswetter.0              : daswetter             : iobroker-proxmox                         -  enabled
                system.adapter.devices.0                : devices               : iobroker-proxmox                         -  enabled
              + system.adapter.discovery.0              : discovery             : iobroker-proxmox                         -  enabled
                system.adapter.dwd.0                    : dwd                   : iobroker-proxmox                         -  enabled
              + system.adapter.echarts.0                : echarts               : iobroker-proxmox                         -  enabled
              + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker-proxmox                         -  enabled
              + system.adapter.enigma2.0                : enigma2               : iobroker-proxmox                         -  enabled
                system.adapter.flot.0                   : flot                  : iobroker-proxmox                         - disabled
              + system.adapter.fritzbox.0               : fritzbox              : iobroker-proxmox                         -  enabled
              + system.adapter.fullybrowser.0           : fullybrowser          : iobroker-proxmox                         -  enabled
              + system.adapter.heizoel.0                : heizoel               : iobroker-proxmox                         -  enabled
              + system.adapter.history.0                : history               : iobroker-proxmox                         -  enabled
              + system.adapter.hm-rega.0                : hm-rega               : iobroker-proxmox                         -  enabled
              + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 2
              + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
              + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
              + system.adapter.hs100.0                  : hs100                 : iobroker-proxmox                         -  enabled
                system.adapter.ical.0                   : ical                  : iobroker-proxmox                         -  enabled
                system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker-proxmox                         - disabled
                system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : iobroker-proxmox                         -  enabled
                system.adapter.icons-icons8.0           : icons-icons8          : iobroker-proxmox                         - disabled
                system.adapter.icons-material-png.0     : icons-material-png    : iobroker-proxmox                         - disabled
                system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker-proxmox                         - disabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker-proxmox                         - disabled
                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker-proxmox                         - disabled
                system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker-proxmox                         - disabled
              + system.adapter.influxdb.0               : influxdb              : iobroker-proxmox                         -  enabled, port: 8086
              + system.adapter.iot.0                    : iot                   : iobroker-proxmox                         -  enabled
              + system.adapter.javascript.0             : javascript            : iobroker-proxmox                         -  enabled
                system.adapter.js-controller.0          : js-controller         : iobroker-proxmox                         - disabled
                system.adapter.luftdaten.0              : luftdaten             : iobroker-proxmox                         -  enabled
                system.adapter.luftdaten.1              : luftdaten             : iobroker-proxmox                         -  enabled
                system.adapter.material.0               : material              : iobroker-proxmox                         - disabled
              + system.adapter.melcloud.0               : melcloud              : iobroker-proxmox                         -  enabled
                system.adapter.mobile.0                 : mobile                : iobroker-proxmox                         - disabled
              + system.adapter.modbus.0                 : modbus                : iobroker-proxmox                         -  enabled
                system.adapter.mqtt-client.0            : mqtt-client           : iobroker-proxmox                         - disabled, port: 18383
              + system.adapter.musiccast.0              : musiccast             : iobroker-proxmox                         -  enabled
              + system.adapter.octoprint.0              : octoprint             : iobroker-proxmox                         -  enabled
              + system.adapter.owntracks.0              : owntracks             : iobroker-proxmox                         -  enabled, port: 1883, bind: 192.168.111.176
              + system.adapter.proxmox.0                : proxmox               : iobroker-proxmox                         -  enabled, port: 8006
                system.adapter.rickshaw.0               : rickshaw              : iobroker-proxmox                         - disabled
              + system.adapter.rpi2.0                   : rpi2                  : iobroker-proxmox                         -  enabled
              + system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker-proxmox                         -  enabled, port: 8002
              + system.adapter.sayit.0                  : sayit                 : iobroker-proxmox                         -  enabled
              + system.adapter.scenes.0                 : scenes                : iobroker-proxmox                         -  enabled
              + system.adapter.shelly.0                 : shelly                : iobroker-proxmox                         -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.simple-api.0             : simple-api            : iobroker-proxmox                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              + system.adapter.snmp.0                   : snmp                  : iobroker-proxmox                         -  enabled
                system.adapter.socketio.0               : socketio              : iobroker-proxmox                         - disabled, port: 8084, bind: 0.0.0.0, run as: admin
              + system.adapter.synology.0               : synology              : iobroker-proxmox                         -  enabled, port: 5000
              + system.adapter.synology.1               : synology              : iobroker-proxmox                         -  enabled, port: 5000
              + system.adapter.telegram.0               : telegram              : iobroker-proxmox                         -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.text2command.0           : text2command          : iobroker-proxmox                         -  enabled
              + system.adapter.tr-064.0                 : tr-064                : iobroker-proxmox                         -  enabled
                system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker-proxmox                         -  enabled
                system.adapter.vis-bars.0               : vis-bars              : iobroker-proxmox                         - disabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker-proxmox                         - disabled
                system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker-proxmox                         - disabled
                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker-proxmox                         - disabled
                system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker-proxmox                         -  enabled
                system.adapter.vis-history.0            : vis-history           : iobroker-proxmox                         - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker-proxmox                         - disabled
                system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker-proxmox                         -  enabled
              + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker-proxmox                         -  enabled
                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker-proxmox                         - disabled
                system.adapter.vis-justgage.0           : vis-justgage          : iobroker-proxmox                         - disabled
                system.adapter.vis-keyboard.0           : vis-keyboard          : iobroker-proxmox                         - disabled
                system.adapter.vis-lcars.0              : vis-lcars             : iobroker-proxmox                         - disabled
                system.adapter.vis-map.0                : vis-map               : iobroker-proxmox                         - disabled
                system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker-proxmox                         - disabled
                system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker-proxmox                         - disabled
                system.adapter.vis-metro.0              : vis-metro             : iobroker-proxmox                         - disabled
                system.adapter.vis-players.0            : vis-players           : iobroker-proxmox                         - disabled
                system.adapter.vis-plumb.0              : vis-plumb             : iobroker-proxmox                         - disabled
                system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker-proxmox                         - disabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker-proxmox                         - disabled
                system.adapter.vis.0                    : vis                   : iobroker-proxmox                         -  enabled
              + system.adapter.vw-connect.0             : vw-connect            : iobroker-proxmox                         -  enabled
              + system.adapter.web.0                    : web                   : iobroker-proxmox                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.web.1                    : web                   : iobroker-proxmox                         -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
              + system.adapter.ws.0                     : ws                    : iobroker-proxmox                         -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : iobroker-proxmox                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 2
              + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
              + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
              + system.adapter.influxdb.0               : influxdb              : iobroker-proxmox                         -  enabled, port: 8086
              + system.adapter.owntracks.0              : owntracks             : iobroker-proxmox                         -  enabled, port: 1883, bind: 192.168.111.176
              + system.adapter.proxmox.0                : proxmox               : iobroker-proxmox                         -  enabled, port: 8006
              + system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker-proxmox                         -  enabled, port: 8002
              + system.adapter.shelly.0                 : shelly                : iobroker-proxmox                         -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.simple-api.0             : simple-api            : iobroker-proxmox                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              + system.adapter.synology.0               : synology              : iobroker-proxmox                         -  enabled, port: 5000
              + system.adapter.synology.1               : synology              : iobroker-proxmox                         -  enabled, port: 5000
              + system.adapter.telegram.0               : telegram              : iobroker-proxmox                         -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.web.0                    : web                   : iobroker-proxmox                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.web.1                    : web                   : iobroker-proxmox                         -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
              + system.adapter.ws.0                     : ws                    : iobroker-proxmox                         -  enabled, port: 8084, 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.7.22   , installed 7.7.22
              Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
              Adapter    "alpha-ess"    : 3.0.1    , installed 3.0.1
              Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
              Adapter    "backitup"     : 3.3.14   , installed 3.3.14
              Adapter    "ble"          : 0.14.0   , installed 0.14.1
              Adapter    "daswetter"    : 4.5.3    , installed 4.5.3
              Adapter    "devices"      : 1.2.14   , installed 1.2.14
              Adapter    "discovery"    : 5.0.0    , installed 5.0.0
              Adapter    "dwd"          : 2.8.5    , installed 2.8.5
              Adapter    "echarts"      : 3.1.0    , installed 3.1.0
              Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
              Adapter    "enigma2"      : 2.3.0    , installed 2.3.0
              Adapter    "fritzbox"     : 0.7.0    , installed 0.7.0
              Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
              Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
              Adapter    "history"      : 3.0.1    , installed 3.0.1
              Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
              Adapter    "hm-rpc"       : 3.0.1    , installed 3.0.1
              Adapter    "hs100"        : 3.0.5    , installed 3.0.5
              Adapter    "ical"         : 1.19.7   , installed 1.19.7
              Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
              Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
              Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
              Adapter    "icons-material-png": 0.1.0, installed 0.1.1
              Adapter    "icons-material-svg": 0.1.0, installed 0.1.1
              Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
              Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
              Adapter    "iot"          : 5.0.12   , installed 5.0.7  [Updatable]
              Adapter    "javascript"   : 9.0.18   , installed 9.0.18
              Controller "js-controller": 7.0.7    , installed 7.0.6  [Updatable]
              Adapter    "luftdaten"    : 4.0.0    , installed 4.0.0
              Adapter    "material"     : 1.3.1    , installed 1.3.1
              Adapter    "melcloud"     : 3.0.3    , installed 3.0.3
              Adapter    "mihome-vacuum": 5.2.0    , installed 5.2.0
              Adapter    "mobile"       : 1.0.1    , installed 1.0.1
              Adapter    "modbus"       : 8.0.3    , installed 8.0.3
              Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
              Adapter    "musiccast"    : 1.1.4    , installed 1.1.4
              Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
              Adapter    "owntracks"    : 1.1.0    , installed 1.1.0
              Adapter    "proxmox"      : 2.4.10   , installed 2.4.10
              Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
              Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
              Adapter    "samsung_tizen": 1.1.0    , installed 1.1.0
              Adapter    "sayit"        : 5.1.0    , installed 5.1.0
              Adapter    "scenes"       : 4.0.4    , installed 4.0.4
              Adapter    "shelly"       : 10.6.1   , installed 10.6.1
              Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
              Adapter    "snmp"         : 3.4.0    , installed 3.4.0
              Adapter    "socketio"     : 7.0.8    , installed 7.0.8
              Adapter    "synology"     : 3.1.0    , installed 3.1.0
              Adapter    "telegram"     : 4.1.0    , installed 4.1.0
              Adapter    "text2command" : 4.0.0    , installed 4.0.0
              Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
              Adapter    "tvspielfilm"  : 2.1.0    , installed 2.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-colorpicker": 2.1.0  , installed 2.1.0
              Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
              Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.6.0    , installed 1.6.0
              Adapter    "vis-icontwo"  : 2.11.1   , installed 2.11.1
              Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
              Adapter    "vis-jqui-mfd" : 1.1.3    , installed 1.1.3
              Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
              Adapter    "vis-keyboard" : 0.0.3    , installed 0.0.3
              Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
              Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
              Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
              Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "web"          : 8.0.0    , installed 8.0.0
              Adapter    "ws"           : 4.0.0    , installed 4.0.0
              Adapter    "yahka"        : 1.1.5    , installed 1.1.5
              Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
              
              Objects and States
              Please stand by - This may take a while
              Objects:        22095
              States:         17203
              
              *** OS-Repositories and Updates ***
              Hit:1 http://security.debian.org/debian-security trixie-security InRelease
              Hit:2 http://ftp.de.debian.org/debian trixie InRelease
              Hit:3 https://apt.grafana.com stable InRelease
              Hit:4 http://ftp.de.debian.org/debian trixie-updates InRelease
              Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
              Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
              Fetched 6922 B in 1s (11.5 kB/s)
              Reading package lists...
              E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
              Pending systemupdates:
              
              *** 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      1001       13457      457/iobroker.js-con
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13452      457/iobroker.js-con
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11248      1/init
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1896       425/sshd: /usr/sbin
              tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       18313      1395/io.shelly.0
              tcp        0      0 192.168.111.176:2010    0.0.0.0:*               LISTEN      1001       16755      879/io.hm-rpc.2
              tcp        0      0 192.168.111.176:1883    0.0.0.0:*               LISTEN      1001       17243      1317/io.owntracks.0
              tcp        0      0 192.168.111.176:8701    0.0.0.0:*               LISTEN      1001       16715      863/io.hm-rpc.1
              tcp        0      0 192.168.111.176:2       0.0.0.0:*               LISTEN      1001       15707      847/io.hm-rpc.0
              tcp6       0      0 :::111                  :::*                    LISTEN      0          11252      1/init
              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13640      490/io.admin.0
              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20486      1858/io.web.0
              tcp6       0      0 :::8084                 :::*                    LISTEN      1001       20428      1890/io.ws.0
              tcp6       0      0 :::8086                 :::*                    LISTEN      998        12622      387/influxd
              tcp6       0      0 :::22                   :::*                    LISTEN      0          1907       425/sshd: /usr/sbin
              tcp6       0      0 :::8087                 :::*                    LISTEN      1001       20135      1762/io.simple-api.
              tcp6       0      0 :::3000                 :::*                    LISTEN      108        13508      456/grafana
              tcp6       0      0 :::20002                :::*                    LISTEN      1001       20454      1906/io.web.1
              udp        0      0 192.168.111.176:5353    0.0.0.0:*                           1001       18710      1508/io.tr-064.0
              udp        0      0 0.0.0.0:48354           0.0.0.0:*                           1001       17350      1449/io.snmp.0
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11249      1/init
              udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       20394      1874/io.musiccast.0
              udp6       0      0 :::111                  :::*                                0          11255      1/init
              
              *** Log File - Last 25 Lines ***
              
              2026-04-01 12:19:45.809  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238111 1775038785.764 2|shos_rpc_inst.c:243     Cloud.GetConfig [234359255@] via HTTP_in GET 192.168.111.176:53344 user admin
              2026-04-01 12:19:46.149  - info: shelly.0 (1395) [authEnabled] 192.168.111.198 (shellyplug-s / shellyplug-s-80646F814629 / SHPLG-S#80646F814629#1): This device is not protected via restricted login (see adapter documentation for details)
              2026-04-01 12:19:47.097  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238112 1775038786.166 2|shos_rpc_inst.c:243     Switch.GetConfig [751061372@] via HTTP_in GET 192.168.111.176:53368 user admin
              2026-04-01 12:19:47.098  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238113 1775038786.237 2|shos_rpc_inst.c:243     Input.GetConfig [752804414@] via HTTP_in GET 192.168.111.176:53384 user admin
              2026-04-01 12:19:48.933  - info: shelly.0 (1395) [authEnabled] 192.168.111.185 (shellyplug-s / shellyplug-s-7C87CEB5A29C / SHPLG-S#7C87CEB5A29C#1): This device is not protected via restricted login (see adapter documentation for details)
              2026-04-01 12:19:49.418  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238114 1775038789.428 2|shelly_script.cpp:205   script:2 1.9% CPU utilization
              2026-04-01 12:19:49.528  - info: shelly.0 (1395) [authEnabled] 192.168.111.194 (shellyplus1pm / shellyplus1pm-441793a6cc14 / shellyplus1pm#441793a6cc14#1): This device is not protected via restricted login (see adapter documentation for details)
              2026-04-01 12:19:49.656  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
              2026-04-01 12:19:50.068  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
              2026-04-01 12:19:50.116  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
              2026-04-01 12:19:50.540  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886737 1775038796.211 2|shos_rpc_inst.c:243     Shelly.GetStatus [193839106@] via HTTP_in GET 192.168.111.176:49298
              2026-04-01 12:19:50.568  - info: shelly.0 (1395) [authEnabled] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): This device is not protected via restricted login (see adapter documentation for details)
              2026-04-01 12:19:50.572  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886738 1775038796.245 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [1035795462@] via HTTP_in GET 192.168.111.176:49304
              2026-04-01 12:19:50.605  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886739 1775038796.279 2|shos_rpc_inst.c:243     Sys.GetConfig [2093552034@] via HTTP_in GET 192.168.111.176:49312
              2026-04-01 12:19:50.640  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886740 1775038796.312 2|shos_rpc_inst.c:243     WiFi.GetConfig [1090987139@] via HTTP_in GET 192.168.111.176:49314
              2026-04-01 12:19:50.670  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886741 1775038796.341 2|shos_rpc_inst.c:243     Mqtt.GetConfig [482092069@] via HTTP_in GET 192.168.111.176:49322
              2026-04-01 12:19:50.708  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886742 1775038796.371 2|shos_rpc_inst.c:243     Cloud.GetConfig [1459467736@] via HTTP_in GET 192.168.111.176:49330
              2026-04-01 12:19:50.742  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886743 1775038796.413 2|shos_rpc_inst.c:243     Switch.GetConfig [317277003@] via HTTP_in GET 192.168.111.176:49342
              2026-04-01 12:19:50.781  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886744 1775038796.449 2|shos_rpc_inst.c:243     Input.GetConfig [1804997671@] via HTTP_in GET 192.168.111.176:49356
              2026-04-01 12:19:51.725  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238115 1775038791.691 2|shelly_notification:164 Status change of switch:0: {"apower":14.3}
              2026-04-01 12:19:53.885  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
              2026-04-01 12:19:54.334  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
              2026-04-01 12:19:54.416  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886745 1775038800.034 2|shelly_notification:164 Status change of switch:0: {"aenergy":{"by_minute":[0.000,0.000,0.000],"minute_ts":1775038800,"total":31281.914},"apower":0.0,"current":0.000,"voltage":238.0}
              2026-04-01 12:19:54.438  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
              2026-04-01 12:19:55.503  - info: tr-064.0 (1508) forEachConfiguredDevice: in GetSpecificHostEntry 39(Ralf-Handy/192.168.111.60) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
              
              

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

              iob diag has finished.

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

              @derrapf sagte:

              bis man vielleicht das OS upgedatet hat

              Was z.B. bei Windows natürlich alle paar Wochen vorkommt.

              @derrapf sagte:

              updaten und sich damit ärgern, dass danach nichts mehr geht

              Irrtum!
              Das sind noch immer die Nachwehen der Änderungen von Amazon, die immer weitere Updates und Anpassungen fordern

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

              1 Antwort Letzte Antwort
              0
              • D derrapf

                Ich bin halt ein User.
                Vielleicht zum Verständnis meiner Situation:
                Ich möchte als User ein System "betreiben" und nicht "warten".
                Das stört mich immer an Allem was "cloud" ist. Früher hat man ein Programm installiert und es in Ruhe gelassen und es hat jahrelang funktioniert (bis man vielleicht das OS upgedatet hat). Jetzt in der schönen neuen Zeit muss mal gefühlt alle Monate irgendwas irgendwo updaten und sich damit ärgern, dass danach nichts mehr geht (siehe IOT)
                Ich bin im Grunde aus dem "Betreiben"-Zustand in den ständigen "Warten"-Zustand übergegangen.

                Da mag für die Leute die daran entwickeln spannend sein. Aber die Leute "für die" entwickelt wird: Die wollen ja "benutzen" und nicht immer dran rum frickeln.
                Just my two cents.
                Ich haette z.B. kein Problem damit den IObroker mal einfach ein paar Jahre in Ruhe- und ihn einfach nur seine Arbeit tun zu lassen.
                Aber wer bin ich dass ich mich hier beschwere.
                Anbei das iob diag:

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

                Script v.2026-01-31
                
                *** BASE SYSTEM ***
                Operating System: Debian GNU/Linux 13 (trixie)
                   Static hostname: iobroker-proxmox
                         Icon name: computer-vm
                           Chassis: vm
                    Virtualization: kvm
                            Kernel: Linux 5.10.0-39-amd64
                      Architecture: x86-64
                OS is similar to:
                
                model name      : Common KVM processor
                Docker          : false
                Virtualization  : kvm
                Kernel          : x86_64
                Userland        : 64 bit
                
                Systemuptime and Load:
                 12:19:19 up  8:58,  1 user,  load average: 0.47, 0.41, 0.31
                CPU threads: 4
                
                
                *** LIFE CYCLE STATUS ***
                Unknown release codenamed 'trixie'. Please check yourself if the Operating System is actively maintained.
                
                *** TIME AND TIMEZONES ***
                               Local time: Wed 2026-04-01 12:19:19 CEST
                           Universal time: Wed 2026-04-01 10:19:19 UTC
                                 RTC time: Wed 2026-04-01 10:19:20
                                Time zone: Europe/Berlin (CEST, +0200)
                System clock synchronized: yes
                              NTP service: active
                          RTC in local TZ: no
                
                *** Users and Groups ***
                User that called 'iob diag':
                pi
                HOME=/home/pi
                GROUPS=pi cdrom floppy sudo audio dip video plugdev netdev iobroker
                
                User that is running 'js-controller':
                iobroker
                HOME=/home/iobroker
                GROUPS=iobroker tty dialout audio video plugdev
                
                *** DISPLAY-SERVER SETUP ***
                Display-Server:         false
                Unit display-manager.service could not be found.
                Display-Manager:
                Desktop:
                Session:                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:            9.9G        3.8G        4.8G        0.0K        1.3G        5.9G
                Swap:           974M          0B        974M
                Total:           10G        3.8G        5.8G
                
                Active iob-Instances:   46
                
                         9949 M total memory
                         3794 M used memory
                          479 M active memory
                         4348 M inactive memory
                         4848 M free memory
                          143 M buffer memory
                         1161 M swap cache
                          974 M total swap
                            0 M used swap
                          974 M free swap
                
                *** top - Table Of Processes  ***
                top - 12:19:19 up  8:58,  1 user,  load average: 0.47, 0.41, 0.31
                Tasks: 146 total,   1 running, 145 sleeping,   0 stopped,   0 zombie
                %Cpu(s):  3.2 us,  3.2 sy,  0.0 ni, 93.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                MiB Mem :   9949.4 total,   4849.0 free,   3794.4 used,   1306.0 buff/cache
                MiB Swap:    975.0 total,    975.0 free,      0.0 used.   5890.0 avail Mem
                
                *** FAILED SERVICES ***
                
                  UNIT LOAD ACTIVE SUB DESCRIPTION
                0 loaded units listed.
                
                
                *** DMESG CRITICAL ERRORS ***
                No critical errors detected
                
                *** FILESYSTEM ***
                Filesystem                                                             Type      Size  Used Avail Use% Mounted on
                udev                                                                   devtmpfs  4.9G     0  4.9G   0% /dev
                tmpfs                                                                  tmpfs     995M  484K  995M   1% /run
                /dev/sda1                                                              ext4       62G   14G   46G  23% /
                tmpfs                                                                  tmpfs     4.9G     0  4.9G   0% /dev/shm
                tmpfs                                                                  tmpfs     5.0M     0  5.0M   0% /run/lock
                192.168.111.180:/volume1/Medien/server-extern/proxmox/iobroker.proxmox nfs4       32T   20T   13T  62% /mnt/nas
                tmpfs                                                                  tmpfs     995M     0  995M   0% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Wed Apr  1 03:20:48 2026] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                [Wed Apr  1 03:20:49 2026] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                
                Show mounted filesystems:
                TARGET     SOURCE                                                                 FSTYPE OPTIONS
                /          /dev/sda1                                                              ext4   rw,relatime,errors=remount-ro
                `-/mnt/nas 192.168.111.180:/volume1/Medien/server-extern/proxmox/iobroker.proxmox nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.111.176,local_lock=none,addr=192.168.111.180
                
                Files in neuralgic directories:
                
                /var:
                4.6G    /var/
                4.0G    /var/log/journal/859785959aeb4757902d42cd65c93d04
                4.0G    /var/log/journal
                4.0G    /var/log
                338M    /var/cache
                
                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 184.0M in the file system.
                
                /opt/iobroker/backups:
                31M     /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                730M    /opt/iobroker/iobroker-data/
                541M    /opt/iobroker/iobroker-data/files
                140M    /opt/iobroker/iobroker-data/backup-objects
                80M     /opt/iobroker/iobroker-data/files/vis
                78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                
                The five largest files in iobroker-data are:
                41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                30M     /opt/iobroker/iobroker-data/objects.jsonl
                19M     /opt/iobroker/iobroker-data/states.jsonl
                15M     /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
                9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.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'
                
                No nvbackup.json found.
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v22.22.2
                /usr/bin/node           v22.22.2
                /usr/bin/npm            10.9.7
                /usr/bin/npx            10.9.7
                
                ✓ Node.js installation is correct
                
                nodejs:
                  Installed: 22.22.2-1nodesource1
                  Candidate: 22.22.2-1nodesource1
                  Version table:
                 *** 22.22.2-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                        100 /var/lib/dpkg/status
                     22.22.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.22.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.21.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.20.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.19.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.18.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.17.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.17.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.16.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.15.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.15.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.14.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.13.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.13.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.12.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.11.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.10.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.9.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.8.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.7.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.6.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.5.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.5.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.4.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.4.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.3.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.2.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.1.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.0.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     20.19.2+dfsg-1+deb13u2 500
                        500 http://security.debian.org/debian-security trixie-security/main amd64 Packages
                     20.19.2+dfsg-1 500
                        500 http://ftp.de.debian.org/debian trixie/main amd64 Packages
                
                Temp directories causing deletion problem: 0
                No problems detected
                
                Errors in npm tree: 0
                No problems detected
                
                Checking for nodejs vulnerability:
                
                
                 █████  ██      ██           ██████   ██████   ██████  ██████         ██
                ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                
                
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Hosts:
                iobroker-proxmox    iobroker-proxmox (version: 7.0.6, hostname: iobroker-proxmox, alive, uptime: 32316)
                
                Core adapters versions
                js-controller:  7.0.6
                admin:          7.7.22
                javascript:     9.0.18
                
                nodejs modules from github:     3
                +-- iobroker.icons-material-png@0.1.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-material-png.git#0afbbed4a08abb136aef6a8aac4115012e15faab)
                +-- iobroker.icons-material-svg@0.1.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-material-svg.git#7b2b0ed264d568350d048b3f77dc9610629b860c)
                | +-- syno@3.0.0 (git+ssh://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : iobroker-proxmox                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.alexa2.0                 : alexa2                : iobroker-proxmox                         -  enabled
                + system.adapter.alpha-ess.0              : alpha-ess             : iobroker-proxmox                         -  enabled
                + system.adapter.awtrix-light.0           : awtrix-light          : iobroker-proxmox                         -  enabled
                + system.adapter.backitup.0               : backitup              : iobroker-proxmox                         -  enabled
                + system.adapter.daswetter.0              : daswetter             : iobroker-proxmox                         -  enabled
                  system.adapter.devices.0                : devices               : iobroker-proxmox                         -  enabled
                + system.adapter.discovery.0              : discovery             : iobroker-proxmox                         -  enabled
                  system.adapter.dwd.0                    : dwd                   : iobroker-proxmox                         -  enabled
                + system.adapter.echarts.0                : echarts               : iobroker-proxmox                         -  enabled
                + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker-proxmox                         -  enabled
                + system.adapter.enigma2.0                : enigma2               : iobroker-proxmox                         -  enabled
                  system.adapter.flot.0                   : flot                  : iobroker-proxmox                         - disabled
                + system.adapter.fritzbox.0               : fritzbox              : iobroker-proxmox                         -  enabled
                + system.adapter.fullybrowser.0           : fullybrowser          : iobroker-proxmox                         -  enabled
                + system.adapter.heizoel.0                : heizoel               : iobroker-proxmox                         -  enabled
                + system.adapter.history.0                : history               : iobroker-proxmox                         -  enabled
                + system.adapter.hm-rega.0                : hm-rega               : iobroker-proxmox                         -  enabled
                + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 2
                + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
                + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
                + system.adapter.hs100.0                  : hs100                 : iobroker-proxmox                         -  enabled
                  system.adapter.ical.0                   : ical                  : iobroker-proxmox                         -  enabled
                  system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker-proxmox                         - disabled
                  system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : iobroker-proxmox                         -  enabled
                  system.adapter.icons-icons8.0           : icons-icons8          : iobroker-proxmox                         - disabled
                  system.adapter.icons-material-png.0     : icons-material-png    : iobroker-proxmox                         - disabled
                  system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker-proxmox                         - disabled
                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker-proxmox                         - disabled
                  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker-proxmox                         - disabled
                  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker-proxmox                         - disabled
                + system.adapter.influxdb.0               : influxdb              : iobroker-proxmox                         -  enabled, port: 8086
                + system.adapter.iot.0                    : iot                   : iobroker-proxmox                         -  enabled
                + system.adapter.javascript.0             : javascript            : iobroker-proxmox                         -  enabled
                  system.adapter.js-controller.0          : js-controller         : iobroker-proxmox                         - disabled
                  system.adapter.luftdaten.0              : luftdaten             : iobroker-proxmox                         -  enabled
                  system.adapter.luftdaten.1              : luftdaten             : iobroker-proxmox                         -  enabled
                  system.adapter.material.0               : material              : iobroker-proxmox                         - disabled
                + system.adapter.melcloud.0               : melcloud              : iobroker-proxmox                         -  enabled
                  system.adapter.mobile.0                 : mobile                : iobroker-proxmox                         - disabled
                + system.adapter.modbus.0                 : modbus                : iobroker-proxmox                         -  enabled
                  system.adapter.mqtt-client.0            : mqtt-client           : iobroker-proxmox                         - disabled, port: 18383
                + system.adapter.musiccast.0              : musiccast             : iobroker-proxmox                         -  enabled
                + system.adapter.octoprint.0              : octoprint             : iobroker-proxmox                         -  enabled
                + system.adapter.owntracks.0              : owntracks             : iobroker-proxmox                         -  enabled, port: 1883, bind: 192.168.111.176
                + system.adapter.proxmox.0                : proxmox               : iobroker-proxmox                         -  enabled, port: 8006
                  system.adapter.rickshaw.0               : rickshaw              : iobroker-proxmox                         - disabled
                + system.adapter.rpi2.0                   : rpi2                  : iobroker-proxmox                         -  enabled
                + system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker-proxmox                         -  enabled, port: 8002
                + system.adapter.sayit.0                  : sayit                 : iobroker-proxmox                         -  enabled
                + system.adapter.scenes.0                 : scenes                : iobroker-proxmox                         -  enabled
                + system.adapter.shelly.0                 : shelly                : iobroker-proxmox                         -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.simple-api.0             : simple-api            : iobroker-proxmox                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.snmp.0                   : snmp                  : iobroker-proxmox                         -  enabled
                  system.adapter.socketio.0               : socketio              : iobroker-proxmox                         - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                + system.adapter.synology.0               : synology              : iobroker-proxmox                         -  enabled, port: 5000
                + system.adapter.synology.1               : synology              : iobroker-proxmox                         -  enabled, port: 5000
                + system.adapter.telegram.0               : telegram              : iobroker-proxmox                         -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.text2command.0           : text2command          : iobroker-proxmox                         -  enabled
                + system.adapter.tr-064.0                 : tr-064                : iobroker-proxmox                         -  enabled
                  system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker-proxmox                         -  enabled
                  system.adapter.vis-bars.0               : vis-bars              : iobroker-proxmox                         - disabled
                  system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker-proxmox                         - disabled
                  system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker-proxmox                         - disabled
                  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker-proxmox                         - disabled
                  system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker-proxmox                         -  enabled
                  system.adapter.vis-history.0            : vis-history           : iobroker-proxmox                         - disabled
                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker-proxmox                         - disabled
                  system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker-proxmox                         -  enabled
                + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker-proxmox                         -  enabled
                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker-proxmox                         - disabled
                  system.adapter.vis-justgage.0           : vis-justgage          : iobroker-proxmox                         - disabled
                  system.adapter.vis-keyboard.0           : vis-keyboard          : iobroker-proxmox                         - disabled
                  system.adapter.vis-lcars.0              : vis-lcars             : iobroker-proxmox                         - disabled
                  system.adapter.vis-map.0                : vis-map               : iobroker-proxmox                         - disabled
                  system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker-proxmox                         - disabled
                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker-proxmox                         - disabled
                  system.adapter.vis-metro.0              : vis-metro             : iobroker-proxmox                         - disabled
                  system.adapter.vis-players.0            : vis-players           : iobroker-proxmox                         - disabled
                  system.adapter.vis-plumb.0              : vis-plumb             : iobroker-proxmox                         - disabled
                  system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker-proxmox                         - disabled
                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker-proxmox                         - disabled
                  system.adapter.vis.0                    : vis                   : iobroker-proxmox                         -  enabled
                + system.adapter.vw-connect.0             : vw-connect            : iobroker-proxmox                         -  enabled
                + system.adapter.web.0                    : web                   : iobroker-proxmox                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.web.1                    : web                   : iobroker-proxmox                         -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
                + system.adapter.ws.0                     : ws                    : iobroker-proxmox                         -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : iobroker-proxmox                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 2
                + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
                + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker-proxmox                         -  enabled, port: 0
                + system.adapter.influxdb.0               : influxdb              : iobroker-proxmox                         -  enabled, port: 8086
                + system.adapter.owntracks.0              : owntracks             : iobroker-proxmox                         -  enabled, port: 1883, bind: 192.168.111.176
                + system.adapter.proxmox.0                : proxmox               : iobroker-proxmox                         -  enabled, port: 8006
                + system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker-proxmox                         -  enabled, port: 8002
                + system.adapter.shelly.0                 : shelly                : iobroker-proxmox                         -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.simple-api.0             : simple-api            : iobroker-proxmox                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.synology.0               : synology              : iobroker-proxmox                         -  enabled, port: 5000
                + system.adapter.synology.1               : synology              : iobroker-proxmox                         -  enabled, port: 5000
                + system.adapter.telegram.0               : telegram              : iobroker-proxmox                         -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.web.0                    : web                   : iobroker-proxmox                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.web.1                    : web                   : iobroker-proxmox                         -  enabled, port: 20002, bind: 0.0.0.0, run as: admin
                + system.adapter.ws.0                     : ws                    : iobroker-proxmox                         -  enabled, port: 8084, 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.7.22   , installed 7.7.22
                Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                Adapter    "alpha-ess"    : 3.0.1    , installed 3.0.1
                Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
                Adapter    "backitup"     : 3.3.14   , installed 3.3.14
                Adapter    "ble"          : 0.14.0   , installed 0.14.1
                Adapter    "daswetter"    : 4.5.3    , installed 4.5.3
                Adapter    "devices"      : 1.2.14   , installed 1.2.14
                Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                Adapter    "echarts"      : 3.1.0    , installed 3.1.0
                Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
                Adapter    "enigma2"      : 2.3.0    , installed 2.3.0
                Adapter    "fritzbox"     : 0.7.0    , installed 0.7.0
                Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                Adapter    "history"      : 3.0.1    , installed 3.0.1
                Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                Adapter    "hm-rpc"       : 3.0.1    , installed 3.0.1
                Adapter    "hs100"        : 3.0.5    , installed 3.0.5
                Adapter    "ical"         : 1.19.7   , installed 1.19.7
                Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                Adapter    "icons-material-png": 0.1.0, installed 0.1.1
                Adapter    "icons-material-svg": 0.1.0, installed 0.1.1
                Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                Adapter    "iot"          : 5.0.12   , installed 5.0.7  [Updatable]
                Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                Controller "js-controller": 7.0.7    , installed 7.0.6  [Updatable]
                Adapter    "luftdaten"    : 4.0.0    , installed 4.0.0
                Adapter    "material"     : 1.3.1    , installed 1.3.1
                Adapter    "melcloud"     : 3.0.3    , installed 3.0.3
                Adapter    "mihome-vacuum": 5.2.0    , installed 5.2.0
                Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                Adapter    "modbus"       : 8.0.3    , installed 8.0.3
                Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
                Adapter    "musiccast"    : 1.1.4    , installed 1.1.4
                Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                Adapter    "owntracks"    : 1.1.0    , installed 1.1.0
                Adapter    "proxmox"      : 2.4.10   , installed 2.4.10
                Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                Adapter    "samsung_tizen": 1.1.0    , installed 1.1.0
                Adapter    "sayit"        : 5.1.0    , installed 5.1.0
                Adapter    "scenes"       : 4.0.4    , installed 4.0.4
                Adapter    "shelly"       : 10.6.1   , installed 10.6.1
                Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
                Adapter    "snmp"         : 3.4.0    , installed 3.4.0
                Adapter    "socketio"     : 7.0.8    , installed 7.0.8
                Adapter    "synology"     : 3.1.0    , installed 3.1.0
                Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                Adapter    "text2command" : 4.0.0    , installed 4.0.0
                Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                Adapter    "tvspielfilm"  : 2.1.0    , installed 2.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-colorpicker": 2.1.0  , installed 2.1.0
                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                Adapter    "vis-hqwidgets": 1.6.0    , installed 1.6.0
                Adapter    "vis-icontwo"  : 2.11.1   , installed 2.11.1
                Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                Adapter    "vis-jqui-mfd" : 1.1.3    , installed 1.1.3
                Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                Adapter    "vis-keyboard" : 0.0.3    , installed 0.0.3
                Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
                Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                Adapter    "web"          : 8.0.0    , installed 8.0.0
                Adapter    "ws"           : 4.0.0    , installed 4.0.0
                Adapter    "yahka"        : 1.1.5    , installed 1.1.5
                Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
                
                Objects and States
                Please stand by - This may take a while
                Objects:        22095
                States:         17203
                
                *** OS-Repositories and Updates ***
                Hit:1 http://security.debian.org/debian-security trixie-security InRelease
                Hit:2 http://ftp.de.debian.org/debian trixie InRelease
                Hit:3 https://apt.grafana.com stable InRelease
                Hit:4 http://ftp.de.debian.org/debian trixie-updates InRelease
                Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                Get:6 https://repos.influxdata.com/debian stable InRelease [6922 B]
                Fetched 6922 B in 1s (11.5 kB/s)
                Reading package lists...
                E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                Pending systemupdates:
                
                *** 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      1001       13457      457/iobroker.js-con
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13452      457/iobroker.js-con
                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11248      1/init
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1896       425/sshd: /usr/sbin
                tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       18313      1395/io.shelly.0
                tcp        0      0 192.168.111.176:2010    0.0.0.0:*               LISTEN      1001       16755      879/io.hm-rpc.2
                tcp        0      0 192.168.111.176:1883    0.0.0.0:*               LISTEN      1001       17243      1317/io.owntracks.0
                tcp        0      0 192.168.111.176:8701    0.0.0.0:*               LISTEN      1001       16715      863/io.hm-rpc.1
                tcp        0      0 192.168.111.176:2       0.0.0.0:*               LISTEN      1001       15707      847/io.hm-rpc.0
                tcp6       0      0 :::111                  :::*                    LISTEN      0          11252      1/init
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13640      490/io.admin.0
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20486      1858/io.web.0
                tcp6       0      0 :::8084                 :::*                    LISTEN      1001       20428      1890/io.ws.0
                tcp6       0      0 :::8086                 :::*                    LISTEN      998        12622      387/influxd
                tcp6       0      0 :::22                   :::*                    LISTEN      0          1907       425/sshd: /usr/sbin
                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       20135      1762/io.simple-api.
                tcp6       0      0 :::3000                 :::*                    LISTEN      108        13508      456/grafana
                tcp6       0      0 :::20002                :::*                    LISTEN      1001       20454      1906/io.web.1
                udp        0      0 192.168.111.176:5353    0.0.0.0:*                           1001       18710      1508/io.tr-064.0
                udp        0      0 0.0.0.0:48354           0.0.0.0:*                           1001       17350      1449/io.snmp.0
                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11249      1/init
                udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       20394      1874/io.musiccast.0
                udp6       0      0 :::111                  :::*                                0          11255      1/init
                
                *** Log File - Last 25 Lines ***
                
                2026-04-01 12:19:45.809  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238111 1775038785.764 2|shos_rpc_inst.c:243     Cloud.GetConfig [234359255@] via HTTP_in GET 192.168.111.176:53344 user admin
                2026-04-01 12:19:46.149  - info: shelly.0 (1395) [authEnabled] 192.168.111.198 (shellyplug-s / shellyplug-s-80646F814629 / SHPLG-S#80646F814629#1): This device is not protected via restricted login (see adapter documentation for details)
                2026-04-01 12:19:47.097  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238112 1775038786.166 2|shos_rpc_inst.c:243     Switch.GetConfig [751061372@] via HTTP_in GET 192.168.111.176:53368 user admin
                2026-04-01 12:19:47.098  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238113 1775038786.237 2|shos_rpc_inst.c:243     Input.GetConfig [752804414@] via HTTP_in GET 192.168.111.176:53384 user admin
                2026-04-01 12:19:48.933  - info: shelly.0 (1395) [authEnabled] 192.168.111.185 (shellyplug-s / shellyplug-s-7C87CEB5A29C / SHPLG-S#7C87CEB5A29C#1): This device is not protected via restricted login (see adapter documentation for details)
                2026-04-01 12:19:49.418  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238114 1775038789.428 2|shelly_script.cpp:205   script:2 1.9% CPU utilization
                2026-04-01 12:19:49.528  - info: shelly.0 (1395) [authEnabled] 192.168.111.194 (shellyplus1pm / shellyplus1pm-441793a6cc14 / shellyplus1pm#441793a6cc14#1): This device is not protected via restricted login (see adapter documentation for details)
                2026-04-01 12:19:49.656  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
                2026-04-01 12:19:50.068  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
                2026-04-01 12:19:50.116  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
                2026-04-01 12:19:50.540  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886737 1775038796.211 2|shos_rpc_inst.c:243     Shelly.GetStatus [193839106@] via HTTP_in GET 192.168.111.176:49298
                2026-04-01 12:19:50.568  - info: shelly.0 (1395) [authEnabled] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): This device is not protected via restricted login (see adapter documentation for details)
                2026-04-01 12:19:50.572  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886738 1775038796.245 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [1035795462@] via HTTP_in GET 192.168.111.176:49304
                2026-04-01 12:19:50.605  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886739 1775038796.279 2|shos_rpc_inst.c:243     Sys.GetConfig [2093552034@] via HTTP_in GET 192.168.111.176:49312
                2026-04-01 12:19:50.640  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886740 1775038796.312 2|shos_rpc_inst.c:243     WiFi.GetConfig [1090987139@] via HTTP_in GET 192.168.111.176:49314
                2026-04-01 12:19:50.670  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886741 1775038796.341 2|shos_rpc_inst.c:243     Mqtt.GetConfig [482092069@] via HTTP_in GET 192.168.111.176:49322
                2026-04-01 12:19:50.708  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886742 1775038796.371 2|shos_rpc_inst.c:243     Cloud.GetConfig [1459467736@] via HTTP_in GET 192.168.111.176:49330
                2026-04-01 12:19:50.742  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886743 1775038796.413 2|shos_rpc_inst.c:243     Switch.GetConfig [317277003@] via HTTP_in GET 192.168.111.176:49342
                2026-04-01 12:19:50.781  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886744 1775038796.449 2|shos_rpc_inst.c:243     Input.GetConfig [1804997671@] via HTTP_in GET 192.168.111.176:49356
                2026-04-01 12:19:51.725  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 238115 1775038791.691 2|shelly_notification:164 Status change of switch:0: {"apower":14.3}
                2026-04-01 12:19:53.885  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
                2026-04-01 12:19:54.334  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
                2026-04-01 12:19:54.416  - info: shelly.0 (1395) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 886745 1775038800.034 2|shelly_notification:164 Status change of switch:0: {"aenergy":{"by_minute":[0.000,0.000,0.000],"minute_ts":1775038800,"total":31281.914},"apower":0.0,"current":0.000,"voltage":238.0}
                2026-04-01 12:19:54.438  - info: enigma2.0 (1570) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
                2026-04-01 12:19:55.503  - info: tr-064.0 (1508) forEachConfiguredDevice: in GetSpecificHostEntry 39(Ralf-Handy/192.168.111.60) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                
                

                ============ 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
                #11

                @derrapf sagte:

                in den ständigen "Warten"-Zustand übergegangen.

                Das funktioniert halt nicht in einer agilen Softwarewelt. Die anderen laufen dir nach vorne weg. Und neue Versionen verwenden auch neuere Pakete als deine Kiste im 'Wartungsmodus'. Das fällt dir früher oder später komplett auf die Füße.

                Ich haette z.B. kein Problem damit den IObroker mal einfach ein paar Jahre in Ruhe- und ihn einfach nur seine Arbeit tun zu lassen.

                2 Jahre kannst du das Betriebssystem ja auch in Ruhe lassen (regelmäßige Updates der Basis vorausgesetzt). Aber du kannst nicht auf einer Basis verharren, die schon vom Hersteller nicht mehr voll unterstützt wird, von dritten wie z. B. nodejs ganz abgesehen. Alle zwei Jahre wird eine neue stabile Debian-Version released. Dann läuft die Übergangsfrist von einem Jahr, in der zwei Releases parallel unterhalten werden. Und in dem Jahr solltest du es schaffen das Release zu wechseln. Je länger du wartest und verharrst, um so größer wird der dann erforderliche Sprung. Die anderen laufen ja wie gesagt schon weiter.

                Zu iob diag:

                Unknown release codenamed 'trixie'. Please check yourself if the Operating System is actively maintained.

                Da stimmt was nicht. Lass den Fixer mal über das System laufen:

                iob stop
                iob fix 
                iob start
                

                Da kannst du dann 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'

                korrigieren.
                Setz den user 'pi' in die Gruppe 'adm' rein:

                sudo usermod -aG adm pi
                

                pi danach aus- und wieder einloggen.

                Updaten:
                Controller "js-controller": 7.0.7 , installed 7.0.6 [Updatable]

                E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

                Da ist ein Klemmer in der Paketdatenbank. Schau dir

                sudo apt update
                sudo apt upgrade
                

                an.

                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
                • D Offline
                  D Offline
                  derrapf
                  schrieb am zuletzt editiert von derrapf
                  #12

                  Danke.
                  Also iob fix lieferte

                  Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                  library: loaded
                  Library version=2026-02-01
                  
                  ==========================================================================
                  
                      Welcome to the ioBroker installation fixer!
                      Script version: 2025-09-08
                  
                      You might need to enter your password a couple of times.
                  
                  ==========================================================================
                  
                  
                  ==========================================================================
                      Installing prerequisites (1/5)
                  ==========================================================================
                  
                  [sudo] Passwort für pi:
                  Holen:1 http://security.debian.org/debian-security trixie-security InRelease [43,4 kB]
                  OK:2 http://ftp.de.debian.org/debian trixie InRelease
                  OK:3 https://apt.grafana.com stable InRelease
                  OK:4 http://ftp.de.debian.org/debian trixie-updates InRelease
                  OK:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                  Holen:6 https://repos.influxdata.com/debian stable InRelease [6.922 B]
                  Es wurden 50,3 kB in 1 s geholt (82,9 kB/s).
                  Paketlisten werden gelesen… Fertig
                  E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                  Installed distro-info
                  E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                  Installed polkitd
                  
                  ==========================================================================
                      Checking ioBroker user and directory permissions (2/5)
                  ==========================================================================
                  
                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...
                  
                  ==========================================================================
                      Check and cleanup npm temporary directories (3/5)
                  ==========================================================================
                  
                  Done.
                  
                  ==========================================================================
                      Database maintenance (4/5)
                  ==========================================================================
                  
                  Checking for uncompressed JSONL databases... This might take a while!
                  
                  Compressing /opt/iobroker/iobroker-data/states.jsonl
                  Compressing /opt/iobroker/iobroker-data/objects.jsonl
                  Compressed 2 JSONL files. Done
                  
                  ==========================================================================
                      Checking autostart (5/5)
                  ==========================================================================
                  
                  Enabling autostart...
                  Autostart enabled!
                  
                  ==========================================================================
                  
                      Your installation was fixed successfully
                      Run iobroker start to start ioBroker again!
                  
                  ==========================================================================
                  
                  

                  pi hab ich auch in die Admin Gruppe genommen wie vorgeschlagen
                  Dann mit iob upgrade self den js-controller upgedatet
                  Bisher alles ok.

                  Bei sudo apt upgrade bekomme ich Fehler:

                  sudo apt upgrade
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
                  Die folgenden Pakete haben unerfüllte Abhängigkeiten:
                   libc-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                   libc-dev-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installier                                                                                     t
                                  Empfiehlt: manpages-dev ist aber nicht installiert
                                  Empfiehlt: libc-devtools (> 2.31) ist aber nicht installiert
                   libc6-dev : Hängt ab von: libc6 (= 2.31-13+deb11u13) aber 2.41-12+deb13u2 ist i                                                                                     nstalliert
                   libpam0g-dev : Hängt ab von: libpam0g (= 1.7.0-5) aber 1.4.0-9+deb11u2 ist inst                                                                                     alliert
                                  Empfiehlt: libpam-doc ist aber nicht installiert
                   libtirpc-dev : Hängt ab von: libtirpc3t64 (= 1.3.6+ds-1) ist aber nicht install                                                                                     iert
                   locales : Hängt ab von: libc-bin (> 2.41) aber 2.31-13+deb11u13 ist installiert
                             Hängt ab von: libc-l10n (> 2.41) aber 2.31-13+deb11u13 ist installier                                                                                     t
                  E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Anga                                                                                     be eines Pakets (oder geben Sie eine Lösung an).
                  
                  

                  Soll ich apt --fix-broken install laufen lassen?
                  Ach, was ich vorhin entdeckt habe: Meine ganzen Scripte im Javascript Addon sind nicht mehr da.

                  Gruss Ralf

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • D derrapf

                    Danke.
                    Also iob fix lieferte

                    Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
                    library: loaded
                    Library version=2026-02-01
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2025-09-08
                    
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/5)
                    ==========================================================================
                    
                    [sudo] Passwort für pi:
                    Holen:1 http://security.debian.org/debian-security trixie-security InRelease [43,4 kB]
                    OK:2 http://ftp.de.debian.org/debian trixie InRelease
                    OK:3 https://apt.grafana.com stable InRelease
                    OK:4 http://ftp.de.debian.org/debian trixie-updates InRelease
                    OK:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                    Holen:6 https://repos.influxdata.com/debian stable InRelease [6.922 B]
                    Es wurden 50,3 kB in 1 s geholt (82,9 kB/s).
                    Paketlisten werden gelesen… Fertig
                    E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                    Installed distro-info
                    E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                    Installed polkitd
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/5)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Check and cleanup npm temporary directories (3/5)
                    ==========================================================================
                    
                    Done.
                    
                    ==========================================================================
                        Database maintenance (4/5)
                    ==========================================================================
                    
                    Checking for uncompressed JSONL databases... This might take a while!
                    
                    Compressing /opt/iobroker/iobroker-data/states.jsonl
                    Compressing /opt/iobroker/iobroker-data/objects.jsonl
                    Compressed 2 JSONL files. Done
                    
                    ==========================================================================
                        Checking autostart (5/5)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    ==========================================================================
                    
                    

                    pi hab ich auch in die Admin Gruppe genommen wie vorgeschlagen
                    Dann mit iob upgrade self den js-controller upgedatet
                    Bisher alles ok.

                    Bei sudo apt upgrade bekomme ich Fehler:

                    sudo apt upgrade
                    Paketlisten werden gelesen… Fertig
                    Abhängigkeitsbaum wird aufgebaut… Fertig
                    Statusinformationen werden eingelesen… Fertig
                    Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
                    Die folgenden Pakete haben unerfüllte Abhängigkeiten:
                     libc-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                     libc-dev-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installier                                                                                     t
                                    Empfiehlt: manpages-dev ist aber nicht installiert
                                    Empfiehlt: libc-devtools (> 2.31) ist aber nicht installiert
                     libc6-dev : Hängt ab von: libc6 (= 2.31-13+deb11u13) aber 2.41-12+deb13u2 ist i                                                                                     nstalliert
                     libpam0g-dev : Hängt ab von: libpam0g (= 1.7.0-5) aber 1.4.0-9+deb11u2 ist inst                                                                                     alliert
                                    Empfiehlt: libpam-doc ist aber nicht installiert
                     libtirpc-dev : Hängt ab von: libtirpc3t64 (= 1.3.6+ds-1) ist aber nicht install                                                                                     iert
                     locales : Hängt ab von: libc-bin (> 2.41) aber 2.31-13+deb11u13 ist installiert
                               Hängt ab von: libc-l10n (> 2.41) aber 2.31-13+deb11u13 ist installier                                                                                     t
                    E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Anga                                                                                     be eines Pakets (oder geben Sie eine Lösung an).
                    
                    

                    Soll ich apt --fix-broken install laufen lassen?
                    Ach, was ich vorhin entdeckt habe: Meine ganzen Scripte im Javascript Addon sind nicht mehr da.

                    Gruss Ralf

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

                    @derrapf sagte:

                    Bei sudo apt upgrade bekomme ich Fehler:

                    Ja, das sind genau die Dinge, die passieren wenn man meint seine Kiste in einem 'Wartungsmodus' fahren zu können.
                    Die Codebasis ist jetzt soweit auseinandergerückt, das hier Abhängigkeiten nicht mehr bedient werden können.
                    Vermutlich hat dir die KI da auch falsche Dinge eingeflüstert.

                    sudo apt update
                    sudo apt --fix-broken install
                    

                    versuchen. Aber bevor du da irgendwas machst schau dir die Ausgaben genau an.

                    Edit: Befehl korrigiert.

                    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
                    • D Offline
                      D Offline
                      derrapf
                      schrieb am zuletzt editiert von
                      #14

                      ok.
                      Also:
                      sudo apt update:

                       sudo apt update
                      [sudo] Passwort für pi:
                      OK:1 http://security.debian.org/debian-security trixie-security InRelease
                      OK:2 https://apt.grafana.com stable InRelease
                      OK:3 http://ftp.de.debian.org/debian trixie InRelease
                      OK:4 http://ftp.de.debian.org/debian trixie-updates InRelease
                      Holen:5 https://repos.influxdata.com/debian stable InRelease [6.922 B]
                      OK:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                      Es wurden 6.922 B in 1 s geholt (10,4 kB/s).
                      Paketlisten werden gelesen… Fertig
                      Abhängigkeitsbaum wird aufgebaut… Fertig
                      Statusinformationen werden eingelesen… Fertig
                      Aktualisierung für 457 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,                                 um sie anzuzeigen.
                      
                      

                      sieht doch Ok aus, oder?

                      sudo apt --fix-broken:

                      pi@iobroker-proxmox:~$ sudo apt --fix-broken
                      E: Befehlszeilenoption »--fix-broken« kann in Kombination mit den anderen Optionen nicht interpretiert werden.
                      pi@iobroker-proxmox:~$
                      

                      Gruss Ralf

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • D derrapf

                        ok.
                        Also:
                        sudo apt update:

                         sudo apt update
                        [sudo] Passwort für pi:
                        OK:1 http://security.debian.org/debian-security trixie-security InRelease
                        OK:2 https://apt.grafana.com stable InRelease
                        OK:3 http://ftp.de.debian.org/debian trixie InRelease
                        OK:4 http://ftp.de.debian.org/debian trixie-updates InRelease
                        Holen:5 https://repos.influxdata.com/debian stable InRelease [6.922 B]
                        OK:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                        Es wurden 6.922 B in 1 s geholt (10,4 kB/s).
                        Paketlisten werden gelesen… Fertig
                        Abhängigkeitsbaum wird aufgebaut… Fertig
                        Statusinformationen werden eingelesen… Fertig
                        Aktualisierung für 457 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,                                 um sie anzuzeigen.
                        
                        

                        sieht doch Ok aus, oder?

                        sudo apt --fix-broken:

                        pi@iobroker-proxmox:~$ sudo apt --fix-broken
                        E: Befehlszeilenoption »--fix-broken« kann in Kombination mit den anderen Optionen nicht interpretiert werden.
                        pi@iobroker-proxmox:~$
                        

                        Gruss Ralf

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

                        @derrapf

                        Dann versuch jetzt ein

                        sudo apt full-upgrade
                        

                        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
                        • D Offline
                          D Offline
                          derrapf
                          schrieb am zuletzt editiert von
                          #16

                          Das gefällt ihm nicht:

                          
                          pi@iobroker-proxmox:~$ sudo apt full-upgrade
                          [sudo] Passwort für pi:
                          Paketlisten werden gelesen… Fertig
                          Abhängigkeitsbaum wird aufgebaut… Fertig
                          Statusinformationen werden eingelesen… Fertig
                          Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
                          Die folgenden Pakete haben unerfüllte Abhängigkeiten:
                           libc-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                           libc-dev-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                                          Empfiehlt: manpages-dev ist aber nicht installiert
                                          Empfiehlt: libc-devtools (> 2.31) ist aber nicht installiert
                           libc6-dev : Hängt ab von: libc6 (= 2.31-13+deb11u13) aber 2.41-12+deb13u2 ist installiert
                           libpam0g-dev : Hängt ab von: libpam0g (= 1.7.0-5) aber 1.4.0-9+deb11u2 ist installiert
                                          Empfiehlt: libpam-doc ist aber nicht installiert
                           libtirpc-dev : Hängt ab von: libtirpc3t64 (= 1.3.6+ds-1) ist aber nicht installiert
                           locales : Hängt ab von: libc-bin (> 2.41) aber 2.31-13+deb11u13 ist installiert
                                     Hängt ab von: libc-l10n (> 2.41) aber 2.31-13+deb11u13 ist installiert
                          E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                          
                          

                          Gruss Ralf

                          Thomas BraunT 2 Antworten Letzte Antwort
                          0
                          • D derrapf

                            Das gefällt ihm nicht:

                            
                            pi@iobroker-proxmox:~$ sudo apt full-upgrade
                            [sudo] Passwort für pi:
                            Paketlisten werden gelesen… Fertig
                            Abhängigkeitsbaum wird aufgebaut… Fertig
                            Statusinformationen werden eingelesen… Fertig
                            Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
                            Die folgenden Pakete haben unerfüllte Abhängigkeiten:
                             libc-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                             libc-dev-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                                            Empfiehlt: manpages-dev ist aber nicht installiert
                                            Empfiehlt: libc-devtools (> 2.31) ist aber nicht installiert
                             libc6-dev : Hängt ab von: libc6 (= 2.31-13+deb11u13) aber 2.41-12+deb13u2 ist installiert
                             libpam0g-dev : Hängt ab von: libpam0g (= 1.7.0-5) aber 1.4.0-9+deb11u2 ist installiert
                                            Empfiehlt: libpam-doc ist aber nicht installiert
                             libtirpc-dev : Hängt ab von: libtirpc3t64 (= 1.3.6+ds-1) ist aber nicht installiert
                             locales : Hängt ab von: libc-bin (> 2.41) aber 2.31-13+deb11u13 ist installiert
                                       Hängt ab von: libc-l10n (> 2.41) aber 2.31-13+deb11u13 ist installiert
                            E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                            
                            

                            Gruss Ralf

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

                            @derrapf sagte:

                            sudo apt --fix-broken install
                            

                            Edit: sudo zur Erlangung der root-Rechte ergänzt...

                            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

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

                              @derrapf sagte:

                              sudo apt --fix-broken install
                              

                              Edit: sudo zur Erlangung der root-Rechte ergänzt...

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von Thomas Braun
                              #18
                              sudo apt update
                              apt policy libc-bin
                              apt policy libc-dev-bin
                              apt policy libc6
                              

                              und

                              apt policy libpam0g-dev
                              

                              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
                              • D derrapf

                                Das gefällt ihm nicht:

                                
                                pi@iobroker-proxmox:~$ sudo apt full-upgrade
                                [sudo] Passwort für pi:
                                Paketlisten werden gelesen… Fertig
                                Abhängigkeitsbaum wird aufgebaut… Fertig
                                Statusinformationen werden eingelesen… Fertig
                                Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
                                Die folgenden Pakete haben unerfüllte Abhängigkeiten:
                                 libc-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                                 libc-dev-bin : Hängt ab von: libc6 (< 2.32) aber 2.41-12+deb13u2 ist installiert
                                                Empfiehlt: manpages-dev ist aber nicht installiert
                                                Empfiehlt: libc-devtools (> 2.31) ist aber nicht installiert
                                 libc6-dev : Hängt ab von: libc6 (= 2.31-13+deb11u13) aber 2.41-12+deb13u2 ist installiert
                                 libpam0g-dev : Hängt ab von: libpam0g (= 1.7.0-5) aber 1.4.0-9+deb11u2 ist installiert
                                                Empfiehlt: libpam-doc ist aber nicht installiert
                                 libtirpc-dev : Hängt ab von: libtirpc3t64 (= 1.3.6+ds-1) ist aber nicht installiert
                                 locales : Hängt ab von: libc-bin (> 2.41) aber 2.31-13+deb11u13 ist installiert
                                           Hängt ab von: libc-l10n (> 2.41) aber 2.31-13+deb11u13 ist installiert
                                E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
                                
                                

                                Gruss Ralf

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

                                @derrapf

                                Ganz ohne KI, dafür funktioniert es aber:

                                https://forum.iobroker.net/topic/65655/upgrade-von-debian-11-bullseye-auf-12-bookworm

                                https://forum.iobroker.net/topic/81187/upgrade-von-debian-12-bookworm-auf-debian-13-trixie

                                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
                                • D Offline
                                  D Offline
                                  derrapf
                                  schrieb zuletzt editiert von
                                  #20

                                  also wenn ich apt --fix-broken install ausführe kommt:

                                  pi@iobroker-proxmox:~$ apt --fix-broken install
                                  E: Sperrdatei /var/lib/dpkg/lock-frontend konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
                                  E: Erlangen der Sperre für die Dpkg-Oberfläche (/var/lib/dpkg/lock-frontend) nicht möglich; sind Sie root?
                                  pi@iobroker-proxmox:~$

                                  Ich glaube ich geh wieder auf mein altes Backup zurücj und probier die Links

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • D derrapf

                                    also wenn ich apt --fix-broken install ausführe kommt:

                                    pi@iobroker-proxmox:~$ apt --fix-broken install
                                    E: Sperrdatei /var/lib/dpkg/lock-frontend konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
                                    E: Erlangen der Sperre für die Dpkg-Oberfläche (/var/lib/dpkg/lock-frontend) nicht möglich; sind Sie root?
                                    pi@iobroker-proxmox:~$

                                    Ich glaube ich geh wieder auf mein altes Backup zurücj und probier die Links

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

                                    @derrapf sagte:

                                    also wenn ich apt --fix-broken install ausführe kommt:

                                    apt mit sudo ausführen!

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

                                    1 Antwort Letzte Antwort
                                    0

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

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

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

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


                                    Support us

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

                                    550

                                    Online

                                    32.7k

                                    Benutzer

                                    82.6k

                                    Themen

                                    1.3m

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

                                    • Du hast noch kein Konto? Registrieren

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