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. ioBroker Allgemein
  4. Adapterinstallation Fehlermeldungen aber Code 0

NEWS

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

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

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

Adapterinstallation Fehlermeldungen aber Code 0

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
28 Beiträge 3 Kommentatoren 102 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.
  • G Offline
    G Offline
    guitardoc
    schrieb am zuletzt editiert von
    #1

    Ich bekomme bei der Adapterinstallation die folgenden Fehlermeldungen, der Adapter scheint aber richtig installiert zu sein:

    $ iobroker url ta2k/ioBroker.vw-connect --host iobroker --debug
    install ta2k/ioBroker.vw-connect
    Installing ta2k/ioBroker.vw-connect... (System call)
    gyp info using node@22.21.0 | linux | x64
    (node:3690) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)
    gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
    gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/cpu-features/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.21.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.21.0',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.21.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/cpu-features',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]
    Traceback (most recent call last): File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'
    gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.17.2-1-pvegyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/cpu-featuresgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok
    added 28 packages, and changed 48 packages in 10s263 packages are looking for funding run `npm fund` for details
    upload [2] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/style.css style.css text/css
    Updating objects from io-package.json for adapter "vw-connect" with version "0.7.15"
    Update "system.adapter.vw-connect.0"
    Process exited with code 0
    
    

    Muss ich mir da Gedanken machen?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • G guitardoc

      Ich bekomme bei der Adapterinstallation die folgenden Fehlermeldungen, der Adapter scheint aber richtig installiert zu sein:

      $ iobroker url ta2k/ioBroker.vw-connect --host iobroker --debug
      install ta2k/ioBroker.vw-connect
      Installing ta2k/ioBroker.vw-connect... (System call)
      gyp info using node@22.21.0 | linux | x64
      (node:3690) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)
      gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
      gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/cpu-features/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.21.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.21.0',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.21.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/cpu-features',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]
      Traceback (most recent call last): File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'
      gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.17.2-1-pvegyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/cpu-featuresgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok
      added 28 packages, and changed 48 packages in 10s263 packages are looking for funding run `npm fund` for details
      upload [2] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/style.css style.css text/css
      Updating objects from io-package.json for adapter "vw-connect" with version "0.7.15"
      Update "system.adapter.vw-connect.0"
      Process exited with code 0
      
      

      Muss ich mir da Gedanken machen?

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

      @guitardoc sagte in Adapterinstallation Fehlermeldungen aber Code 0:

      Ich bekomme bei der Adapterinstallation

      Gewöhn dir doch den Mist mit GitHub ab. Das ist KEINE ordentliche Installation. Nimm den Adapter aus einem Repo.

      vw-connect
      github:	0.7.14
      latest:	0.7.13 for 16 days
      stable:	-.-.-
      

      Liegt also im Beta-Repo bereit.
      Die Installation sieht dann auch anders aus:

      $ iobroker add vw-connect auto --host chet --debug
      
      Installing iobroker.vw-connect@0.7.13... (System call)
      
      host.chet install adapter vw-connect
      upload [4] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/admin.d.ts admin.d.ts video/mp2t
      upload [3] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/index_m.html index_m.html text/html
      upload [2] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/style.css style.css text/css
      upload [1] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/vw-connect.png vw-connect.png image/png
      upload [0] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/words.js words.js application/javascript
      Updating objects from io-package.json for adapter "vw-connect" with version "0.7.13"
      host.chet create instance vw-connect
      host.chet object system.adapter.vw-connect.0.alive created
      host.chet object system.adapter.vw-connect.0.connected created
      host.chet object system.adapter.vw-connect.0.compactMode created
      host.chet object system.adapter.vw-connect.0.cpu created
      host.chet object system.adapter.vw-connect.0.cputime created
      host.chet object system.adapter.vw-connect.0.memHeapUsed created
      host.chet object system.adapter.vw-connect.0.memHeapTotal created
      host.chet object system.adapter.vw-connect.0.memRss created
      host.chet object system.adapter.vw-connect.0.uptime created
      host.chet object system.adapter.vw-connect.0.inputCount created
      host.chet object system.adapter.vw-connect.0.outputCount created
      host.chet object system.adapter.vw-connect.0.eventLoopLag created
      host.chet object system.adapter.vw-connect.0.sigKill created
      host.chet object system.adapter.vw-connect.0.logLevel created
      host.chet object vw-connect.0.info created
      host.chet object vw-connect.0.info.connection created
      host.chet Set default value of vw-connect.0.info.connection: false
      host.chet object system.adapter.vw-connect.0 created
      
      Process exited with code 0
      

      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
      • G Offline
        G Offline
        guitardoc
        schrieb am zuletzt editiert von
        #3

        Ich war am Testen der neuen Version, die Version im Beta-Repo lässt kein Login zu (die neuere Version von Github allerdings auch nicht). Sonst installiere ich nicht von Github.

        Thomas BraunT mcm1957M 2 Antworten Letzte Antwort
        0
        • G guitardoc

          Ich war am Testen der neuen Version, die Version im Beta-Repo lässt kein Login zu (die neuere Version von Github allerdings auch nicht). Sonst installiere ich nicht von Github.

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

          @guitardoc

          Joh, siehe:

          https://github.com/TA2k/ioBroker.vw-connect/issues/394

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

          1 Antwort Letzte Antwort
          0
          • G Offline
            G Offline
            guitardoc
            schrieb am zuletzt editiert von
            #5

            Ja, es gibt auch einen Thread hier dazu im Forum. Wollte nur testen, ob es meinen Login auch betrifft (leider ja), da der Adapter unterschiedliche Logins unterstützt.

            Aber eine andere Frage - ich habe das Beta-Repo im ioB Admin ausgewählt, aber da komme ich nicht auf die Version 0.7.13? Da ist bei 0.6.0 Schluss.

            Die installierten Versionen anderer Adapter sind seltsamerweise auch alle größer als die Version im Beta-Repo. Und die habe ich alle von stable installiert. Oder hab ich hier falsche Links drin?

            image.png

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • G guitardoc

              Ja, es gibt auch einen Thread hier dazu im Forum. Wollte nur testen, ob es meinen Login auch betrifft (leider ja), da der Adapter unterschiedliche Logins unterstützt.

              Aber eine andere Frage - ich habe das Beta-Repo im ioB Admin ausgewählt, aber da komme ich nicht auf die Version 0.7.13? Da ist bei 0.6.0 Schluss.

              Die installierten Versionen anderer Adapter sind seltsamerweise auch alle größer als die Version im Beta-Repo. Und die habe ich alle von stable installiert. Oder hab ich hier falsche Links drin?

              image.png

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

              @guitardoc sagte in Adapterinstallation Fehlermeldungen aber Code 0:

              Aber eine andere Frage - ich habe das Beta-Repo im ioB Admin ausgewählt, aber da komme ich nicht auf die Version 0.7.13? Da ist bei 0.6.0 Schluss.

              Repo auch aktualisiert?

              Geht per

              iob update
              

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

              1 Antwort Letzte Antwort
              0
              • G Offline
                G Offline
                guitardoc
                schrieb am zuletzt editiert von
                #7

                Ahhh, verflixt!!! Das vergesse ich jedes Mal! Aaaarrrgh…

                1 Antwort Letzte Antwort
                0
                • G guitardoc

                  Ich war am Testen der neuen Version, die Version im Beta-Repo lässt kein Login zu (die neuere Version von Github allerdings auch nicht). Sonst installiere ich nicht von Github.

                  mcm1957M Online
                  mcm1957M Online
                  mcm1957
                  schrieb am zuletzt editiert von
                  #8

                  @guitardoc sagte in Adapterinstallation Fehlermeldungen aber Code 0:

                  Ich war am Testen der neuen Version, die Version im Beta-Repo lässt kein Login zu (die neuere Version von Github allerdings auch nicht). Sonst installiere ich nicht von Github.

                  Auch für Testinstallation ist eine Installation von Github nicht notwendig wenn der Maintainer eine saubere Versio n zum Testen bereitstellt. Er bracht dazu nur das releasescript aufrufen und kann gerne auch alpha Versionen (also z.B. 1.2.3-alpha.5) erzeugen. Diese sind unmittelbar nach dem Github basierenden Testes und dem an sich automatisch erfolgenden deploy von npm installierbar. Da alpha Versionen auch nicht ins repo kommen stören sie auch keine normalen latest / stable User. Und die Installation erfolgt mit den ganz normalen Mechanismen ohne irgendwelche Extrawürste...

                  Aber ja - ein geringfügig größerer Aufwand ist es halt für den Maintainer...

                  Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                  Support Repositoryverwaltung.

                  Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                  LESEN - gute Forenbeitrage

                  1 Antwort Letzte Antwort
                  0
                  • G Offline
                    G Offline
                    guitardoc
                    schrieb am zuletzt editiert von
                    #9

                    Aber auch jetzt bei der Installation vom Beta-Repo kommen diese seltsamen Fehlermeldungen:

                    $ iobroker upgrade vw-connect@0.7.13 --debug
                    Update vw-connect from @0.7.13 to @0.7.13Uninstall npm packet "iobroker.vw-connect" for a clean re-installation
                    260 packages are looking for funding run `npm fund` for details
                    NPM version: 10.9.4Installing iobroker.vw-connect@0.7.13... (System call)
                    > cpu-features@0.0.10 install> node buildcheck.js > buildcheck.gypi && node-gyp rebuildgyp info it worked if it ends with okgyp info using node-gyp@8.4.1gyp info using node@22.21.0 | linux | x64(node:5777) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/cpu-features/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.21.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.21.0',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.21.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/cpu-features',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]Traceback (most recent call last): File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.17.2-1-pvegyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/cpu-featuresgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok added 29 packages in 6s263 packages are looking for funding run `npm fund` for detailsUpdating objects from io-package.json for adapter "vw-connect" with version "0.7.13"
                    upload [0] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/words.js words.js application/javascript
                    Process exited with code 0
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    1
                    • G guitardoc

                      Aber auch jetzt bei der Installation vom Beta-Repo kommen diese seltsamen Fehlermeldungen:

                      $ iobroker upgrade vw-connect@0.7.13 --debug
                      Update vw-connect from @0.7.13 to @0.7.13Uninstall npm packet "iobroker.vw-connect" for a clean re-installation
                      260 packages are looking for funding run `npm fund` for details
                      NPM version: 10.9.4Installing iobroker.vw-connect@0.7.13... (System call)
                      > cpu-features@0.0.10 install> node buildcheck.js > buildcheck.gypi && node-gyp rebuildgyp info it worked if it ends with okgyp info using node-gyp@8.4.1gyp info using node@22.21.0 | linux | x64(node:5777) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.(Use `node --trace-deprecation ...` to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/cpu-features/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.21.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.21.0',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.21.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/cpu-features',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]Traceback (most recent call last): File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.17.2-1-pvegyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/cpu-featuresgyp ERR! node -v v22.21.0gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok added 29 packages in 6s263 packages are looking for funding run `npm fund` for detailsUpdating objects from io-package.json for adapter "vw-connect" with version "0.7.13"
                      upload [0] vw-connect.admin /opt/iobroker/node_modules/iobroker.vw-connect/admin/words.js words.js application/javascript
                      Process exited with code 0
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #10

                      @guitardoc sagte in Adapterinstallation Fehlermeldungen aber Code 0:

                      Da kann ein Modul nicht gebaut werden, ich vermute
                      cpu-features

                      Das hat mit dem vw-connect aber nichts zu tun, wird aber solange wieder aufgegriffen, bis es da eine Lösung gibt.
                      Deswegen tauchte das auch bei mir nicht auf.

                      Wie schaut das System in Gänze aus?
                      Ausgabe von

                      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

                      1 Antwort Letzte Antwort
                      0
                      • G Offline
                        G Offline
                        guitardoc
                        schrieb am zuletzt editiert von
                        #11

                        Sieht eigentlich ganz OK aus. Die Fehlermeldungen im Log kommen vom Modus-Adapter und VW-Adapter (beide Fehler sind bekannt).

                        Script v.2025-08-09
                        
                        *** BASE SYSTEM ***
                        Operating System: Debian GNU/Linux 13 (trixie)
                         Static hostname: iobroker
                               Icon name: computer-container
                                 Chassis: container ☐
                          Virtualization: lxc
                                  Kernel: Linux 6.17.2-1-pve
                            Architecture: x86-64
                        OS is similar to: 
                        
                        model name	: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
                        Docker          : false
                        Virtualization  : lxc
                        Kernel          : x86_64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         18:52:23 up  4:21,  1 user,  load average: 0.93, 0.83, 0.79
                        CPU threads: 2
                        
                        
                        *** LIFE CYCLE STATUS ***
                        Operating System is the current Debian stable version codenamed 'trixie'!
                        
                        *** TIME AND TIMEZONES ***
                                       Local time: Wed 2025-11-26 18:52:23 CET
                                   Universal time: Wed 2025-11-26 17:52:23 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: inactive
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        mn
                        HOME=/home/mn
                        GROUPS=mn adm dialout sudo users iobroker
                        
                        User that is running 'js-controller':
                        iobroker
                        HOME=/home/iobroker
                        SUDO_HOME=/home/mn
                        GROUPS=iobroker tty dialout audio video plugdev
                        
                        *** DISPLAY-SERVER SETUP ***
                        Display-Server: 	false
                        Unit display-manager.service could not be found.
                        Display-Manager: 	
                        Desktop: 		
                        Session: 		tty
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:             12G        4.0G        7.7G        3.1M        1.3G        8.9G
                        Swap:           536M          0B        536M
                        Total:           13G        4.0G        8.2G
                        
                        Active iob-Instances: 	33
                        
                                12288 M total memory
                                 3768 M used memory
                                 3883 M active memory
                                  899 M inactive memory
                                 7309 M free memory
                                    0 M buffer memory
                                 1212 M swap cache
                                  512 M total swap
                                    0 M used swap
                                  512 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 18:52:23 up  4:21,  1 user,  load average: 0.93, 0.83, 0.79
                        Tasks:  65 total,   1 running,  64 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  9.5 us,  4.8 sy,  0.0 ni, 85.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                        MiB Mem :  12288.0 total,   7308.6 free,   3769.4 used,   1212.8 buff/cache     
                        MiB Swap:    512.0 total,    512.0 free,      0.0 used.   8518.6 avail Mem 
                        
                        *** FAILED SERVICES ***
                        
                          UNIT                    LOAD   ACTIVE SUB    DESCRIPTION
                        * run-rpc_pipefs.mount    loaded failed failed RPC Pipe File System
                        * sys-kernel-config.mount loaded failed failed Kernel Configuration File System
                        
                        Legend: 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 ***
                        dmesg: read kernel buffer failed: Operation not permitted
                        No critical errors detected
                        
                        *** FILESYSTEM ***
                        Filesystem                       Type      Size  Used Avail Use% Mounted on
                        /dev/mapper/pve-vm--100--disk--0 ext4       63G   26G   35G  43% /
                        none                             tmpfs     492K  4.0K  488K   1% /dev
                        /dev/mapper/pve-root             ext4       94G   12G   78G  14% /dev/ttyACM0
                        udev                             devtmpfs   32G     0   32G   0% /dev/tty
                        tmpfs                            tmpfs      32G     0   32G   0% /dev/shm
                        tmpfs                            tmpfs      13G  132K   13G   1% /run
                        tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                        tmpfs                            tmpfs      32G  2.9M   32G   1% /tmp
                        tmpfs                            tmpfs     6.3G  8.0K  6.3G   1% /run/user/1001
                        
                        Messages concerning ext4 filesystem in dmesg:
                        dmesg: read kernel buffer failed: Operation not permitted
                        
                        Show mounted filesystems:
                        TARGET         SOURCE                                                 FSTYPE OPTIONS
                        /              /dev/mapper/pve-vm--100--disk--0                       ext4   rw,relatime,stripe=16
                        `-/dev/ttyACM0 /dev/mapper/pve-root[/var/lib/lxc/101/devices/ttyACM0] ext4   rw,relatime,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        8.5G	/var/
                        7.4G	/var/lib
                        7.3G	/var/lib/mysql
                        7.1G	/var/lib/mysql/DBioBroker
                        990M	/var/log
                        
                        Archived and active journals take up 988M in the file system.
                        
                        /opt/iobroker/backups:
                        9.0G	/opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        843M	/opt/iobroker/iobroker-data/
                        497M	/opt/iobroker/iobroker-data/files
                        162M	/opt/iobroker/iobroker-data/backup-objects
                        92M	/opt/iobroker/iobroker-data/files/vis-2
                        67M	/opt/iobroker/iobroker-data/files/echarts.admin
                        
                        The five largest files in iobroker-data are:
                        150M	/opt/iobroker/iobroker-data/objects.jsonl
                        34M	/opt/iobroker/iobroker-data/states.jsonl
                        30M	/opt/iobroker/iobroker-data/files/notification-manager.admin/build/index.js.map
                        26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                        26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2285504-if00
                        
                        *** ZigBee Settings ***
                        
                        HINT:
                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                        /dev/ttyACM0
                        Zigbee Network Settings on your coordinator/in nvbackup are:
                        
                        zigbee.X
                        Extended Pan ID:
                        *** MASKED ***
                        Pan ID:
                        *** MASKED ***
                        Channel:
                        *** MASKED ***
                        Network Key:
                        *** MASKED ***
                        
                        To unmask the settings run 'iob diag --unmask'
                        
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs 	v22.21.0
                        /usr/bin/node 		v22.21.0
                        /usr/bin/npm 		10.9.4
                        /usr/bin/npx 		10.9.4
                        /usr/bin/corepack 	0.34.0
                        
                        nodejs:
                          Installed: 22.21.0-1nodesource1
                          Candidate: 22.21.0-1nodesource1
                          Version table:
                         *** 22.21.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                100 /var/lib/dpkg/status
                             22.20.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.19.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.17.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.4.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             22.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                             20.19.2+dfsg-1 500
                                500 http://deb.debian.org/debian trixie/main amd64 Packages
                        
                        Temp directories causing deletion problem: 0
                        No problems detected
                        
                        Errors in npm tree: 0
                        No problems detected
                        
                        Checking for nodejs vulnerability:
                        
                        
                         █████  ██      ██           ██████   ██████   ██████  ██████         ██
                        ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                        ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                        ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                        ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                        
                        
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Hosts:
                        iobroker            iobroker (version: 7.0.7, hostname: iobroker      , alive, uptime: 15690)
                        
                        Core adapters versions
                        js-controller: 	7.0.7
                        admin: 		7.7.19
                        javascript: 	9.0.11
                        
                        nodejs modules from github: 	0
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                        + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                        + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                        + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                        + system.adapter.eusec.0                  : eusec                 : iobroker                                 -  enabled
                          system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                        + system.adapter.followthesun.0           : followthesun          : iobroker                                 -  enabled
                        + system.adapter.homeconnect.0            : homeconnect           : iobroker                                 -  enabled
                        + system.adapter.hydrawise.0              : hydrawise             : iobroker                                 -  enabled
                        + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                        + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                        + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                        + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                        + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                        + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                        + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                        + system.adapter.shuttercontrol.1         : shuttercontrol        : iobroker                                 -  enabled
                        + system.adapter.shuttercontrol.2         : shuttercontrol        : iobroker                                 -  enabled
                          system.adapter.solaredge.0              : solaredge             : iobroker                                 -  enabled
                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                        + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                          system.adapter.uv-protect.0             : uv-protect            : iobroker                                 -  enabled
                        + system.adapter.viessmannapi.0           : viessmannapi          : iobroker                                 -  enabled
                          system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                        + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                          system.adapter.vis-map.0                : vis-map               : iobroker                                 - disabled
                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 - disabled
                          system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                        + system.adapter.vw-connect.0             : vw-connect            : iobroker                                 -  enabled
                          system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 -  enabled
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled
                        + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                        + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                        + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                        
                        ioBroker-Repositories
                        ┌─────────┬───────────────┬──────────────────────────────────────────────────────────┬──────────────┐
                        │ (index) │ name          │ url                                                      │ auto upgrade │
                        ├─────────┼───────────────┼──────────────────────────────────────────────────────────┼──────────────┤
                        │ 0       │ 'stable'      │ 'https://download.iobroker.net/sources-dist.json'        │ false        │
                        │ 1       │ 'beta'        │ 'https://download.iobroker.net/sources-dist-latest.json' │ false        │
                        │ 2       │ 'live-stable' │ 'http://iobroker.live/repo/sources-dist.json'            │ false        │
                        │ 3       │ 'live-beta'   │ 'http://iobroker.live/repo/sources-dist-latest.json'     │ false        │
                        └─────────┴───────────────┴──────────────────────────────────────────────────────────┴──────────────┘
                        
                        Active repo(s): stable
                        Upgrade policy: none
                        
                        Installed ioBroker-Adapters
                        Used repository: stable
                        Adapter    "admin"        : 7.7.19   , installed 7.7.19
                        Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                        Adapter    "backitup"     : 3.3.10   , installed 3.3.10
                        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                        Adapter    "eusec"        : 2.0.3    , installed 2.0.3
                        Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                        Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                        Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
                        Adapter    "hydrawise"    : 1.0.2    , installed 1.0.2
                        Adapter    "javascript"   : 9.0.11   , installed 9.0.11
                        Controller "js-controller": 7.0.7    , installed 7.0.7
                        Adapter    "logparser"    : 2.4.0    , installed 2.4.0
                        Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                        Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                        Adapter    "nanoleaf-lightpanels": 1.4.0, installed 1.4.0
                        Adapter    "notification-manager": 1.3.0, installed 1.3.0
                        Adapter    "pvforecast"   : 5.0.0    , installed 5.0.0
                        Adapter    "shelly"       : 10.4.0   , installed 10.4.2-alpha.2
                        Adapter    "shuttercontrol": 2.0.7   , installed 2.0.7
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                        Adapter    "solaredge"    : 1.4.1    , installed 1.4.1
                        Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                        Adapter    "sql"          : 3.0.1    , installed 3.0.1
                        Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                        Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                        Adapter    "uv-protect"   : 0.6.9    , installed 0.6.9
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                        Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                        Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                        Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                        Adapter    "web"          : 7.0.8    , installed 7.0.8
                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                        Adapter    "yahka"        : 1.1.5    , installed 1.1.5
                        Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects: 	96170
                        States: 	79976
                        
                        *** OS-Repositories and Updates ***
                        W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                        Hit:1 http://security.debian.org trixie-security InRelease
                        Hit:2 http://deb.debian.org/debian trixie InRelease
                        Hit:3 http://deb.debian.org/debian trixie-updates InRelease
                        Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                        Reading package lists...
                        W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                        Pending Updates: 0
                        
                        *** Listening Ports ***
                        Active Internet connections (only servers)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                        tcp        0      0 127.0.0.1:44381         0.0.0.0:*               LISTEN      1000       72879191   1036/io.yahka.0     
                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          72861883   1/init              
                        tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1000       72870727   783/io.mqtt.0       
                        tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1000       72870726   783/io.mqtt.0       
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       72879779   861/io.shelly.1     
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       72864848   140/iobroker.js-con 
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       72863795   140/iobroker.js-con 
                        tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1000       72873925   1125/io.sonoff.0    
                        tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      105        72863732   232/mariadbd        
                        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          72863527   348/master          
                        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          72863528   348/master          
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1000       72879343   1173/io.web.0       
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1000       72864231   521/io.admin.0      
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          72861885   1/init              
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          72863180   1/init              
                        tcp6       0      0 :::1984                 :::*                    LISTEN      1000       72879639   1289/go2rtc         
                        tcp6       0      0 :::45397                :::*                    LISTEN      1000       72873856   1036/io.yahka.0     
                        tcp6       0      0 :::8555                 :::*                    LISTEN      1000       72880288   1289/go2rtc         
                        tcp6       0      0 :::8554                 :::*                    LISTEN      1000       72880286   1289/go2rtc         
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       72880018   817/io.shelly.0     
                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       72879468   1029/io.tuya.0      
                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       72879469   1029/io.tuya.0      
                        udp        0      0 0.0.0.0:59799           0.0.0.0:*                           1000       72880277   1140/io.eusec.0     
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          72861884   1/init              
                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       72880476   1337/io.nanoleaf-li 
                        udp        0      0 0.0.0.0:36770           0.0.0.0:*                           1000       72880272   1140/io.eusec.0     
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       72879182   1036/io.yahka.0     
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       72879181   1036/io.yahka.0     
                        udp6       0      0 :::8555                 :::*                                1000       72880289   1289/go2rtc         
                        udp6       0      0 :::111                  :::*                                0          72861886   1/init              
                        
                        *** Log File - Last 25 Lines ***
                        
                        2025-11-26 17:57:40.228  - warn: modbus.0 (766) On error: {"errno":-104,"code":"ECONNRESET","syscall":"read"}
                        2025-11-26 17:57:41.229  - info: modbus.0 (766) Disconnected from slave 192.168.188.90
                        2025-11-26 17:58:41.237  - error: modbus.0 (766) Socket Error
                        2025-11-26 17:58:41.237  - error: modbus.0 (766) Client in error state.
                        2025-11-26 17:58:41.237  - warn: modbus.0 (766) On error: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"192.168.188.90","port":1502}
                        2025-11-26 17:59:42.241  - info: modbus.0 (766) Connected to slave 192.168.188.90
                        2025-11-26 18:00:50.670  - error: vw-connect.0 (4648) Restart adapter
                        2025-11-26 18:01:24.464  - error: vw-connect.0 (5191) Login Failed
                        2025-11-26 18:01:24.464  - error: vw-connect.0 (5191) Restart Adapter in 30min
                        2025-11-26 18:15:38.682  - info: javascript.0 (3276) script.js.common.Beleuchtung.Schalte_Licht_Terrasse_infolge_Insektenschutztür: Terrassenbeleuchtung wird infolge Insektenschutztür eingeschaltet.
                        2025-11-26 18:15:38.684  - info: javascript.0 (3276) script.js.common.Fenster.Kombinationen_der_Kontaktsensoren: Kombination der Kontaktsensoren Wohnzimmer Tür zur Terrasse: true, Auslöser: offen geschlossen/angekippt
                        2025-11-26 18:15:49.577  - info: javascript.0 (3276) script.js.common.Fenster.Kombinationen_der_Kontaktsensoren: Kombination der Kontaktsensoren Wohnzimmer Tür zur Terrasse: false, Auslöser: offen geschlossen/angekippt
                        2025-11-26 18:16:38.682  - info: javascript.0 (3276) script.js.common.Beleuchtung.Schalte_Licht_Terrasse_infolge_Insektenschutztür: Terrassenbeleuchtung infolge Insektenschutztür wird ausgeschaltet.
                        2025-11-26 18:31:24.464  - error: vw-connect.0 (5191) Restart adapter
                        2025-11-26 18:32:04.356  - error: vw-connect.0 (5541) Login Failed
                        2025-11-26 18:32:04.357  - error: vw-connect.0 (5541) Restart Adapter in 30min
                        2025-11-26 18:36:02.406  - error: vw-connect.0 (5658) No Login Form found for type: Id
                        2025-11-26 18:36:02.407  - error: vw-connect.0 (5658) Login Failed
                        2025-11-26 18:36:02.407  - error: vw-connect.0 (5658) Restart Adapter in 30min
                        2025-11-26 18:38:08.210  - info: homeconnect.0 (1114) DISCONNECTED: 011070386308002348
                        2025-11-26 18:38:09.632  - info: homeconnect.0 (1114) 011070386308002348/programs/active/options: HomeAppliance is offline.
                        2025-11-26 18:38:24.450  - info: uv-protect.0 (5808) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.uv-protect, node: v22.21.0, js-controller: 7.0.7
                        2025-11-26 18:38:31.197  - info: uv-protect.0 (5808) Terminated (NO_ERROR): Without reason
                        2025-11-26 18:39:47.205  - info: homeconnect.0 (1114) CONNECTED: 011070386308002348
                        2025-11-26 18:39:48.114  - info: homeconnect.0 (1114) 011070386308002348/programs/active: There is no program active.
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • G guitardoc

                          Sieht eigentlich ganz OK aus. Die Fehlermeldungen im Log kommen vom Modus-Adapter und VW-Adapter (beide Fehler sind bekannt).

                          Script v.2025-08-09
                          
                          *** BASE SYSTEM ***
                          Operating System: Debian GNU/Linux 13 (trixie)
                           Static hostname: iobroker
                                 Icon name: computer-container
                                   Chassis: container ☐
                            Virtualization: lxc
                                    Kernel: Linux 6.17.2-1-pve
                              Architecture: x86-64
                          OS is similar to: 
                          
                          model name	: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
                          Docker          : false
                          Virtualization  : lxc
                          Kernel          : x86_64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           18:52:23 up  4:21,  1 user,  load average: 0.93, 0.83, 0.79
                          CPU threads: 2
                          
                          
                          *** LIFE CYCLE STATUS ***
                          Operating System is the current Debian stable version codenamed 'trixie'!
                          
                          *** TIME AND TIMEZONES ***
                                         Local time: Wed 2025-11-26 18:52:23 CET
                                     Universal time: Wed 2025-11-26 17:52:23 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Berlin (CET, +0100)
                          System clock synchronized: yes
                                        NTP service: inactive
                                    RTC in local TZ: no
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          mn
                          HOME=/home/mn
                          GROUPS=mn adm dialout sudo users iobroker
                          
                          User that is running 'js-controller':
                          iobroker
                          HOME=/home/iobroker
                          SUDO_HOME=/home/mn
                          GROUPS=iobroker tty dialout audio video plugdev
                          
                          *** DISPLAY-SERVER SETUP ***
                          Display-Server: 	false
                          Unit display-manager.service could not be found.
                          Display-Manager: 	
                          Desktop: 		
                          Session: 		tty
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:             12G        4.0G        7.7G        3.1M        1.3G        8.9G
                          Swap:           536M          0B        536M
                          Total:           13G        4.0G        8.2G
                          
                          Active iob-Instances: 	33
                          
                                  12288 M total memory
                                   3768 M used memory
                                   3883 M active memory
                                    899 M inactive memory
                                   7309 M free memory
                                      0 M buffer memory
                                   1212 M swap cache
                                    512 M total swap
                                      0 M used swap
                                    512 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 18:52:23 up  4:21,  1 user,  load average: 0.93, 0.83, 0.79
                          Tasks:  65 total,   1 running,  64 sleeping,   0 stopped,   0 zombie
                          %Cpu(s):  9.5 us,  4.8 sy,  0.0 ni, 85.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                          MiB Mem :  12288.0 total,   7308.6 free,   3769.4 used,   1212.8 buff/cache     
                          MiB Swap:    512.0 total,    512.0 free,      0.0 used.   8518.6 avail Mem 
                          
                          *** FAILED SERVICES ***
                          
                            UNIT                    LOAD   ACTIVE SUB    DESCRIPTION
                          * run-rpc_pipefs.mount    loaded failed failed RPC Pipe File System
                          * sys-kernel-config.mount loaded failed failed Kernel Configuration File System
                          
                          Legend: 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 ***
                          dmesg: read kernel buffer failed: Operation not permitted
                          No critical errors detected
                          
                          *** FILESYSTEM ***
                          Filesystem                       Type      Size  Used Avail Use% Mounted on
                          /dev/mapper/pve-vm--100--disk--0 ext4       63G   26G   35G  43% /
                          none                             tmpfs     492K  4.0K  488K   1% /dev
                          /dev/mapper/pve-root             ext4       94G   12G   78G  14% /dev/ttyACM0
                          udev                             devtmpfs   32G     0   32G   0% /dev/tty
                          tmpfs                            tmpfs      32G     0   32G   0% /dev/shm
                          tmpfs                            tmpfs      13G  132K   13G   1% /run
                          tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                          tmpfs                            tmpfs      32G  2.9M   32G   1% /tmp
                          tmpfs                            tmpfs     6.3G  8.0K  6.3G   1% /run/user/1001
                          
                          Messages concerning ext4 filesystem in dmesg:
                          dmesg: read kernel buffer failed: Operation not permitted
                          
                          Show mounted filesystems:
                          TARGET         SOURCE                                                 FSTYPE OPTIONS
                          /              /dev/mapper/pve-vm--100--disk--0                       ext4   rw,relatime,stripe=16
                          `-/dev/ttyACM0 /dev/mapper/pve-root[/var/lib/lxc/101/devices/ttyACM0] ext4   rw,relatime,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          8.5G	/var/
                          7.4G	/var/lib
                          7.3G	/var/lib/mysql
                          7.1G	/var/lib/mysql/DBioBroker
                          990M	/var/log
                          
                          Archived and active journals take up 988M in the file system.
                          
                          /opt/iobroker/backups:
                          9.0G	/opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          843M	/opt/iobroker/iobroker-data/
                          497M	/opt/iobroker/iobroker-data/files
                          162M	/opt/iobroker/iobroker-data/backup-objects
                          92M	/opt/iobroker/iobroker-data/files/vis-2
                          67M	/opt/iobroker/iobroker-data/files/echarts.admin
                          
                          The five largest files in iobroker-data are:
                          150M	/opt/iobroker/iobroker-data/objects.jsonl
                          34M	/opt/iobroker/iobroker-data/states.jsonl
                          30M	/opt/iobroker/iobroker-data/files/notification-manager.admin/build/index.js.map
                          26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                          26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2285504-if00
                          
                          *** ZigBee Settings ***
                          
                          HINT:
                          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                          /dev/ttyACM0
                          Zigbee Network Settings on your coordinator/in nvbackup are:
                          
                          zigbee.X
                          Extended Pan ID:
                          *** MASKED ***
                          Pan ID:
                          *** MASKED ***
                          Channel:
                          *** MASKED ***
                          Network Key:
                          *** MASKED ***
                          
                          To unmask the settings run 'iob diag --unmask'
                          
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs 	v22.21.0
                          /usr/bin/node 		v22.21.0
                          /usr/bin/npm 		10.9.4
                          /usr/bin/npx 		10.9.4
                          /usr/bin/corepack 	0.34.0
                          
                          nodejs:
                            Installed: 22.21.0-1nodesource1
                            Candidate: 22.21.0-1nodesource1
                            Version table:
                           *** 22.21.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               22.20.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.19.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.18.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.17.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.15.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.13.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.5.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.4.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               22.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                               20.19.2+dfsg-1 500
                                  500 http://deb.debian.org/debian trixie/main amd64 Packages
                          
                          Temp directories causing deletion problem: 0
                          No problems detected
                          
                          Errors in npm tree: 0
                          No problems detected
                          
                          Checking for nodejs vulnerability:
                          
                          
                           █████  ██      ██           ██████   ██████   ██████  ██████         ██
                          ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                          ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                          ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                          ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                          
                          
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Hosts:
                          iobroker            iobroker (version: 7.0.7, hostname: iobroker      , alive, uptime: 15690)
                          
                          Core adapters versions
                          js-controller: 	7.0.7
                          admin: 		7.7.19
                          javascript: 	9.0.11
                          
                          nodejs modules from github: 	0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                          + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                          + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                          + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                          + system.adapter.eusec.0                  : eusec                 : iobroker                                 -  enabled
                            system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                          + system.adapter.followthesun.0           : followthesun          : iobroker                                 -  enabled
                          + system.adapter.homeconnect.0            : homeconnect           : iobroker                                 -  enabled
                          + system.adapter.hydrawise.0              : hydrawise             : iobroker                                 -  enabled
                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                          + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                          + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                          + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                          + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                          + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                          + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                          + system.adapter.shuttercontrol.1         : shuttercontrol        : iobroker                                 -  enabled
                          + system.adapter.shuttercontrol.2         : shuttercontrol        : iobroker                                 -  enabled
                            system.adapter.solaredge.0              : solaredge             : iobroker                                 -  enabled
                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                          + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                            system.adapter.uv-protect.0             : uv-protect            : iobroker                                 -  enabled
                          + system.adapter.viessmannapi.0           : viessmannapi          : iobroker                                 -  enabled
                            system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                          + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                            system.adapter.vis-map.0                : vis-map               : iobroker                                 - disabled
                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 - disabled
                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                          + system.adapter.vw-connect.0             : vw-connect            : iobroker                                 -  enabled
                            system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 -  enabled
                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled
                          + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                          + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                          + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                          
                          ioBroker-Repositories
                          ┌─────────┬───────────────┬──────────────────────────────────────────────────────────┬──────────────┐
                          │ (index) │ name          │ url                                                      │ auto upgrade │
                          ├─────────┼───────────────┼──────────────────────────────────────────────────────────┼──────────────┤
                          │ 0       │ 'stable'      │ 'https://download.iobroker.net/sources-dist.json'        │ false        │
                          │ 1       │ 'beta'        │ 'https://download.iobroker.net/sources-dist-latest.json' │ false        │
                          │ 2       │ 'live-stable' │ 'http://iobroker.live/repo/sources-dist.json'            │ false        │
                          │ 3       │ 'live-beta'   │ 'http://iobroker.live/repo/sources-dist-latest.json'     │ false        │
                          └─────────┴───────────────┴──────────────────────────────────────────────────────────┴──────────────┘
                          
                          Active repo(s): stable
                          Upgrade policy: none
                          
                          Installed ioBroker-Adapters
                          Used repository: stable
                          Adapter    "admin"        : 7.7.19   , installed 7.7.19
                          Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                          Adapter    "backitup"     : 3.3.10   , installed 3.3.10
                          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                          Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                          Adapter    "eusec"        : 2.0.3    , installed 2.0.3
                          Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                          Adapter    "followthesun" : 0.5.2    , installed 0.5.2
                          Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
                          Adapter    "hydrawise"    : 1.0.2    , installed 1.0.2
                          Adapter    "javascript"   : 9.0.11   , installed 9.0.11
                          Controller "js-controller": 7.0.7    , installed 7.0.7
                          Adapter    "logparser"    : 2.4.0    , installed 2.4.0
                          Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                          Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                          Adapter    "nanoleaf-lightpanels": 1.4.0, installed 1.4.0
                          Adapter    "notification-manager": 1.3.0, installed 1.3.0
                          Adapter    "pvforecast"   : 5.0.0    , installed 5.0.0
                          Adapter    "shelly"       : 10.4.0   , installed 10.4.2-alpha.2
                          Adapter    "shuttercontrol": 2.0.7   , installed 2.0.7
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                          Adapter    "solaredge"    : 1.4.1    , installed 1.4.1
                          Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                          Adapter    "sql"          : 3.0.1    , installed 3.0.1
                          Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                          Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                          Adapter    "uv-protect"   : 0.6.9    , installed 0.6.9
                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                          Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                          Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                          Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                          Adapter    "web"          : 7.0.8    , installed 7.0.8
                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                          Adapter    "yahka"        : 1.1.5    , installed 1.1.5
                          Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects: 	96170
                          States: 	79976
                          
                          *** OS-Repositories and Updates ***
                          W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                          Hit:1 http://security.debian.org trixie-security InRelease
                          Hit:2 http://deb.debian.org/debian trixie InRelease
                          Hit:3 http://deb.debian.org/debian trixie-updates InRelease
                          Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                          Reading package lists...
                          W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                          tcp        0      0 127.0.0.1:44381         0.0.0.0:*               LISTEN      1000       72879191   1036/io.yahka.0     
                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          72861883   1/init              
                          tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1000       72870727   783/io.mqtt.0       
                          tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1000       72870726   783/io.mqtt.0       
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       72879779   861/io.shelly.1     
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       72864848   140/iobroker.js-con 
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       72863795   140/iobroker.js-con 
                          tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1000       72873925   1125/io.sonoff.0    
                          tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      105        72863732   232/mariadbd        
                          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          72863527   348/master          
                          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          72863528   348/master          
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1000       72879343   1173/io.web.0       
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       72864231   521/io.admin.0      
                          tcp6       0      0 :::111                  :::*                    LISTEN      0          72861885   1/init              
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          72863180   1/init              
                          tcp6       0      0 :::1984                 :::*                    LISTEN      1000       72879639   1289/go2rtc         
                          tcp6       0      0 :::45397                :::*                    LISTEN      1000       72873856   1036/io.yahka.0     
                          tcp6       0      0 :::8555                 :::*                    LISTEN      1000       72880288   1289/go2rtc         
                          tcp6       0      0 :::8554                 :::*                    LISTEN      1000       72880286   1289/go2rtc         
                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       72880018   817/io.shelly.0     
                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       72879468   1029/io.tuya.0      
                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       72879469   1029/io.tuya.0      
                          udp        0      0 0.0.0.0:59799           0.0.0.0:*                           1000       72880277   1140/io.eusec.0     
                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          72861884   1/init              
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       72880476   1337/io.nanoleaf-li 
                          udp        0      0 0.0.0.0:36770           0.0.0.0:*                           1000       72880272   1140/io.eusec.0     
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       72879182   1036/io.yahka.0     
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       72879181   1036/io.yahka.0     
                          udp6       0      0 :::8555                 :::*                                1000       72880289   1289/go2rtc         
                          udp6       0      0 :::111                  :::*                                0          72861886   1/init              
                          
                          *** Log File - Last 25 Lines ***
                          
                          2025-11-26 17:57:40.228  - warn: modbus.0 (766) On error: {"errno":-104,"code":"ECONNRESET","syscall":"read"}
                          2025-11-26 17:57:41.229  - info: modbus.0 (766) Disconnected from slave 192.168.188.90
                          2025-11-26 17:58:41.237  - error: modbus.0 (766) Socket Error
                          2025-11-26 17:58:41.237  - error: modbus.0 (766) Client in error state.
                          2025-11-26 17:58:41.237  - warn: modbus.0 (766) On error: {"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"192.168.188.90","port":1502}
                          2025-11-26 17:59:42.241  - info: modbus.0 (766) Connected to slave 192.168.188.90
                          2025-11-26 18:00:50.670  - error: vw-connect.0 (4648) Restart adapter
                          2025-11-26 18:01:24.464  - error: vw-connect.0 (5191) Login Failed
                          2025-11-26 18:01:24.464  - error: vw-connect.0 (5191) Restart Adapter in 30min
                          2025-11-26 18:15:38.682  - info: javascript.0 (3276) script.js.common.Beleuchtung.Schalte_Licht_Terrasse_infolge_Insektenschutztür: Terrassenbeleuchtung wird infolge Insektenschutztür eingeschaltet.
                          2025-11-26 18:15:38.684  - info: javascript.0 (3276) script.js.common.Fenster.Kombinationen_der_Kontaktsensoren: Kombination der Kontaktsensoren Wohnzimmer Tür zur Terrasse: true, Auslöser: offen geschlossen/angekippt
                          2025-11-26 18:15:49.577  - info: javascript.0 (3276) script.js.common.Fenster.Kombinationen_der_Kontaktsensoren: Kombination der Kontaktsensoren Wohnzimmer Tür zur Terrasse: false, Auslöser: offen geschlossen/angekippt
                          2025-11-26 18:16:38.682  - info: javascript.0 (3276) script.js.common.Beleuchtung.Schalte_Licht_Terrasse_infolge_Insektenschutztür: Terrassenbeleuchtung infolge Insektenschutztür wird ausgeschaltet.
                          2025-11-26 18:31:24.464  - error: vw-connect.0 (5191) Restart adapter
                          2025-11-26 18:32:04.356  - error: vw-connect.0 (5541) Login Failed
                          2025-11-26 18:32:04.357  - error: vw-connect.0 (5541) Restart Adapter in 30min
                          2025-11-26 18:36:02.406  - error: vw-connect.0 (5658) No Login Form found for type: Id
                          2025-11-26 18:36:02.407  - error: vw-connect.0 (5658) Login Failed
                          2025-11-26 18:36:02.407  - error: vw-connect.0 (5658) Restart Adapter in 30min
                          2025-11-26 18:38:08.210  - info: homeconnect.0 (1114) DISCONNECTED: 011070386308002348
                          2025-11-26 18:38:09.632  - info: homeconnect.0 (1114) 011070386308002348/programs/active/options: HomeAppliance is offline.
                          2025-11-26 18:38:24.450  - info: uv-protect.0 (5808) starting. Version 0.6.9 in /opt/iobroker/node_modules/iobroker.uv-protect, node: v22.21.0, js-controller: 7.0.7
                          2025-11-26 18:38:31.197  - info: uv-protect.0 (5808) Terminated (NO_ERROR): Without reason
                          2025-11-26 18:39:47.205  - info: homeconnect.0 (1114) CONNECTED: 011070386308002348
                          2025-11-26 18:39:48.114  - info: homeconnect.0 (1114) 011070386308002348/programs/active: There is no program active.
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @guitardoc

                          Okay, schau dir den tree an.

                          cd /opt/iobroker 
                          npm ls
                          npm ls cpu-features
                          

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

                          1 Antwort Letzte Antwort
                          0
                          • G Offline
                            G Offline
                            guitardoc
                            schrieb am zuletzt editiert von
                            #13
                            mn@iobroker:~$ cd /opt/iobroker
                            mn@iobroker:/opt/iobroker$ npm ls
                            iobroker.inst@3.0.0 /opt/iobroker
                            +-- iobroker.admin@7.7.19
                            +-- iobroker.alias-manager@2.0.0
                            +-- iobroker.backitup@3.3.10
                            +-- iobroker.cloud@5.0.1
                            +-- iobroker.discovery@5.0.0
                            +-- iobroker.echarts@1.9.2
                            +-- iobroker.eusec@2.0.3
                            +-- iobroker.feiertage@1.2.1
                            +-- iobroker.followthesun@0.5.2
                            +-- iobroker.homeconnect@1.4.3
                            +-- iobroker.hydrawise@1.0.2
                            +-- iobroker.javascript@9.0.11
                            +-- iobroker.js-controller@7.0.7
                            +-- iobroker.logparser@2.4.0
                            +-- iobroker.modbus@6.3.2
                            +-- iobroker.mqtt@6.1.4
                            +-- iobroker.nanoleaf-lightpanels@1.4.0
                            +-- iobroker.notification-manager@1.3.0
                            +-- iobroker.pvforecast@5.0.0
                            +-- iobroker.shelly@10.4.2-alpha.2
                            +-- iobroker.shuttercontrol@2.0.7
                            +-- iobroker.simple-api@2.8.0
                            +-- iobroker.socketio@6.7.1
                            +-- iobroker.solaredge@1.4.1
                            +-- iobroker.sonoff@3.2.1
                            +-- iobroker.sql@3.0.1
                            +-- iobroker.telegram@4.1.0
                            +-- iobroker.tuya@3.16.0
                            +-- iobroker.uv-protect@0.6.9
                            +-- iobroker.viessmannapi@2.4.3
                            +-- iobroker.vis-2-widgets-material@1.4.10
                            +-- iobroker.vis-2@2.13.4
                            +-- iobroker.vis-map@1.1.2
                            +-- iobroker.vis-materialdesign@0.5.9
                            +-- iobroker.vis@1.5.6
                            +-- iobroker.vw-connect@0.7.13
                            +-- iobroker.weatherunderground@3.7.0
                            +-- iobroker.web@7.0.8
                            +-- iobroker.ws@2.6.2
                            +-- iobroker.yahka@1.1.5
                            `-- iobroker.zigbee@3.1.5
                            
                            mn@iobroker:/opt/iobroker$ npm ls cpu-features
                            iobroker.inst@3.0.0 /opt/iobroker
                            `-- (empty)
                            
                            mn@iobroker:/opt/iobroker$ 
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • G guitardoc
                              mn@iobroker:~$ cd /opt/iobroker
                              mn@iobroker:/opt/iobroker$ npm ls
                              iobroker.inst@3.0.0 /opt/iobroker
                              +-- iobroker.admin@7.7.19
                              +-- iobroker.alias-manager@2.0.0
                              +-- iobroker.backitup@3.3.10
                              +-- iobroker.cloud@5.0.1
                              +-- iobroker.discovery@5.0.0
                              +-- iobroker.echarts@1.9.2
                              +-- iobroker.eusec@2.0.3
                              +-- iobroker.feiertage@1.2.1
                              +-- iobroker.followthesun@0.5.2
                              +-- iobroker.homeconnect@1.4.3
                              +-- iobroker.hydrawise@1.0.2
                              +-- iobroker.javascript@9.0.11
                              +-- iobroker.js-controller@7.0.7
                              +-- iobroker.logparser@2.4.0
                              +-- iobroker.modbus@6.3.2
                              +-- iobroker.mqtt@6.1.4
                              +-- iobroker.nanoleaf-lightpanels@1.4.0
                              +-- iobroker.notification-manager@1.3.0
                              +-- iobroker.pvforecast@5.0.0
                              +-- iobroker.shelly@10.4.2-alpha.2
                              +-- iobroker.shuttercontrol@2.0.7
                              +-- iobroker.simple-api@2.8.0
                              +-- iobroker.socketio@6.7.1
                              +-- iobroker.solaredge@1.4.1
                              +-- iobroker.sonoff@3.2.1
                              +-- iobroker.sql@3.0.1
                              +-- iobroker.telegram@4.1.0
                              +-- iobroker.tuya@3.16.0
                              +-- iobroker.uv-protect@0.6.9
                              +-- iobroker.viessmannapi@2.4.3
                              +-- iobroker.vis-2-widgets-material@1.4.10
                              +-- iobroker.vis-2@2.13.4
                              +-- iobroker.vis-map@1.1.2
                              +-- iobroker.vis-materialdesign@0.5.9
                              +-- iobroker.vis@1.5.6
                              +-- iobroker.vw-connect@0.7.13
                              +-- iobroker.weatherunderground@3.7.0
                              +-- iobroker.web@7.0.8
                              +-- iobroker.ws@2.6.2
                              +-- iobroker.yahka@1.1.5
                              `-- iobroker.zigbee@3.1.5
                              
                              mn@iobroker:/opt/iobroker$ npm ls cpu-features
                              iobroker.inst@3.0.0 /opt/iobroker
                              `-- (empty)
                              
                              mn@iobroker:/opt/iobroker$ 
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #14

                              @guitardoc

                              Bei mir liegt das unterhalb vom admin@7.7.20:

                              echad@chet:/opt/iobroker $ npm ls cpu-features
                              iobroker.inst@3.0.0 /opt/iobroker
                              └─┬ iobroker.admin@7.7.20
                                └─┬ @iobroker/plugin-docker@0.1.6
                                  └─┬ dockerode@4.0.9
                                    └─┬ docker-modem@5.0.6
                                      └─┬ ssh2@1.17.0
                                        └── cpu-features@0.0.10
                              
                              echad@chet:/opt/iobroker $ 
                              

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

                              1 Antwort Letzte Antwort
                              0
                              • G Offline
                                G Offline
                                guitardoc
                                schrieb am zuletzt editiert von
                                #15

                                Hmm, das ist wohl irgendwann was schief gelaufen. Ich bin auf Trixie, liegt es daran?
                                Ansonsten - wie kann ich das beheben?

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • G guitardoc

                                  Hmm, das ist wohl irgendwann was schief gelaufen. Ich bin auf Trixie, liegt es daran?
                                  Ansonsten - wie kann ich das beheben?

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

                                  @guitardoc sagte in Adapterinstallation Fehlermeldungen aber Code 0:

                                  Ich bin auf Trixie, liegt es daran?

                                  Nein.

                                  Ansonsten - wie kann ich das beheben?

                                  iob upgrade admin@7.7.19 --host iobroker --debug
                                  

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

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

                                    Gerade nochmal auf meinem Test-System geschaut:

                                    
                                    [thomas@daleth iobroker]$ npm ls cpu-features
                                    iobroker.inst@3.0.0 /opt/iobroker
                                    └─┬ iobroker.admin@7.7.19
                                      └─┬ @iobroker/plugin-docker@0.1.6
                                        └─┬ dockerode@4.0.9
                                          └─┬ docker-modem@5.0.6
                                            └─┬ ssh2@1.17.0
                                              └── cpu-features@0.0.10
                                    
                                    [thomas@daleth iobroker]$ 
                                    

                                    Auch bei admin@7.7.19 war das schon eine Abhängigkeit vom plugin-docker

                                    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
                                    • G Offline
                                      G Offline
                                      guitardoc
                                      schrieb am zuletzt editiert von
                                      #18

                                      Bei mir läuft kein Docker, das System liegt auf einem Proxmox LXC und läuft auf einem headless Debian Trixie.

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • G guitardoc

                                        Bei mir läuft kein Docker, das System liegt auf einem Proxmox LXC und läuft auf einem headless Debian Trixie.

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

                                        @guitardoc sagte in Adapterinstallation Fehlermeldungen aber Code 0:

                                        Bei mir läuft kein Docker, das System liegt auf einem Proxmox LXC und läuft auf einem headless Debian Trixie.

                                        Hier läuft auch kein Docker.

                                        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
                                        • G Offline
                                          G Offline
                                          guitardoc
                                          schrieb am zuletzt editiert von
                                          #20

                                          Ahh, ich dachte, weil da oben was von Docker stand.
                                          Hmm, was kann ich denn nun machen?

                                          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

                                          677

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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