Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. VORSICHT Jarvis User - kein nodejs update auf 22.21.0

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    VORSICHT Jarvis User - kein nodejs update auf 22.21.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @MCU last edited by

      @mcu sagte in VORSICHT Jarvis User - kein nodejs update auf 22.21.0:

      einen Weg erklären, wie man von nodejs 22.21.0 wieder auf nodejs 22.20.0 kommt

      sudo apt-get install -y nodejs=22.20.0
      

      sollte in dem Fall reichen

      1 Reply Last reply Reply Quote 0
      • M
        MCU last edited by

        @crunchip Danke.
        Muss danach ein rebuild machen?

        iobroker rebuild --install
        
        crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @MCU last edited by

          @mcu ja, wäre zu empfehlen

          1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @MCU last edited by Thomas Braun

            @mcu sagte in VORSICHT Jarvis User - kein nodejs update auf 22.21.0:

            Muss danach ein rebuild machen?

            Nein, sollte nicht erforderlich sein, denn die N-API von nodejs hat sich nicht geändert. Schaden kann es aber auch nicht.

            d5ad6a23-9149-4099-8401-29e252125a81-grafik.png

            M crunchip 2 Replies Last reply Reply Quote 1
            • M
              MCU @Thomas Braun last edited by

              @thomas-braun

              sudo apt-get install -y nodejs=22.20.0
              [sudo] password for prox: 
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              Package nodejs is a virtual package provided by:
                nsolid 22.18.0-ns6.0.1
              You should explicitly select one to install.
              
              E: Version '22.20.0' for 'nodejs' was not found
              prox@iobrokerProd:~$ node -v
              v22.21.0
              prox@iobrokerProd:~$ nodejs -v
              v22.21.0
              prox@iobrokerProd:~$ 
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @MCU last edited by

                @mcu

                sudo apt update
                apt policy nodejs
                

                sagt?

                M 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @Thomas Braun last edited by

                  @thomas-braun kann das nicht zu Problemen mit nativen Modulen z. B. Zigbee führen?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • M
                    MCU @Thomas Braun last edited by

                    @thomas-braun sagte in VORSICHT Jarvis User - kein nodejs update auf 22.21.0:

                    apt policy nodejs

                    prox@iobrokerProd:~$ sudo apt update
                    Hit:1 http://deb.debian.org/debian trixie InRelease
                    Get:2 http://security.debian.org trixie-security InRelease [43.4 kB]                                      
                    Get:3 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]                                               
                    Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease                          
                    Fetched 90.7 kB in 0s (454 kB/s)
                    All packages are up to date.    
                    Warning: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                    prox@iobrokerProd:~$ apt policy nodejs
                    nodejs:
                      Installed: 22.21.0-1nodesource1
                      Candidate: 22.21.0-1nodesource1
                      Version table:
                     *** 22.21.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                            100 /var/lib/dpkg/status
                         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
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @crunchip last edited by

                      @crunchip

                      Binär gebaut wird immer gegen die N-API. Da die sich aber innerhalb eines Major-Releases nicht ändert muss das eigentlich nicht gemacht werden.

                      crunchip 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @MCU last edited by

                        @mcu sagte in VORSICHT Jarvis User - kein nodejs update auf 22.21.0:

                        sudo apt install nodejs=22.20.0-1nodesource1
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          MCU @Thomas Braun last edited by

                          @thomas-braun sagte in VORSICHT Jarvis User - kein nodejs update auf 22.21.0:

                          sudo apt install nodejs=22.20.0-1nodesource1

                          sudo apt install nodejs=22.20.0-1nodesource1
                          DOWNGRADING:                    
                            nodejs
                          
                          Summary:
                            Upgrading: 0, Installing: 0, Downgrading: 1, Removing: 0, Not Upgrading: 0
                            Download size: 37.5 MB
                            Freed space: 251 kB
                          
                          Continue? [Y/n] y
                          Get:1 https://deb.nodesource.com/node_22.x nodistro/main amd64 nodejs amd64 22.20.0-1nodesource1 [37.5 MB]
                          Fetched 37.5 MB in 1s (38.9 MB/s) 
                          dpkg: warning: downgrading nodejs (22.21.0-1nodesource1) to (22.20.0-1nodesource1)
                          (Reading database ... 45417 files and directories currently installed.)
                          Preparing to unpack .../nodejs_22.20.0-1nodesource1_amd64.deb ...
                          Detected old npm client, removing...
                          Unpacking nodejs (22.20.0-1nodesource1) over (22.21.0-1nodesource1) ...
                          Setting up nodejs (22.20.0-1nodesource1) ...
                          Processing triggers for man-db (2.13.1-1) ...
                          
                          M Thomas Braun 2 Replies Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Thomas Braun last edited by

                            @thomas-braun OK, dachte lieber auf Nummer sicher gehen, schadet ja nicht.

                            1 Reply Last reply Reply Quote 0
                            • M
                              MCU @MCU last edited by MCU

                              @mcu Starte jetzt neu, mal schauen. Danke.

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @MCU last edited by

                                @mcu

                                Passt. Zuvor ein

                                iob stop
                                

                                würde ich empfehlen.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  MCU @Thomas Braun last edited by

                                  @thomas-braun Hatte ich gemacht

                                  teletapi 1 Reply Last reply Reply Quote 0
                                  • teletapi
                                    teletapi @MCU last edited by

                                    @mcu also mein jarvis 3.20 rc17 geht trotz nodejs 22.21.0

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      MCU last edited by MCU

                                      @teletapi Server neu gestartet? Host v7.0.7? Admin 7.7.3 ?

                                      teletapi 1 Reply Last reply Reply Quote 0
                                      • teletapi
                                        teletapi @MCU last edited by teletapi

                                        @mcu

                                        Ich mache gerade noch ein sudo reboot um den (Raspi 5)server neu zu starten. Melde mich nach Reboot wieder in diesem Post

                                        Ja geht auch nach Reboot

                                        Hier ein aktuelles IOB Diag: Dazu habe ich gerade noch ein IOB upload all und IOB fix gemacht und noch ein Sudo reboot

                                        ========== Start marking the full check here ===========
                                        
                                        ```bash
                                        Script v.2025-08-09
                                        
                                        *** BASE SYSTEM ***
                                        Operating System: Debian GNU/Linux 13 (trixie)
                                         Static hostname: Raspberrypi5
                                               Icon name: computer
                                                  Kernel: Linux 6.12.47+rpt-rpi-2712
                                            Architecture: arm64
                                        OS is similar to:
                                        
                                        Model           : Raspberry Pi 5 Model B Rev 1.1
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : aarch64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         00:43:57 up 6 min,  1 user,  load average: 0.61, 1.14, 0.67
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'trixie'!
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        No throttling issues detected.
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Thu 2025-10-23 00:43:57 CEST
                                                   Universal time: Wed 2025-10-22 22:43:57 UTC
                                                         RTC time: Wed 2025-10-22 22:43:57
                                                        Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        pi
                                        HOME=/home/pi
                                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                        
                                        User that is running 'js-controller':
                                        iobroker
                                        HOME=/home/iobroker
                                        SUDO_HOME=/home/pi
                                        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                        
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server:         false
                                        Unit display-manager.service could not be found.
                                        Display-Manager:
                                        Desktop:
                                        Session:                tty
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:             17G        3.7G         11G         27M        1.6G         13G
                                        Swap:           209M          0B        209M
                                        Total:           17G        3.7G         12G
                                        
                                        Active iob-Instances:   34
                                        
                                                16218 M total memory
                                                 3488 M used memory
                                                 3483 M active memory
                                                  858 M inactive memory
                                                11361 M free memory
                                                  150 M buffer memory
                                                 1364 M swap cache
                                                  199 M total swap
                                                    0 M used swap
                                                  199 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 00:43:57 up 6 min,  1 user,  load average: 0.61, 1.14, 0.67
                                        Tasks: 237 total,   1 running, 236 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us,  2.4 sy,  0.0 ni, 97.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :  16219.0 total,  11359.8 free,   3490.0 used,   1514.9 buff/cache
                                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.  12729.0 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        
                                        0 loaded units listed.
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  7.9G     0  7.9G   0% /dev
                                        tmpfs          tmpfs     3.2G   17M  3.2G   1% /run
                                        /dev/nvme0n1p2 ext4       59G   26G   30G  48% /
                                        tmpfs          tmpfs     8.0G     0  8.0G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                        tmpfs          tmpfs     8.0G   10M  8.0G   1% /tmp
                                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                                        /dev/nvme0n1p1 vfat      510M   74M  437M  15% /boot/firmware
                                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyAMA10.service
                                        tmpfs          tmpfs     1.6G   32K  1.6G   1% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Thu Oct 23 00:37:01 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=88:A2:9E:23:83:E4 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=beeda195-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                                        [Thu Oct 23 00:37:05 2025] EXT4-fs (nvme0n1p2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
                                        [Thu Oct 23 00:37:06 2025] EXT4-fs (nvme0n1p2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w.
                                        
                                        Show mounted filesystems:
                                        TARGET           SOURCE         FSTYPE OPTIONS
                                        /                /dev/nvme0n1p2 ext4   rw,noatime
                                        `-/boot/firmware /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        3.2G    /var/
                                        1.5G    /var/lib
                                        1.3G    /var/log/journal/02a43974e4004c17afbe02a71ed8236e
                                        1.3G    /var/log/journal
                                        1.3G    /var/log
                                        
                                        Archived and active journals take up 1.2G in the file system.
                                        
                                        /opt/iobroker/backups:
                                        3.6G    /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        532M    /opt/iobroker/iobroker-data/
                                        190M    /opt/iobroker/iobroker-data/files
                                        120M    /opt/iobroker/iobroker-data/backup-objects
                                        72M     /opt/iobroker/iobroker-data/node-red
                                        71M     /opt/iobroker/iobroker-data/node-red/node_modules
                                        
                                        The five largest files in iobroker-data are:
                                        31M     /opt/iobroker/iobroker-data/objects.jsonl
                                        18M     /opt/iobroker/iobroker-data/files/matter.admin/assets/index-Rz8ETF2t.js
                                        8.1M    /opt/iobroker/iobroker-data/files/modbus.admin/assets/index-D_EhVfE-.js
                                        8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-C_W7K-9p.js
                                        7.7M    /opt/iobroker/iobroker-data/states.jsonl
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        
                                        *** ZigBee Settings ***
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v22.21.0
                                        /usr/bin/node           v22.21.0
                                        /usr/bin/npm            10.9.4
                                        /usr/bin/npx            10.9.4
                                        /usr/bin/corepack       0.34.0
                                        
                                        nodejs:
                                          Installed: 22.21.0-1nodesource1
                                          Candidate: 22.21.0-1nodesource1
                                          Version table:
                                         *** 22.21.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             22.20.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.17.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.4.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             20.19.2+dfsg-1 500
                                                500 http://deb.debian.org/debian trixie/main arm64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        Checking for nodejs vulnerability:
                                        
                                        
                                         █████  ██      ██           ██████   ██████   ██████  ██████         ██
                                        ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                                        ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                                        ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                                        ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                                        
                                        
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        Raspberrypi5        Raspberrypi5 (version: 7.0.7, hostname: Raspberrypi5  , alive, uptime: 347)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.7
                                        admin:          7.7.3
                                        javascript:     9.0.11
                                        
                                        nodejs modules from github:     3
                                        +-- iobroker.influxdb@4.0.3 (git+ssh://git@github.com/ioBroker/ioBroker.influxdb.git#ae7b21709836538e11e7059472f4d72ce49b223e)
                                        +-- iobroker.jarvis@3.2.0-rc.17 (git+ssh://git@github.com/Zefau/ioBroker.jarvis.git#65370bd2ad4617722447bcff04ba4dc6429bed9b)
                                        +-- iobroker.rpi2@2.4.0 (git+ssh://git@github.com/Grothesk242/ioBroker.rpi2.git#c87e9539d89bac8f4d19b266679bcb78ed554f1d)
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : Raspberrypi5                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : Raspberrypi5                             -  enabled
                                          system.adapter.alias-manager.0          : alias-manager         : Raspberrypi5                             -  enabled
                                        + system.adapter.alpha-ess.0              : alpha-ess             : Raspberrypi5                             -  enabled
                                        + system.adapter.backitup.0               : backitup              : Raspberrypi5                             -  enabled
                                        + system.adapter.cloud.0                  : cloud                 : Raspberrypi5                             -  enabled
                                        + system.adapter.cloudless-homeconnect.0  : cloudless-homeconnect : Raspberrypi5                             -  enabled
                                          system.adapter.devices.0                : devices               : Raspberrypi5                             -  enabled
                                        + system.adapter.discovery.0              : discovery             : Raspberrypi5                             -  enabled
                                        + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: Raspberrypi5                             -  enabled
                                          system.adapter.energiefluss-erweitert.1 : energiefluss-erweitert: Raspberrypi5                             - disabled
                                        + system.adapter.energiefluss-erweitert.2 : energiefluss-erweitert: Raspberrypi5                             -  enabled
                                          system.adapter.energiefluss-erweitert.3 : energiefluss-erweitert: Raspberrypi5                             - disabled
                                        + system.adapter.fritzdect.0              : fritzdect             : Raspberrypi5                             -  enabled
                                        + system.adapter.hm-rega.0                : hm-rega               : Raspberrypi5                             -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
                                        + system.adapter.homeconnect.0            : homeconnect           : Raspberrypi5                             -  enabled
                                        + system.adapter.hue.0                    : hue                   : Raspberrypi5                             -  enabled, port: 80
                                          system.adapter.ical.0                   : ical                  : Raspberrypi5                             -  enabled
                                          system.adapter.ical.1                   : ical                  : Raspberrypi5                             -  enabled
                                        + system.adapter.influxdb.0               : influxdb              : Raspberrypi5                             -  enabled, port: 8086
                                          system.adapter.iot.0                    : iot                   : Raspberrypi5                             - disabled
                                        + system.adapter.jarvis.0                 : jarvis                : Raspberrypi5                             -  enabled
                                        + system.adapter.javascript.0             : javascript            : Raspberrypi5                             -  enabled
                                        + system.adapter.matter.0                 : matter                : Raspberrypi5                             -  enabled
                                        + system.adapter.modbus.0                 : modbus                : Raspberrypi5                             -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : Raspberrypi5                             -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.net-tools.0              : net-tools             : Raspberrypi5                             -  enabled
                                        + system.adapter.nspanel-lovelace-ui.0    : nspanel-lovelace-ui   : Raspberrypi5                             -  enabled
                                        + system.adapter.nuki.0                   : nuki                  : Raspberrypi5                             -  enabled
                                          system.adapter.openweathermap.0         : openweathermap        : Raspberrypi5                             -  enabled
                                        + system.adapter.ping.0                   : ping                  : Raspberrypi5                             -  enabled
                                        + system.adapter.pirate-weather.0         : pirate-weather        : Raspberrypi5                             -  enabled
                                        + system.adapter.rpi2.0                   : rpi2                  : Raspberrypi5                             -  enabled
                                        + system.adapter.simple-api.0             : simple-api            : Raspberrypi5                             -  enabled, port: 8087, bind: 192.168.178.82, run as: admin
                                        + system.adapter.socketio.0               : socketio              : Raspberrypi5                             -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sonoff.0                 : sonoff                : Raspberrypi5                             -  enabled, port: 1886, bind: 0.0.0.0
                                        + system.adapter.telegram.0               : telegram              : Raspberrypi5                             -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.tr-064.0                 : tr-064                : Raspberrypi5                             -  enabled
                                        + system.adapter.web.0                    : web                   : Raspberrypi5                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : Raspberrypi5                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
                                        + system.adapter.hue.0                    : hue                   : Raspberrypi5                             -  enabled, port: 80
                                        + system.adapter.influxdb.0               : influxdb              : Raspberrypi5                             -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : Raspberrypi5                             -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : Raspberrypi5                             -  enabled, port: 8087, bind: 192.168.178.82, run as: admin
                                        + system.adapter.socketio.0               : socketio              : Raspberrypi5                             -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sonoff.0                 : sonoff                : Raspberrypi5                             -  enabled, port: 1886, bind: 0.0.0.0
                                        + system.adapter.telegram.0               : telegram              : Raspberrypi5                             -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.web.0                    : web                   : Raspberrypi5                             -  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): beta
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Adapters
                                        Used repository: beta
                                        Adapter    "admin"        : 7.7.3    , installed 7.7.3
                                        Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                                        Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                                        Adapter    "alpha-ess"    : 3.0.1    , installed 3.0.1
                                        Adapter    "backitup"     : 3.3.10   , installed 3.3.10
                                        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                        Adapter    "cloudless-homeconnect": 1.6.3, installed 1.6.3
                                        Adapter    "devices"      : 1.2.9    , installed 1.2.9
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "energiefluss-erweitert": 0.8.0, installed 0.8.0
                                        Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
                                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                        Adapter    "hm-rpc"       : 3.0.0    , installed 3.0.0
                                        Adapter    "homeconnect"  : 1.5.1    , installed 1.5.1
                                        Adapter    "hue"          : 3.16.2   , installed 3.16.2
                                        Adapter    "ical"         : 1.18.0   , installed 1.18.0
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.3
                                        Adapter    "iot"          : 4.2.1    , installed 4.2.1
                                        Adapter    "jarvis"       : 3.2.0-rc.5, installed 3.2.0-rc.17
                                        Adapter    "javascript"   : 9.0.11   , installed 9.0.11
                                        Controller "js-controller": 7.0.7    , installed 7.0.7
                                        Adapter    "matter"       : 0.5.6    , installed 0.5.6
                                        Adapter    "modbus"       : 7.0.5    , installed 7.0.5
                                        Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                        Adapter    "net-tools"    : 1.2.0    , installed 1.2.0
                                        Adapter    "nuki"         : 2.0.0    , installed 2.0.0
                                        Adapter    "openweathermap": 1.4.0   , installed 1.4.0
                                        Adapter    "ping"         : 1.7.9    , installed 1.7.9
                                        Adapter    "pirate-weather": 0.7.1   , installed 0.7.1
                                        Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                        Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
                                        Adapter    "socketio"     : 7.0.8    , installed 7.0.8
                                        Adapter    "sonoff"       : 3.3.0    , installed 3.3.0
                                        Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                        Adapter    "web"          : 7.0.9    , installed 7.0.9
                                        Adapter    "ws"           : 3.0.19   , installed 3.0.19
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        16253
                                        States:         15538
                                        
                                        *** OS-Repositories and Updates ***
                                        W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                                        Hit:1 http://deb.debian.org/debian trixie InRelease
                                        Hit:2 http://deb.debian.org/debian-security trixie-security InRelease
                                        Hit:3 http://deb.debian.org/debian trixie-updates InRelease
                                        Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                        Hit:5 https://repos.influxdata.com/debian stable InRelease
                                        Hit:6 https://apt.grafana.com stable InRelease
                                        Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
                                        Reading package lists...
                                        W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       7929       1219/iobroker.js-co
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       7934       1219/iobroker.js-co
                                        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          9539       1162/exim4
                                        tcp        0      0 192.168.178.82:18701    0.0.0.0:*               LISTEN      1001       10381      1500/io.hm-rpc.0
                                        tcp        0      0 192.168.178.82:18702    0.0.0.0:*               LISTEN      1001       11369      1515/io.hm-rpc.1
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7384       871/sshd: /usr/sbin
                                        tcp        0      0 192.168.178.82:8087     0.0.0.0:*               LISTEN      1001       12097      2025/io.simple-api.
                                        tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       11609      1756/io.sonoff.0
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        9442       904/mosquitto
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        9605       892/influxd
                                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       13206      2042/io.socketio.0
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       11130      2076/io.web.0
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       9688       1258/io.admin.0
                                        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          9540       1162/exim4
                                        tcp6       0      0 :::3000                 :::*                    LISTEN      107        8935       1218/grafana
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          7394       871/sshd: /usr/sbin
                                        tcp6       0      0 :::8400                 :::*                    LISTEN      1001       10970      1958/io.jarvis.0
                                        tcp6       0      0 :::1883                 :::*                    LISTEN      106        9443       904/mosquitto
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15673      1981/io.matter.0
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       12103      1981/io.matter.0
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13099      1981/io.matter.0
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13091      1981/io.matter.0
                                        udp        0  18240 0.0.0.0:5353            0.0.0.0:*                           104        5019       664/avahi-daemon: r
                                        udp        0      0 0.0.0.0:5541            0.0.0.0:*                           1001       13108      1981/io.matter.0
                                        udp        0      0 0.0.0.0:55127           0.0.0.0:*                           1001       11054      1981/io.matter.0
                                        udp        0      0 0.0.0.0:41118           0.0.0.0:*                           104        5021       664/avahi-daemon: r
                                        udp6       0      0 :::36552                :::*                                104        5022       664/avahi-daemon: r
                                        udp6       0      0 :::5353                 :::*                                1001       15674      1981/io.matter.0
                                        udp6       0      0 :::5353                 :::*                                1001       12104      1981/io.matter.0
                                        udp6       0      0 :::5353                 :::*                                1001       13102      1981/io.matter.0
                                        udp6       0      0 :::5353                 :::*                                1001       13094      1981/io.matter.0
                                        udp6       0  17280 :::5353                 :::*                                104        5020       664/avahi-daemon: r
                                        udp6       0      0 :::5541                 :::*                                1001       13107      1981/io.matter.0
                                        udp6       0      0 :::55127                :::*                                1001       11053      1981/io.matter.0
                                        udp6       0   8640 fe80::f05b:9255:16f:546 :::*                                0          10383      725/NetworkManager
                                        udp6       0      0 fe80::b78f:a4e0:488:546 :::*                                0          8388       725/NetworkManager
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2025-10-23 00:40:47.043  - info: host.Raspberrypi5 iobroker upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/_commonjsHelpers-Cpj98o6Y.js rules/assets/_commonjsHelpers-Cpj98o6Y.js application/javascript
                                        2025-10-23 00:40:47.055  - info: host.Raspberrypi5 iobroker upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/bootstrap-Ba57tu25.js rules/assets/bootstrap-Ba57tu25.js application/javascript
                                        2025-10-23 00:40:47.059  - info: host.Raspberrypi5 iobroker upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/hostInit-Dxp6BaAc.js rules/assets/hostInit-Dxp6BaAc.js application/javascript
                                        2025-10-23 00:40:47.063  - info: host.Raspberrypi5 iobroker upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/index-Bvn52imU.js rules/assets/index-Bvn52imU.js application/javascript
                                        2025-10-23 00:40:47.067  - info: host.Raspberrypi5 iobroker upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/index-DjPMvPni.js rules/assets/index-DjPMvPni.js application/javascript
                                        2025-10-23 00:40:47.072  - info: host.Raspberrypi5 iobroker upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/index-Do-nCdWy.js rules/assets/index-Do-nCdWy.js application/javascript
                                        2025-10-23 00:40:47.078  - info: host.Raspberrypi5 iobroker upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/index-QzfpqQ-y.js rules/assets/index-QzfpqQ-y.js application/javascript
                                        2025-10-23 00:40:47.104  - info: host.Raspberrypi5 iobroker upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/preload-helper-BDBacUwf.js rules/assets/preload-helper-BDBacUwf.js application/javascript
                                        2025-10-23 00:40:47.114  - info: host.Raspberrypi5 iobroker upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/assets/virtualExposes-O8-92o9I.js rules/assets/virtualExposes-O8-92o9I.js application/javascript
                                        2025-10-23 00:40:47.122  - info: host.Raspberrypi5 iobroker upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/customRuleBlocks.js rules/customRuleBlocks.js application/javascript
                                        2025-10-23 00:40:47.132  - info: host.Raspberrypi5 iobroker upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/de.json rules/i18n/de.json application/json
                                        2025-10-23 00:40:47.152  - info: host.Raspberrypi5 iobroker upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/en.json rules/i18n/en.json application/json
                                        2025-10-23 00:40:47.163  - info: host.Raspberrypi5 iobroker upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/es.json rules/i18n/es.json application/json
                                        2025-10-23 00:40:47.170  - info: host.Raspberrypi5 iobroker upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/fr.json rules/i18n/fr.json application/json
                                        2025-10-23 00:40:47.175  - info: host.Raspberrypi5 iobroker upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/it.json rules/i18n/it.json application/json
                                        2025-10-23 00:40:47.178  - info: host.Raspberrypi5 iobroker upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/nl.json rules/i18n/nl.json application/json
                                        2025-10-23 00:40:47.181  - info: host.Raspberrypi5 iobroker upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/pl.json rules/i18n/pl.json application/json
                                        2025-10-23 00:40:47.184  - info: host.Raspberrypi5 iobroker upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/pt.json rules/i18n/pt.json application/json
                                        2025-10-23 00:40:47.186  - info: host.Raspberrypi5 iobroker upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/ru.json rules/i18n/ru.json application/json
                                        2025-10-23 00:40:47.188  - info: host.Raspberrypi5 iobroker upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/uk.json rules/i18n/uk.json application/json
                                        2025-10-23 00:40:47.191  - info: host.Raspberrypi5 iobroker upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/rules/i18n/zh-cn.json rules/i18n/zh-cn.json application/json
                                        2025-10-23 00:40:48.203  - info: host.Raspberrypi5 iobroker exit 0
                                        2025-10-23 00:40:54.685  - info: nspanel-lovelace-ui.0 (1997) [system-notifications] Changes to the notifications on "Raspberrypi5" detected.
                                        2025-10-23 00:40:54.689  - info: nspanel-lovelace-ui.0 (1997) [system-notifications] Changes to the notifications on "Raspberrypi5" detected.
                                        2025-10-23 00:41:57.486  - info: matter.0 (1981) Node "2032433546774921331" offline, waiting for device discovery
                                        
                                        

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

                                        
                                            Plattform: linux
                                            Betriebssystem: linux
                                            Architektur: arm64
                                            CPUs: 4
                                            Geschwindigkeit: 2400 MHz
                                            Modell: Cortex-A76
                                            RAM: 15.8 GB
                                            System-Betriebszeit: 1 T. 04:35:57
                                            Node.js: v22.21.0
                                            Zeit: 1761170408074
                                            Zeitversatz: -120
                                            NPM: 10.9.4
                                            Adapter-Anzahl: 677
                                            Datenträgergröße: 58.0 GB
                                            Freier Festplattenspeicher: 32.1 GB
                                            Aktive Instanzen: 34
                                            Pfad: /opt/iobroker/
                                            Betriebszeit: 1 T. 04:35:59
                                            aktiv: true
                                        
                                        ![Screenshot_1.jpg](/assets/uploads/files/1761172023775-screenshot_1.jpg)
                                        
                                        ![Screenshot_2.jpg](/assets/uploads/files/1761172177560-screenshot_2.jpg)
                                        
                                        ![Screenshot_3.jpg](/assets/uploads/files/1761172294713-screenshot_3.jpg)
                                        1 Reply Last reply Reply Quote 0
                                        • sigi234
                                          sigi234 Forum Testing Most Active @MCU last edited by sigi234

                                          @mcu

                                          Läuft bei mir einwandfrei.

                                          Jarvis:  v3.2.0-rc.5
                                          Admin: 7.7.3
                                          Plattform: Windows
                                          Node.js: v22.21.0
                                          NPM: 10.9.4
                                          Host: 7.0.7
                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          Support us

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

                                          485
                                          Online

                                          32.3k
                                          Users

                                          81.0k
                                          Topics

                                          1.3m
                                          Posts

                                          5
                                          20
                                          165
                                          Loading More Posts
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          The ioBroker Community 2014-2023
                                          logo