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
    770

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

  • 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
34 Beiträge 4 Kommentatoren 497 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.
  • 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 am 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 am 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
          • D Offline
            D Offline
            derrapf
            schrieb am zuletzt editiert von derrapf
            #22

            Ich bin jetzt wieder auf dem Stand der mal funktioniert hat. Alle Adpater bis auf IOT sind aktuell. Wenn ich IOT update dann bekomme ich den Effekt weswegen ich diesen Thread gestartet habe. Ich würde nun die Links von oben nacheinander versuchen auszuführen. Also stückweise upgraden, wenn ich das richtig verstanden habe.
            Ich melde dann mal was so alles passiert.

            1 Antwort Letzte Antwort
            0
            • D Offline
              D Offline
              derrapf
              schrieb am zuletzt editiert von
              #23

              Bevor ich loslege: In dem ersten Link steht
              "Diesmal rät Raspberry OS allerdings noch dringender als sonst dazu, die Systeme nicht von einem zum anderen Release rüberzuheben, sondern eine komplette Neuinstallation zu machen:"
              Heisst das ich kann die Anleitung die dann kommt streichen, weil man das eh nicht machen sollte?
              Muss ich mit dem OS jetzt quasi von vorne anfangen?
              Und wenn ja: Das haette ich dann auch im Rahmen der normalen "Wartung" des Systems irgendwann machen müssen?
              Weil das ist genau das was ich oben gemeint habe: Statt das System zu betreiben muss ich es immer wieder (alle 2 Jahre?) quasi neu installieren.
              Bzw. wenn ich mit meiner Annahme falsch liege: Muss ich immer noch aufwendig solche Anleitungen befolgen und hoffen, dass nachher noch alles läuft (was nicht der Fall ist wie man im Verlauf dieses Threads sieht)
              Aber gut. Ich hab ja Backups. Ich kann so oft anfangen wie ich will.
              Ich würde ehrlich gesagt gerne vermeiden bei 0 anzufangen (weil dann geht mir auch Grafana und Influx verloren. Das war ja auch ein Act bis es lief) und mache mal den "normalen" Update auf Bookworm wie Thomas es beschrieben hat.
              Daumen Drücken...
              ich melde mich...
              Gruss Ralf

              Thomas BraunT 2 Antworten Letzte Antwort
              0
              • D derrapf

                Bevor ich loslege: In dem ersten Link steht
                "Diesmal rät Raspberry OS allerdings noch dringender als sonst dazu, die Systeme nicht von einem zum anderen Release rüberzuheben, sondern eine komplette Neuinstallation zu machen:"
                Heisst das ich kann die Anleitung die dann kommt streichen, weil man das eh nicht machen sollte?
                Muss ich mit dem OS jetzt quasi von vorne anfangen?
                Und wenn ja: Das haette ich dann auch im Rahmen der normalen "Wartung" des Systems irgendwann machen müssen?
                Weil das ist genau das was ich oben gemeint habe: Statt das System zu betreiben muss ich es immer wieder (alle 2 Jahre?) quasi neu installieren.
                Bzw. wenn ich mit meiner Annahme falsch liege: Muss ich immer noch aufwendig solche Anleitungen befolgen und hoffen, dass nachher noch alles läuft (was nicht der Fall ist wie man im Verlauf dieses Threads sieht)
                Aber gut. Ich hab ja Backups. Ich kann so oft anfangen wie ich will.
                Ich würde ehrlich gesagt gerne vermeiden bei 0 anzufangen (weil dann geht mir auch Grafana und Influx verloren. Das war ja auch ein Act bis es lief) und mache mal den "normalen" Update auf Bookworm wie Thomas es beschrieben hat.
                Daumen Drücken...
                ich melde mich...
                Gruss Ralf

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

                @derrapf

                Kurz: Ja...

                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

                  Bevor ich loslege: In dem ersten Link steht
                  "Diesmal rät Raspberry OS allerdings noch dringender als sonst dazu, die Systeme nicht von einem zum anderen Release rüberzuheben, sondern eine komplette Neuinstallation zu machen:"
                  Heisst das ich kann die Anleitung die dann kommt streichen, weil man das eh nicht machen sollte?
                  Muss ich mit dem OS jetzt quasi von vorne anfangen?
                  Und wenn ja: Das haette ich dann auch im Rahmen der normalen "Wartung" des Systems irgendwann machen müssen?
                  Weil das ist genau das was ich oben gemeint habe: Statt das System zu betreiben muss ich es immer wieder (alle 2 Jahre?) quasi neu installieren.
                  Bzw. wenn ich mit meiner Annahme falsch liege: Muss ich immer noch aufwendig solche Anleitungen befolgen und hoffen, dass nachher noch alles läuft (was nicht der Fall ist wie man im Verlauf dieses Threads sieht)
                  Aber gut. Ich hab ja Backups. Ich kann so oft anfangen wie ich will.
                  Ich würde ehrlich gesagt gerne vermeiden bei 0 anzufangen (weil dann geht mir auch Grafana und Influx verloren. Das war ja auch ein Act bis es lief) und mache mal den "normalen" Update auf Bookworm wie Thomas es beschrieben hat.
                  Daumen Drücken...
                  ich melde mich...
                  Gruss Ralf

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

                  @derrapf sagte:

                  Bevor ich loslege: In dem ersten Link steht
                  "Diesmal rät Raspberry OS allerdings noch dringender als sonst dazu, die Systeme nicht von einem zum anderen Release rüberzuheben, sondern eine komplette Neuinstallation zu machen:"
                  Heisst das ich kann die Anleitung die dann kommt streichen, weil man das eh nicht machen sollte?

                  Hast du da RaspberryOS am Start? Nein, du fährst da einen LXC auf Proxmox...

                  Muss ich mit dem OS jetzt quasi von vorne anfangen?

                  Du rollst einen aktuellen LXC aus, fertig. Wird mir ja immer als super easy verkauft.

                  Und wenn ja: Das haette ich dann auch im Rahmen der normalen "Wartung" des Systems irgendwann machen müssen?

                  Man hält seinen Softwarestack auf Stand, ja.

                  Weil das ist genau das was ich oben gemeint habe: Statt das System zu betreiben muss ich es immer wieder (alle 2 Jahre?) quasi neu installieren.

                  Kommt aus die individuellen Umstände an.

                  Bzw. wenn ich mit meiner Annahme falsch liege: Muss ich immer noch aufwendig solche Anleitungen befolgen und hoffen, dass nachher noch alles läuft (was nicht der Fall ist wie man im Verlauf dieses Threads sieht)

                  Anleitungen solltest du / musst du wohl befolgen, wenn du selber nicht sattelfest genug bist. In der Regel funktionieren solche Inline-Upgrades natürlich. Die Wahrscheinlichkeit erhöht sich um so mehr, je weniger Türelü installiert ist.

                  weil dann geht mir auch Grafana und Influx verloren.

                  Nö, weil man deren Installationsquellen ja auch aktualisert und dann passt das wieder zueinander.

                  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
                    #26

                    Also ich kann schon mal sagen, dass nach der ersten Anleitung, also dem apt upgrade und dem apt full-upgrade das Problem mit dem Java Script Adapter auftaucht: Er zeigt mir meine ganzen Programme nicht mehr an.
                    Soll ich an der Stelle weitermachen oder erst versuchen dieses Problem zu fixen?

                    Du rollst einen aktuellen LXC aus, fertig.

                    Nein. Eben nicht "fertig". Sondern Start bei 0. Das wäre, wie wenn ich sagen würde "Mach mal alle zwei Jahre Dein Windows komplett platt und installiere und konfiguriere "einfach" alles neu. Wer will sowas? Ich hab keine Probleme regelmässig Updates einzuspielen. Wäre aber schön wenn man das einfach automatisieren könnte (wie bei Windows) und danach noch alles geht wie vorher. Dass das nicht so ist, ist leider wieder das Problem das mir ganze Wochenenden klaut.

                    Aber Ok, ich kann es nicht ändern. Lass und darüber nicht diskutieren.
                    Deswegen nochmal: Soll ich weitermachen oder das Java-Script Problem erst lösen? Wenn ja, wie könnte das gelingen?
                    Gruss Ralf

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • D derrapf

                      Also ich kann schon mal sagen, dass nach der ersten Anleitung, also dem apt upgrade und dem apt full-upgrade das Problem mit dem Java Script Adapter auftaucht: Er zeigt mir meine ganzen Programme nicht mehr an.
                      Soll ich an der Stelle weitermachen oder erst versuchen dieses Problem zu fixen?

                      Du rollst einen aktuellen LXC aus, fertig.

                      Nein. Eben nicht "fertig". Sondern Start bei 0. Das wäre, wie wenn ich sagen würde "Mach mal alle zwei Jahre Dein Windows komplett platt und installiere und konfiguriere "einfach" alles neu. Wer will sowas? Ich hab keine Probleme regelmässig Updates einzuspielen. Wäre aber schön wenn man das einfach automatisieren könnte (wie bei Windows) und danach noch alles geht wie vorher. Dass das nicht so ist, ist leider wieder das Problem das mir ganze Wochenenden klaut.

                      Aber Ok, ich kann es nicht ändern. Lass und darüber nicht diskutieren.
                      Deswegen nochmal: Soll ich weitermachen oder das Java-Script Problem erst lösen? Wenn ja, wie könnte das gelingen?
                      Gruss Ralf

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

                      @derrapf sagte:

                      Dass das nicht so ist

                      Doch, GENAUSO IST DAS. Wenn man es REGELMÄSSIG tun würde.

                      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 derrapf
                        #28

                        Ich bin doch jetzt genau an der Stelle an der ich vielleicht vor einem oder zwei Jahren haette sein sollen und mache den ersten Update-Schritt gemäß Deiner Anleitung.
                        D.h.:
                        Haette ich es - wie Du es vorschlägst - regelmässig gemacht; haette also den Schritt den ich jetzt mache vor einem Jahr gemacht:
                        Dann wäre ich doch genau so in die gleichen Probleme gelaufen die ich jetzt habe, oder nicht?
                        Ich bin jetz halt nur später dran.
                        Aber lass und diese Diskussion nicht weiter verfolgen weil sie nicht hilfreich ist.

                        Die Frage war: Soll ich mit der Anleitung weiter machen, oder soll ich mich zuerst drum kümmern dass die Scripte weg sind? Wenn ja:Wie?

                        Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                        0
                        • D derrapf

                          Ich bin doch jetzt genau an der Stelle an der ich vielleicht vor einem oder zwei Jahren haette sein sollen und mache den ersten Update-Schritt gemäß Deiner Anleitung.
                          D.h.:
                          Haette ich es - wie Du es vorschlägst - regelmässig gemacht; haette also den Schritt den ich jetzt mache vor einem Jahr gemacht:
                          Dann wäre ich doch genau so in die gleichen Probleme gelaufen die ich jetzt habe, oder nicht?
                          Ich bin jetz halt nur später dran.
                          Aber lass und diese Diskussion nicht weiter verfolgen weil sie nicht hilfreich ist.

                          Die Frage war: Soll ich mit der Anleitung weiter machen, oder soll ich mich zuerst drum kümmern dass die Scripte weg sind? Wenn ja:Wie?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb zuletzt editiert von
                          #29

                          @derrapf sagte:

                          Dann wäre ich doch genau so in die gleichen Probleme gelaufen die ich jetzt habe, oder nicht?

                          Nö, denn damals war die Codebasis wesentlich näher beieinander. Jetzt musst du viel weiter springen.

                          Die Frage war: Soll ich mit der Anleitung weiter machen, oder soll ich mich zuerst drum kümmern dass die Scripte weg sind? Wenn ja:Wie?

                          Du sollst einen frischen LXC ausrollen, wie das bei LXCs halt der übliche Weg ist. ioBroker-Part wieder mounten, fertig.
                          Details dazu müssen dir dann bei Bedarf Verwender von Containern geben.

                          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
                            #30

                            Ich hab nochmal nachgesehen. Ich glaube ich habe damals (auch wieder nach Anleitung) keinen LXC Container gemacht sondern eine VM. Das würde bedeutetnich muss doch wieder bei 0 anfangen. Neue VM mit dem neuen OS, alles im OS so konfigurieren wie es jetzt ist, dann iobroker installieren, dann daa Backup zurückspielen, dann Influx, dann Grafana... Ich glaub ich geb mir die Kugel.
                            Ich geh jetz mal weinen...

                            Ich weiss, ich sage jetzt "Jehovah": Aber hätte ich eigentlich mit Homeassistant den gleichen Stress? Weiss das jemand?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • D derrapf

                              Ich hab nochmal nachgesehen. Ich glaube ich habe damals (auch wieder nach Anleitung) keinen LXC Container gemacht sondern eine VM. Das würde bedeutetnich muss doch wieder bei 0 anfangen. Neue VM mit dem neuen OS, alles im OS so konfigurieren wie es jetzt ist, dann iobroker installieren, dann daa Backup zurückspielen, dann Influx, dann Grafana... Ich glaub ich geb mir die Kugel.
                              Ich geh jetz mal weinen...

                              Ich weiss, ich sage jetzt "Jehovah": Aber hätte ich eigentlich mit Homeassistant den gleichen Stress? Weiss das jemand?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb zuletzt editiert von
                              #31

                              @derrapf

                              Hattest du nicht oben was mit LXC gepostet?
                              Auf welchem Stand simmer denn da nun?
                              Vollständige, ungekürzte Ausgabe von

                              iob diag
                              

                              bitte nochmal.

                              Aber hätte ich eigentlich mit Homeassistant den gleichen Stress? Weiss das jemand?

                              Auch bei Homeassisstant kannst du kein System im 'Wartungsmodus' fahren. Da kommen soweit ich weiß monatlich neue Releases heraus. Das wird da ähnlich sein. Je weiter das auseinander driftet, desto schwieriger wird es dann dort 'hinterherzuhecheln'.

                              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
                                #32

                                Ok.
                                Was ich gemacht habe: Ich bin auf den letzten funktionierenden Stand meiner VM zurück.
                                Dort waren alle Adapter upgedatet bis auf IOT (weil wenn ich den update ist ja dessen Konfigurtaionsoberfläche leer. Das war der Ursprung dieses Tasks)
                                Dann habe ich die ersten Schritte Deiner Anleitung gemacht. Also
                                sudo apt update
                                sudo apt full-upgrade
                                sudo reboot
                                Danach hab ich den Java-Script Adapter gecheckt und sehe keine Scripte mehr
                                Hier der iob diag

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

                                Script v.2026-01-31
                                
                                *** BASE SYSTEM ***
                                Operating System: Debian GNU/Linux 11 (bullseye)
                                   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:
                                 14:26:54 up 3 days, 15:17,  1 user,  load average: 0.30, 0.36, 0.37
                                CPU threads: 4
                                
                                
                                *** LIFE CYCLE STATUS ***
                                Unknown release codenamed 'bullseye'. Please check yourself if the Operating System is actively maintained.
                                
                                *** TIME AND TIMEZONES ***
                                               Local time: Thu 2026-04-09 14:26:54 CEST
                                           Universal time: Thu 2026-04-09 12:26:54 UTC
                                                 RTC time: Thu 2026-04-09 12:26:55
                                                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.4G        5.1G        0.0K        1.5G        6.3G
                                Swap:           974M          0B        974M
                                Total:           10G        3.4G        6.1G
                                
                                Active iob-Instances:   45
                                
                                         9949 M total memory
                                         3376 M used memory
                                          575 M active memory
                                         3998 M inactive memory
                                         5103 M free memory
                                          309 M buffer memory
                                         1159 M swap cache
                                          974 M total swap
                                            0 M used swap
                                          974 M free swap
                                
                                *** top - Table Of Processes  ***
                                top - 14:26:54 up 3 days, 15:17,  1 user,  load average: 0.30, 0.36, 0.37
                                Tasks: 139 total,   1 running, 138 sleeping,   0 stopped,   0 zombie
                                %Cpu(s):  3.3 us,  0.0 sy,  0.0 ni, 96.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                MiB Mem :   9949.4 total,   5103.5 free,   3376.5 used,   1469.4 buff/cache
                                MiB Swap:    975.0 total,    975.0 free,      0.0 used.   6300.3 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  472K  995M   1% /run
                                /dev/sda1                                                              ext4       62G   13G   46G  22% /
                                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:
                                [Sun Apr  5 23:09:00 2026] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                                [Sun Apr  5 23:09:01 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.1G    /var/log/journal/859785959aeb4757902d42cd65c93d04
                                4.1G    /var/log/journal
                                4.1G    /var/log
                                387M    /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 160.0M in the file system.
                                
                                /opt/iobroker/backups:
                                31M     /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                742M    /opt/iobroker/iobroker-data/
                                541M    /opt/iobroker/iobroker-data/files
                                139M    /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:
                                45M     /opt/iobroker/iobroker-data/objects.jsonl
                                41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                18M     /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         v20.20.2
                                /usr/bin/node           v20.20.2
                                /usr/bin/npm            10.8.2
                                /usr/bin/npx            10.8.2
                                
                                ✓ Node.js installation is correct
                                
                                nodejs:
                                  Installed: 20.20.2-1nodesource1
                                  Candidate: 20.20.2-1nodesource1
                                  Version table:
                                 *** 20.20.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     20.20.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.20.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.6-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.5-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.4-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.3-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.19.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.18.3-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.18.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.15.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.13.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.12.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.12.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.11.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.8.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.6.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.5.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.3.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     20.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                     12.22.12~dfsg-1~deb11u7 500
                                        500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                     12.22.12~dfsg-1~deb11u4 500
                                        500 http://ftp.de.debian.org/debian bullseye/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: 314272)
                                
                                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.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.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    "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"         : 3.0.2    , installed 2.4.0  [Updatable]
                                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:        25657
                                States:         16623
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                                Hit:2 http://ftp.de.debian.org/debian bullseye InRelease
                                Hit:3 http://ftp.de.debian.org/debian bullseye-updates InRelease
                                Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                Reading package lists...
                                Pending systemupdates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13114      430/sshd: /usr/sbin
                                tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       16755      1222/io.shelly.0
                                tcp        0      0 192.168.111.176:2010    0.0.0.0:*               LISTEN      1001       16601      1089/io.hm-rpc.2
                                tcp        0      0 192.168.111.176:1883    0.0.0.0:*               LISTEN      1001       17785      1149/io.owntracks.0
                                tcp        0      0 192.168.111.176:8701    0.0.0.0:*               LISTEN      1001       17618      1074/io.hm-rpc.1
                                tcp        0      0 192.168.111.176:2       0.0.0.0:*               LISTEN      1001       16541      1059/io.hm-rpc.0
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       11908      375/iobroker.js-con
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13137      375/iobroker.js-con
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          298        1/init
                                tcp6       0      0 :::8084                 :::*                    LISTEN      1001       18984      1629/io.ws.0
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          13116      430/sshd: /usr/sbin
                                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       18656      1509/io.simple-api.
                                tcp6       0      0 :::20002                :::*                    LISTEN      1001       19036      1644/io.web.1
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          302        1/init
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13294      449/io.admin.0
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       18858      1599/io.web.0
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          299        1/init
                                udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       18936      1614/io.musiccast.0
                                udp        0      0 0.0.0.0:60576           0.0.0.0:*                           1001       18028      1237/io.snmp.0
                                udp        0      0 192.168.111.176:5353    0.0.0.0:*                           1001       18225      1282/io.tr-064.0
                                udp6       0      0 :::111                  :::*                                0          305        1/init
                                
                                *** Log File - Last 25 Lines ***
                                
                                2026-04-09 14:27:22.102  - info: shelly.0 (1222) [authEnabled] 192.168.111.186 (shellyplug-s / shellyplug-s-7C87CEB54BF0 / SHPLG-S#7C87CEB54BF0#1): This device is not protected via restricted login (see adapter documentation for details)
                                2026-04-09 14:27:23.076  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152483 1775737643.091 2|shelly_script.cpp:205   script:2 3.0% CPU utilization
                                2026-04-09 14:27:23.265  - info: enigma2.0 (1327) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
                                2026-04-09 14:27:23.270  - info: shelly.0 (1222) [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-09 14:27:23.673  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152484 1775737643.655 2|shos_rpc_inst.c:243     Shelly.GetStatus [139507808@] via HTTP_in GET 192.168.111.176:42614 user admin
                                2026-04-09 14:27:23.685  - info: enigma2.0 (1327) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
                                2026-04-09 14:27:23.702  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152485 1775737643.694 2|shelly_notification:164 Status change of switch:0: {"apower":16.4}
                                2026-04-09 14:27:23.732  - info: enigma2.0 (1327) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
                                2026-04-09 14:27:23.794  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152486 1775737643.722 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [81025492@] via HTTP_in GET 192.168.111.176:42630
                                2026-04-09 14:27:23.840  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152487 1775737643.852 2|shos_rpc_inst.c:243     Sys.GetConfig [130809401@] via HTTP_in GET 192.168.111.176:42660 user admin
                                2026-04-09 14:27:23.903  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152488 1775737643.917 2|shos_rpc_inst.c:243     WiFi.GetConfig [564405143@] via HTTP_in GET 192.168.111.176:42680 user admin
                                2026-04-09 14:27:23.986  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159350 1775737643.969 2|shos_rpc_inst.c:243     Shelly.GetStatus [449093496@] via HTTP_in GET 192.168.111.176:54896
                                2026-04-09 14:27:24.018  - info: shelly.0 (1222) [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-09 14:27:24.023  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159351 1775737644.015 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [306220987@] via HTTP_in GET 192.168.111.176:54908
                                2026-04-09 14:27:24.041  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152489 1775737643.986 2|shos_rpc_inst.c:243     Mqtt.GetConfig [1028027051@] via HTTP_in GET 192.168.111.176:42700 user admin
                                2026-04-09 14:27:24.068  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159352 1775737644.062 2|shos_rpc_inst.c:243     Sys.GetConfig [436720717@] via HTTP_in GET 192.168.111.176:54910
                                2026-04-09 14:27:24.097  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159353 1775737644.091 2|shos_rpc_inst.c:243     WiFi.GetConfig [1521374813@] via HTTP_in GET 192.168.111.176:54926
                                2026-04-09 14:27:24.101  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152490 1775737644.116 2|shos_rpc_inst.c:243     Cloud.GetConfig [1804628488@] via HTTP_in GET 192.168.111.176:42704 user admin
                                2026-04-09 14:27:24.129  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159354 1775737644.120 2|shos_rpc_inst.c:243     Mqtt.GetConfig [1066332178@] via HTTP_in GET 192.168.111.176:54938
                                2026-04-09 14:27:24.164  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152491 1775737644.178 2|shos_rpc_inst.c:243     Switch.GetConfig [266457728@] via HTTP_in GET 192.168.111.176:42722 user admin
                                2026-04-09 14:27:24.171  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159355 1775737644.164 2|shos_rpc_inst.c:243     Cloud.GetConfig [1457302515@] via HTTP_in GET 192.168.111.176:54942
                                2026-04-09 14:27:24.212  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159356 1775737644.196 2|shos_rpc_inst.c:243     Switch.GetConfig [638094878@] via HTTP_in GET 192.168.111.176:54948
                                2026-04-09 14:27:24.284  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152492 1775737644.246 2|shos_rpc_inst.c:243     Input.GetConfig [248353953@] via HTTP_in GET 192.168.111.176:42746 user admin
                                2026-04-09 14:27:24.289  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159357 1775737644.275 2|shos_rpc_inst.c:243     Input.GetConfig [1287100680@] via HTTP_in GET 192.168.111.176:54950
                                2026-04-09 14:27:24.654  - info: shelly.0 (1222) [authEnabled] 192.168.111.183 (shelly1minig3 / shelly1minig3-e4b32318d5ac_HWR / shelly1minig3#e4b32318d5ac_HWR#1): This device is not protected via restricted login (see adapter documentation for details)
                                
                                

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

                                iob diag has finished.


                                Hoffe das hilft.
                                Gruss Ralf

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • D derrapf

                                  Ok.
                                  Was ich gemacht habe: Ich bin auf den letzten funktionierenden Stand meiner VM zurück.
                                  Dort waren alle Adapter upgedatet bis auf IOT (weil wenn ich den update ist ja dessen Konfigurtaionsoberfläche leer. Das war der Ursprung dieses Tasks)
                                  Dann habe ich die ersten Schritte Deiner Anleitung gemacht. Also
                                  sudo apt update
                                  sudo apt full-upgrade
                                  sudo reboot
                                  Danach hab ich den Java-Script Adapter gecheckt und sehe keine Scripte mehr
                                  Hier der iob diag

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

                                  Script v.2026-01-31
                                  
                                  *** BASE SYSTEM ***
                                  Operating System: Debian GNU/Linux 11 (bullseye)
                                     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:
                                   14:26:54 up 3 days, 15:17,  1 user,  load average: 0.30, 0.36, 0.37
                                  CPU threads: 4
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Unknown release codenamed 'bullseye'. Please check yourself if the Operating System is actively maintained.
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Thu 2026-04-09 14:26:54 CEST
                                             Universal time: Thu 2026-04-09 12:26:54 UTC
                                                   RTC time: Thu 2026-04-09 12:26:55
                                                  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.4G        5.1G        0.0K        1.5G        6.3G
                                  Swap:           974M          0B        974M
                                  Total:           10G        3.4G        6.1G
                                  
                                  Active iob-Instances:   45
                                  
                                           9949 M total memory
                                           3376 M used memory
                                            575 M active memory
                                           3998 M inactive memory
                                           5103 M free memory
                                            309 M buffer memory
                                           1159 M swap cache
                                            974 M total swap
                                              0 M used swap
                                            974 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 14:26:54 up 3 days, 15:17,  1 user,  load average: 0.30, 0.36, 0.37
                                  Tasks: 139 total,   1 running, 138 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  3.3 us,  0.0 sy,  0.0 ni, 96.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :   9949.4 total,   5103.5 free,   3376.5 used,   1469.4 buff/cache
                                  MiB Swap:    975.0 total,    975.0 free,      0.0 used.   6300.3 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  472K  995M   1% /run
                                  /dev/sda1                                                              ext4       62G   13G   46G  22% /
                                  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:
                                  [Sun Apr  5 23:09:00 2026] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                                  [Sun Apr  5 23:09:01 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.1G    /var/log/journal/859785959aeb4757902d42cd65c93d04
                                  4.1G    /var/log/journal
                                  4.1G    /var/log
                                  387M    /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 160.0M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  31M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  742M    /opt/iobroker/iobroker-data/
                                  541M    /opt/iobroker/iobroker-data/files
                                  139M    /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:
                                  45M     /opt/iobroker/iobroker-data/objects.jsonl
                                  41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                  18M     /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         v20.20.2
                                  /usr/bin/node           v20.20.2
                                  /usr/bin/npm            10.8.2
                                  /usr/bin/npx            10.8.2
                                  
                                  ✓ Node.js installation is correct
                                  
                                  nodejs:
                                    Installed: 20.20.2-1nodesource1
                                    Candidate: 20.20.2-1nodesource1
                                    Version table:
                                   *** 20.20.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                          100 /var/lib/dpkg/status
                                       20.20.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.20.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.6-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.5-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.4-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.3-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.19.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.18.3-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.18.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.18.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.18.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.17.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.15.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.13.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.12.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.12.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.11.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.8.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.6.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.5.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.3.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       20.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                       12.22.12~dfsg-1~deb11u7 500
                                          500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                       12.22.12~dfsg-1~deb11u4 500
                                          500 http://ftp.de.debian.org/debian bullseye/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: 314272)
                                  
                                  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.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.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    "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"         : 3.0.2    , installed 2.4.0  [Updatable]
                                  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:        25657
                                  States:         16623
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                                  Hit:2 http://ftp.de.debian.org/debian bullseye InRelease
                                  Hit:3 http://ftp.de.debian.org/debian bullseye-updates InRelease
                                  Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                  Reading package lists...
                                  Pending systemupdates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13114      430/sshd: /usr/sbin
                                  tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       16755      1222/io.shelly.0
                                  tcp        0      0 192.168.111.176:2010    0.0.0.0:*               LISTEN      1001       16601      1089/io.hm-rpc.2
                                  tcp        0      0 192.168.111.176:1883    0.0.0.0:*               LISTEN      1001       17785      1149/io.owntracks.0
                                  tcp        0      0 192.168.111.176:8701    0.0.0.0:*               LISTEN      1001       17618      1074/io.hm-rpc.1
                                  tcp        0      0 192.168.111.176:2       0.0.0.0:*               LISTEN      1001       16541      1059/io.hm-rpc.0
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       11908      375/iobroker.js-con
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13137      375/iobroker.js-con
                                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          298        1/init
                                  tcp6       0      0 :::8084                 :::*                    LISTEN      1001       18984      1629/io.ws.0
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          13116      430/sshd: /usr/sbin
                                  tcp6       0      0 :::8087                 :::*                    LISTEN      1001       18656      1509/io.simple-api.
                                  tcp6       0      0 :::20002                :::*                    LISTEN      1001       19036      1644/io.web.1
                                  tcp6       0      0 :::111                  :::*                    LISTEN      0          302        1/init
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13294      449/io.admin.0
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       18858      1599/io.web.0
                                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          299        1/init
                                  udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       18936      1614/io.musiccast.0
                                  udp        0      0 0.0.0.0:60576           0.0.0.0:*                           1001       18028      1237/io.snmp.0
                                  udp        0      0 192.168.111.176:5353    0.0.0.0:*                           1001       18225      1282/io.tr-064.0
                                  udp6       0      0 :::111                  :::*                                0          305        1/init
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2026-04-09 14:27:22.102  - info: shelly.0 (1222) [authEnabled] 192.168.111.186 (shellyplug-s / shellyplug-s-7C87CEB54BF0 / SHPLG-S#7C87CEB54BF0#1): This device is not protected via restricted login (see adapter documentation for details)
                                  2026-04-09 14:27:23.076  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152483 1775737643.091 2|shelly_script.cpp:205   script:2 3.0% CPU utilization
                                  2026-04-09 14:27:23.265  - info: enigma2.0 (1327) State value to set for "enigma2.0.enigma2.MESSAGE_ANSWER" has to be type "integer" but received type "string"
                                  2026-04-09 14:27:23.270  - info: shelly.0 (1222) [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-09 14:27:23.673  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152484 1775737643.655 2|shos_rpc_inst.c:243     Shelly.GetStatus [139507808@] via HTTP_in GET 192.168.111.176:42614 user admin
                                  2026-04-09 14:27:23.685  - info: enigma2.0 (1327) State value to set for "enigma2.0.enigma2.EVENTDURATION" has to be type "number" but received type "string"
                                  2026-04-09 14:27:23.702  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152485 1775737643.694 2|shelly_notification:164 Status change of switch:0: {"apower":16.4}
                                  2026-04-09 14:27:23.732  - info: enigma2.0 (1327) State value to set for "enigma2.0.enigma2.EVENTREMAINING" has to be type "number" but received type "string"
                                  2026-04-09 14:27:23.794  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152486 1775737643.722 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [81025492@] via HTTP_in GET 192.168.111.176:42630
                                  2026-04-09 14:27:23.840  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152487 1775737643.852 2|shos_rpc_inst.c:243     Sys.GetConfig [130809401@] via HTTP_in GET 192.168.111.176:42660 user admin
                                  2026-04-09 14:27:23.903  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152488 1775737643.917 2|shos_rpc_inst.c:243     WiFi.GetConfig [564405143@] via HTTP_in GET 192.168.111.176:42680 user admin
                                  2026-04-09 14:27:23.986  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159350 1775737643.969 2|shos_rpc_inst.c:243     Shelly.GetStatus [449093496@] via HTTP_in GET 192.168.111.176:54896
                                  2026-04-09 14:27:24.018  - info: shelly.0 (1222) [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-09 14:27:24.023  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159351 1775737644.015 2|shos_rpc_inst.c:243     Shelly.GetDeviceInfo [306220987@] via HTTP_in GET 192.168.111.176:54908
                                  2026-04-09 14:27:24.041  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152489 1775737643.986 2|shos_rpc_inst.c:243     Mqtt.GetConfig [1028027051@] via HTTP_in GET 192.168.111.176:42700 user admin
                                  2026-04-09 14:27:24.068  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159352 1775737644.062 2|shos_rpc_inst.c:243     Sys.GetConfig [436720717@] via HTTP_in GET 192.168.111.176:54910
                                  2026-04-09 14:27:24.097  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159353 1775737644.091 2|shos_rpc_inst.c:243     WiFi.GetConfig [1521374813@] via HTTP_in GET 192.168.111.176:54926
                                  2026-04-09 14:27:24.101  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152490 1775737644.116 2|shos_rpc_inst.c:243     Cloud.GetConfig [1804628488@] via HTTP_in GET 192.168.111.176:42704 user admin
                                  2026-04-09 14:27:24.129  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159354 1775737644.120 2|shos_rpc_inst.c:243     Mqtt.GetConfig [1066332178@] via HTTP_in GET 192.168.111.176:54938
                                  2026-04-09 14:27:24.164  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152491 1775737644.178 2|shos_rpc_inst.c:243     Switch.GetConfig [266457728@] via HTTP_in GET 192.168.111.176:42722 user admin
                                  2026-04-09 14:27:24.171  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159355 1775737644.164 2|shos_rpc_inst.c:243     Cloud.GetConfig [1457302515@] via HTTP_in GET 192.168.111.176:54942
                                  2026-04-09 14:27:24.212  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159356 1775737644.196 2|shos_rpc_inst.c:243     Switch.GetConfig [638094878@] via HTTP_in GET 192.168.111.176:54948
                                  2026-04-09 14:27:24.284  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.188 (shellyplus1pm / shellyplus1pm-3c610579a700 / shellyplus1pm#3c610579a700#1): shellyplus1pm-3c610579a700 152492 1775737644.246 2|shos_rpc_inst.c:243     Input.GetConfig [248353953@] via HTTP_in GET 192.168.111.176:42746 user admin
                                  2026-04-09 14:27:24.289  - info: shelly.0 (1222) [Shelly Debug Message] 192.168.111.196 (shellyplus1pm / shellyplus1pm-441793a6e200 / shellyplus1pm#441793a6e200#1): shellyplus1pm-441793a6e200 159357 1775737644.275 2|shos_rpc_inst.c:243     Input.GetConfig [1287100680@] via HTTP_in GET 192.168.111.176:54950
                                  2026-04-09 14:27:24.654  - info: shelly.0 (1222) [authEnabled] 192.168.111.183 (shelly1minig3 / shelly1minig3-e4b32318d5ac_HWR / shelly1minig3#e4b32318d5ac_HWR#1): This device is not protected via restricted login (see adapter documentation for details)
                                  
                                  

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

                                  iob diag has finished.


                                  Hoffe das hilft.
                                  Gruss Ralf

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb zuletzt editiert von Thomas Braun
                                  #33

                                  @derrapf

                                  Zuerst würde ich den ganzen ioBroker inkl. nodejs auf Stand bringen:

                                  iob stop
                                  iob fix
                                  iob start
                                  iob nodejs-update 22
                                  iob update
                                  iob upgrade all
                                  iob stop
                                  iob upgrade self
                                  iob start
                                  

                                  Wenn das dann auf aktuellem Stand ist bringst du die Betriebssystemebene zunächst auf Debian 12 'Bookworm' und dann in einem zweiten Schritt von Debian 12 auf Debian 13. Entsprechende Anleitungen hatte ich oben schon verlinkt.

                                  Wenn das alles soweit gediehen ist knallst du ggfls. ein Backup deines ioBrokers rein, ggfls. nur der Skripte. Die kann man auch separat sichern.

                                  Edit:
                                  Wenn ich mir die Meldung

                                  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
                                  

                                  nochmal anschaue deutet das für mich darauf hin, dass du den Schritt auf Debian 12 ausgelassen hast. Oder die Anpassungen in den Paketquellen nicht richtig nach Anleitung gemacht hast.

                                  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

                                    Ich bin doch jetzt genau an der Stelle an der ich vielleicht vor einem oder zwei Jahren haette sein sollen und mache den ersten Update-Schritt gemäß Deiner Anleitung.
                                    D.h.:
                                    Haette ich es - wie Du es vorschlägst - regelmässig gemacht; haette also den Schritt den ich jetzt mache vor einem Jahr gemacht:
                                    Dann wäre ich doch genau so in die gleichen Probleme gelaufen die ich jetzt habe, oder nicht?
                                    Ich bin jetz halt nur später dran.
                                    Aber lass und diese Diskussion nicht weiter verfolgen weil sie nicht hilfreich ist.

                                    Die Frage war: Soll ich mit der Anleitung weiter machen, oder soll ich mich zuerst drum kümmern dass die Scripte weg sind? Wenn ja:Wie?

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

                                    @derrapf sagte:

                                    Ich bin jetz halt nur später dran.

                                    Das kann aber erhebliche Folgen haben, spätestens wenn die alten Paketquellen nach Zeit x nicht mehr existieren, weil gelöscht, weil veraltet.

                                    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

                                    591

                                    Online

                                    32.8k

                                    Benutzer

                                    82.7k

                                    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