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. Einsteigerfragen
  4. Installation
  5. Phantastische Repositories und wo sie zu finden sind

NEWS

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

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

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

Phantastische Repositories und wo sie zu finden sind

Geplant Angeheftet Gesperrt Verschoben Installation
25 Beiträge 6 Kommentatoren 9.4k Aufrufe 14 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.
  • MartinPM MartinP

    Wie kriegt man den neuen Key für Nodejs_22?

    Ich bin etwas spät mit dem Trixie update, und kriege diese um die Ohren gehauen - das was vor den 1.2.2026 nur eine Warnung war, kriegt man jetzt etwas robuster um die Ohren gehauen

    Err:5 https://deb.nodesource.com/node_22.x nodistro InRelease
     Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 6F71F525282841EEDAF851B42F59B5F99B1BE0B4 is not bound:            No binding signature at time 2026-01-23T18:12:38Z   because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance   because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
    Fetched 6913 B in 0s (15.8 kB/s)
    All packages are up to date.    
    Warning: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: https://deb.nodesource.com/node_22.x nodistro InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 6F71F525282841EEDAF851B42F59B5F99B1BE0B4 is not bound:            No binding signature at time 2026-01-23T18:12:38Z   because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance   because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
    Warning: Failed to fetch https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease  Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 6F71F525282841EEDAF851B42F59B5F99B1BE0B4 is not bound:            No binding signature at time 2026-01-23T18:12:38Z   because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance   because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
    Warning: Some index files failed to download. They have been ignored, or old ones used instead.
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #13

    @MartinP sagte in Phantastische Repositories und wo sie zu finden sind:

    Wie kriegt man den neuen Key für Nodejs_22?

    Mit

    iob nodejs-update 22
    

    wird das ganze nochmal 'drübergebügelt'.
    Rückfragen mit 'y' beantworten.

    Siehe auch:
    https://forum.iobroker.net/topic/83744/nodesource-repo-openpgp-signature-verification-failed

    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
    1
    • MartinPM Online
      MartinPM Online
      MartinP
      schrieb am zuletzt editiert von
      #14

      Bin mitten im Upgrade, und iob steht gerade ...

      Habe gerade schon ... per copy & paste von weiter oben die Anleitung für nodejs 18 kopiert, und 18 durch 22 ersetzt ... hat wohl auch funktioniert ...

      curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
      echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
      

      Wäre es Sinnvoll trotzdem jetzt

      iob nodejs-update 22
      

      auszuführen?

      Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
      Virtualization : unprivileged lxc container (debian 13) on Proxmox 9.1.5)
      Linux pve 6.17.9-1-pve
      6 GByte RAM für den Container
      Fritzbox 6591 FW 8.20 (Vodafone Leih-Box)
      Remote-Access über Wireguard der Fritzbox

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • MartinPM MartinP

        Bin mitten im Upgrade, und iob steht gerade ...

        Habe gerade schon ... per copy & paste von weiter oben die Anleitung für nodejs 18 kopiert, und 18 durch 22 ersetzt ... hat wohl auch funktioniert ...

        curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
        echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
        

        Wäre es Sinnvoll trotzdem jetzt

        iob nodejs-update 22
        

        auszuführen?

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

        @MartinP sagte in Phantastische Repositories und wo sie zu finden sind:

        Wäre es Sinnvoll trotzdem jetzt

        Ja. Das iob-Kommando legt die Preferences z. B. etwas anders an als das nodesource-Skript.

        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
        • MartinPM Online
          MartinPM Online
          MartinP
          schrieb am zuletzt editiert von MartinP
          #16

          Erster Run

          ioBroker nodejs fixer 2026-01-31
          You requested to install latest version from nodejs v22 tree.
          
          Your current setup is:
          /usr/bin/nodejs         v22.22.0
          /usr/bin/node           v22.22.0
          /usr/bin/npm            10.9.4
          /usr/bin/npx            10.9.4
          
          We found these nodejs versions available for installation:
          
          nodejs:
            Installed: 22.22.0-1nodesource1
            Candidate: 22.22.0-1nodesource1
            Version table:
           *** 22.22.0-1nodesource1 100
                  100 /var/lib/dpkg/status
               20.19.2+dfsg-1 500
                  500 http://ftp.debian.org/debian trixie/main amd64 Packages
          
          
          
          Nothing to do - Your installation is using the correct paths.
          
          You are missing the nodesource.list or
          you want to change your current nodejs version: v22.22.0 ?
          
          Press <y> to continue or any other key to quit
          Trying to fix your installation now. Please be patient.
          
          You are running nodejs v22.22.0. Do you want to install latest version from nodejs v.22 tree? 
          
          Press <y> to continue or any other key to quit
          Trying to fix your installation now. Please be patient.
          rm: cannot remove '': No such file or directory
          Stopping ioBroker now
          #######
          ioBroker has been stopped
          
          
          Removing dfsg-nodejs
          
          
          
          
          *** These repos are active on your system:
          Hit:1 http://ftp.debian.org/debian trixie InRelease
          Hit:2 http://ftp.debian.org/debian trixie-updates InRelease                                                                                
          Hit:3 http://security.debian.org trixie-security InRelease                                                                                 
          Hit:4 https://apt.grafana.com stable InRelease                                                                                             
          Get:5 https://repos.influxdata.com/debian stable InRelease [6913 B]                                                   
          Fetched 6913 B in 0s (15.8 kB/s)
          Reading package lists... Done
          
          *** Installing ca-certificates, curl and gnupg, just in case they are missing.
          
          *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
          
          Package: nodejs
          Pin: origin deb.nodesource.com
          Pin-Priority: 1001
          
          *** These repos are active after the adjustments:
          Hit:1 http://security.debian.org trixie-security InRelease
          Hit:2 http://ftp.debian.org/debian trixie InRelease                                                                                        
          Hit:3 http://ftp.debian.org/debian trixie-updates InRelease                                                                                
          Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]                                                                    
          Hit:5 https://apt.grafana.com stable InRelease                                                    
          Get:6 https://repos.influxdata.com/debian stable InRelease [6913 B]
          Get:7 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [9068 B]
          Fetched 28.1 kB in 1s (54.7 kB/s)
          Reading package lists... Done
          
          Installing nodejs now!
          
          Installing latest nodejs v22 release
          
          SUCCESS!
          v22.22.0 has been installed! You are using the latest nodejs@22 release now!
          
          COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
          add node-aead-crypto-win32-x64-msvc 3.0.1
          add node-aead-crypto-win32-ia32-msvc 3.0.1
          add node-aead-crypto-win32-arm64-msvc 3.0.1
          add node-aead-crypto-linux-arm64-musl 3.0.1
          add node-aead-crypto-linux-arm64-gnu 3.0.1
          add node-aead-crypto-linux-arm-gnueabihf 3.0.1
          add node-aead-crypto-darwin-x64 3.0.1
          add node-aead-crypto-darwin-universal 3.0.1
          add node-aead-crypto-darwin-arm64 3.0.1
          add node-aead-crypto-android-arm64 3.0.1
          add node-aead-crypto-android-arm-eabi 3.0.1
          add fsevents 2.3.3
          add @img/sharp-win32-x64 0.34.5
          add @img/sharp-win32-ia32 0.34.5
          add @img/sharp-win32-arm64 0.34.5
          add @img/sharp-wasm32 0.34.5
          add @img/sharp-linuxmusl-arm64 0.34.5
          add @img/sharp-linux-s390x 0.34.5
          add @img/sharp-linux-riscv64 0.34.5
          add @img/sharp-linux-ppc64 0.34.5
          add @img/sharp-linux-arm64 0.34.5
          add @img/sharp-linux-arm 0.34.5
          add @img/sharp-libvips-linuxmusl-arm64 1.2.4
          add @img/sharp-libvips-linux-s390x 1.2.4
          add @img/sharp-libvips-linux-riscv64 1.2.4
          add @img/sharp-libvips-linux-ppc64 1.2.4
          add @img/sharp-libvips-linux-arm64 1.2.4
          add @img/sharp-libvips-linux-arm 1.2.4
          add @img/sharp-libvips-darwin-x64 1.2.4
          add @img/sharp-libvips-darwin-arm64 1.2.4
          add @img/sharp-darwin-x64 0.34.5
          add @img/sharp-darwin-arm64 0.34.5
          add @emnapi/runtime 1.8.1
          add tslib 2.8.1
          
          added 34 packages in 11s
          
          217 packages are looking for funding
            run `npm fund` for details
          
          
          *** You need to manually restart your container/virtual machine now! *** 
          
          We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
          martin@iobroker-test-sicher:~$ 
          

          Dann Reboot
          Erstmal passiert bei iob diag nicht viel (läuft jetzt vielleich 4 Minuten auf meiner lahmen N3000 Krücke)

          *** iob diag is starting up, please wait ***
          The state system.host.iobroker-test-sicher.versions.nodeNewestNext was not found!
          The state system.host.iobroker-test-sicher.versions.npmNewestNext was not found!
          

          Bis auf diese Warnungen zu Beginn sieht aber alles auf den ersten Blick Sauber aus.

          EDIT: Beim zweiten Durchlauf kamen die "...not found!" Warnungen nicht mehr

          Script v.2026-01-31
          
          *** BASE SYSTEM ***
          Operating System: Debian GNU/Linux 13 (trixie)
           Static hostname: iobroker-test-sicher
                 Icon name: computer-container
                   Chassis: container ☐
            Virtualization: lxc
                    Kernel: Linux 6.17.9-1-pve
              Architecture: x86-64
          OS is similar to: 
          
          model name      : Intel(R) Celeron(R) CPU  N3000  @ 1.04GHz
          Docker          : false
          Virtualization  : lxc
          Kernel          : x86_64
          Userland        : 64 bit
          
          Systemuptime and Load:
           14:05:33 up 3 min,  0 users,  load average: 9.30, 7.11, 4.48
          CPU threads: 2
          
          
          *** LIFE CYCLE STATUS ***
          Operating System is the current Debian stable version codenamed 'trixie'!
          
          *** TIME AND TIMEZONES ***
                         Local time: Mon 2026-02-09 14:05:34 CET
                     Universal time: Mon 2026-02-09 13:05:34 UTC
                           RTC time: n/a
                          Time zone: Europe/Berlin (CET, +0100)
          System clock synchronized: yes
                        NTP service: inactive
                    RTC in local TZ: no
          
          *** Users and Groups ***
          User that called 'iob diag':
          martin
          HOME=/home/martin
          GROUPS=martin sudo iobroker
          
          User that is running 'js-controller':
          iobroker
          HOME=/home/iobroker
          SUDO_HOME=/home/martin
          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: 
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            6.4G        2.2G        3.5G        770K        805M        4.3G
          Swap:           6.4G          0B        6.4G
          Total:           12G        2.2G        9.9G
          
          Active iob-Instances:   10
          
                   6144 M total memory
                   2078 M used memory
                   2503 M active memory
                    230 M inactive memory
                   3297 M free memory
                      0 M buffer memory
                    768 M swap cache
                   6144 M total swap
                      0 M used swap
                   6144 M free swap
          
          *** top - Table Of Processes  ***
          top - 14:05:35 up 3 min,  0 users,  load average: 8.64, 7.01, 4.46
          Tasks:  57 total,   2 running,  55 sleeping,   0 stopped,   0 zombie
          %Cpu(s): 55.2 us, 41.4 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  3.4 si,  0.0 st 
          MiB Mem :   6144.0 total,   3294.2 free,   2081.8 used,    768.6 buff/cache     
          MiB Swap:   6144.0 total,   6144.0 free,      0.0 used.   4062.2 avail Mem 
          
          *** FAILED SERVICES ***
          
            UNIT LOAD ACTIVE SUB DESCRIPTION
          
          0 loaded units listed.
          
          
          *** DMESG CRITICAL ERRORS ***
          dmesg: read kernel buffer failed: Operation not permitted
          No critical errors detected
          
          *** FILESYSTEM ***
          Filesystem                       Type      Size  Used Avail Use% Mounted on
          /dev/mapper/pve-vm--101--disk--0 ext4       63G   29G   31G  49% /
          none                             tmpfs     492K  4.0K  488K   1% /dev
          udev                             devtmpfs  3.8G     0  3.8G   0% /dev/tty
          tmpfs                            tmpfs     3.9G     0  3.9G   0% /dev/shm
          tmpfs                            tmpfs     1.6G  100K  1.6G   1% /run
          tmpfs                            tmpfs     3.9G  648K  3.9G   1% /tmp
          tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
          
          Messages concerning ext4 filesystem in dmesg:
          dmesg: read kernel buffer failed: Operation not permitted
          
          Show mounted filesystems:
          TARGET SOURCE                           FSTYPE OPTIONS
          /      /dev/mapper/pve-vm--101--disk--0 ext4   rw,relatime,stripe=16
          
          Files in neuralgic directories:
          
          /var:
          7.1G    /var/
          3.5G    /var/log/journal/d439bcaaab604c09ae284e4b626b2033
          3.5G    /var/log/journal
          3.5G    /var/log
          2.6G    /var/lib
          
          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 1.7G in the file system.
          
          /opt/iobroker/backups:
          14G     /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          357M    /opt/iobroker/iobroker-data/
          199M    /opt/iobroker/iobroker-data/files
          109M    /opt/iobroker/iobroker-data/backup-objects
          47M     /opt/iobroker/iobroker-data/files/admin.admin
          46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
          
          The five largest files in iobroker-data are:
          41M     /opt/iobroker/iobroker-data/objects.jsonl
          9.8M    /opt/iobroker/iobroker-data/files/vis-2/material-icons/knx-uf.json
          8.5M    /opt/iobroker/iobroker-data/states.jsonl
          8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-Djx0nwYT.js
          7.5M    /opt/iobroker/iobroker-data/files/flexcharts/echarts.js.map
          
          USB-Devices by-id:
          USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
          please always prefer the links 'by-id':
          
          No Devices found 'by-id'
          
          No nvbackup.json found.
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v22.22.0
          /usr/bin/node           v22.22.0
          /usr/bin/npm            10.9.4
          /usr/bin/npx            10.9.4
          
          ✓ Node.js installation is correct
          
          nodejs:
            Installed: 22.22.0-1nodesource1
            Candidate: 22.22.0-1nodesource1
            Version table:
           *** 22.22.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                  100 /var/lib/dpkg/status
               22.21.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.20.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.19.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.15.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.13.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.5.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.4.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               22.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
               20.19.2+dfsg-1 500
                  500 http://ftp.debian.org/debian trixie/main amd64 Packages
          
          Temp directories causing deletion problem: 0
          No problems detected
          
          Errors in npm tree: 0
          No problems detected
          
          Checking for nodejs vulnerability:
          
          
           █████  ██      ██           ██████   ██████   ██████  ██████         ██
          ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
          ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
          ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
          ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
          
          
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Hosts:
          iobroker-test-sicher iobroker-test-sicher (version: 7.0.7, hostname: iobroker-test-sicher, alive, uptime: 256)
          
          Core adapters versions
          js-controller:  7.0.7
          admin:          7.7.22
          javascript:     9.0.11
          
          nodejs modules from github:     0
          
          Adapter State
          + system.adapter.admin.0                  : admin                 : iobroker-test-sicher                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.alias-manager.0          : alias-manager         : iobroker-test-sicher                     -  enabled
            system.adapter.backitup.0               : backitup              : iobroker-test-sicher                     -  enabled
            system.adapter.discovery.0              : discovery             : iobroker-test-sicher                     -  enabled
          + system.adapter.email.0                  : email                 : iobroker-test-sicher                     -  enabled
            system.adapter.ems-esp.0                : ems-esp               : iobroker-test-sicher                     -  enabled
            system.adapter.fahrplan.0               : fahrplan              : iobroker-test-sicher                     - disabled
            system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker-test-sicher                     -  enabled
            system.adapter.flexcharts.0             : flexcharts            : iobroker-test-sicher                     -  enabled
            system.adapter.frigate.0                : frigate               : iobroker-test-sicher                     - disabled
            system.adapter.fritzdect.0              : fritzdect             : iobroker-test-sicher                     -  enabled
            system.adapter.ical.0                   : ical                  : iobroker-test-sicher                     -  enabled
            system.adapter.ical.1                   : ical                  : iobroker-test-sicher                     -  enabled
          + system.adapter.influxdb.0               : influxdb              : iobroker-test-sicher                     -  enabled, port: 8086
          + system.adapter.javascript.0             : javascript            : iobroker-test-sicher                     -  enabled
          + system.adapter.javascript.1             : javascript            : iobroker-test-sicher                     -  enabled
            system.adapter.linux-control.0          : linux-control         : iobroker-test-sicher                     -  enabled
            system.adapter.meross.0                 : meross                : iobroker-test-sicher                     -  enabled
          + system.adapter.mqtt-client.0            : mqtt-client           : iobroker-test-sicher                     -  enabled, port: 1888
            system.adapter.mqtt-client.1            : mqtt-client           : iobroker-test-sicher                     - disabled, port: 1883
          + system.adapter.mqtt.0                   : mqtt                  : iobroker-test-sicher                     -  enabled, port: 1888, bind: 0.0.0.0
            system.adapter.mqtt.1                   : mqtt                  : iobroker-test-sicher                     - disabled, port: 1883, bind: 0.0.0.0
          + system.adapter.operating-hours.0        : operating-hours       : iobroker-test-sicher                     -  enabled
            system.adapter.parser.0                 : parser                : iobroker-test-sicher                     - disabled
            system.adapter.ping.0                   : ping                  : iobroker-test-sicher                     -  enabled
            system.adapter.reolink.0                : reolink               : iobroker-test-sicher                     -  enabled
            system.adapter.reolink.1                : reolink               : iobroker-test-sicher                     -  enabled
            system.adapter.simple-api.0             : simple-api            : iobroker-test-sicher                     -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            system.adapter.snmp.0                   : snmp                  : iobroker-test-sicher                     -  enabled
          + system.adapter.sonoff.0                 : sonoff                : iobroker-test-sicher                     -  enabled, port: 1892, bind: 0.0.0.0
            system.adapter.tr-064.0                 : tr-064                : iobroker-test-sicher                     -  enabled
            system.adapter.tradfri.0                : tradfri               : iobroker-test-sicher                     -  enabled
            system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker-test-sicher                     -  enabled
            system.adapter.vis-2.0                  : vis-2                 : iobroker-test-sicher                     -  enabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker-test-sicher                     -  enabled
            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker-test-sicher                     -  enabled
            system.adapter.vis.0                    : vis                   : iobroker-test-sicher                     -  enabled
            system.adapter.web.0                    : web                   : iobroker-test-sicher                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          + instance is alive
          
          Enabled adapters with bindings
          + system.adapter.admin.0                  : admin                 : iobroker-test-sicher                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.influxdb.0               : influxdb              : iobroker-test-sicher                     -  enabled, port: 8086
          + system.adapter.mqtt-client.0            : mqtt-client           : iobroker-test-sicher                     -  enabled, port: 1888
          + system.adapter.mqtt.0                   : mqtt                  : iobroker-test-sicher                     -  enabled, port: 1888, bind: 0.0.0.0
            system.adapter.simple-api.0             : simple-api            : iobroker-test-sicher                     -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          + system.adapter.sonoff.0                 : sonoff                : iobroker-test-sicher                     -  enabled, port: 1892, bind: 0.0.0.0
            system.adapter.web.0                    : web                   : iobroker-test-sicher                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          ioBroker-Repositories
          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
          │ (index) │ name     │ url                                                     │ auto upgrade │
          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
          │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
          │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
          
          Active repo(s): stable
          Upgrade policy: none
          
          Installed ioBroker-Adapters
          Used repository: stable
          Adapter    "admin"        : 7.7.22   , installed 7.7.22
          Adapter    "alias-manager": 2.0.0    , installed 2.0.0
          Adapter    "backitup"     : 3.3.13   , installed 3.3.13
          Adapter    "benchmark"    : 1.3.0    , installed 1.3.0
          Adapter    "deconz"       : 1.6.4    , installed 1.6.4
          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
          Adapter    "email"        : 2.0.4    , installed 2.0.4
          Adapter    "ems-esp"      : 7.0.1    , installed 7.0.1
          Adapter    "fahrplan"     : 1.4.1    , installed 1.4.1
          Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
          Adapter    "flexcharts"   : 0.6.1    , installed 0.6.1
          Adapter    "frigate"      : 1.3.2    , installed 1.3.2
          Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
          Adapter    "ical"         : 1.18.1   , installed 1.18.1
          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
          Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
          Adapter    "javascript"   : 9.0.11   , installed 9.0.11
          Controller "js-controller": 7.0.7    , installed 7.0.7
          Adapter    "linux-control": 1.1.5    , installed 1.1.5
          Adapter    "meross"       : 1.17.0   , installed 1.17.0
          Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
          Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
          Adapter    "operating-hours": 1.4.0  , installed 1.4.0
          Adapter    "parser"       : 2.2.4    , installed 2.2.4
          Adapter    "ping"         : 1.7.9    , installed 1.7.9
          Adapter    "reolink"      : 1.2.3    , installed 1.2.3
          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
          Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
          Adapter    "snmp"         : 3.3.0    , installed 3.3.0
          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
          Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
          Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
          Adapter    "vis"          : 1.5.6    , installed 1.5.6
          Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
          Adapter    "vis-2-widgets-gauges": 2.0.1, installed 2.0.1
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
          Adapter    "web"          : 7.0.8    , installed 7.0.8
          Adapter    "ws"           : 2.6.2    , installed 2.6.2
          Adapter    "zigbee2mqtt"  : 3.0.10   , installed 3.0.10
          
          Objects and States
          Please stand by - This may take a while
          Objects:        3825
          States:         3402
          
          *** OS-Repositories and Updates ***
          Hit:1 http://security.debian.org trixie-security InRelease
          Hit:2 http://ftp.debian.org/debian trixie InRelease
          Hit:3 http://ftp.debian.org/debian trixie-updates InRelease
          Hit:4 https://apt.grafana.com stable InRelease
          Get:5 https://repos.influxdata.com/debian stable InRelease [6913 B]
          Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
          Fetched 6913 B in 1s (8192 B/s)
          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:111             0.0.0.0:*               LISTEN      0          5381338    1/init              
          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          5382084    317/master          
          tcp        0      0 0.0.0.0:1892            0.0.0.0:*               LISTEN      1001       5391946    542/io.sonoff.0     
          tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       5391952    531/io.mqtt.0       
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       5383697    340/iobroker.js-con 
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       5383702    340/iobroker.js-con 
          tcp6       0      0 :::3000                 :::*                    LISTEN      109        5383733    339/grafana         
          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       5396821    732/io.simple-api.0 
          tcp6       0      0 :::8086                 :::*                    LISTEN      998        5382602    104/influxd         
          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       5386763    374/io.admin.0      
          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       5396953    706/io.web.0        
          tcp6       0      0 :::111                  :::*                    LISTEN      0          5381340    1/init              
          tcp6       0      0 :::22                   :::*                    LISTEN      0          5380857    1/init              
          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          5382085    317/master          
          udp        0      0 0.0.0.0:48753           0.0.0.0:*                           1001       5396372    624/io.snmp.0       
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          5381937    229/dhclient        
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          5381339    1/init              
          udp        0      0 0.0.0.0:33351           0.0.0.0:*                           1001       5396129    717/io.tradfri.0    
          udp6       0      0 :::111                  :::*                                0          5381341    1/init              
          udp6       0      0 fe80::b0e1:8dff:fe5:546 :::*                                0          5383296    324/dhclient        
          
          *** Log File - Last 25 Lines ***
          
          2026-02-09 14:05:09.015  - error: reolink.0 (781) Set mail notification: Value not supported!
          2026-02-09 14:05:11.029  - info: fb-checkpresence.0 (766) createMemberObjects finished successfully
          2026-02-09 14:05:11.040  - info: fb-checkpresence.0 (766) states successfully subscribed
          2026-02-09 14:05:11.046  - info: fb-checkpresence.0 (766) loop successfully started
          2026-02-09 14:05:11.331  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.945371775417299 Kompressorbezug 0.659
          2026-02-09 14:05:13.012  - info: ems-esp.0 (644) url1:http://192.168.2.151/api/boiler
          2026-02-09 14:05:21.292  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.9402173913043477 Kompressorbezug 0.736
          2026-02-09 14:05:41.515  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.130162703379224 Kompressorbezug 0.799
          2026-02-09 14:05:51.437  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.0221914008321775 Kompressorbezug 0.721
          2026-02-09 14:05:52.507  - info: mqtt.0 (531) Client [frigate] connected with secret 1770642352500_2281
          2026-02-09 14:05:52.519  - info: mqtt.0 (531) Client [frigate] subscribes on "frig1/#" with regex /^frig1\..*/
          2026-02-09 14:05:52.533  - info: mqtt.0 (531) Client [frigate] subscribes on "frig1/#"  with regex /^mqtt\.0\.frig1\..*/
          2026-02-09 14:05:52.745  - info: mqtt.0 (531) Client [frigate] publishOnSubscribe send all known states
          2026-02-09 14:06:01.313  - info: javascript.0 (396) script.js.Energiezaehler.FoxEssBalkon: STATUS: 200
          2026-02-09 14:06:01.360  - info: javascript.0 (396) script.js.Energiezaehler.FoxEssBalkon: { unit: 'kW', name: 'PVPower', variable: 'pvPower', value: 0.325 }
          2026-02-09 14:06:02.467  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.800786369593709 Kompressorbezug 0.763
          2026-02-09 14:06:09.374  - info: ems-esp.0 (644) url1:http://192.168.2.151/api/thermostat
          2026-02-09 14:06:11.298  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.046242774566474 Kompressorbezug 0.692
          2026-02-09 14:06:11.798  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: Wert: 4.2 Heizkurvenpunkt - DampedTemp: 4.2 Selflowtemp: 39 File: heizkurvenpunkte_21.txt
          2026-02-09 14:06:21.291  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.040404040404041 Kompressorbezug 0.693
          2026-02-09 14:06:25.385  - info: ems-esp.0 (644) end of initializing EMS-ESP states 
          2026-02-09 14:06:25.395  - info: ems-esp.0 (644) ems  : polling every 60 secs
          2026-02-09 14:07:02.239  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.111405835543767 Kompressorbezug 0.754
          2026-02-09 14:07:21.289  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.138851802403204 Kompressorbezug 0.749
          2026-02-09 14:07:41.289  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.123711340206185 Kompressorbezug 0.679
          
          

          Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
          Virtualization : unprivileged lxc container (debian 13) on Proxmox 9.1.5)
          Linux pve 6.17.9-1-pve
          6 GByte RAM für den Container
          Fritzbox 6591 FW 8.20 (Vodafone Leih-Box)
          Remote-Access über Wireguard der Fritzbox

          haus-automatisierungH Thomas BraunT 2 Antworten Letzte Antwort
          0
          • MartinPM MartinP

            Erster Run

            ioBroker nodejs fixer 2026-01-31
            You requested to install latest version from nodejs v22 tree.
            
            Your current setup is:
            /usr/bin/nodejs         v22.22.0
            /usr/bin/node           v22.22.0
            /usr/bin/npm            10.9.4
            /usr/bin/npx            10.9.4
            
            We found these nodejs versions available for installation:
            
            nodejs:
              Installed: 22.22.0-1nodesource1
              Candidate: 22.22.0-1nodesource1
              Version table:
             *** 22.22.0-1nodesource1 100
                    100 /var/lib/dpkg/status
                 20.19.2+dfsg-1 500
                    500 http://ftp.debian.org/debian trixie/main amd64 Packages
            
            
            
            Nothing to do - Your installation is using the correct paths.
            
            You are missing the nodesource.list or
            you want to change your current nodejs version: v22.22.0 ?
            
            Press <y> to continue or any other key to quit
            Trying to fix your installation now. Please be patient.
            
            You are running nodejs v22.22.0. Do you want to install latest version from nodejs v.22 tree? 
            
            Press <y> to continue or any other key to quit
            Trying to fix your installation now. Please be patient.
            rm: cannot remove '': No such file or directory
            Stopping ioBroker now
            #######
            ioBroker has been stopped
            
            
            Removing dfsg-nodejs
            
            
            
            
            *** These repos are active on your system:
            Hit:1 http://ftp.debian.org/debian trixie InRelease
            Hit:2 http://ftp.debian.org/debian trixie-updates InRelease                                                                                
            Hit:3 http://security.debian.org trixie-security InRelease                                                                                 
            Hit:4 https://apt.grafana.com stable InRelease                                                                                             
            Get:5 https://repos.influxdata.com/debian stable InRelease [6913 B]                                                   
            Fetched 6913 B in 0s (15.8 kB/s)
            Reading package lists... Done
            
            *** Installing ca-certificates, curl and gnupg, just in case they are missing.
            
            *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
            
            Package: nodejs
            Pin: origin deb.nodesource.com
            Pin-Priority: 1001
            
            *** These repos are active after the adjustments:
            Hit:1 http://security.debian.org trixie-security InRelease
            Hit:2 http://ftp.debian.org/debian trixie InRelease                                                                                        
            Hit:3 http://ftp.debian.org/debian trixie-updates InRelease                                                                                
            Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]                                                                    
            Hit:5 https://apt.grafana.com stable InRelease                                                    
            Get:6 https://repos.influxdata.com/debian stable InRelease [6913 B]
            Get:7 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [9068 B]
            Fetched 28.1 kB in 1s (54.7 kB/s)
            Reading package lists... Done
            
            Installing nodejs now!
            
            Installing latest nodejs v22 release
            
            SUCCESS!
            v22.22.0 has been installed! You are using the latest nodejs@22 release now!
            
            COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
            add node-aead-crypto-win32-x64-msvc 3.0.1
            add node-aead-crypto-win32-ia32-msvc 3.0.1
            add node-aead-crypto-win32-arm64-msvc 3.0.1
            add node-aead-crypto-linux-arm64-musl 3.0.1
            add node-aead-crypto-linux-arm64-gnu 3.0.1
            add node-aead-crypto-linux-arm-gnueabihf 3.0.1
            add node-aead-crypto-darwin-x64 3.0.1
            add node-aead-crypto-darwin-universal 3.0.1
            add node-aead-crypto-darwin-arm64 3.0.1
            add node-aead-crypto-android-arm64 3.0.1
            add node-aead-crypto-android-arm-eabi 3.0.1
            add fsevents 2.3.3
            add @img/sharp-win32-x64 0.34.5
            add @img/sharp-win32-ia32 0.34.5
            add @img/sharp-win32-arm64 0.34.5
            add @img/sharp-wasm32 0.34.5
            add @img/sharp-linuxmusl-arm64 0.34.5
            add @img/sharp-linux-s390x 0.34.5
            add @img/sharp-linux-riscv64 0.34.5
            add @img/sharp-linux-ppc64 0.34.5
            add @img/sharp-linux-arm64 0.34.5
            add @img/sharp-linux-arm 0.34.5
            add @img/sharp-libvips-linuxmusl-arm64 1.2.4
            add @img/sharp-libvips-linux-s390x 1.2.4
            add @img/sharp-libvips-linux-riscv64 1.2.4
            add @img/sharp-libvips-linux-ppc64 1.2.4
            add @img/sharp-libvips-linux-arm64 1.2.4
            add @img/sharp-libvips-linux-arm 1.2.4
            add @img/sharp-libvips-darwin-x64 1.2.4
            add @img/sharp-libvips-darwin-arm64 1.2.4
            add @img/sharp-darwin-x64 0.34.5
            add @img/sharp-darwin-arm64 0.34.5
            add @emnapi/runtime 1.8.1
            add tslib 2.8.1
            
            added 34 packages in 11s
            
            217 packages are looking for funding
              run `npm fund` for details
            
            
            *** You need to manually restart your container/virtual machine now! *** 
            
            We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
            martin@iobroker-test-sicher:~$ 
            

            Dann Reboot
            Erstmal passiert bei iob diag nicht viel (läuft jetzt vielleich 4 Minuten auf meiner lahmen N3000 Krücke)

            *** iob diag is starting up, please wait ***
            The state system.host.iobroker-test-sicher.versions.nodeNewestNext was not found!
            The state system.host.iobroker-test-sicher.versions.npmNewestNext was not found!
            

            Bis auf diese Warnungen zu Beginn sieht aber alles auf den ersten Blick Sauber aus.

            EDIT: Beim zweiten Durchlauf kamen die "...not found!" Warnungen nicht mehr

            Script v.2026-01-31
            
            *** BASE SYSTEM ***
            Operating System: Debian GNU/Linux 13 (trixie)
             Static hostname: iobroker-test-sicher
                   Icon name: computer-container
                     Chassis: container ☐
              Virtualization: lxc
                      Kernel: Linux 6.17.9-1-pve
                Architecture: x86-64
            OS is similar to: 
            
            model name      : Intel(R) Celeron(R) CPU  N3000  @ 1.04GHz
            Docker          : false
            Virtualization  : lxc
            Kernel          : x86_64
            Userland        : 64 bit
            
            Systemuptime and Load:
             14:05:33 up 3 min,  0 users,  load average: 9.30, 7.11, 4.48
            CPU threads: 2
            
            
            *** LIFE CYCLE STATUS ***
            Operating System is the current Debian stable version codenamed 'trixie'!
            
            *** TIME AND TIMEZONES ***
                           Local time: Mon 2026-02-09 14:05:34 CET
                       Universal time: Mon 2026-02-09 13:05:34 UTC
                             RTC time: n/a
                            Time zone: Europe/Berlin (CET, +0100)
            System clock synchronized: yes
                          NTP service: inactive
                      RTC in local TZ: no
            
            *** Users and Groups ***
            User that called 'iob diag':
            martin
            HOME=/home/martin
            GROUPS=martin sudo iobroker
            
            User that is running 'js-controller':
            iobroker
            HOME=/home/iobroker
            SUDO_HOME=/home/martin
            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: 
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:            6.4G        2.2G        3.5G        770K        805M        4.3G
            Swap:           6.4G          0B        6.4G
            Total:           12G        2.2G        9.9G
            
            Active iob-Instances:   10
            
                     6144 M total memory
                     2078 M used memory
                     2503 M active memory
                      230 M inactive memory
                     3297 M free memory
                        0 M buffer memory
                      768 M swap cache
                     6144 M total swap
                        0 M used swap
                     6144 M free swap
            
            *** top - Table Of Processes  ***
            top - 14:05:35 up 3 min,  0 users,  load average: 8.64, 7.01, 4.46
            Tasks:  57 total,   2 running,  55 sleeping,   0 stopped,   0 zombie
            %Cpu(s): 55.2 us, 41.4 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  3.4 si,  0.0 st 
            MiB Mem :   6144.0 total,   3294.2 free,   2081.8 used,    768.6 buff/cache     
            MiB Swap:   6144.0 total,   6144.0 free,      0.0 used.   4062.2 avail Mem 
            
            *** FAILED SERVICES ***
            
              UNIT LOAD ACTIVE SUB DESCRIPTION
            
            0 loaded units listed.
            
            
            *** DMESG CRITICAL ERRORS ***
            dmesg: read kernel buffer failed: Operation not permitted
            No critical errors detected
            
            *** FILESYSTEM ***
            Filesystem                       Type      Size  Used Avail Use% Mounted on
            /dev/mapper/pve-vm--101--disk--0 ext4       63G   29G   31G  49% /
            none                             tmpfs     492K  4.0K  488K   1% /dev
            udev                             devtmpfs  3.8G     0  3.8G   0% /dev/tty
            tmpfs                            tmpfs     3.9G     0  3.9G   0% /dev/shm
            tmpfs                            tmpfs     1.6G  100K  1.6G   1% /run
            tmpfs                            tmpfs     3.9G  648K  3.9G   1% /tmp
            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
            
            Messages concerning ext4 filesystem in dmesg:
            dmesg: read kernel buffer failed: Operation not permitted
            
            Show mounted filesystems:
            TARGET SOURCE                           FSTYPE OPTIONS
            /      /dev/mapper/pve-vm--101--disk--0 ext4   rw,relatime,stripe=16
            
            Files in neuralgic directories:
            
            /var:
            7.1G    /var/
            3.5G    /var/log/journal/d439bcaaab604c09ae284e4b626b2033
            3.5G    /var/log/journal
            3.5G    /var/log
            2.6G    /var/lib
            
            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 1.7G in the file system.
            
            /opt/iobroker/backups:
            14G     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            357M    /opt/iobroker/iobroker-data/
            199M    /opt/iobroker/iobroker-data/files
            109M    /opt/iobroker/iobroker-data/backup-objects
            47M     /opt/iobroker/iobroker-data/files/admin.admin
            46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
            
            The five largest files in iobroker-data are:
            41M     /opt/iobroker/iobroker-data/objects.jsonl
            9.8M    /opt/iobroker/iobroker-data/files/vis-2/material-icons/knx-uf.json
            8.5M    /opt/iobroker/iobroker-data/states.jsonl
            8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-Djx0nwYT.js
            7.5M    /opt/iobroker/iobroker-data/files/flexcharts/echarts.js.map
            
            USB-Devices by-id:
            USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
            please always prefer the links 'by-id':
            
            No Devices found 'by-id'
            
            No nvbackup.json found.
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v22.22.0
            /usr/bin/node           v22.22.0
            /usr/bin/npm            10.9.4
            /usr/bin/npx            10.9.4
            
            ✓ Node.js installation is correct
            
            nodejs:
              Installed: 22.22.0-1nodesource1
              Candidate: 22.22.0-1nodesource1
              Version table:
             *** 22.22.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                    100 /var/lib/dpkg/status
                 22.21.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.20.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.19.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.18.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.17.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.17.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.16.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.15.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.15.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.14.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.13.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.13.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.12.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.11.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.10.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.9.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.8.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.7.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.6.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.5.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.5.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.4.1-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.4.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.3.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.2.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.1.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 22.0.0-1nodesource1 1001
                    500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                 20.19.2+dfsg-1 500
                    500 http://ftp.debian.org/debian trixie/main amd64 Packages
            
            Temp directories causing deletion problem: 0
            No problems detected
            
            Errors in npm tree: 0
            No problems detected
            
            Checking for nodejs vulnerability:
            
            
             █████  ██      ██           ██████   ██████   ██████  ██████         ██
            ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
            ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
            ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
            ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
            
            
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Hosts:
            iobroker-test-sicher iobroker-test-sicher (version: 7.0.7, hostname: iobroker-test-sicher, alive, uptime: 256)
            
            Core adapters versions
            js-controller:  7.0.7
            admin:          7.7.22
            javascript:     9.0.11
            
            nodejs modules from github:     0
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : iobroker-test-sicher                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.alias-manager.0          : alias-manager         : iobroker-test-sicher                     -  enabled
              system.adapter.backitup.0               : backitup              : iobroker-test-sicher                     -  enabled
              system.adapter.discovery.0              : discovery             : iobroker-test-sicher                     -  enabled
            + system.adapter.email.0                  : email                 : iobroker-test-sicher                     -  enabled
              system.adapter.ems-esp.0                : ems-esp               : iobroker-test-sicher                     -  enabled
              system.adapter.fahrplan.0               : fahrplan              : iobroker-test-sicher                     - disabled
              system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker-test-sicher                     -  enabled
              system.adapter.flexcharts.0             : flexcharts            : iobroker-test-sicher                     -  enabled
              system.adapter.frigate.0                : frigate               : iobroker-test-sicher                     - disabled
              system.adapter.fritzdect.0              : fritzdect             : iobroker-test-sicher                     -  enabled
              system.adapter.ical.0                   : ical                  : iobroker-test-sicher                     -  enabled
              system.adapter.ical.1                   : ical                  : iobroker-test-sicher                     -  enabled
            + system.adapter.influxdb.0               : influxdb              : iobroker-test-sicher                     -  enabled, port: 8086
            + system.adapter.javascript.0             : javascript            : iobroker-test-sicher                     -  enabled
            + system.adapter.javascript.1             : javascript            : iobroker-test-sicher                     -  enabled
              system.adapter.linux-control.0          : linux-control         : iobroker-test-sicher                     -  enabled
              system.adapter.meross.0                 : meross                : iobroker-test-sicher                     -  enabled
            + system.adapter.mqtt-client.0            : mqtt-client           : iobroker-test-sicher                     -  enabled, port: 1888
              system.adapter.mqtt-client.1            : mqtt-client           : iobroker-test-sicher                     - disabled, port: 1883
            + system.adapter.mqtt.0                   : mqtt                  : iobroker-test-sicher                     -  enabled, port: 1888, bind: 0.0.0.0
              system.adapter.mqtt.1                   : mqtt                  : iobroker-test-sicher                     - disabled, port: 1883, bind: 0.0.0.0
            + system.adapter.operating-hours.0        : operating-hours       : iobroker-test-sicher                     -  enabled
              system.adapter.parser.0                 : parser                : iobroker-test-sicher                     - disabled
              system.adapter.ping.0                   : ping                  : iobroker-test-sicher                     -  enabled
              system.adapter.reolink.0                : reolink               : iobroker-test-sicher                     -  enabled
              system.adapter.reolink.1                : reolink               : iobroker-test-sicher                     -  enabled
              system.adapter.simple-api.0             : simple-api            : iobroker-test-sicher                     -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
              system.adapter.snmp.0                   : snmp                  : iobroker-test-sicher                     -  enabled
            + system.adapter.sonoff.0                 : sonoff                : iobroker-test-sicher                     -  enabled, port: 1892, bind: 0.0.0.0
              system.adapter.tr-064.0                 : tr-064                : iobroker-test-sicher                     -  enabled
              system.adapter.tradfri.0                : tradfri               : iobroker-test-sicher                     -  enabled
              system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker-test-sicher                     -  enabled
              system.adapter.vis-2.0                  : vis-2                 : iobroker-test-sicher                     -  enabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker-test-sicher                     -  enabled
              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker-test-sicher                     -  enabled
              system.adapter.vis.0                    : vis                   : iobroker-test-sicher                     -  enabled
              system.adapter.web.0                    : web                   : iobroker-test-sicher                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : iobroker-test-sicher                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.influxdb.0               : influxdb              : iobroker-test-sicher                     -  enabled, port: 8086
            + system.adapter.mqtt-client.0            : mqtt-client           : iobroker-test-sicher                     -  enabled, port: 1888
            + system.adapter.mqtt.0                   : mqtt                  : iobroker-test-sicher                     -  enabled, port: 1888, bind: 0.0.0.0
              system.adapter.simple-api.0             : simple-api            : iobroker-test-sicher                     -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.sonoff.0                 : sonoff                : iobroker-test-sicher                     -  enabled, port: 1892, bind: 0.0.0.0
              system.adapter.web.0                    : web                   : iobroker-test-sicher                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            ioBroker-Repositories
            ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
            │ (index) │ name     │ url                                                     │ auto upgrade │
            ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
            │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
            │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
            └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
            
            Active repo(s): stable
            Upgrade policy: none
            
            Installed ioBroker-Adapters
            Used repository: stable
            Adapter    "admin"        : 7.7.22   , installed 7.7.22
            Adapter    "alias-manager": 2.0.0    , installed 2.0.0
            Adapter    "backitup"     : 3.3.13   , installed 3.3.13
            Adapter    "benchmark"    : 1.3.0    , installed 1.3.0
            Adapter    "deconz"       : 1.6.4    , installed 1.6.4
            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
            Adapter    "email"        : 2.0.4    , installed 2.0.4
            Adapter    "ems-esp"      : 7.0.1    , installed 7.0.1
            Adapter    "fahrplan"     : 1.4.1    , installed 1.4.1
            Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
            Adapter    "flexcharts"   : 0.6.1    , installed 0.6.1
            Adapter    "frigate"      : 1.3.2    , installed 1.3.2
            Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
            Adapter    "ical"         : 1.18.1   , installed 1.18.1
            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
            Adapter    "javascript"   : 9.0.11   , installed 9.0.11
            Controller "js-controller": 7.0.7    , installed 7.0.7
            Adapter    "linux-control": 1.1.5    , installed 1.1.5
            Adapter    "meross"       : 1.17.0   , installed 1.17.0
            Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
            Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
            Adapter    "operating-hours": 1.4.0  , installed 1.4.0
            Adapter    "parser"       : 2.2.4    , installed 2.2.4
            Adapter    "ping"         : 1.7.9    , installed 1.7.9
            Adapter    "reolink"      : 1.2.3    , installed 1.2.3
            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
            Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
            Adapter    "snmp"         : 3.3.0    , installed 3.3.0
            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
            Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
            Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
            Adapter    "vis"          : 1.5.6    , installed 1.5.6
            Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
            Adapter    "vis-2-widgets-gauges": 2.0.1, installed 2.0.1
            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
            Adapter    "web"          : 7.0.8    , installed 7.0.8
            Adapter    "ws"           : 2.6.2    , installed 2.6.2
            Adapter    "zigbee2mqtt"  : 3.0.10   , installed 3.0.10
            
            Objects and States
            Please stand by - This may take a while
            Objects:        3825
            States:         3402
            
            *** OS-Repositories and Updates ***
            Hit:1 http://security.debian.org trixie-security InRelease
            Hit:2 http://ftp.debian.org/debian trixie InRelease
            Hit:3 http://ftp.debian.org/debian trixie-updates InRelease
            Hit:4 https://apt.grafana.com stable InRelease
            Get:5 https://repos.influxdata.com/debian stable InRelease [6913 B]
            Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
            Fetched 6913 B in 1s (8192 B/s)
            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:111             0.0.0.0:*               LISTEN      0          5381338    1/init              
            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          5382084    317/master          
            tcp        0      0 0.0.0.0:1892            0.0.0.0:*               LISTEN      1001       5391946    542/io.sonoff.0     
            tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       5391952    531/io.mqtt.0       
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       5383697    340/iobroker.js-con 
            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       5383702    340/iobroker.js-con 
            tcp6       0      0 :::3000                 :::*                    LISTEN      109        5383733    339/grafana         
            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       5396821    732/io.simple-api.0 
            tcp6       0      0 :::8086                 :::*                    LISTEN      998        5382602    104/influxd         
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       5386763    374/io.admin.0      
            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       5396953    706/io.web.0        
            tcp6       0      0 :::111                  :::*                    LISTEN      0          5381340    1/init              
            tcp6       0      0 :::22                   :::*                    LISTEN      0          5380857    1/init              
            tcp6       0      0 ::1:25                  :::*                    LISTEN      0          5382085    317/master          
            udp        0      0 0.0.0.0:48753           0.0.0.0:*                           1001       5396372    624/io.snmp.0       
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          5381937    229/dhclient        
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          5381339    1/init              
            udp        0      0 0.0.0.0:33351           0.0.0.0:*                           1001       5396129    717/io.tradfri.0    
            udp6       0      0 :::111                  :::*                                0          5381341    1/init              
            udp6       0      0 fe80::b0e1:8dff:fe5:546 :::*                                0          5383296    324/dhclient        
            
            *** Log File - Last 25 Lines ***
            
            2026-02-09 14:05:09.015  - error: reolink.0 (781) Set mail notification: Value not supported!
            2026-02-09 14:05:11.029  - info: fb-checkpresence.0 (766) createMemberObjects finished successfully
            2026-02-09 14:05:11.040  - info: fb-checkpresence.0 (766) states successfully subscribed
            2026-02-09 14:05:11.046  - info: fb-checkpresence.0 (766) loop successfully started
            2026-02-09 14:05:11.331  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.945371775417299 Kompressorbezug 0.659
            2026-02-09 14:05:13.012  - info: ems-esp.0 (644) url1:http://192.168.2.151/api/boiler
            2026-02-09 14:05:21.292  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.9402173913043477 Kompressorbezug 0.736
            2026-02-09 14:05:41.515  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.130162703379224 Kompressorbezug 0.799
            2026-02-09 14:05:51.437  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.0221914008321775 Kompressorbezug 0.721
            2026-02-09 14:05:52.507  - info: mqtt.0 (531) Client [frigate] connected with secret 1770642352500_2281
            2026-02-09 14:05:52.519  - info: mqtt.0 (531) Client [frigate] subscribes on "frig1/#" with regex /^frig1\..*/
            2026-02-09 14:05:52.533  - info: mqtt.0 (531) Client [frigate] subscribes on "frig1/#"  with regex /^mqtt\.0\.frig1\..*/
            2026-02-09 14:05:52.745  - info: mqtt.0 (531) Client [frigate] publishOnSubscribe send all known states
            2026-02-09 14:06:01.313  - info: javascript.0 (396) script.js.Energiezaehler.FoxEssBalkon: STATUS: 200
            2026-02-09 14:06:01.360  - info: javascript.0 (396) script.js.Energiezaehler.FoxEssBalkon: { unit: 'kW', name: 'PVPower', variable: 'pvPower', value: 0.325 }
            2026-02-09 14:06:02.467  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.800786369593709 Kompressorbezug 0.763
            2026-02-09 14:06:09.374  - info: ems-esp.0 (644) url1:http://192.168.2.151/api/thermostat
            2026-02-09 14:06:11.298  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.046242774566474 Kompressorbezug 0.692
            2026-02-09 14:06:11.798  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: Wert: 4.2 Heizkurvenpunkt - DampedTemp: 4.2 Selflowtemp: 39 File: heizkurvenpunkte_21.txt
            2026-02-09 14:06:21.291  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.040404040404041 Kompressorbezug 0.693
            2026-02-09 14:06:25.385  - info: ems-esp.0 (644) end of initializing EMS-ESP states 
            2026-02-09 14:06:25.395  - info: ems-esp.0 (644) ems  : polling every 60 secs
            2026-02-09 14:07:02.239  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.111405835543767 Kompressorbezug 0.754
            2026-02-09 14:07:21.289  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.138851802403204 Kompressorbezug 0.749
            2026-02-09 14:07:41.289  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.123711340206185 Kompressorbezug 0.679
            
            

            haus-automatisierungH Online
            haus-automatisierungH Online
            haus-automatisierung
            Developer Most Active
            schrieb am zuletzt editiert von
            #17

            @MartinP sagte in Phantastische Repositories und wo sie zu finden sind:

            Bis auf diese Warnungen zu Beginn sieht aber alles auf den ersten Blick Sauber aus.

            Bitte einen Issue im js-controller aufmachen. Da werden wohl die States geschrieben bevor es die Objekte dazu gibt.

            🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
            🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
            📚 Meine inoffizielle ioBroker Dokumentation

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • haus-automatisierungH haus-automatisierung

              @MartinP sagte in Phantastische Repositories und wo sie zu finden sind:

              Bis auf diese Warnungen zu Beginn sieht aber alles auf den ersten Blick Sauber aus.

              Bitte einen Issue im js-controller aufmachen. Da werden wohl die States geschrieben bevor es die Objekte dazu gibt.

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

              @haus-automatisierung sagte in Phantastische Repositories und wo sie zu finden sind:

              Bitte einen Issue im js-controller aufmachen. Da werden wohl die States geschrieben bevor es die Objekte dazu gibt.

              Da sind die Daten einfach noch nicht abgerufen worden und @martinp war zu schnell mit dem 'diag'.
              Denn:

              EDIT: Beim zweiten Durchlauf kamen die "...not found!" Warnungen nicht mehr

              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
              • MartinPM MartinP

                Erster Run

                ioBroker nodejs fixer 2026-01-31
                You requested to install latest version from nodejs v22 tree.
                
                Your current setup is:
                /usr/bin/nodejs         v22.22.0
                /usr/bin/node           v22.22.0
                /usr/bin/npm            10.9.4
                /usr/bin/npx            10.9.4
                
                We found these nodejs versions available for installation:
                
                nodejs:
                  Installed: 22.22.0-1nodesource1
                  Candidate: 22.22.0-1nodesource1
                  Version table:
                 *** 22.22.0-1nodesource1 100
                        100 /var/lib/dpkg/status
                     20.19.2+dfsg-1 500
                        500 http://ftp.debian.org/debian trixie/main amd64 Packages
                
                
                
                Nothing to do - Your installation is using the correct paths.
                
                You are missing the nodesource.list or
                you want to change your current nodejs version: v22.22.0 ?
                
                Press <y> to continue or any other key to quit
                Trying to fix your installation now. Please be patient.
                
                You are running nodejs v22.22.0. Do you want to install latest version from nodejs v.22 tree? 
                
                Press <y> to continue or any other key to quit
                Trying to fix your installation now. Please be patient.
                rm: cannot remove '': No such file or directory
                Stopping ioBroker now
                #######
                ioBroker has been stopped
                
                
                Removing dfsg-nodejs
                
                
                
                
                *** These repos are active on your system:
                Hit:1 http://ftp.debian.org/debian trixie InRelease
                Hit:2 http://ftp.debian.org/debian trixie-updates InRelease                                                                                
                Hit:3 http://security.debian.org trixie-security InRelease                                                                                 
                Hit:4 https://apt.grafana.com stable InRelease                                                                                             
                Get:5 https://repos.influxdata.com/debian stable InRelease [6913 B]                                                   
                Fetched 6913 B in 0s (15.8 kB/s)
                Reading package lists... Done
                
                *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                
                *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                
                Package: nodejs
                Pin: origin deb.nodesource.com
                Pin-Priority: 1001
                
                *** These repos are active after the adjustments:
                Hit:1 http://security.debian.org trixie-security InRelease
                Hit:2 http://ftp.debian.org/debian trixie InRelease                                                                                        
                Hit:3 http://ftp.debian.org/debian trixie-updates InRelease                                                                                
                Get:4 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]                                                                    
                Hit:5 https://apt.grafana.com stable InRelease                                                    
                Get:6 https://repos.influxdata.com/debian stable InRelease [6913 B]
                Get:7 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages [9068 B]
                Fetched 28.1 kB in 1s (54.7 kB/s)
                Reading package lists... Done
                
                Installing nodejs now!
                
                Installing latest nodejs v22 release
                
                SUCCESS!
                v22.22.0 has been installed! You are using the latest nodejs@22 release now!
                
                COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
                add node-aead-crypto-win32-x64-msvc 3.0.1
                add node-aead-crypto-win32-ia32-msvc 3.0.1
                add node-aead-crypto-win32-arm64-msvc 3.0.1
                add node-aead-crypto-linux-arm64-musl 3.0.1
                add node-aead-crypto-linux-arm64-gnu 3.0.1
                add node-aead-crypto-linux-arm-gnueabihf 3.0.1
                add node-aead-crypto-darwin-x64 3.0.1
                add node-aead-crypto-darwin-universal 3.0.1
                add node-aead-crypto-darwin-arm64 3.0.1
                add node-aead-crypto-android-arm64 3.0.1
                add node-aead-crypto-android-arm-eabi 3.0.1
                add fsevents 2.3.3
                add @img/sharp-win32-x64 0.34.5
                add @img/sharp-win32-ia32 0.34.5
                add @img/sharp-win32-arm64 0.34.5
                add @img/sharp-wasm32 0.34.5
                add @img/sharp-linuxmusl-arm64 0.34.5
                add @img/sharp-linux-s390x 0.34.5
                add @img/sharp-linux-riscv64 0.34.5
                add @img/sharp-linux-ppc64 0.34.5
                add @img/sharp-linux-arm64 0.34.5
                add @img/sharp-linux-arm 0.34.5
                add @img/sharp-libvips-linuxmusl-arm64 1.2.4
                add @img/sharp-libvips-linux-s390x 1.2.4
                add @img/sharp-libvips-linux-riscv64 1.2.4
                add @img/sharp-libvips-linux-ppc64 1.2.4
                add @img/sharp-libvips-linux-arm64 1.2.4
                add @img/sharp-libvips-linux-arm 1.2.4
                add @img/sharp-libvips-darwin-x64 1.2.4
                add @img/sharp-libvips-darwin-arm64 1.2.4
                add @img/sharp-darwin-x64 0.34.5
                add @img/sharp-darwin-arm64 0.34.5
                add @emnapi/runtime 1.8.1
                add tslib 2.8.1
                
                added 34 packages in 11s
                
                217 packages are looking for funding
                  run `npm fund` for details
                
                
                *** You need to manually restart your container/virtual machine now! *** 
                
                We tried our best to fix your nodejs. Please run 'iob diag' again to verify.
                martin@iobroker-test-sicher:~$ 
                

                Dann Reboot
                Erstmal passiert bei iob diag nicht viel (läuft jetzt vielleich 4 Minuten auf meiner lahmen N3000 Krücke)

                *** iob diag is starting up, please wait ***
                The state system.host.iobroker-test-sicher.versions.nodeNewestNext was not found!
                The state system.host.iobroker-test-sicher.versions.npmNewestNext was not found!
                

                Bis auf diese Warnungen zu Beginn sieht aber alles auf den ersten Blick Sauber aus.

                EDIT: Beim zweiten Durchlauf kamen die "...not found!" Warnungen nicht mehr

                Script v.2026-01-31
                
                *** BASE SYSTEM ***
                Operating System: Debian GNU/Linux 13 (trixie)
                 Static hostname: iobroker-test-sicher
                       Icon name: computer-container
                         Chassis: container ☐
                  Virtualization: lxc
                          Kernel: Linux 6.17.9-1-pve
                    Architecture: x86-64
                OS is similar to: 
                
                model name      : Intel(R) Celeron(R) CPU  N3000  @ 1.04GHz
                Docker          : false
                Virtualization  : lxc
                Kernel          : x86_64
                Userland        : 64 bit
                
                Systemuptime and Load:
                 14:05:33 up 3 min,  0 users,  load average: 9.30, 7.11, 4.48
                CPU threads: 2
                
                
                *** LIFE CYCLE STATUS ***
                Operating System is the current Debian stable version codenamed 'trixie'!
                
                *** TIME AND TIMEZONES ***
                               Local time: Mon 2026-02-09 14:05:34 CET
                           Universal time: Mon 2026-02-09 13:05:34 UTC
                                 RTC time: n/a
                                Time zone: Europe/Berlin (CET, +0100)
                System clock synchronized: yes
                              NTP service: inactive
                          RTC in local TZ: no
                
                *** Users and Groups ***
                User that called 'iob diag':
                martin
                HOME=/home/martin
                GROUPS=martin sudo iobroker
                
                User that is running 'js-controller':
                iobroker
                HOME=/home/iobroker
                SUDO_HOME=/home/martin
                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: 
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            6.4G        2.2G        3.5G        770K        805M        4.3G
                Swap:           6.4G          0B        6.4G
                Total:           12G        2.2G        9.9G
                
                Active iob-Instances:   10
                
                         6144 M total memory
                         2078 M used memory
                         2503 M active memory
                          230 M inactive memory
                         3297 M free memory
                            0 M buffer memory
                          768 M swap cache
                         6144 M total swap
                            0 M used swap
                         6144 M free swap
                
                *** top - Table Of Processes  ***
                top - 14:05:35 up 3 min,  0 users,  load average: 8.64, 7.01, 4.46
                Tasks:  57 total,   2 running,  55 sleeping,   0 stopped,   0 zombie
                %Cpu(s): 55.2 us, 41.4 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  3.4 si,  0.0 st 
                MiB Mem :   6144.0 total,   3294.2 free,   2081.8 used,    768.6 buff/cache     
                MiB Swap:   6144.0 total,   6144.0 free,      0.0 used.   4062.2 avail Mem 
                
                *** FAILED SERVICES ***
                
                  UNIT LOAD ACTIVE SUB DESCRIPTION
                
                0 loaded units listed.
                
                
                *** DMESG CRITICAL ERRORS ***
                dmesg: read kernel buffer failed: Operation not permitted
                No critical errors detected
                
                *** FILESYSTEM ***
                Filesystem                       Type      Size  Used Avail Use% Mounted on
                /dev/mapper/pve-vm--101--disk--0 ext4       63G   29G   31G  49% /
                none                             tmpfs     492K  4.0K  488K   1% /dev
                udev                             devtmpfs  3.8G     0  3.8G   0% /dev/tty
                tmpfs                            tmpfs     3.9G     0  3.9G   0% /dev/shm
                tmpfs                            tmpfs     1.6G  100K  1.6G   1% /run
                tmpfs                            tmpfs     3.9G  648K  3.9G   1% /tmp
                tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                
                Messages concerning ext4 filesystem in dmesg:
                dmesg: read kernel buffer failed: Operation not permitted
                
                Show mounted filesystems:
                TARGET SOURCE                           FSTYPE OPTIONS
                /      /dev/mapper/pve-vm--101--disk--0 ext4   rw,relatime,stripe=16
                
                Files in neuralgic directories:
                
                /var:
                7.1G    /var/
                3.5G    /var/log/journal/d439bcaaab604c09ae284e4b626b2033
                3.5G    /var/log/journal
                3.5G    /var/log
                2.6G    /var/lib
                
                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 1.7G in the file system.
                
                /opt/iobroker/backups:
                14G     /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                357M    /opt/iobroker/iobroker-data/
                199M    /opt/iobroker/iobroker-data/files
                109M    /opt/iobroker/iobroker-data/backup-objects
                47M     /opt/iobroker/iobroker-data/files/admin.admin
                46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                
                The five largest files in iobroker-data are:
                41M     /opt/iobroker/iobroker-data/objects.jsonl
                9.8M    /opt/iobroker/iobroker-data/files/vis-2/material-icons/knx-uf.json
                8.5M    /opt/iobroker/iobroker-data/states.jsonl
                8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-Djx0nwYT.js
                7.5M    /opt/iobroker/iobroker-data/files/flexcharts/echarts.js.map
                
                USB-Devices by-id:
                USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                please always prefer the links 'by-id':
                
                No Devices found 'by-id'
                
                No nvbackup.json found.
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v22.22.0
                /usr/bin/node           v22.22.0
                /usr/bin/npm            10.9.4
                /usr/bin/npx            10.9.4
                
                ✓ Node.js installation is correct
                
                nodejs:
                  Installed: 22.22.0-1nodesource1
                  Candidate: 22.22.0-1nodesource1
                  Version table:
                 *** 22.22.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                        100 /var/lib/dpkg/status
                     22.21.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.20.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.19.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.18.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.17.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.17.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.16.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.15.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.15.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.14.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.13.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.13.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.12.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.11.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.10.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.9.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.8.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.7.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.6.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.5.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.5.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.4.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.4.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.3.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.2.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.1.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     22.0.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                     20.19.2+dfsg-1 500
                        500 http://ftp.debian.org/debian trixie/main amd64 Packages
                
                Temp directories causing deletion problem: 0
                No problems detected
                
                Errors in npm tree: 0
                No problems detected
                
                Checking for nodejs vulnerability:
                
                
                 █████  ██      ██           ██████   ██████   ██████  ██████         ██
                ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                
                
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Hosts:
                iobroker-test-sicher iobroker-test-sicher (version: 7.0.7, hostname: iobroker-test-sicher, alive, uptime: 256)
                
                Core adapters versions
                js-controller:  7.0.7
                admin:          7.7.22
                javascript:     9.0.11
                
                nodejs modules from github:     0
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : iobroker-test-sicher                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  system.adapter.alias-manager.0          : alias-manager         : iobroker-test-sicher                     -  enabled
                  system.adapter.backitup.0               : backitup              : iobroker-test-sicher                     -  enabled
                  system.adapter.discovery.0              : discovery             : iobroker-test-sicher                     -  enabled
                + system.adapter.email.0                  : email                 : iobroker-test-sicher                     -  enabled
                  system.adapter.ems-esp.0                : ems-esp               : iobroker-test-sicher                     -  enabled
                  system.adapter.fahrplan.0               : fahrplan              : iobroker-test-sicher                     - disabled
                  system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker-test-sicher                     -  enabled
                  system.adapter.flexcharts.0             : flexcharts            : iobroker-test-sicher                     -  enabled
                  system.adapter.frigate.0                : frigate               : iobroker-test-sicher                     - disabled
                  system.adapter.fritzdect.0              : fritzdect             : iobroker-test-sicher                     -  enabled
                  system.adapter.ical.0                   : ical                  : iobroker-test-sicher                     -  enabled
                  system.adapter.ical.1                   : ical                  : iobroker-test-sicher                     -  enabled
                + system.adapter.influxdb.0               : influxdb              : iobroker-test-sicher                     -  enabled, port: 8086
                + system.adapter.javascript.0             : javascript            : iobroker-test-sicher                     -  enabled
                + system.adapter.javascript.1             : javascript            : iobroker-test-sicher                     -  enabled
                  system.adapter.linux-control.0          : linux-control         : iobroker-test-sicher                     -  enabled
                  system.adapter.meross.0                 : meross                : iobroker-test-sicher                     -  enabled
                + system.adapter.mqtt-client.0            : mqtt-client           : iobroker-test-sicher                     -  enabled, port: 1888
                  system.adapter.mqtt-client.1            : mqtt-client           : iobroker-test-sicher                     - disabled, port: 1883
                + system.adapter.mqtt.0                   : mqtt                  : iobroker-test-sicher                     -  enabled, port: 1888, bind: 0.0.0.0
                  system.adapter.mqtt.1                   : mqtt                  : iobroker-test-sicher                     - disabled, port: 1883, bind: 0.0.0.0
                + system.adapter.operating-hours.0        : operating-hours       : iobroker-test-sicher                     -  enabled
                  system.adapter.parser.0                 : parser                : iobroker-test-sicher                     - disabled
                  system.adapter.ping.0                   : ping                  : iobroker-test-sicher                     -  enabled
                  system.adapter.reolink.0                : reolink               : iobroker-test-sicher                     -  enabled
                  system.adapter.reolink.1                : reolink               : iobroker-test-sicher                     -  enabled
                  system.adapter.simple-api.0             : simple-api            : iobroker-test-sicher                     -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                  system.adapter.snmp.0                   : snmp                  : iobroker-test-sicher                     -  enabled
                + system.adapter.sonoff.0                 : sonoff                : iobroker-test-sicher                     -  enabled, port: 1892, bind: 0.0.0.0
                  system.adapter.tr-064.0                 : tr-064                : iobroker-test-sicher                     -  enabled
                  system.adapter.tradfri.0                : tradfri               : iobroker-test-sicher                     -  enabled
                  system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker-test-sicher                     -  enabled
                  system.adapter.vis-2.0                  : vis-2                 : iobroker-test-sicher                     -  enabled
                  system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker-test-sicher                     -  enabled
                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker-test-sicher                     -  enabled
                  system.adapter.vis.0                    : vis                   : iobroker-test-sicher                     -  enabled
                  system.adapter.web.0                    : web                   : iobroker-test-sicher                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : iobroker-test-sicher                     -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.influxdb.0               : influxdb              : iobroker-test-sicher                     -  enabled, port: 8086
                + system.adapter.mqtt-client.0            : mqtt-client           : iobroker-test-sicher                     -  enabled, port: 1888
                + system.adapter.mqtt.0                   : mqtt                  : iobroker-test-sicher                     -  enabled, port: 1888, bind: 0.0.0.0
                  system.adapter.simple-api.0             : simple-api            : iobroker-test-sicher                     -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.sonoff.0                 : sonoff                : iobroker-test-sicher                     -  enabled, port: 1892, bind: 0.0.0.0
                  system.adapter.web.0                    : web                   : iobroker-test-sicher                     -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                ioBroker-Repositories
                ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                │ (index) │ name     │ url                                                     │ auto upgrade │
                ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                
                Active repo(s): stable
                Upgrade policy: none
                
                Installed ioBroker-Adapters
                Used repository: stable
                Adapter    "admin"        : 7.7.22   , installed 7.7.22
                Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                Adapter    "backitup"     : 3.3.13   , installed 3.3.13
                Adapter    "benchmark"    : 1.3.0    , installed 1.3.0
                Adapter    "deconz"       : 1.6.4    , installed 1.6.4
                Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                Adapter    "email"        : 2.0.4    , installed 2.0.4
                Adapter    "ems-esp"      : 7.0.1    , installed 7.0.1
                Adapter    "fahrplan"     : 1.4.1    , installed 1.4.1
                Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
                Adapter    "flexcharts"   : 0.6.1    , installed 0.6.1
                Adapter    "frigate"      : 1.3.2    , installed 1.3.2
                Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
                Adapter    "ical"         : 1.18.1   , installed 1.18.1
                Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                Adapter    "javascript"   : 9.0.11   , installed 9.0.11
                Controller "js-controller": 7.0.7    , installed 7.0.7
                Adapter    "linux-control": 1.1.5    , installed 1.1.5
                Adapter    "meross"       : 1.17.0   , installed 1.17.0
                Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
                Adapter    "operating-hours": 1.4.0  , installed 1.4.0
                Adapter    "parser"       : 2.2.4    , installed 2.2.4
                Adapter    "ping"         : 1.7.9    , installed 1.7.9
                Adapter    "reolink"      : 1.2.3    , installed 1.2.3
                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                Adapter    "snmp"         : 3.3.0    , installed 3.3.0
                Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                Adapter    "vis"          : 1.5.6    , installed 1.5.6
                Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                Adapter    "vis-2-widgets-gauges": 2.0.1, installed 2.0.1
                Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                Adapter    "web"          : 7.0.8    , installed 7.0.8
                Adapter    "ws"           : 2.6.2    , installed 2.6.2
                Adapter    "zigbee2mqtt"  : 3.0.10   , installed 3.0.10
                
                Objects and States
                Please stand by - This may take a while
                Objects:        3825
                States:         3402
                
                *** OS-Repositories and Updates ***
                Hit:1 http://security.debian.org trixie-security InRelease
                Hit:2 http://ftp.debian.org/debian trixie InRelease
                Hit:3 http://ftp.debian.org/debian trixie-updates InRelease
                Hit:4 https://apt.grafana.com stable InRelease
                Get:5 https://repos.influxdata.com/debian stable InRelease [6913 B]
                Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                Fetched 6913 B in 1s (8192 B/s)
                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:111             0.0.0.0:*               LISTEN      0          5381338    1/init              
                tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          5382084    317/master          
                tcp        0      0 0.0.0.0:1892            0.0.0.0:*               LISTEN      1001       5391946    542/io.sonoff.0     
                tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       5391952    531/io.mqtt.0       
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       5383697    340/iobroker.js-con 
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       5383702    340/iobroker.js-con 
                tcp6       0      0 :::3000                 :::*                    LISTEN      109        5383733    339/grafana         
                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       5396821    732/io.simple-api.0 
                tcp6       0      0 :::8086                 :::*                    LISTEN      998        5382602    104/influxd         
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       5386763    374/io.admin.0      
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       5396953    706/io.web.0        
                tcp6       0      0 :::111                  :::*                    LISTEN      0          5381340    1/init              
                tcp6       0      0 :::22                   :::*                    LISTEN      0          5380857    1/init              
                tcp6       0      0 ::1:25                  :::*                    LISTEN      0          5382085    317/master          
                udp        0      0 0.0.0.0:48753           0.0.0.0:*                           1001       5396372    624/io.snmp.0       
                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          5381937    229/dhclient        
                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          5381339    1/init              
                udp        0      0 0.0.0.0:33351           0.0.0.0:*                           1001       5396129    717/io.tradfri.0    
                udp6       0      0 :::111                  :::*                                0          5381341    1/init              
                udp6       0      0 fe80::b0e1:8dff:fe5:546 :::*                                0          5383296    324/dhclient        
                
                *** Log File - Last 25 Lines ***
                
                2026-02-09 14:05:09.015  - error: reolink.0 (781) Set mail notification: Value not supported!
                2026-02-09 14:05:11.029  - info: fb-checkpresence.0 (766) createMemberObjects finished successfully
                2026-02-09 14:05:11.040  - info: fb-checkpresence.0 (766) states successfully subscribed
                2026-02-09 14:05:11.046  - info: fb-checkpresence.0 (766) loop successfully started
                2026-02-09 14:05:11.331  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.945371775417299 Kompressorbezug 0.659
                2026-02-09 14:05:13.012  - info: ems-esp.0 (644) url1:http://192.168.2.151/api/boiler
                2026-02-09 14:05:21.292  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.9402173913043477 Kompressorbezug 0.736
                2026-02-09 14:05:41.515  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.130162703379224 Kompressorbezug 0.799
                2026-02-09 14:05:51.437  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.0221914008321775 Kompressorbezug 0.721
                2026-02-09 14:05:52.507  - info: mqtt.0 (531) Client [frigate] connected with secret 1770642352500_2281
                2026-02-09 14:05:52.519  - info: mqtt.0 (531) Client [frigate] subscribes on "frig1/#" with regex /^frig1\..*/
                2026-02-09 14:05:52.533  - info: mqtt.0 (531) Client [frigate] subscribes on "frig1/#"  with regex /^mqtt\.0\.frig1\..*/
                2026-02-09 14:05:52.745  - info: mqtt.0 (531) Client [frigate] publishOnSubscribe send all known states
                2026-02-09 14:06:01.313  - info: javascript.0 (396) script.js.Energiezaehler.FoxEssBalkon: STATUS: 200
                2026-02-09 14:06:01.360  - info: javascript.0 (396) script.js.Energiezaehler.FoxEssBalkon: { unit: 'kW', name: 'PVPower', variable: 'pvPower', value: 0.325 }
                2026-02-09 14:06:02.467  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 3.800786369593709 Kompressorbezug 0.763
                2026-02-09 14:06:09.374  - info: ems-esp.0 (644) url1:http://192.168.2.151/api/thermostat
                2026-02-09 14:06:11.298  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.046242774566474 Kompressorbezug 0.692
                2026-02-09 14:06:11.798  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: Wert: 4.2 Heizkurvenpunkt - DampedTemp: 4.2 Selflowtemp: 39 File: heizkurvenpunkte_21.txt
                2026-02-09 14:06:21.291  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.040404040404041 Kompressorbezug 0.693
                2026-02-09 14:06:25.385  - info: ems-esp.0 (644) end of initializing EMS-ESP states 
                2026-02-09 14:06:25.395  - info: ems-esp.0 (644) ems  : polling every 60 secs
                2026-02-09 14:07:02.239  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.111405835543767 Kompressorbezug 0.754
                2026-02-09 14:07:21.289  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.138851802403204 Kompressorbezug 0.749
                2026-02-09 14:07:41.289  - info: javascript.0 (396) script.js.Energiezaehler.Waermepumpe: COP 4.123711340206185 Kompressorbezug 0.679
                
                

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

                @MartinP sagte in Phantastische Repositories und wo sie zu finden sind:

                Hier schlägt sich das etwas andere Setup über nodejs-update nieder:

                *** 22.22.0-1nodesource1 1001
                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                100 /var/lib/dpkg/status

                Bei nodesoure sind die da etwas weniger rabiat (oder Bescheidener) und setzen die Prio statt auf 1001 nur auf 600.
                Damit würden aber Downgrades von höheren Versionen als die aktuelle Empfehlung für den ioBroker nicht mehr so einfach über nodejs-update funktionieren.

                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
                • MartinPM Online
                  MartinPM Online
                  MartinP
                  schrieb am zuletzt editiert von
                  #20

                  Soll ich da noch den Issue im JS-Controller aufmachen?

                  Bisher läuft alles solide durch, seit dem Update.
                  Alle selbstgemachten LXC-Container mit Debian als Unterbau und der PVE sind auf Trixie..

                  Problemkind ist ein Turnkey-Linux Fileserver... Die meinen, man solle statt ein Update zu machen einfach einen neuen Container herunterladen..
                  Muss ich mich einlesen, was das Übertragen der Konfiguration angeht.

                  Zwei Contauner mit Ubuntu Unterbau sind auf noble, und das sollte bis auf Weiteres noch aktuell sein...

                  Bei Docker muss ich noch schauen, ob da auch etwas umkonfiguriert werden muss...

                  Intel(R) Celeron(R) CPU N3000 @ 1.04GHz 8G RAM 480G SSD
                  Virtualization : unprivileged lxc container (debian 13) on Proxmox 9.1.5)
                  Linux pve 6.17.9-1-pve
                  6 GByte RAM für den Container
                  Fritzbox 6591 FW 8.20 (Vodafone Leih-Box)
                  Remote-Access über Wireguard der Fritzbox

                  haus-automatisierungH 1 Antwort Letzte Antwort
                  0
                  • MartinPM MartinP

                    Soll ich da noch den Issue im JS-Controller aufmachen?

                    Bisher läuft alles solide durch, seit dem Update.
                    Alle selbstgemachten LXC-Container mit Debian als Unterbau und der PVE sind auf Trixie..

                    Problemkind ist ein Turnkey-Linux Fileserver... Die meinen, man solle statt ein Update zu machen einfach einen neuen Container herunterladen..
                    Muss ich mich einlesen, was das Übertragen der Konfiguration angeht.

                    Zwei Contauner mit Ubuntu Unterbau sind auf noble, und das sollte bis auf Weiteres noch aktuell sein...

                    Bei Docker muss ich noch schauen, ob da auch etwas umkonfiguriert werden muss...

                    haus-automatisierungH Online
                    haus-automatisierungH Online
                    haus-automatisierung
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #21

                    @MartinP sagte in Phantastische Repositories und wo sie zu finden sind:

                    Soll ich da noch den Issue im JS-Controller aufmachen?

                    Wäre ja schon cool, wenn diese Objekte direkt erstellt würden. Anscheinend dauert es ja eine Weile bis diese Prüfung stattfindet.

                    Ist aber eher Kosmetik, weil das diag Script ja einfach nur "zu früh" nach den Infos gefragt hatte.

                    🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                    🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                    📚 Meine inoffizielle ioBroker Dokumentation

                    1 Antwort Letzte Antwort
                    0
                    • K Abwesend
                      K Abwesend
                      Kanumouse
                      schrieb am zuletzt editiert von
                      #22

                      Ich brauche mal eure Hilfe.
                      Wollte gerade unter "Trixie" Grafana installieren, funktioniert leider nicht.
                      Bei "sudo apt-get install -y apt-transport-https software-properties-common wget" bringt er immer "Unable to locate package software-properties-common".
                      Wie löse ich das Problem?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • K Kanumouse

                        Ich brauche mal eure Hilfe.
                        Wollte gerade unter "Trixie" Grafana installieren, funktioniert leider nicht.
                        Bei "sudo apt-get install -y apt-transport-https software-properties-common wget" bringt er immer "Unable to locate package software-properties-common".
                        Wie löse ich das Problem?

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

                        @Kanumouse

                        Lass die Zeile weg. Die Pakete sind ohnehin veraltet. Ich weiß gar nicht, warum die das in ihrer Anleitung noch drin haben.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        K 1 Antwort Letzte Antwort
                        1
                        • Thomas BraunT Thomas Braun

                          @Kanumouse

                          Lass die Zeile weg. Die Pakete sind ohnehin veraltet. Ich weiß gar nicht, warum die das in ihrer Anleitung noch drin haben.

                          K Abwesend
                          K Abwesend
                          Kanumouse
                          schrieb am zuletzt editiert von
                          #24

                          @Thomas-Braun
                          Danke für die schnelle Rückmeldung - Installation hat geklappt.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • K Kanumouse

                            @Thomas-Braun
                            Danke für die schnelle Rückmeldung - Installation hat geklappt.

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

                            @Kanumouse

                            Ich hab gerade noch ein paar Änderungen hinzugefügt. Die grafana-Leutchens scheinen alle Nas' lang da was zu ändern.

                            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
                            1

                            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

                            573

                            Online

                            32.7k

                            Benutzer

                            82.6k

                            Themen

                            1.3m

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

                            • Du hast noch kein Konto? Registrieren

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