Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Update Node.js ioBroker läuft nicht

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Update Node.js ioBroker läuft nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Nagamichisan last edited by

      Hi, ich bin derzeit nur selten online, daher sorry, für die späte Antwort. Ich halte den PI4 bzw. ioBroker eigentlich immer recht aktuell.
      Aber vielleicht habe ich auch irgendwann mal was verpasst, da ich nur reagiere, wenn was nicht stimmt.

      Bei der Ausführung von iob diag kam eine Meldung, dass ich erst iobroker fix machen soll, aber davor bestimmte Prozesse stoppen soll.
      Aber keine Ahnung wie. Freu mich auf eure Hilfe, auch wenn es wahrscheinlich Grundwissen sein sollte.

      *** iob diag is starting up, please wait ***
      iob diag needs to be updated. Please execute 'iobroker fix' first.
      pi@raspberrypi4-iob:~ $ iobroker fix
      
      Your system is booting into 'graphical.target', which means that a user interface or desktop is available. Usually a server is running without a desktop to have more RAM available. Do you want to switch to 'multi-user.target'? (y/N)
      library: loaded
      Library version=2024-10-22
      ioBroker or some processes are still running:
      29371 iobroker.js-con
      29497 io.admin.0
      29532 io.javascript.0
      29574 io.telegram.0
      29624 io.backitup.0
      29815 io.hm-rega.0
      29832 io.hm-rpc.0
      29845 io.hm-rpc.1
      29858 io.hm-rpc.2
      29875 io.sonoff.0
      29882 io.deconz.0
      29895 io.discovery.0
      29952 io.simple-api.0
      29979 io.text2command
      30018 io.web.0
      30096 io.fritzdect.0
      Please stop them first and try again!
      pi@raspberrypi4-iob:~ $
      
      Codierknecht 1 Reply Last reply Reply Quote 0
      • Codierknecht
        Codierknecht Developer Most Active @Nagamichisan last edited by

        @nagamichisan
        Zuerst

        iob stop
        

        Dann schauen, ob tatsächlich gestoppt

        iob status
        

        Und erst danach

        iob fix
        

        Und wenn Du kein GUI benötigst, wie empfohlen abschalten.

        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Codierknecht last edited by

          @codierknecht sagte in Update Node.js ioBroker läuft nicht:

          Und erst danach

          weil es ein

          @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

          PI4

          ist, im Moment die folgenden 3 Befehle

          curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
          chmod 744 iob_diag.sh
          ./iob_diag.sh
          
          1 Reply Last reply Reply Quote 0
          • N
            Nagamichisan last edited by

            Danke @Homoran - dann ging es:

            ```bash
            ======================= SUMMARY =======================
                                    v.2024-12-09 Raspbian+zigbee diag+masking
            
            
               Static hostname: raspberrypi4-iob
                     Icon name: computer
              Operating System: Raspbian GNU/Linux 10 (buster)
                        Kernel: Linux 5.10.103-v7l+
                  Architecture: arm
            
            Installation:           native
            Kernel:                 armv7l
            Userland:               32 bit
            Timezone:               Europe/Berlin (CET, +0100)
            User-ID:                1000
            Display-Server:         false
            Boot Target:            graphical.target
            
            Pending OS-Updates:     0
            Error: unknown repository is active - "stable1". Known: 33, default, stable
            Error: unknown repository is active - "stable2". Known: 33, default, stable
            Pending iob updates:    2
            
            Nodejs-Installation:
            /usr/bin/nodejs         v18.20.6
            /usr/bin/node           v18.20.6
            /usr/bin/npm            10.8.2
            /usr/bin/npx            10.8.2
            /usr/bin/corepack       0.29.4
            
            Recommended versions are nodejs 20.18.2 and npm 10.8.2
            nodeJS installation is correct
            
            MEMORY:
                          total        used        free      shared  buff/cache   available
            Mem:           3.8G        874M        1.6G        8.0M        1.4G        2.8G
            Swap:           99M          0B         99M
            Total:         3.9G        874M        1.7G
            
            Active iob-Instances:   16
            Upgrade policy: none
            
            ioBroker Core:          js-controller           7.0.6
                                    admin                   7.4.10
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : raspberrypi4-iob                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : raspberrypi4-iob                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                4068
            States:                 3704
            
            Size of iob-Database:
            
            23M     /opt/iobroker/iobroker-data/objects.jsonl
            6.2M    /opt/iobroker/iobroker-data/objects.json.migrated
            6.2M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
            1.1M    /opt/iobroker/iobroker-data/states.jsonl
            940K    /opt/iobroker/iobroker-data/states.json.migrated
            940K    /opt/iobroker/iobroker-data/states.json.bak.migrated
            0       /opt/iobroker/iobroker-data/states.json.broken
            
            
            Debian Release codenamed 'buster' reached its END OF LIFE and needs to be updated to the latest stable release 'bookworm' NOW!
            
            =================== END OF SUMMARY ====================
            
            
            Codierknecht 1 Reply Last reply Reply Quote 0
            • Codierknecht
              Codierknecht Developer Most Active @Nagamichisan last edited by

              @nagamichisan

              Ich halte den PI4 bzw. ioBroker eigentlich immer recht aktuell.

              Das passt aber damit so gar nicht zusammen:

               Operating System: Raspbian GNU/Linux 10 (buster)
              

              Du reitest da ein totes Pferd.
              Buster ist schon lange abgekündigt. Selbst der Nachfolger "Bullseye" hat bereits EOL erreicht.
              c9075233-3ac5-43c5-b518-09c2d12fc449-image.png
              Da hilft nur: Neu installieren!
              https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

              1 Reply Last reply Reply Quote 1
              • N
                Nagamichisan last edited by

                uff... ich habe doch iob, nodes, adapter usw. immer auf dem laufenden gehalten!
                Was habe ich da übersehen? Bzw. wie hätte ich das sehen/merken/mitbekommen können?

                Neuinstallation bedeuted dann auch alles neu einrichten, inkl. aller Adapter?

                Codierknecht 1 Reply Last reply Reply Quote 0
                • Codierknecht
                  Codierknecht Developer Most Active @Nagamichisan last edited by

                  @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                  Was habe ich da übersehen?

                  Das Betriebssystem.

                  Neuinstallation bedeuted dann auch alles neu einrichten, inkl. aller Adapter?

                  Du hast doch hoffentlich ein aktuelles Backup?
                  Platt machen, neu installieren, Backup rein ... fertig.
                  Kannst ja auch 'auf 'ne neue SD-Karte (bzw. SSD) installieren und die alte zur Sicherheit aufbewahren.

                  1 Reply Last reply Reply Quote 0
                  • N
                    Nagamichisan last edited by Nagamichisan

                    ok, das Betriebssystem - ich habe alle 2-3 Monate folgende Befehle durchgeführt und dachte, das reicht zusätzlich füs OS:

                    sudo apt update
                    sudo apt full-upgrade
                    sudo reboot
                    

                    Was fehlt mir denn da noch für die Zukunft?

                    Ich habe den Adapter "backitup" und erstelle damit mein Backup, aber ist das dann nicht ein full-backup (inkl. OS)?
                    Oder tatsächlich nur das was angehackt ist (wobei mir da dann z.B. andere Adapter wie Sonoff fehlen würden):
                    c4bdb92a-4e6c-418b-ac9d-e13cc13d2c29-grafik.png

                    Thomas Braun Homoran R Codierknecht mcm1957 5 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Nagamichisan last edited by Thomas Braun

                      @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                      Was fehlt mir denn da noch für die Zukunft?

                      Debian ist kein Rolling release sondern alle zwei Jahre kommt eine neue Version heraus und auf die musst du innerhalb eines Jahres dann aktiv wechseln.
                      Das ist mal mit mehr oder weniger Aufwand verbunden, in deinem Fall bleibt dir sinnvoll nur die komplette Neuinstallation.

                      Edit: Übrigens ist dieses Jahr wieder ein 'Release Year' und im Sommer wird Debian 13 'Trixie' erwartet. Das aktuelle Debian 12 'Bookworm' wird dann im Sommer 2026 abgekündigt und erhält keinen aktiven Support mehr.

                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Nagamichisan last edited by

                        @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                        Was fehlt mir denn da noch für die Zukunft?

                        die Befehle gelten nur für die jeweilige Major Version.
                        ein Upgrade auf die nächsthöhere (Debian 10 -> 11 -> 12) muss manuell oder durch Neuinstallation erfolgen.

                        beim Raspberry musst Bookworm unbedingt neu installiert werden, da es massiv umstrukturiert wurde.

                        @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                        aber ist das dann nicht ein full-backup (inkl. OS)?

                        Natürlich nicht,
                        du willst ja nicht den alten Schmonz wiederhaben

                        1 Reply Last reply Reply Quote 0
                        • R
                          Ralf 2 @Nagamichisan last edited by

                          @nagamichisan
                          In deinen BackItUp Einstellungen hast du keinen Datensammler ausgewählt, loggst du keine Werte mit? Ich würde in der mittleren Zeile wenigstens einen Haken erwarten.
                          Auch Javscript ist nicht angehakt, hast du keine eigenen Scripte in deinem System?

                          Codierknecht Homoran 2 Replies Last reply Reply Quote 0
                          • Codierknecht
                            Codierknecht Developer Most Active @Nagamichisan last edited by

                            @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                            Ich habe den Adapter "backitup" und erstelle damit mein Backup, aber ist das dann nicht ein full-backup (inkl. OS)?
                            Oder tatsächlich nur das was angehackt ist (wobei mir da dann z.B. andere Adapter wie Sonoff fehlen würden):

                            Solange auf der Kiste nicht noch parallel Influx, MariaDB, Grafana oder sonstiges läuft, reicht das völlig aus.

                            Nach der Neuinstallation ist der ioBroker erstmal fast "leer".
                            Du musst aber keine zusätzlichen Adapter installieren. Das wird beim Wiederherstellen aus dem Backup automatisch erledigt. Dauert nur 'ne Weile. In der Regel sollte das aber in 30-60 Minuten erledigt sein. Kommt auf den Umfang an.

                            1 Reply Last reply Reply Quote 0
                            • Codierknecht
                              Codierknecht Developer Most Active @Ralf 2 last edited by Codierknecht

                              @ralf-2 sagte in Update Node.js ioBroker läuft nicht:

                              In deinen BackItUp Einstellungen hast du keinen Datensammler ausgewählt, loggst du keine Werte mit? Ich würde in der mittleren Zeile wenigstens einen Haken erwarten.
                              Auch Javscript ist nicht angehakt, hast du keine eigenen Scripte in deinem System?

                              @Nagamichisan
                              Übersehen - das ist natürlich auch wichtig!
                              Also nochmal nachschärfen und ein aktuelles Backup ziehen.

                              Edit
                              So ein Backup nützt herzlich wenig, wenn man den Restore-Prozess nicht auch mal überprüft hat.

                              1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @Ralf 2 last edited by

                                @ralf-2 sagte in Update Node.js ioBroker läuft nicht:

                                Auch Javscript ist nicht angehakt, hast du keine eigenen Scripte in deinem System?

                                die Skripte sind im ioBroker Backup enthalten.
                                den Haken vei javascript brauchst du nur, wenn du zusätzlich Skripte alleine wiederherstellen willst, ohne ein komplettes Restore zu fahren

                                1 Reply Last reply Reply Quote 2
                                • mcm1957
                                  mcm1957 @Nagamichisan last edited by mcm1957

                                  @nagamichisan said in Update Node.js ioBroker läuft nicht:

                                  Was fehlt mir denn da noch für die Zukunft?

                                  Sagen wirs mal mit nem M$ Vergleich:

                                  Du hast dein Windows 10 gut auf aktuellem Stand gehalten. Aber irgendwann musst du auf Windows 11 umsteigen da Windows 10 veraltet ist.

                                  Und für den Update würde ich dir raten:

                                  • wenn du eine SD benutzt einfach auf eine neuen SD neu installieren und Backup retour spielen. Wenn was nicht geht kannst du wieder die alte Karte rein stecken.
                                  • wenn du eine SSD benutzt würd ich auch überlegen eine zweite anzuschaffen. Ist halt teurer.

                                  Alternativ kannst du auch überlegen gleich deinen Pi zu aktualisisern, Hängt davon ab wieviele RAM dein PI jetzt hat und wie ausgelastet er sonst ist. Pi4 ist an sich kein Problem - aber je nach Adaptern und Scripts kannst den natürlich auch ans Limit belasten.

                                  Und noch was:
                                  Nach dem Ende von backitUp Restore BEGINNT ioBroker erst mit der Installation aller Adapter. Das kann einige Zeit dauern. Aktuelle backitUp Versionen sollten da ne Warnung zeigen. Also nach dem Ende von backitUp WARTEN bis alles installiert ist. System am Besten da mal in Ruhe lassen. (Schreib das nur, weil immer wieder Meldungen kommen "Nach dem Restore fehlen fast alle Adapter ...")

                                  1 Reply Last reply Reply Quote 1
                                  • N
                                    Nagamichisan last edited by

                                    Danke euch vielmals, werde das angehen, sobald ich mal ein paar Stunden Zeit habe.
                                    Ich nutze den iob eigentlich nur für deconz, sonoff als Schnittstelle für Raspmatic (CCU3), damit ich die Sachen dort bedienen kann.
                                    Daher sollte der PI4 eigentlich noch reichen.

                                    Homoran Thomas Braun 2 Replies Last reply Reply Quote 1
                                    • Homoran
                                      Homoran Global Moderator Administrators @Nagamichisan last edited by

                                      @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                                      Daher sollte der PI4 eigentlich noch reichen.

                                      dann zeig uns doch fie Ausgabe der Langfassung von iob diag.
                                      dann kann man das beurteilen.

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

                                        @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                                        Ich nutze den iob eigentlich nur für deconz, sonoff als Schnittstelle für Raspmatic (CCU3), damit ich die Sachen dort bedienen kann.

                                        Das 'ich nutz das nur für XYZ' heißt aber nicht, das man die Kisten dann nie aktuell halten muss.

                                        N 1 Reply Last reply Reply Quote 1
                                        • N
                                          Nagamichisan @Homoran last edited by Nagamichisan

                                          @homoran said in Update Node.js ioBroker läuft nicht:

                                          @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                                          Daher sollte der PI4 eigentlich noch reichen.

                                          dann zeig uns doch fie Ausgabe der Langfassung von iob diag.
                                          dann kann man das beurteilen.

                                          Ich hoffe, dass passt so, wahrscheinlich das vor der Summary:

                                          ========== Start marking the full check here ===========
                                          
                                          ```bash
                                          Script v.2024-12-09 Raspbian+zigbee diag+masking
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: raspberrypi4-iob
                                                   Icon name: computer
                                            Operating System: Raspbian GNU/Linux 10 (buster)
                                                      Kernel: Linux 5.10.103-v7l+
                                                Architecture: arm
                                          OS is similar to: debian
                                          
                                          Model           : Raspberry Pi 4 Model B Rev 1.1
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : armv7l
                                          Userland        : 32 bit
                                          
                                          Systemuptime and Load:
                                           17:50:33 up 5 days, 13:50,  1 user,  load average: 0.29, 0.44, 0.34
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Debian Release codenamed 'buster' reached its END OF LIFE and needs to be updated to the latest stable release 'bookworm' NOW!
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Thu 2025-01-30 17:50:33 CET
                                                     Universal time: Thu 2025-01-30 16:50:33 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Berlin (CET, +0100)
                                          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 netdev gpio i2c spi iobroker
                                          
                                          User that is running 'js-controller':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                          
                                          *** DISPLAY-SERVER SETUP ***
                                          Display-Server: false
                                          Desktop:
                                          Terminal:       tty
                                          
                                          System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                                          
                                          *** MEMORY ***
                                                        total        used        free      shared  buff/cache   available
                                          Mem:           3.8G        948M        1.5G        8.0M        1.4G        2.7G
                                          Swap:           99M          0B         99M
                                          Total:         3.9G        948M        1.6G
                                          
                                          Active iob-Instances:   16
                                          
                                                   3838 M total memory
                                                    948 M used memory
                                                    437 M active memory
                                                   1740 M inactive memory
                                                   1480 M free memory
                                                    174 M buffer memory
                                                   1235 M swap cache
                                                     99 M total swap
                                                      0 M used swap
                                                     99 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 17:50:33 up 5 days, 13:50,  1 user,  load average: 0.34, 0.45, 0.35
                                          Tasks: 143 total,   1 running, 142 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  3.0 us,  6.1 sy,  0.0 ni, 90.9 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :   3838.7 total,   1479.4 free,    949.1 used,   1410.2 buff/cache
                                          MiB Swap:    100.0 total,    100.0 free,      0.0 used.   2724.6 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                          0 loaded units listed. Pass --all to see loaded but inactive units, too.
                                          To show all installed unit files use 'systemctl list-unit-files'.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          No critical errors detected
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       59G  7.5G   49G  14% /
                                          devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                          tmpfs          tmpfs     1.9G  8.5M  1.9G   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
                                          /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
                                          tmpfs          tmpfs     384M     0  384M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Sat Jan 25 04:00:16 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:45:7A:9C vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=6c586e13-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                          [Sat Jan 25 04:00:17 2025] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                          [Sat Jan 25 04:00:17 2025] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Sat Jan 25 04:00:20 2025] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                          
                                          Show mounted filesystems:
                                          TARGET        SOURCE         FSTYPE OPTIONS
                                          /             /dev/mmcblk0p2 ext4   rw,noatime
                                          |-/sys/fs/bpf none           bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                                          `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          854M    /var/
                                          652M    /var/cache
                                          646M    /var/cache/apt
                                          587M    /var/cache/apt/archives
                                          98M     /var/lib
                                          
                                          Archived and active journals take up 8.0M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          74M     /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          1.1G    /opt/iobroker/iobroker-data/
                                          872M    /opt/iobroker/iobroker-data/files
                                          617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                          560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                          558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          42M     /opt/iobroker/iobroker-data/objects.jsonl
                                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                          19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                                          8.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/838.0aa41cb0.chunk.js.map
                                          8.6M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/310.89a60ae1.chunk.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':
                                          
                                          /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2198950-if00
                                          
                                          Zigbee Network Settings on your coordinator/in nvbackup are:
                                          
                                          zigbee.X
                                          Extended Pan ID:
                                          *** MASKED ***
                                          Pan ID:
                                          *** MASKED ***
                                          Channel:
                                          *** MASKED ***
                                          Network Key:
                                          *** MASKED ***
                                          
                                          To unmask the settings run 'iob diag --unmask'
                                          
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.20.6
                                          /usr/bin/node           v18.20.6
                                          /usr/bin/npm            10.8.2
                                          /usr/bin/npx            10.8.2
                                          /usr/bin/corepack       0.29.4
                                          
                                          nodejs:
                                            Installed: 18.20.6-1nodesource1
                                            Candidate: 18.20.6-1nodesource1
                                            Version table:
                                           *** 18.20.6-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               18.20.5-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.20.4-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.20.3-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.20.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.20.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.20.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.19.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.18.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.18.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.17.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.16.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.14.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.14.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.9.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               18.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                               10.24.0~dfsg-1~deb10u3 500
                                                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                          
                                          Temp directories causing deletion problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          raspberrypi4-iob    raspberrypi4-iob (version: 7.0.6, hostname: raspberrypi4-iob, alive, uptime: 32467)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.6
                                          admin:          7.4.10
                                          javascript:     8.8.3
                                          
                                          nodejs modules from github:     1
                                          +-- iobroker.deconz@2.0.7 (git+ssh://git@github.com/Jey-Cee/ioBroker.deconz.git#8af7464adc2de2241a4d0136e2189a9825d38105)
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : raspberrypi4-iob                         -  enabled, port: xxxx, bind: 0.0.0.0, run as: admin
                                          + system.adapter.backitup.0               : backitup              : raspberrypi4-iob                         -  enabled
                                          + system.adapter.deconz.0                 : deconz                : raspberrypi4-iob                         -  enabled, port: xx
                                          + system.adapter.discovery.0              : discovery             : raspberrypi4-iob                         -  enabled
                                          + system.adapter.fritzdect.0              : fritzdect             : raspberrypi4-iob                         -  enabled
                                          + system.adapter.hm-rega.0                : hm-rega               : raspberrypi4-iob                         -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                            system.adapter.ring.0                   : ring                  : raspberrypi4-iob                         - disabled
                                          + system.adapter.simple-api.0             : simple-api            : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0
                                          + system.adapter.text2command.0           : text2command          : raspberrypi4-iob                         -  enabled
                                            system.adapter.tr-064.0                 : tr-064                : raspberrypi4-iob                         - disabled
                                            system.adapter.tr-064.1                 : tr-064                : raspberrypi4-iob                         - disabled
                                            system.adapter.tr-064.2                 : tr-064                : raspberrypi4-iob                         - disabled
                                            system.adapter.tr-064.3                 : tr-064                : raspberrypi4-iob                         - disabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi4-iob                         - disabled
                                          + system.adapter.web.0                    : web                   : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0, run as: admin
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0, run as: admin
                                          + system.adapter.deconz.0                 : deconz                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi4-iob                         -  enabled, port: xxxxx
                                          + system.adapter.simple-api.0             : simple-api            : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : raspberrypi4-iob                         -  enabled, port: xxxxx, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬───────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │   name    │                           url                           │ auto upgrade │
                                          ├─────────┼───────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │    0    │   '33'    │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                                          │    1    │ 'default' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                          │    2    │ 'stable'  │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                          └─────────┴───────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): stable1, stable2, default, stable
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Instances
                                          Used repositories: stable1, stable2, default, stable
                                          Error: unknown repository is active - "stable1". Known: 33, default, stable
                                          Error: unknown repository is active - "stable2". Known: 33, default, stable
                                          Adapter    "admin"        : 7.4.10   , installed 7.4.10
                                          Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                                          Adapter    "deconz"       : 1.6.4    , installed 2.0.7
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "fritzdect"    : 2.5.11   , installed 2.5.11
                                          Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                          Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                          Controller "js-controller": 7.0.6    , installed 7.0.6
                                          Adapter    "ring"         : 6.3.0    , installed 5.1.0  [Updatable]
                                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                          Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                          Adapter    "telegram"     : 4.0.0    , installed 3.9.0  [Updatable]
                                          Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        4068
                                          States:         3704
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://phoscon.de/apt/deconz buster InRelease
                                          Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                          Hit:3 http://archive.raspberrypi.org/debian buster InRelease
                                          Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Reading package lists... Done
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 0.0.0.0:xxxxx              0.0.0.0:*               LISTEN      1000       15331      373/deCONZ
                                          tcp        0      0 0.0.0.0:xxxxx              0.0.0.0:*               LISTEN      0          16227      665/sshd
                                          tcp        0      0 0.0.0.0:xxxxx            0.0.0.0:*               LISTEN      1001       10947450   9736/io.sonoff.0
                                          tcp        0      0 0.0.0.0:xxxxx             0.0.0.0:*               LISTEN      1000       15342      373/deCONZ
                                          tcp        0      0 192.168.x.x:xxxxx     0.0.0.0:*               LISTEN      1001       10948782   9712/io.hm-rpc.1
                                          tcp        0      0 127.0.0.1:xxxxx          0.0.0.0:*               LISTEN      1001       10945799   9257/iobroker.js-co
                                          tcp        0      0 127.0.0.1:xxxxx          0.0.0.0:*               LISTEN      1001       10946735   9257/iobroker.js-co
                                          tcp        0      0 192.168.x.x:xxxxx      0.0.0.0:*               LISTEN      1001       10947518   9721/io.hm-rpc.2
                                          tcp        0      0 192.168.x.x:xxxxx      0.0.0.0:*               LISTEN      1001       10946446   9700/io.hm-rpc.0
                                          tcp6       0      0 :::xxxxx                 :::*                    LISTEN      1001       10944420   9311/io.admin.0
                                          tcp6       0      0 :::xxxxx                 :::*                    LISTEN      1001       10949671   9937/io.web.0
                                          tcp6       0      0 :::xxxxx                   :::*                    LISTEN      0          16229      665/sshd
                                          tcp6       0      0 :::xxxxx                 :::*                    LISTEN      1001       10948108   9863/io.simple-api.
                                          udp        0      0 0.0.0.0:xxxxx              0.0.0.0:*                           0          17053      657/dhcpcd
                                          udp        0      0 0.0.0.0:xxxxx           0.0.0.0:*                           108        15997      353/avahi-daemon: r
                                          udp        0      0 0.0.0.0:xxxxx            0.0.0.0:*                           108        15995      353/avahi-daemon: r
                                          udp        0      0 0.0.0.0:xxxxx            0.0.0.0:*                           1001       10948856   9760/io.deconz.0
                                          udp        0      0 0.0.0.0:xxxxx            0.0.0.0:*                           1000       15345      373/deCONZ
                                          udp6       0      0 :::xxxxx                :::*                                108        15998      353/avahi-daemon: r
                                          udp6       0      0 :::xxxxx                  :::*                                0          14313      657/dhcpcd
                                          udp6       0      0 :::xxxxx                 :::*                                108        15996      353/avahi-daemon: r
                                          udp6       0      0 :::xxxxx                 :::*                                1001       10948858   9760/io.deconz.0
                                          udp6       0      0 :::xxxxx                 :::*                                1001       10948857   9760/io.deconz.0
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2025-01-30 15:53:03.893  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738248747424_4101 ==> New secret 1738248783888_79
                                          2025-01-30 16:03:13.947  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738248783888_7951 ==> New secret 1738249393941_14
                                          2025-01-30 16:03:24.175  - info: sonoff.0 (9736) Client [Tasmota5] reconnected. Old secret 1738248736326_9860 ==> New secret 1738249404174_61
                                          2025-01-30 16:05:41.941  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738249393941_1495 ==> New secret 1738249541940_66
                                          2025-01-30 16:05:42.204  - info: sonoff.0 (9736) Client [Tasmota5] reconnected. Old secret 1738249404174_6117 ==> New secret 1738249542203_12
                                          2025-01-30 16:08:06.939  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738249541940_6699 ==> New secret 1738249686938_53
                                          2025-01-30 16:16:06.046  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738249686938_5302 ==> New secret 1738250166040_3
                                          2025-01-30 16:16:18.180  - info: sonoff.0 (9736) Client [Tasmota5] reconnected. Old secret 1738249542203_1266 ==> New secret 1738250178150_89
                                          2025-01-30 16:27:19.863  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738250166040_309 ==> New secret 1738250839863_9
                                          2025-01-30 16:32:04.895  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738250839863_994 ==> New secret 1738251124894_96
                                          2025-01-30 16:39:13.871  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738251124894_9627 ==> New secret 1738251553871_45
                                          2025-01-30 16:39:48.909  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738251553871_4574 ==> New secret 1738251588908_88
                                          2025-01-30 16:39:49.966  - info: sonoff.0 (9736) Client [Tasmota5] reconnected. Old secret 1738250178150_8908 ==> New secret 1738251589965_28
                                          2025-01-30 16:40:13.192  - info: sonoff.0 (9736) Client [Tasmota8] reconnected. Old secret 1738243431926_8409 ==> New secret 1738251613191_41
                                          2025-01-30 16:42:01.858  - info: sonoff.0 (9736) Client [Tasmota5] reconnected. Old secret 1738251589965_2834 ==> New secret 1738251721858_58
                                          2025-01-30 16:42:01.910  - info: sonoff.0 (9736) Client [Tasmota1] reconnected. Old secret 1738251588908_8888 ==> New secret 1738251721907_21
                                          2025-01-30 17:44:38.337  - error: host.raspberrypi4-iob cannot call visUtils: Not exists
                                          2025-01-30 17:44:39.318  - warn: host.raspberrypi4-iob Requested repository "stable1" does not exist in config.
                                          2025-01-30 17:44:39.318  - warn: host.raspberrypi4-iob Requested repository "stable2" does not exist in config.
                                          2025-01-30 17:44:52.308  - warn: host.raspberrypi4-iob Requested repository "stable1" does not exist in config.
                                          2025-01-30 17:44:52.310  - warn: host.raspberrypi4-iob Requested repository "stable2" does not exist in config.
                                          2025-01-30 17:44:52.698  - warn: admin.0 (9311) No repository source configured
                                          2025-01-30 17:44:54.288  - warn: admin.0 (9311) No repository source configured
                                          2025-01-30 17:44:54.319  - warn: admin.0 (9311) No repository source configured
                                          2025-01-30 17:44:54.415  - warn: admin.0 (9311) No repository source configured
                                          
                                          ============ Mark until here for C&P =============
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • N
                                            Nagamichisan @Thomas Braun last edited by

                                            @thomas-braun said in Update Node.js ioBroker läuft nicht:

                                            @nagamichisan sagte in Update Node.js ioBroker läuft nicht:

                                            Ich nutze den iob eigentlich nur für deconz, sonoff als Schnittstelle für Raspmatic (CCU3), damit ich die Sachen dort bedienen kann.

                                            Das 'ich nutz das nur für XYZ' heißt aber nicht, das man die Kisten dann nie aktuell halten muss.

                                            Danke, ja, das habe ich nun verstanden, war mir tatsächlich nicht bewusst.

                                            Thomas Braun 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            941
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            43
                                            1831
                                            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