Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Wir empfehlen: Node.js 22.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Wir empfehlen: Node.js 22.x

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
230 Beiträge 38 Kommentatoren 28.4k Aufrufe 39 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • BananaJoeB BananaJoe

    Upgrade in einer VMware VM unter Ubuntu 24.04 LTS lief völlig Problemlos.
    Allerdings habe ich - wie jedes mal - das Problem das eCharts nun keine Bilder mehr versenden kann.

    Das Testskript:
    4501d42d-b7ea-4223-b8d4-0c918e7e1cce-image.png

    Log Ausgabe:

    2025-08-11 14:12:03.387  - info: javascript.0 (6980) script.js.001_Routinen.Solaranlage.disabled.Test_echarts: sendTo[custom] echarts.0: preset: echarts.0.Solaranlage.Solar_Hauswand, renderer: jpg, background: #000000, fileOnDisk: /tmp/echarts_solarHauswand.jpg, quality: 1, width: 1024, height: 800
    

    Das immer am canvas Paket im eCharts Adapter, ich suche gerade was ich die letzten male gemacht habe. Einen Upload habe ich schon gemacht, der hat nichts gebracht.

    npm ls canvas
    

    im /opt/iobroker/ Verzeichnis ergibt

    iobroker.inst@2.0.3 /opt/iobroker
    └─┬ iobroker.echarts@2.0.6
      ├── canvas@3.1.0
      └─┬ jsdom@26.0.0
        └── canvas@3.1.0 deduped
    

    Nachtrag: Hier habe ich zusammengetragen was ich sonst gemacht habe: https://forum.iobroker.net/post/1242483
    Hilft aber nicht

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

    @bananajoe

    Bau den echarts-Adapter nochmal neu.
    Es gab mal mit dem mihome-vaccuum Adapter das Problem, wenn canvas nicht direkt im Tree lag sondern wie bei dir auch 'deduped' war. Wo hängt denn canvas bei dir direkt? Mal mit

    npm ls canvas
    

    schauen.

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

    BananaJoeB 1 Antwort Letzte Antwort
    0
    • BananaJoeB BananaJoe

      Upgrade in einer VMware VM unter Ubuntu 24.04 LTS lief völlig Problemlos.
      Allerdings habe ich - wie jedes mal - das Problem das eCharts nun keine Bilder mehr versenden kann.

      Das Testskript:
      4501d42d-b7ea-4223-b8d4-0c918e7e1cce-image.png

      Log Ausgabe:

      2025-08-11 14:12:03.387  - info: javascript.0 (6980) script.js.001_Routinen.Solaranlage.disabled.Test_echarts: sendTo[custom] echarts.0: preset: echarts.0.Solaranlage.Solar_Hauswand, renderer: jpg, background: #000000, fileOnDisk: /tmp/echarts_solarHauswand.jpg, quality: 1, width: 1024, height: 800
      

      Das immer am canvas Paket im eCharts Adapter, ich suche gerade was ich die letzten male gemacht habe. Einen Upload habe ich schon gemacht, der hat nichts gebracht.

      npm ls canvas
      

      im /opt/iobroker/ Verzeichnis ergibt

      iobroker.inst@2.0.3 /opt/iobroker
      └─┬ iobroker.echarts@2.0.6
        ├── canvas@3.1.0
        └─┬ jsdom@26.0.0
          └── canvas@3.1.0 deduped
      

      Nachtrag: Hier habe ich zusammengetragen was ich sonst gemacht habe: https://forum.iobroker.net/post/1242483
      Hilft aber nicht

      Eduard77E Online
      Eduard77E Online
      Eduard77
      schrieb am zuletzt editiert von
      #11

      @bananajoe
      letztes mal hat mir das geholfen. (https://forum.iobroker.net/topic/74956/gelöst-probleme-mit-echart-diagramm-per-telegram-senden/2?_=1754914858526)

      
      cd /opt/iobroker/node_modules/canvas/
      sudo -u iobroker npm install --omit=dev
      
      
      BananaJoeB 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @bananajoe

        Bau den echarts-Adapter nochmal neu.
        Es gab mal mit dem mihome-vaccuum Adapter das Problem, wenn canvas nicht direkt im Tree lag sondern wie bei dir auch 'deduped' war. Wo hängt denn canvas bei dir direkt? Mal mit

        npm ls canvas
        

        schauen.

        BananaJoeB Online
        BananaJoeB Online
        BananaJoe
        Most Active
        schrieb am zuletzt editiert von
        #12

        @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

        @bananajoe

        Bau den echarts-Adapter nochmal neu.
        Es gab mal mit dem mihome-vaccuum Adapter das Problem, wenn canvas nicht direkt im Tree lag sondern wie bei dir auch 'deduped' war. Wo hängt denn canvas bei dir direkt? Mal mit

        npm ls canvas
        

        schauen.

        siehe meinen Post, da steht die Ausgabe schon drin

        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • BananaJoeB BananaJoe

          @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

          @bananajoe

          Bau den echarts-Adapter nochmal neu.
          Es gab mal mit dem mihome-vaccuum Adapter das Problem, wenn canvas nicht direkt im Tree lag sondern wie bei dir auch 'deduped' war. Wo hängt denn canvas bei dir direkt? Mal mit

          npm ls canvas
          

          schauen.

          siehe meinen Post, da steht die Ausgabe schon drin

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

          @bananajoe

          Aber es muss noch ein canvas ohne deduped geben.

          (Edit: Tomaten auf den Augen. Sind zwei Ebenen mit canvas)

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

          BananaJoeB 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @bananajoe

            Aber es muss noch ein canvas ohne deduped geben.

            (Edit: Tomaten auf den Augen. Sind zwei Ebenen mit canvas)

            BananaJoeB Online
            BananaJoeB Online
            BananaJoe
            Most Active
            schrieb am zuletzt editiert von
            #14

            @thomas-braun
            gibt es doch?

            iobroker.inst@2.0.3 /opt/iobroker
            └─┬ iobroker.echarts@2.0.6
              ├── canvas@3.1.0
              └─┬ jsdom@26.0.0
                └── canvas@3.1.0 deduped
            

            ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

            1 Antwort Letzte Antwort
            0
            • Eduard77E Eduard77

              @bananajoe
              letztes mal hat mir das geholfen. (https://forum.iobroker.net/topic/74956/gelöst-probleme-mit-echart-diagramm-per-telegram-senden/2?_=1754914858526)

              
              cd /opt/iobroker/node_modules/canvas/
              sudo -u iobroker npm install --omit=dev
              
              
              BananaJoeB Online
              BananaJoeB Online
              BananaJoe
              Most Active
              schrieb am zuletzt editiert von
              #15

              @eduard77 tja, hat jetzt gerade auch nichts gebracht
              gibt auch keine Fehlermeldungen, auch wenn ich den eCharts-Adapter auf Debug stelle

              ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • BananaJoeB Online
                BananaJoeB Online
                BananaJoe
                Most Active
                schrieb am zuletzt editiert von
                #16

                @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

                Bau den echarts-Adapter nochmal neu.

                öhm? wie genau?

                ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • BananaJoeB BananaJoe

                  @eduard77 tja, hat jetzt gerade auch nichts gebracht
                  gibt auch keine Fehlermeldungen, auch wenn ich den eCharts-Adapter auf Debug stelle

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

                  @bananajoe

                  Können wir das Thema auslagern? Telegram + canvas haben wenn überhaupt nur sehr indirekt mit nodejs22 zu tun.

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

                  BananaJoeB 1 Antwort Letzte Antwort
                  0
                  • BananaJoeB BananaJoe

                    @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

                    Bau den echarts-Adapter nochmal neu.

                    öhm? wie genau?

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

                    @bananajoe sagte in Wir empfehlen: Node.js 22.x:

                    öhm? wie genau?

                    iob upgrade echarts@1.9.2
                    

                    oder wie auch immer die aktuelle Versionsnummer für echarts lautet.

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

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

                      @bananajoe sagte in Wir empfehlen: Node.js 22.x:

                      öhm? wie genau?

                      iob upgrade echarts@1.9.2
                      

                      oder wie auch immer die aktuelle Versionsnummer für echarts lautet.

                      Michael SchmittM Online
                      Michael SchmittM Online
                      Michael Schmitt
                      schrieb am zuletzt editiert von
                      #19

                      damit hat es bei mir auch geklappt iob nodejs-update 22

                      Screenshot 2025-08-11 144642.jpg

                      :+1:

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @bananajoe

                        Können wir das Thema auslagern? Telegram + canvas haben wenn überhaupt nur sehr indirekt mit nodejs22 zu tun.

                        BananaJoeB Online
                        BananaJoeB Online
                        BananaJoe
                        Most Active
                        schrieb am zuletzt editiert von
                        #20

                        @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

                        @bananajoe

                        Können wir das Thema auslagern? Telegram + canvas haben wenn überhaupt nur sehr indirekt mit nodejs22 zu tun.

                        hier geht es weiter: https://forum.iobroker.net/topic/81902/echarts-kein-sendto-nach-upgrade-auf-node-js-22-x

                        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                        1 Antwort Letzte Antwort
                        0
                        • apollon77A apollon77

                          Hallo alle zusammen,

                          mal wieder ist es soweit und das bedeutet das es wieder Neuigkeiten gibt was die bei der Node.js Version angeht.

                          Node.js 22 wurde letztes Jahr im April veröffentlicht, seit Oktober LTS und ist inzwischen unseren Erfahrungen nach stabil und es sind keine Probleme bisher bekannt.

                          Aus diesem Grund wollen wir empfehlen auch Eure Systeme auf Node.js 22 zu aktualisieren bzw neue Installationen gleich mit Node.js 22 zu machen.
                          Es gibt keinen Grund zur Hektik! Node.js 20 ist auch noch vollkommen ok und stabil, es muss als niemand Panik bekommen :-)

                          Installer, Updater und Admin und die anderen typischen Stellen sind ebenfalls angepasst, so das diese (sobald Cachezeiten ggf ausgelaufen sind) Node.js 22 ebenfalls empfehlen bzw bei Neuinstallationen automatisch mit installieren. Auch das Docker Image v11 ist inzwischen mit Node.js 22 ausgestattet. Danke an @buanet dafür!

                          Am Ende gilt weiterhin https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18 und auch "iob nodejs-update" ist ein einfacher Weg für das Update.

                          Ingo

                          FabioF Offline
                          FabioF Offline
                          Fabio
                          schrieb am zuletzt editiert von Fabio
                          #21

                          @apollon77 Hallo zusammen leider läuft jetzt bei mir der eusec Adapter nicht mehr.
                          Habt ihr eine Idee was das sein kann. Ich denke das hat was mit der Node 22 zu tun. Vorher ging es. https://github.com/bropat/ioBroker.eusec

                          https://github.com/bropat/ioBroker.eusec/issues/481

                          
                          host.nuc
                          2025-08-11 16:04:27.122	info	Do not restart adapter system.adapter.eusec.0 because disabled or deleted
                          
                          host.nuc
                          2025-08-11 16:04:27.122	error	instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                          
                          host.nuc
                          2025-08-11 16:04:27.121	error	Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]
                          
                          host.nuc
                          2025-08-11 16:04:03.433	info	"system.adapter.eusec.0" disabled
                          
                          host.nuc
                          2025-08-11 16:03:56.820	info	Restart adapter system.adapter.eusec.0 because enabled
                          
                          host.nuc
                          2025-08-11 16:03:56.820	error	instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                          
                          host.nuc
                          2025-08-11 16:03:56.820	error	Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]
                          
                          host.nuc
                          2025-08-11 16:03:56.794	info	instance system.adapter.eusec.0 in version "1.3.3" (non-npm: bropat/ioBroker.eusec) started with pid 7139
                          
                          host.nuc
                          2025-08-11 16:03:26.530	info	Restart adapter system.adapter.eusec.0 because enabled
                          
                          host.nuc
                          2025-08-11 16:03:26.530	error	instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                          
                          host.nuc
                          2025-08-11 16:03:26.530	error	Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]
                          
                          host.nuc
                          2025-08-11 16:03:26.498	info	instance system.adapter.eusec.0 in version "1.3.3" (non-npm: bropat/ioBroker.eusec) started with pid 7138
                          
                          host.nuc
                          2025-08-11 16:03:26.186	info	"system.adapter.eusec.0" enabled
                          

                          Herzliche Grüße
                          Fabio

                          Iobroker:

                          • Für mich persöhnlich, gibt es nichts besseres, ich liebe es.

                          • Das hat unser Smarthome erst zu Smarthome gemacht.

                          • Du wächst mit ioBroker und ioBroker wächst mit dir.

                          • Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • FabioF Fabio

                            @apollon77 Hallo zusammen leider läuft jetzt bei mir der eusec Adapter nicht mehr.
                            Habt ihr eine Idee was das sein kann. Ich denke das hat was mit der Node 22 zu tun. Vorher ging es. https://github.com/bropat/ioBroker.eusec

                            https://github.com/bropat/ioBroker.eusec/issues/481

                            
                            host.nuc
                            2025-08-11 16:04:27.122	info	Do not restart adapter system.adapter.eusec.0 because disabled or deleted
                            
                            host.nuc
                            2025-08-11 16:04:27.122	error	instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                            
                            host.nuc
                            2025-08-11 16:04:27.121	error	Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]
                            
                            host.nuc
                            2025-08-11 16:04:03.433	info	"system.adapter.eusec.0" disabled
                            
                            host.nuc
                            2025-08-11 16:03:56.820	info	Restart adapter system.adapter.eusec.0 because enabled
                            
                            host.nuc
                            2025-08-11 16:03:56.820	error	instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                            
                            host.nuc
                            2025-08-11 16:03:56.820	error	Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]
                            
                            host.nuc
                            2025-08-11 16:03:56.794	info	instance system.adapter.eusec.0 in version "1.3.3" (non-npm: bropat/ioBroker.eusec) started with pid 7139
                            
                            host.nuc
                            2025-08-11 16:03:26.530	info	Restart adapter system.adapter.eusec.0 because enabled
                            
                            host.nuc
                            2025-08-11 16:03:26.530	error	instance system.adapter.eusec.0 terminated with code 12 (UNKNOWN_PACKET_NAME)
                            
                            host.nuc
                            2025-08-11 16:03:26.530	error	Caught by controller[0]: /usr/bin/node: Error: Attempt to revert an unknown CVE [CVE-2023-46809]
                            
                            host.nuc
                            2025-08-11 16:03:26.498	info	instance system.adapter.eusec.0 in version "1.3.3" (non-npm: bropat/ioBroker.eusec) started with pid 7138
                            
                            host.nuc
                            2025-08-11 16:03:26.186	info	"system.adapter.eusec.0" enabled
                            

                            Herzliche Grüße
                            Fabio

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

                            @fabio sagte in Wir empfehlen: Node.js 22.x:

                            Error: Attempt to revert an unknown CVE [CVE-2023-46809]

                            Ja, da muss der Adapter (oder eine der Dependencies) angepasst werden. Hier werden noch Methoden verwendet, die ein Sicherheitsrisiko beinhalten und deswegen wird das geblockt.

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

                            FabioF 1 Antwort Letzte Antwort
                            1
                            • Thomas BraunT Thomas Braun

                              @fabio sagte in Wir empfehlen: Node.js 22.x:

                              Error: Attempt to revert an unknown CVE [CVE-2023-46809]

                              Ja, da muss der Adapter (oder eine der Dependencies) angepasst werden. Hier werden noch Methoden verwendet, die ein Sicherheitsrisiko beinhalten und deswegen wird das geblockt.

                              FabioF Offline
                              FabioF Offline
                              Fabio
                              schrieb am zuletzt editiert von
                              #23

                              @thomas-braun danke Thomas,

                              hab ein Issues aufgemacht. Ich denke der Adapter ist tot.

                              https://github.com/bropat/ioBroker.eusec/issues/482

                              Herzliche Grüße
                              Fabio

                              Iobroker:

                              • Für mich persöhnlich, gibt es nichts besseres, ich liebe es.

                              • Das hat unser Smarthome erst zu Smarthome gemacht.

                              • Du wächst mit ioBroker und ioBroker wächst mit dir.

                              • Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              1 Antwort Letzte Antwort
                              1
                              • BananaJoeB Online
                                BananaJoeB Online
                                BananaJoe
                                Most Active
                                schrieb am zuletzt editiert von BananaJoe
                                #24

                                Der Adapter alexa-timer-vis https://github.com/MiRo1310/ioBroker.alexa-timer-vis ist auch nicht kompatibel mit Node.js 22, ich werde da auch noch ein Issue eröffnen

                                https://github.com/MiRo1310/ioBroker.alexa-timer-vis/issues/210

                                ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                1 Antwort Letzte Antwort
                                1
                                • BananaJoeB Online
                                  BananaJoeB Online
                                  BananaJoe
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #25

                                  Beim Adapter echarts https://github.com/ioBroker/ioBroker.echarts funktioniert das Server side rendering mit Node.js 22 nicht mehr, die Diagramme in VIS1 sahen gut aus.
                                  https://github.com/ioBroker/ioBroker.echarts/issues/925

                                  ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                  mcm1957M 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    Als kurze Ergänzung dazu:

                                    iob nodejs-update
                                    

                                    wird ohne weitere Option nun also nodejs@22 auf das System zaubern (s. oben: (Die Cachezeiten sind mittlerweile ausgelaufen)). Falls es wider Erwarten mit nodejs@22 noch bei einzelnen Adaptern Probleme geben sollte kann man die alte Version so wieder installieren:

                                    iob nodejs-update 20
                                    

                                    In solchen Fällen sollte man ein Issue beim entsprechenden Adapter eröffnen. Hier im Thread passt das nicht rein.
                                    Bitte hier nur 'Erfolgsmeldungen' rein.

                                    Edit: iob nodejs-update führt übrigens am Ende einen rudimentären Test durch. Falls da dann Fehler gemeldet werden (Die sind auch ausdrücklich als ERROR gekennzeichnet, die Ausgaben mit 'add' oder 'del' sind keine Fehler und können ignoriert werden).

                                    Edit2: Die angelegte Repo-Datei ist noch im 'alten' Format, wer also bereits Debian Trixie mit apt 3 und das nodesource-Repo bereits 'modernisiert' hat sollte die neue Datei wieder löschen:

                                    sudo rm /etc/apt/sources.list.d/nodesource.sources
                                    

                                    Edit3: Auf meinen System ist unterdessen auch der Cache mit den Versionen aktualisiert worden und iob nodejs-update spielt nun die v22 auch ohne explizit angegebener Version von sich aus ein.

                                    BananaJoeB Online
                                    BananaJoeB Online
                                    BananaJoe
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #26

                                    @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

                                    Falls es wider Erwarten mit nodejs@22 noch bei einzelnen Adaptern Probleme geben sollte kann man die alte Version so wieder installieren:

                                    iob nodejs-update 20
                                    

                                    Wer den SQL-Adapter einsetzt muss diesen nach einem Downgrade mit

                                    iob upgrade sql@3.0.1
                                    

                                    einmal neu installieren, bei mir hat er es nicht von alleine wieder geschafft zu starten. Der Befehl deinstalliert den Adapter und installiert diesen gleich wieder neu, danach funktionierte er wieder.

                                    ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                    haselchenH 1 Antwort Letzte Antwort
                                    1
                                    • BananaJoeB BananaJoe

                                      @thomas-braun sagte in Wir empfehlen: Node.js 22.x:

                                      Falls es wider Erwarten mit nodejs@22 noch bei einzelnen Adaptern Probleme geben sollte kann man die alte Version so wieder installieren:

                                      iob nodejs-update 20
                                      

                                      Wer den SQL-Adapter einsetzt muss diesen nach einem Downgrade mit

                                      iob upgrade sql@3.0.1
                                      

                                      einmal neu installieren, bei mir hat er es nicht von alleine wieder geschafft zu starten. Der Befehl deinstalliert den Adapter und installiert diesen gleich wieder neu, danach funktionierte er wieder.

                                      haselchenH Offline
                                      haselchenH Offline
                                      haselchen
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #27

                                      @apollon77

                                      Werden die Entwickler von euch informiert ihre Adapter anzupassen?
                                      Oder läuft das so:
                                      Ihr empfehlt -> wir merken das was nicht funktioniert -> erstellen ein Issue -> wenns gut läuft arbeitet der Entwickler es ab ?

                                      Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                      Thomas BraunT apollon77A 2 Antworten Letzte Antwort
                                      0
                                      • haselchenH haselchen

                                        @apollon77

                                        Werden die Entwickler von euch informiert ihre Adapter anzupassen?
                                        Oder läuft das so:
                                        Ihr empfehlt -> wir merken das was nicht funktioniert -> erstellen ein Issue -> wenns gut läuft arbeitet der Entwickler es ab ?

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

                                        @haselchen

                                        Beides. Seit geraumer Zeit werden Issues bei den Adaptern eröffnet, das der Code auch mit nodejs@22 und nodejs@24 getestet werden soll. Und auch die automatisierten Testsuites beinhalten entsprechendes.

                                        Aber damit kann nicht alles automatisiert getestet werden. Insbesondere bei 'Nischen'-Adaptern mit 2 Dutzend Installationen (oder mutmaßlich verwaisten Adaptern) kann es da schon mal klemmen. Da sollten dann individuelle Issues eröffnet werden.

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

                                        1 Antwort Letzte Antwort
                                        1
                                        • apollon77A apollon77

                                          Hallo alle zusammen,

                                          mal wieder ist es soweit und das bedeutet das es wieder Neuigkeiten gibt was die bei der Node.js Version angeht.

                                          Node.js 22 wurde letztes Jahr im April veröffentlicht, seit Oktober LTS und ist inzwischen unseren Erfahrungen nach stabil und es sind keine Probleme bisher bekannt.

                                          Aus diesem Grund wollen wir empfehlen auch Eure Systeme auf Node.js 22 zu aktualisieren bzw neue Installationen gleich mit Node.js 22 zu machen.
                                          Es gibt keinen Grund zur Hektik! Node.js 20 ist auch noch vollkommen ok und stabil, es muss als niemand Panik bekommen :-)

                                          Installer, Updater und Admin und die anderen typischen Stellen sind ebenfalls angepasst, so das diese (sobald Cachezeiten ggf ausgelaufen sind) Node.js 22 ebenfalls empfehlen bzw bei Neuinstallationen automatisch mit installieren. Auch das Docker Image v11 ist inzwischen mit Node.js 22 ausgestattet. Danke an @buanet dafür!

                                          Am Ende gilt weiterhin https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18 und auch "iob nodejs-update" ist ein einfacher Weg für das Update.

                                          Ingo

                                          M Offline
                                          M Offline
                                          Mutanten
                                          schrieb am zuletzt editiert von Samson71
                                          #29

                                          @apollon77

                                          Habe iob nodejs-update ausgeführt und er hat auch von 20 auf 22 upgedatet, jedoch nur auf 22.15.0
                                          bei wiederholter Eingabe wird auch wird auch angezeigt das es die 22.18.0 gibt:

                                          Recommended nodejs-version is: 22.18.0
                                          Checking your installation now. Please be patient!
                                          Your current setup is:
                                          /usr/bin/nodejs         v22.15.0
                                          /usr/bin/node           v22.15.0
                                          /usr/bin/npm            10.9.2
                                          /usr/bin/npx            10.9.2
                                          /usr/bin/corepack       0.32.0
                                          We found these nodejs versions available for installation:
                                          nodejs:
                                            Installed: 22.15.0-1nodesource1
                                            Candidate: 22.15.0-1nodesource1
                                            Version table:
                                           *** 22.15.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               22.14.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.13.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.13.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.12.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.11.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.10.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.9.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.8.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.7.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.6.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.5.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.5.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.4.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.4.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.3.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.2.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.1.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.0.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               18.19.0+dfsg-6~deb12u2 500
                                                  500 http://deb.debian.org/debian bookworm/main armhf Packages
                                               18.19.0+dfsg-6~deb12u1 500
                                                  500 http://security.debian.org/debian-security bookworm-security/main armhf Packages
                                          Nothing to do - Your installation is using the correct paths.
                                          You are running nodejs v22.15.0. Do you want to install recommended version 22.18.0?
                                          
                                          Jedoch wird diese nicht installiert:
                                          
                                          Press <y> to continue or any other key to quit
                                          Trying to fix your installation now. Please be patient.
                                          rm: cannot remove '/usr/share/keyrings/nodesource.gpg'$'\n''/etc/apt/keyrings/nodesource.gpg 2> /dev/null': No such file or directory
                                          Stopping ioBroker now
                                          ####
                                          ioBroker has been stopped
                                          Removing dfsg-nodejs
                                          *** These repos are active on your system:
                                          Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:4 http://archive.raspberrypi.org/debian buster InRelease
                                          Reading package lists... Done
                                          *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                                          *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                                          deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main
                                          Package: nodejs
                                          Pin: origin deb.nodesource.com
                                          Pin-Priority: 1001
                                          *** These repos are active after the adjustments:
                                          Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:4 http://archive.raspberrypi.org/debian buster InRelease
                                          Get:5 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]
                                          Get:6 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages [6705 B]
                                          Fetched 18.8 kB in 2s (8795 B/s)
                                          Reading package lists... Done
                                          Installing nodejs now!
                                          Installing latest nodejs v22 release
                                          SUCCESS!
                                          v22.15.0 has been installed! You are using the latest nodejs@22 release now!
                                          COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
                                          add fsevents 2.3.3
                                          added 1 package in 7s
                                          257 packages are looking for funding
                                            run `npm fund` for details
                                          We tried our best to fix your nodejs. Please run iob diag again to verify.
                                          

                                          iob diag spukt folgendes aus

                                          Script v.2025-08-09
                                          
                                          *** BASE SYSTEM ***
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                           Static hostname: raspberrypi-dashboard
                                                 Icon name: computer
                                                    Kernel: Linux 5.10.103-v7l+
                                              Architecture: arm
                                          OS is similar to:
                                          
                                          Model           : Raspberry Pi 4 Model B Rev 1.2
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : armv7l
                                          Userland        : 32 bit
                                          
                                          Systemuptime and Load:
                                           13:21:06 up  2:14,  3 users,  load average: 2.40, 1.59, 1.49
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Operating System is the current Debian stable version codenamed 'bookworm'!
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          ~ Under-voltage has occurred
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Tue 2025-08-12 13:21:06 CEST
                                                     Universal time: Tue 2025-08-12 11:21:06 UTC
                                                           RTC time: n/a
                                                          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 netdev lpadmin 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
                                          Display-Manager:        * lightdm.service - Light Display Manager
                                          Desktop:
                                          Session:                tty
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            4.0G        1.5G        1.5G        929K        1.2G        2.5G
                                          Swap:           2.1G          0B        2.1G
                                          Total:          6.2G        1.5G        3.7G
                                          
                                          Active iob-Instances:   19
                                          
                                                   3838 M total memory
                                                   1462 M used memory
                                                    685 M active memory
                                                   1478 M inactive memory
                                                   1438 M free memory
                                                    340 M buffer memory
                                                    761 M swap cache
                                                   2047 M total swap
                                                      0 M used swap
                                                   2047 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 13:21:07 up  2:14,  3 users,  load average: 2.40, 1.59, 1.49
                                          Tasks: 165 total,   3 running, 162 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  0.0 us, 16.7 sy,  0.0 ni, 83.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :   3838.7 total,   1437.8 free,   1463.8 used,   1102.6 buff/cache
                                          MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   2374.9 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT                  LOAD   ACTIVE SUB    DESCRIPTION
                                          * bthelper@hci0.service loaded failed failed Raspberry Pi bluetooth helper
                                          * influxdb.service      loaded failed failed InfluxDB is an open-source, distributed, time series database
                                          
                                          LOAD   = Reflects whether the unit definition was properly loaded.
                                          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                          SUB    = The low-level unit activation state, values depend on unit type.
                                          2 loaded units listed.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          No critical errors detected
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       29G   14G   15G  50% /
                                          devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                          tmpfs          tmpfs     768M  848K  767M   1% /run
                                          tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      253M   50M  203M  20% /boot
                                          tmpfs          tmpfs     384M   28K  384M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Tue Aug 12 11:06:13 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:EA:23:4A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=31dab8ea-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                          [Tue Aug 12 11:06:14 2025] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                          [Tue Aug 12 11:06:14 2025] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Tue Aug 12 11:06:17 2025] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                          
                                          Show mounted filesystems:
                                          TARGET  SOURCE         FSTYPE OPTIONS
                                          /       /dev/mmcblk0p2 ext4   rw,noatime
                                          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          3.3G    /var/
                                          826M    /var/log
                                          777M    /var/log/journal/d095af32df8b433fb0cbfdb5e85b78d0
                                          777M    /var/log/journal
                                          213M    /var/lib
                                          
                                          Archived and active journals take up 776.4M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          380M    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          519M    /opt/iobroker/iobroker-data/
                                          218M    /opt/iobroker/iobroker-data/files
                                          151M    /opt/iobroker/iobroker-data/backup-objects
                                          99M     /opt/iobroker/iobroker-data/History
                                          47M     /opt/iobroker/iobroker-data/files/admin.admin
                                          
                                          The five largest files in iobroker-data are:
                                          24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                          22M     /opt/iobroker/iobroker-data/objects.jsonl
                                          21M     /opt/iobroker/iobroker-data/files/s7.admin/static/js/main.9f443724.js.map
                                          14M     /opt/iobroker/iobroker-data/states.jsonl
                                          9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          No Devices found 'by-id'
                                          
                                          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.15.0
                                          /usr/bin/node           v22.15.0
                                          /usr/bin/npm            10.9.2
                                          /usr/bin/npx            10.9.2
                                          /usr/bin/corepack       0.32.0
                                          
                                          nodejs:
                                            Installed: 22.15.0-1nodesource1
                                            Candidate: 22.15.0-1nodesource1
                                            Version table:
                                           *** 22.15.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               22.14.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.13.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.13.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.12.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.11.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.10.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.9.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.8.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.7.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.6.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.5.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.5.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.4.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.4.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.3.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.2.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.1.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               22.0.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main armhf Packages
                                               18.19.0+dfsg-6~deb12u2 500
                                                  500 http://deb.debian.org/debian bookworm/main armhf Packages
                                               18.19.0+dfsg-6~deb12u1 500
                                                  500 http://security.debian.org/debian-security bookworm-security/main armhf Packages
                                          
                                          Temp directories causing deletion problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree: 0
                                          No problems detected
                                          
                                          Checking for nodejs vulnerability:
                                          
                                          
                                          ██████   █████  ███    ██  ██████  ███████ ███████
                                          ██   ██ ██   ██ ████   ██ ██       ██      ██   ██
                                          ██   ██ ███████ ██ ██  ██ ██   ███ █████   ███████
                                          ██   ██ ██   ██ ██  ██ ██ ██    ██ ██      ██   ██
                                          ██████  ██   ██ ██   ████  ██████  ███████ ██   ██
                                          
                                          
                                          The current Node.js version (v22.15.0) is vulnerable to the following CVEs:
                                          
                                          CVE-2025-23166(high):  The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime.
                                          Patched versions: ^20.19.2 || ^22.15.1 || ^23.11.1 || ^24.0.2
                                          =
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          raspberrypi-dashboard raspberrypi-dashboard (version: 7.0.6, hostname: raspberrypi-dashboard, alive, uptime: 155)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.6
                                          admin:          7.6.17
                                          javascript:     8.9.2
                                          
                                          nodejs modules from github:     3
                                          +-- iobroker.renault@0.0.22 (git+ssh://git@github.com/TA2k/ioBroker.renault.git#93de058900073dc703b24502ff289003610aac5f)
                                          +-- iobroker.vw-connect@0.7.12 (git+ssh://git@github.com/ta2k/ioBroker.vw-connect.git#d59d3f600b8fc35deb9a82ca1da66a285d02ea42)
                                          `-- iobroker.zoe2@0.2.11 (git+ssh://git@github.com/fungus75/ioBroker.zoe2.git#b925f4abcb587c30c919de011271a670667ce915)
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : raspberrypi-dashboard                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.backitup.0               : backitup              : raspberrypi-dashboard                    -  enabled
                                            system.adapter.discovergy.0             : discovergy            : raspberrypi-dashboard                    - disabled
                                            system.adapter.discovery.0              : discovery             : raspberrypi-dashboard                    - disabled
                                          + system.adapter.e3dc-rscp.0              : e3dc-rscp             : raspberrypi-dashboard                    -  enabled
                                            system.adapter.flot.0                   : flot                  : raspberrypi-dashboard                    - disabled
                                          + system.adapter.fritzdect.0              : fritzdect             : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.fronius-solarweb.0       : fronius-solarweb      : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.fronius.0                : fronius               : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.history.0                : history               : raspberrypi-dashboard                    -  enabled
                                            system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi-dashboard                    - disabled
                                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi-dashboard                    - disabled
                                          + system.adapter.javascript.0             : javascript            : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.modbus.0                 : modbus                : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.operating-hours.0        : operating-hours       : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.parser.0                 : parser                : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.renault.0                : renault               : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.s7.0                     : s7                    : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.solarlog.0               : solarlog              : raspberrypi-dashboard                    -  enabled, port: 80
                                          + system.adapter.tibberlink.0             : tibberlink            : raspberrypi-dashboard                    -  enabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi-dashboard                    - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi-dashboard                    - disabled
                                          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi-dashboard                    -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi-dashboard                    - disabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi-dashboard                    - disabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi-dashboard                    - disabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.vw-connect.0             : vw-connect            : raspberrypi-dashboard                    -  enabled
                                          + system.adapter.web.0                    : web                   : raspberrypi-dashboard                    -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.zoe2.0                   : zoe2                  : raspberrypi-dashboard                    -  enabled
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi-dashboard                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.solarlog.0               : solarlog              : raspberrypi-dashboard                    -  enabled, port: 80
                                          + system.adapter.web.0                    : web                   : raspberrypi-dashboard                    -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │ name               │ url                                                     │ auto upgrade │
                                          ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                          │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                          └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): Stable (default)
                                          Upgrade policy: minor
                                          
                                          Installed ioBroker-Adapters
                                          Used repository: Stable (default)
                                          Adapter    "admin"        : 7.6.17   , installed 7.6.17
                                          Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                                          Adapter    "discovergy"   : 0.5.13   , installed 0.5.13
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "e3dc-rscp"    : 1.4.2    , installed 1.4.2
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
                                          Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                                          Adapter    "fronius-solarweb": 0.0.3 , installed 0.1.0
                                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                                          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                          Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                                          Controller "js-controller": 7.0.6    , installed 7.0.6
                                          Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                          Adapter    "operating-hours": 1.3.0  , installed 1.3.0
                                          Adapter    "parser"       : 2.2.4    , installed 2.2.4
                                          Adapter    "s7"           : 1.4.3    , installed 1.4.3
                                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                          Adapter    "solarlog"     : 2.3.0    , installed 2.3.0
                                          Adapter    "tibberlink"   : 5.0.0    , installed 5.0.0
                                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                          Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                          Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "web"          : 7.0.8    , installed 7.0.8
                                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        9525
                                          States:         8156
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:4 http://archive.raspberrypi.org/debian buster InRelease
                                          Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                                          Reading package lists...
                                          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:53            0.0.0.0:*               LISTEN      0          14624      491/connmand
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13574      575/sshd: /usr/sbin
                                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          13546      534/cupsd
                                          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          12275      896/exim4
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       143484     27043/iobroker.js-c
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       143479     27043/iobroker.js-c
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       141875     27065/io.admin.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       143835     27381/io.web.0
                                          tcp6       0      0 ::1:53                  :::*                    LISTEN      0          14628      491/connmand
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          13576      575/sshd: /usr/sbin
                                          tcp6       0      0 ::1:3350                :::*                    LISTEN      0          14522      541/xrdp-sesman
                                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          13545      534/cupsd
                                          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          12276      896/exim4
                                          tcp6       0      0 :::3389                 :::*                    LISTEN      116        13081      568/xrdp
                                          udp        0      0 127.0.0.1:53            0.0.0.0:*                           0          14616      491/connmand
                                          udp        0      0 0.0.0.0:35394           0.0.0.0:*                           0          12130      491/connmand
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12285      440/dhcpcd
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13407      376/avahi-daemon: r
                                          udp        0      0 0.0.0.0:53516           0.0.0.0:*                           108        13409      376/avahi-daemon: r
                                          udp6       0      0 :::546                  :::*                                0          15506      440/dhcpcd
                                          udp6       0      0 ::1:53                  :::*                                0          14620      491/connmand
                                          udp6       0      0 :::5353                 :::*                                108        13408      376/avahi-daemon: r
                                          udp6       0      0 :::47441                :::*                                108        13410      376/avahi-daemon: r
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2025-08-12 13:20:17.288  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:17.289  - info: fritzdect.0 (27278) create Main object DECT_ 113240165432-1 Rauchmelder Garage switch
                                          2025-08-12 13:20:17.909  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:17.909  - info: fritzdect.0 (27278) create Main object DECT_ 139790430399 Taster Tschinkel thermo
                                          2025-08-12 13:20:18.341  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:18.342  - info: fritzdect.0 (27278) create Main object DECT_ 139790456408 Tschinkel Küche thermo.heat
                                          2025-08-12 13:20:18.990  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:18.990  - info: fritzdect.0 (27278) create Main object DECT_ 139790456383 Tschinkel Wohnzimmer thermo.heat
                                          2025-08-12 13:20:19.492  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:19.492  - info: fritzdect.0 (27278) create Main object DECT_ 116300448324 Spülmaschine switch
                                          2025-08-12 13:20:20.039  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:20.039  - info: fritzdect.0 (27278) create Main object DECT_ 152820284349-1 MK Terrassentür switch
                                          2025-08-12 13:20:20.318  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:20.319  - info: fritzdect.0 (27278) create Main object DECT_ 139790786726 Heizung Bad Handtuchhalter thermo.heat
                                          2025-08-12 13:20:21.003  - info: fritzdect.0 (27278) ____________________________________________
                                          2025-08-12 13:20:21.003  - info: fritzdect.0 (27278) create Main object DECT_ 116300480469 Heizstab Heizung Bad switch
                                          2025-08-12 13:20:21.532  - info: fritzdect.0 (27278) finished creating devices/groups (if any)
                                          2025-08-12 13:20:21.532  - info: fritzdect.0 (27278) templates are not used (true)
                                          2025-08-12 13:20:21.533  - info: fritzdect.0 (27278) routines are used(false)
                                          2025-08-12 13:20:21.533  - info: fritzdect.0 (27278) start creating routines
                                          2025-08-12 13:20:21.988  - info: fritzdect.0 (27278) finished creating routines (if any)
                                          2025-08-12 13:20:21.989  - info: fritzdect.0 (27278) start initial updating devices/groups
                                          2025-08-12 13:20:25.629  - info: fritzdect.0 (27278) finished initial updating devices/groups
                                          2025-08-12 13:20:25.629  - info: fritzdect.0 (27278) going over to cyclic polling, messages to poll activity only in debug-mode
                                          2025-08-12 13:20:26.720  - info: vw-connect.0 (27368) No last shorterm trips found. Please check if your car supports shortterm trips. Block fetching for:WVGZZZE29SP503026
                                          
                                          

                                          Die Danger Meldung habe ich gesehen, kann damit jedoch nichts anfangen, bin kein Linux Spezialist, kämpfe mich so durch.

                                          Ich hoffe du kannst mir helfen.

                                          Danke und Gruß, Michael

                                          Mod-Edit
                                          Code-Tags repariert

                                          E3DC S10 Pro, 19,5kWh, 22,2kWp
                                          MyPV Thor9s & ELWA-E
                                          ioBroker mit Vis auf Raspberry Pi 4

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          760

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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