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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Meine Blockly-Skripte funktionieren nach Updates nicht mehr

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.0k

Meine Blockly-Skripte funktionieren nach Updates nicht mehr

Geplant Angeheftet Gesperrt Verschoben Blockly
18 Beiträge 4 Kommentatoren 881 Aufrufe 3 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.
  • T Offline
    T Offline
    Tombir
    schrieb am zuletzt editiert von
    #1

    Hallo,
    gestern habe ich eine ganze Reihe von Adaptern ein Update spendiert, z.B. javascript, zudem den Host JS auf 6.0.11 gebracht.
    Heute habe ich fest gestellt, dass meine, teilweise schon einige Jahre alten Blockly-Skripte nicht mehr laufen bzw. sinnlose Ergebnisse bringen.
    Zum Beispiel funktionieren Zeitpläne nicht mehr. Die Skripte starten zwar, sind aber dann tot oder arbeiten nur einen Teil der Schleife ab. Ich sehe das an den Debug-Infos, die ich regelmäßig eingebaut habe.
    Im Protokoll finde ich einige Error, kann damit aber nicht viel anfangen.

    host.raspberrypi
    	2024-09-09 21:24:59.814	error	instance system.adapter.echarts.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    host.raspberrypi
    	2024-09-09 21:24:59.813	error	Caught by controller[0]: Node.js v18.20.3
    host.raspberrypi
    	2024-09-09 21:24:59.813	error	Caught by controller[0]: }
    host.raspberrypi
    	2024-09-09 21:24:59.813	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.echarts/main.js' ]
    host.raspberrypi
    	2024-09-09 21:24:59.813	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
    host.raspberrypi
    	2024-09-09 21:24:59.813	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {
    host.raspberrypi
    	2024-09-09 21:24:59.813	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
    host.raspberrypi
    	2024-09-09 21:24:59.812	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
    host.raspberrypi
    	2024-09-09 21:24:59.812	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    host.raspberrypi
    	2024-09-09 21:24:59.812	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
    host.raspberrypi
    	2024-09-09 21:24:59.812	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.echarts/main.js:12:21)
    host.raspberrypi
    	2024-09-09 21:24:59.812	error	Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
    host.raspberrypi
    	2024-09-09 21:24:59.812	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
    host.raspberrypi
    	2024-09-09 21:24:59.811	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:981:27)
    host.raspberrypi
    	2024-09-09 21:24:59.811	error	Caught by controller[0]: at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    host.raspberrypi
    	2024-09-09 21:24:59.811	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.echarts/main.js
    host.raspberrypi
    	2024-09-09 21:24:59.811	error	Caught by controller[0]: Require stack:
    host.raspberrypi
    	2024-09-09 21:24:59.811	error	Caught by controller[0]: Error: Cannot find module '@iobroker/adapter-core'
    host.raspberrypi
    	2024-09-09 21:24:59.811	error	Caught by controller[0]: ^
    host.raspberrypi
    	2024-09-09 21:24:59.810	error	Caught by controller[0]: throw err;
    host.raspberrypi
    	2024-09-09 21:24:59.810	error	Caught by controller[0]: node:internal/modules/cjs/loader:1143
    

    Wer kann hier helfen?

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #2

      @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

      Node.js v18.20.3

      Bring das auf nodejs@20.

      iob nodejs-update
      

      Der Rest des Systems schaut nun wie aus?

      iob diag
      

      anschauen.

      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

      T 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

        Node.js v18.20.3

        Bring das auf nodejs@20.

        iob nodejs-update
        

        Der Rest des Systems schaut nun wie aus?

        iob diag
        

        anschauen.

        T Offline
        T Offline
        Tombir
        schrieb am zuletzt editiert von
        #3

        @thomas-braun said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

        Bring das auf nodejs@20.

        Update läuft!

        T 1 Antwort Letzte Antwort
        0
        • T Tombir

          @thomas-braun said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

          Bring das auf nodejs@20.

          Update läuft!

          T Offline
          T Offline
          Tombir
          schrieb am zuletzt editiert von Homoran
          #4

          Update ist durch.
          Leider startet iobroker nicht mehr
          Hier das Ergebnis von iob diag

          ======================= SUMMARY =======================
                                  v.2024-05-22
          
          
             Static hostname: raspberrypi
                   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 (CEST, +0200)
          User-ID:                1000
          Display-Server:         false
          Boot Target:            graphical.target
          
          Pending OS-Updates:     0
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          Pending iob updates:    0
          
          Nodejs-Installation:
          nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
          /usr/bin/nodejs
          nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          /usr/bin/node
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          /usr/bin/npm
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          /usr/bin/npx
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          /usr/bin/corepack
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          
          Recommended versions are nodejs  and npm
          Your nodejs installation is correct
          
          MEMORY:
                        total        used        free      shared  buff/cache   available
          Mem:           3.8G        163M        3.3G        8.0M        400M        3.6G
          Swap:           99M          0B         99M
          Total:         3.9G        163M        3.4G
          
          Active iob-Instances:   0
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          ioBroker Core:          js-controller
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                  admin
          
          node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
          ioBroker Status:
          
          Status admin and web instance:
          
          Objects:                0
          States:                 0
          
          Size of iob-Database:
          
          13M     /opt/iobroker/iobroker-data/objects.jsonl
          3.9M    /opt/iobroker/iobroker-data/objects.json.migrated
          3.9M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
          8.6M    /opt/iobroker/iobroker-data/states.jsonl
          408K    /opt/iobroker/iobroker-data/states.json.migrated
          408K    /opt/iobroker/iobroker-data/states.json.bak.migrated
          0       /opt/iobroker/iobroker-data/states.json.broken
          
          
          
          =================== END OF SUMMARY ====================
          

          === Mark text until here for copying ===

          Thomas BraunT HomoranH Samson71S 3 Antworten Letzte Antwort
          0
          • T Tombir

            Update ist durch.
            Leider startet iobroker nicht mehr
            Hier das Ergebnis von iob diag

            ======================= SUMMARY =======================
                                    v.2024-05-22
            
            
               Static hostname: raspberrypi
                     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 (CEST, +0200)
            User-ID:                1000
            Display-Server:         false
            Boot Target:            graphical.target
            
            Pending OS-Updates:     0
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            Pending iob updates:    0
            
            Nodejs-Installation:
            nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
            /usr/bin/nodejs
            nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            /usr/bin/node
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            /usr/bin/npm
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            /usr/bin/npx
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            /usr/bin/corepack
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            
            Recommended versions are nodejs  and npm
            Your nodejs installation is correct
            
            MEMORY:
                          total        used        free      shared  buff/cache   available
            Mem:           3.8G        163M        3.3G        8.0M        400M        3.6G
            Swap:           99M          0B         99M
            Total:         3.9G        163M        3.4G
            
            Active iob-Instances:   0
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            ioBroker Core:          js-controller
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                    admin
            
            node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
            ioBroker Status:
            
            Status admin and web instance:
            
            Objects:                0
            States:                 0
            
            Size of iob-Database:
            
            13M     /opt/iobroker/iobroker-data/objects.jsonl
            3.9M    /opt/iobroker/iobroker-data/objects.json.migrated
            3.9M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
            8.6M    /opt/iobroker/iobroker-data/states.jsonl
            408K    /opt/iobroker/iobroker-data/states.json.migrated
            408K    /opt/iobroker/iobroker-data/states.json.bak.migrated
            0       /opt/iobroker/iobroker-data/states.json.broken
            
            
            
            =================== END OF SUMMARY ====================
            

            === Mark text until here for copying ===

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

            @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

            buster

            Ist tot, muss durch was lebendiges ersetzt werden.

            iob nodejs-update 18
            

            bringt dich wieder runter.

            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

            T 1 Antwort Letzte Antwort
            0
            • T Tombir

              Update ist durch.
              Leider startet iobroker nicht mehr
              Hier das Ergebnis von iob diag

              ======================= SUMMARY =======================
                                      v.2024-05-22
              
              
                 Static hostname: raspberrypi
                       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 (CEST, +0200)
              User-ID:                1000
              Display-Server:         false
              Boot Target:            graphical.target
              
              Pending OS-Updates:     0
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              Pending iob updates:    0
              
              Nodejs-Installation:
              nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
              /usr/bin/nodejs
              nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              /usr/bin/node
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              /usr/bin/npm
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              /usr/bin/npx
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              /usr/bin/corepack
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              
              Recommended versions are nodejs  and npm
              Your nodejs installation is correct
              
              MEMORY:
                            total        used        free      shared  buff/cache   available
              Mem:           3.8G        163M        3.3G        8.0M        400M        3.6G
              Swap:           99M          0B         99M
              Total:         3.9G        163M        3.4G
              
              Active iob-Instances:   0
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              ioBroker Core:          js-controller
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                      admin
              
              node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
              ioBroker Status:
              
              Status admin and web instance:
              
              Objects:                0
              States:                 0
              
              Size of iob-Database:
              
              13M     /opt/iobroker/iobroker-data/objects.jsonl
              3.9M    /opt/iobroker/iobroker-data/objects.json.migrated
              3.9M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
              8.6M    /opt/iobroker/iobroker-data/states.jsonl
              408K    /opt/iobroker/iobroker-data/states.json.migrated
              408K    /opt/iobroker/iobroker-data/states.json.bak.migrated
              0       /opt/iobroker/iobroker-data/states.json.broken
              
              
              
              =================== END OF SUMMARY ====================
              

              === Mark text until here for copying ===

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

              @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

              Operating System: Raspbian GNU/Linux 10 (buster)

              dieses Betriebssystem ist seit langem tot!

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • T Tombir

                Update ist durch.
                Leider startet iobroker nicht mehr
                Hier das Ergebnis von iob diag

                ======================= SUMMARY =======================
                                        v.2024-05-22
                
                
                   Static hostname: raspberrypi
                         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 (CEST, +0200)
                User-ID:                1000
                Display-Server:         false
                Boot Target:            graphical.target
                
                Pending OS-Updates:     0
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                Pending iob updates:    0
                
                Nodejs-Installation:
                nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                /usr/bin/nodejs
                nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/node
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/npm
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/npx
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/corepack
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                
                Recommended versions are nodejs  and npm
                Your nodejs installation is correct
                
                MEMORY:
                              total        used        free      shared  buff/cache   available
                Mem:           3.8G        163M        3.3G        8.0M        400M        3.6G
                Swap:           99M          0B         99M
                Total:         3.9G        163M        3.4G
                
                Active iob-Instances:   0
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                ioBroker Core:          js-controller
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                        admin
                
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                ioBroker Status:
                
                Status admin and web instance:
                
                Objects:                0
                States:                 0
                
                Size of iob-Database:
                
                13M     /opt/iobroker/iobroker-data/objects.jsonl
                3.9M    /opt/iobroker/iobroker-data/objects.json.migrated
                3.9M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                8.6M    /opt/iobroker/iobroker-data/states.jsonl
                408K    /opt/iobroker/iobroker-data/states.json.migrated
                408K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                0       /opt/iobroker/iobroker-data/states.json.broken
                
                
                
                =================== END OF SUMMARY ====================
                

                === Mark text until here for copying ===

                Samson71S Offline
                Samson71S Offline
                Samson71
                Global Moderator
                schrieb am zuletzt editiert von Samson71
                #7

                @tombir
                Nodejs 20 mit Buster tut nicht. Also so machen wie @Thomas-Braun es geraten hat.

                Und dann auf ein aktuelles Bookworm umsteigen.

                Markus

                Bitte beachten:
                Hinweise für gute Forenbeiträge
                Maßnahmen zum Schutz des Forums

                1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                  buster

                  Ist tot, muss durch was lebendiges ersetzt werden.

                  iob nodejs-update 18
                  

                  bringt dich wieder runter.

                  T Offline
                  T Offline
                  Tombir
                  schrieb am zuletzt editiert von
                  #8

                  @thomas-braun said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                  Ist tot, muss durch was lebendiges ersetzt werden.

                  Danke! Das läuft gerade.

                  Also müsste ich Buster updaten.
                  Habe mich bisher vor der Neuinstallation gefürchtet - ein Update gibt es da ja nicht, oder?

                  Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                  0
                  • T Tombir

                    @thomas-braun said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                    Ist tot, muss durch was lebendiges ersetzt werden.

                    Danke! Das läuft gerade.

                    Also müsste ich Buster updaten.
                    Habe mich bisher vor der Neuinstallation gefürchtet - ein Update gibt es da ja nicht, oder?

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

                    @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                    Also müsste ich Buster updaten.

                    Nix updaten. Raspberry OS 12 'Bookworm' von Grund auf NEUinstallieren. In der 64Bit-Lite-Version.

                    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
                    • T Tombir

                      @thomas-braun said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                      Ist tot, muss durch was lebendiges ersetzt werden.

                      Danke! Das läuft gerade.

                      Also müsste ich Buster updaten.
                      Habe mich bisher vor der Neuinstallation gefürchtet - ein Update gibt es da ja nicht, oder?

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

                      @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                      Also müsste ich Buster updaten.

                      das geht nicht
                      bookwneu installieren und möglichst weit upgedatetes Backup wieder einspielen

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      T 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                        Also müsste ich Buster updaten.

                        das geht nicht
                        bookwneu installieren und möglichst weit upgedatetes Backup wieder einspielen

                        T Offline
                        T Offline
                        Tombir
                        schrieb am zuletzt editiert von
                        #11

                        @homoran said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                        bookwneu installieren und möglichst weit upgedatetes Backup wieder einspielen

                        Du meinst damit sicher ein iobroker-Backup, oder?

                        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • T Tombir

                          @homoran said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                          bookwneu installieren und möglichst weit upgedatetes Backup wieder einspielen

                          Du meinst damit sicher ein iobroker-Backup, oder?

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

                          @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                          ein iobroker-Backup,

                          ja

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          1 Antwort Letzte Antwort
                          0
                          • T Tombir

                            @homoran said in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                            bookwneu installieren und möglichst weit upgedatetes Backup wieder einspielen

                            Du meinst damit sicher ein iobroker-Backup, oder?

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

                            @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                            Du meinst damit sicher ein iobroker-Backup, oder?

                            Ja. Den ioBroker voll durchpatchen, davon ein Backup machen und mit dem ganzen Summs dann in das neue System umziehen.

                            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

                            T 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @tombir sagte in Meine Blockly-Skripte funktionieren nach Updates nicht mehr:

                              Du meinst damit sicher ein iobroker-Backup, oder?

                              Ja. Den ioBroker voll durchpatchen, davon ein Backup machen und mit dem ganzen Summs dann in das neue System umziehen.

                              T Offline
                              T Offline
                              Tombir
                              schrieb am zuletzt editiert von
                              #14

                              iobroker läuft wieder!
                              allerdings auch wieder mir allen Errors.
                              Da muss ich mich wohl einmal in einer ruhigen Stunde an bookworm wagen.

                              Danke für eure Hilfe und die Tipps!

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • T Tombir

                                iobroker läuft wieder!
                                allerdings auch wieder mir allen Errors.
                                Da muss ich mich wohl einmal in einer ruhigen Stunde an bookworm wagen.

                                Danke für eure Hilfe und die Tipps!

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

                                @tombir

                                Und

                                iob diag
                                

                                sagt?

                                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

                                T 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @tombir

                                  Und

                                  iob diag
                                  

                                  sagt?

                                  T Offline
                                  T Offline
                                  Tombir
                                  schrieb am zuletzt editiert von
                                  #16

                                  @thomas-braun
                                  reicht wieder das summary?

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • T Tombir

                                    @thomas-braun
                                    reicht wieder das summary?

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

                                    @tombir

                                    Nein, die Langfassung.

                                    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

                                    T 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @tombir

                                      Nein, die Langfassung.

                                      T Offline
                                      T Offline
                                      Tombir
                                      schrieb am zuletzt editiert von Homoran
                                      #18

                                      @thomas-braun

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

                                      Skript v.2024-05-22
                                      
                                      *** BASE SYSTEM ***
                                         Static hostname: raspberrypi
                                               Icon name: computer
                                        Operating System: Raspbian GNU/Linux 10 (buster)
                                                  Kernel: Linux 5.10.103-v7l+
                                            Architecture: arm
                                      
                                      Model           : Raspberry Pi 4 Model B Rev 1.2
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : armv7l
                                      Userland        : 32 bit
                                      
                                      Systemuptime and Load:
                                       22:06:13 up 21 min,  1 user,  load average: 1.62, 2.20, 1.63
                                      CPU threads: 4
                                      
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      No throttling issues detected.
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Mon 2024-09-09 22:06:13 CEST
                                                 Universal time: Mon 2024-09-09 20:06:13 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 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
                                      Boot Target:    graphical.target
                                      
                                      *** MEMORY ***
                                                    total        used        free      shared  buff/cache   available
                                      Mem:           3.8G        1.1G        1.7G        8.0M        1.0G        2.7G
                                      Swap:           99M          0B         99M
                                      Total:         3.9G        1.1G        1.8G
                                      
                                      Active iob-Instances:   21
                                      
                                               3838 M total memory
                                               1090 M used memory
                                                472 M active memory
                                               1496 M inactive memory
                                               1732 M free memory
                                                185 M buffer memory
                                                830 M swap cache
                                                 99 M total swap
                                                  0 M used swap
                                                 99 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 22:06:14 up 21 min,  1 user,  load average: 1.62, 2.20, 1.63
                                      Tasks: 148 total,   1 running, 147 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  2.9 us,  2.9 sy,  0.0 ni, 94.2 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :   3838.7 total,   1732.9 free,   1090.2 used,   1015.6 buff/cache
                                      MiB Swap:    100.0 total,    100.0 free,      0.0 used.   2671.4 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                      * rc-local.service loaded failed failed /etc/rc.local Compatibility
                                      
                                      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.
                                      
                                      1 loaded units listed. Pass --all to see loaded but inactive units, too.
                                      To show all installed unit files use 'systemctl list-unit-files'.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4       29G   14G   14G  49% /
                                      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:
                                      [Mon Sep  9 21:44:55 2024] 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:20:D4 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=55190a09-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                      [Mon Sep  9 21:44:56 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                      [Mon Sep  9 21:44:56 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Mon Sep  9 21:44:59 2024] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                      
                                      Show mounted filesystems:
                                      TARGET                                SOURCE         FSTYPE     OPTIONS
                                      /                                     /dev/mmcblk0p2 ext4       rw,noatime
                                      |-/dev                                devtmpfs       devtmpfs   rw,relatime,size=1800568k,nr_inodes=84157,mode=755
                                      | |-/dev/shm                          tmpfs          tmpfs      rw,nosuid,nodev
                                      | |-/dev/pts                          devpts         devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                      | `-/dev/mqueue                       mqueue         mqueue     rw,relatime
                                      |-/sys                                sysfs          sysfs      rw,nosuid,nodev,noexec,relatime
                                      | |-/sys/kernel/security              securityfs     securityfs rw,nosuid,nodev,noexec,relatime
                                      | |-/sys/fs/cgroup                    tmpfs          tmpfs      ro,nosuid,nodev,noexec,mode=755
                                      | | |-/sys/fs/cgroup/unified          cgroup2        cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
                                      | | |-/sys/fs/cgroup/systemd          cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                                      | | |-/sys/fs/cgroup/freezer          cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,freezer
                                      | | |-/sys/fs/cgroup/net_cls,net_prio cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                                      | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                                      | | |-/sys/fs/cgroup/devices          cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,devices
                                      | | |-/sys/fs/cgroup/blkio            cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,blkio
                                      | | |-/sys/fs/cgroup/perf_event       cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
                                      | | |-/sys/fs/cgroup/cpuset           cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
                                      | | `-/sys/fs/cgroup/pids             cgroup         cgroup     rw,nosuid,nodev,noexec,relatime,pids
                                      | |-/sys/fs/bpf                       none           bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                                      | |-/sys/kernel/debug                 debugfs        debugfs    rw,relatime
                                      | `-/sys/kernel/config                configfs       configfs   rw,relatime
                                      |-/proc                               proc           proc       rw,relatime
                                      | `-/proc/sys/fs/binfmt_misc          systemd-1      autofs     rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                                      |-/run                                tmpfs          tmpfs      rw,nosuid,nodev,mode=755
                                      | |-/run/lock                         tmpfs          tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                      | |-/run/rpc_pipefs                   sunrpc         rpc_pipefs rw,relatime
                                      | `-/run/user/1000                    tmpfs          tmpfs      rw,nosuid,nodev,relatime,size=393084k,mode=700,uid=1000,gid=1000
                                      `-/boot                               /dev/mmcblk0p1 vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      1005M   /var/
                                      477M    /var/cache
                                      472M    /var/cache/apt
                                      413M    /var/cache/apt/archives
                                      346M    /var/lib
                                      
                                      Archived and active journals take up 8.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      1.3G    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      820M    /opt/iobroker/iobroker-data/
                                      720M    /opt/iobroker/iobroker-data/files
                                      441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                      24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                      24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                      23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                      17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b756fe6.js.map
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      No Devices found 'by-id'
                                      
                                      
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.20.4
                                      /usr/bin/node           v18.20.4
                                      /usr/bin/npm            10.7.0
                                      /usr/bin/npx            10.7.0
                                      /usr/bin/corepack       0.28.0
                                      
                                      
                                      nodejs:
                                        Installed: 18.20.4-1nodesource1
                                        Candidate: 18.20.4-1nodesource1
                                        Version table:
                                       *** 18.20.4-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           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 npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller:  6.0.11
                                      admin:          7.0.23
                                      javascript:     8.7.6
                                      
                                      nodejs modules from github:     0
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        system.adapter.backitup.0               : backitup              : raspberrypi                              - disabled
                                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                      + system.adapter.ds18b20.0                : ds18b20               : raspberrypi                              -  enabled
                                        system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                                        system.adapter.flot.0                   : flot                  : raspberrypi                              -  enabled
                                      + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                                      + system.adapter.fronius-wattpilot.0      : fronius-wattpilot     : raspberrypi                              -  enabled
                                      + system.adapter.fronius-wattpilot.1      : fronius-wattpilot     : raspberrypi                              -  enabled
                                      + system.adapter.fronius.0                : fronius               : raspberrypi                              -  enabled
                                      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                        system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              - disabled, port: 1883
                                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 192.168.178.22
                                      + system.adapter.netatmo.0                : netatmo               : raspberrypi                              -  enabled
                                        system.adapter.ocpp.0                   : ocpp                  : raspberrypi                              - disabled, port: 9220
                                        system.adapter.onvif.0                  : onvif                 : raspberrypi                              - disabled
                                      + system.adapter.parser.0                 : parser                : raspberrypi                              -  enabled
                                      + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                      + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                      + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1884, bind: 192.168.178.22
                                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      ioBroker-Repositories
                                      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                      │ (index) │   name   │                           url                           │ auto upgrade │
                                      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                      │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                                      │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                                      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                      
                                      Active repo(s): stable
                                      Upgrade policy: none
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "admin"        : 7.0.23   , installed 7.0.23
                                      Adapter    "backitup"     : 3.0.22   , installed 3.0.22
                                      Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                      Adapter    "ds18b20"      : 2.0.5    , installed 2.0.5
                                      Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                      Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                      Adapter    "fronius"      : 2.1.1    , installed 2.1.1
                                      Adapter    "fronius-wattpilot": 4.6.3, installed 4.6.3
                                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                                      Adapter    "homekit-controller": 0.5.10, installed 0.5.10
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                      Controller "js-controller": 6.0.11   , installed 6.0.11
                                      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                      Adapter    "mqtt-client"  : 2.0.0    , installed 2.0.0
                                      Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                                      Adapter    "ocpp"         : 0.12.5   , installed 0.12.5
                                      Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                                      Adapter    "parser"       : 2.2.2    , installed 2.2.2
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                      Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                      Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      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:        2318
                                      States:         1778
                                      
                                      *** OS-Repositories and Updates ***
                                      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                      W: Failed to fetch https://repos.influxdata.com/debian/dists/buster/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                      W: Some index files failed to download. They have been ignored, or old ones used instead.
                                      Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                                      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      Get:3 https://repos.influxdata.com/debian buster InRelease [12.9 kB]
                                      Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Err:3 https://repos.influxdata.com/debian buster InRelease
                                        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                      Fetched 12.9 kB in 2s (6051 B/s)
                                      Reading package lists...
                                      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                      W: Failed to fetch https://repos.influxdata.com/debian/dists/buster/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                      W: Some index files failed to download. They have been ignored, or old ones used instead.
                                      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:22              0.0.0.0:*               LISTEN      0          14259      653/sshd
                                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14708      365/influxd
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       48207      3339/io.sonoff.0
                                      tcp        0      0 192.168.178.22:1884     0.0.0.0:*               LISTEN      1001       46484      3288/io.mqtt.0
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       46201      3089/iobroker.js-co
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       45213      3089/iobroker.js-co
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       43798      3110/io.admin.0
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       50205      3531/io.web.0
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      999        17181      365/influxd
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14261      653/sshd
                                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       46542      3306/io.tuya.0
                                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       46543      3306/io.tuya.0
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17077      644/dhcpcd
                                      udp        0      0 0.0.0.0:39564           0.0.0.0:*                           108        15844      332/avahi-daemon: r
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15842      332/avahi-daemon: r
                                      udp6       0      0 :::546                  :::*                                0          17100      644/dhcpcd
                                      udp6       0      0 :::44593                :::*                                108        15845      332/avahi-daemon: r
                                      udp6       0      0 :::5353                 :::*                                108        15843      332/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-09-09 22:05:00.028  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 3.1
                                      2024-09-09 22:05:20.013  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: WW-Merker0
                                      2024-09-09 22:05:20.014  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab AUTO 2
                                      2024-09-09 22:05:20.015  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab aus
                                      2024-09-09 22:05:20.015  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 3.3
                                      2024-09-09 22:05:40.010  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: WW-Merker0
                                      2024-09-09 22:05:40.011  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab AUTO 2
                                      2024-09-09 22:05:40.011  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab aus
                                      2024-09-09 22:05:40.011  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 0.8
                                      2024-09-09 22:06:00.009  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: WW-Merker0
                                      2024-09-09 22:06:00.010  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab AUTO 2
                                      2024-09-09 22:06:00.010  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab aus
                                      2024-09-09 22:06:00.010  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 0.6
                                      2024-09-09 22:06:20.012  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: WW-Merker0
                                      2024-09-09 22:06:20.012  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab AUTO 2
                                      2024-09-09 22:06:20.013  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab aus
                                      2024-09-09 22:06:20.013  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 1
                                      2024-09-09 22:06:40.007  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: WW-Merker0
                                      2024-09-09 22:06:40.008  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab AUTO 2
                                      2024-09-09 22:06:40.008  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab aus
                                      2024-09-09 22:06:40.009  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 2.3
                                      2024-09-09 22:07:00.027  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: WW-Merker0
                                      2024-09-09 22:07:00.028  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab AUTO 2
                                      2024-09-09 22:07:00.029  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Heizstab aus
                                      2024-09-09 22:07:00.029  - info: javascript.0 (3121) script.js.Heizstab_für_Warmwasser: Netzeispeisung kleiner 1500 Watt 0.6
                                      
                                      

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

                                      iob diag has finished.

                                      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

                                      811

                                      Online

                                      32.6k

                                      Benutzer

                                      82.0k

                                      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