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. Einsteigerfragen
  4. [gelöst] Javascript Adapter stürzt ab

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

[gelöst] Javascript Adapter stürzt ab

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
24 Beiträge 6 Kommentatoren 2.0k Aufrufe 5 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.
  • blue231181B blue231181

    Hallo zusammen,

    Systemdata Bitte Ausfüllen
    Hardwaresystem: Mitac PC
    Arbeitsspeicher: 8GB
    Festplattenart: SSD
    Betriebssystem: Ubuntu
    Node-Version: 19.9.0
    Nodejs-Version: command not found
    NPM-Version: 9.6.3
    Installationsart: Skript

    ich habe seit 3 Tagen das Problem das mein Javascript Adapter in unregelmäßigen Abständen abstürzt.
    Hier der Log dazu:

    2024-01-15 21:07:00.119 - info: host.iobroker instance system.adapter.openweathermap.0 started with pid 253355
    2024-01-15 21:07:05.103 - info: openweathermap.0 (253355) starting. Version 0.4.5 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v19.9.0, js-controller: 5.0.17
    2024-01-15 21:07:24.977 - info: openweathermap.0 (253355) Terminated (NO_ERROR): Without reason
    2024-01-15 21:07:25.513 - info: host.iobroker instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
    2024-01-15 21:09:17.519 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
    2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052324 ms: Scavenge 2042.5 (2081.4) -> 2042.0 (2081.9) MB, 15.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
    2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052350 ms: Scavenge 2043.1 (2081.9) -> 2042.7 (2082.9) MB, 18.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
    2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052376 ms: Scavenge 2043.9 (2082.9) -> 2043.4 (2087.4) MB, 16.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
    2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[1]: 1: 0xbf9890 node::Abort() [io.javascript.0]
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[2]: 2: 0xaf6859 [io.javascript.0]
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[3]: 3: 0xddaf80 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [io.javascript.0]
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[4]: 4: 0xddb336 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [io.javascript.0]
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[5]: 5: 0xfd9db5 [io.javascript.0]
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[6]: 6: 0xfda366 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [io.javascript.0]
    2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[7]: 7: 0xfec656 [io.javascript.0]
    2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[8]: 8: 0xfed295 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
    2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[9]: 9: 0xfef978 v8::internal::Heap::HandleGCRequest() [io.javascript.0]
    2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[10]: 10: 0xf69be7 v8::internal::StackGuard::HandleInterrupts() [io.javascript.0]
    2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[11]: 11: 0x13bd365 v8::internal::Runtime_StackGuard(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
    2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[12]: 12: 0x18443f9 [io.javascript.0]
    2024-01-15 21:09:17.522 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
    2024-01-15 21:09:17.522 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
    2024-01-15 21:09:17.523 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
    2024-01-15 21:09:47.865 - info: host.iobroker instance system.adapter.javascript.0 started with pid 253608
    2024-01-15 21:09:52.402 - info: javascript.0 (253608) starting. Version 7.1.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v19.9.0, js-controller: 5.0.17
    2024-01-15 21:09:55.489 - info: javascript.0 (253608) requesting all states
    2024-01-15 21:09:55.492 - info: javascript.0 (253608) requesting all objects
    2024-01-15 21:10:01.666 - info: javascript.0 (253608) received all objects
    2024-01-15 21:10:03.022 - info: javascript.0 (253608) received all states
    2024-01-15 21:10:03.796 - info: javascript.0 (253608) Start javascript script.js.2021-04-09-scripts.Abfragen.Garagentor_Auf_Fährt_Zu
    

    es wurden keine neuen Scripte erstellt oder geändert.
    System läuft auf einem Proxmox Container unter Ubuntu.

    @iobroker:~# npm -v
    9.6.3
    @iobroker:~# node -v
    v19.9.0
    @iobroker:~# nodejs -v
    -bash: nodejs: command not found
    @iobroker:~# iob status
    iobroker is running on this host.
    Objects type: jsonl
    States  type: jsonl
    

    Danke im voraus und viele Grüße

    haus-automatisierungH Online
    haus-automatisierungH Online
    haus-automatisierung
    Developer Most Active
    schrieb am zuletzt editiert von
    #3

    Für die nodejs und npm version wirst du gleich auf die Finger bekommen :) Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!

    🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
    🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
    📚 Meine inoffizielle ioBroker Dokumentation

    CodierknechtC 1 Antwort Letzte Antwort
    3
    • blue231181B blue231181

      Hallo zusammen,

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Mitac PC
      Arbeitsspeicher: 8GB
      Festplattenart: SSD
      Betriebssystem: Ubuntu
      Node-Version: 19.9.0
      Nodejs-Version: command not found
      NPM-Version: 9.6.3
      Installationsart: Skript

      ich habe seit 3 Tagen das Problem das mein Javascript Adapter in unregelmäßigen Abständen abstürzt.
      Hier der Log dazu:

      2024-01-15 21:07:00.119 - info: host.iobroker instance system.adapter.openweathermap.0 started with pid 253355
      2024-01-15 21:07:05.103 - info: openweathermap.0 (253355) starting. Version 0.4.5 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v19.9.0, js-controller: 5.0.17
      2024-01-15 21:07:24.977 - info: openweathermap.0 (253355) Terminated (NO_ERROR): Without reason
      2024-01-15 21:07:25.513 - info: host.iobroker instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
      2024-01-15 21:09:17.519 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
      2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052324 ms: Scavenge 2042.5 (2081.4) -> 2042.0 (2081.9) MB, 15.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
      2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052350 ms: Scavenge 2043.1 (2081.9) -> 2042.7 (2082.9) MB, 18.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
      2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052376 ms: Scavenge 2043.9 (2082.9) -> 2043.4 (2087.4) MB, 16.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
      2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[1]: 1: 0xbf9890 node::Abort() [io.javascript.0]
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[2]: 2: 0xaf6859 [io.javascript.0]
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[3]: 3: 0xddaf80 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [io.javascript.0]
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[4]: 4: 0xddb336 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [io.javascript.0]
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[5]: 5: 0xfd9db5 [io.javascript.0]
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[6]: 6: 0xfda366 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [io.javascript.0]
      2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[7]: 7: 0xfec656 [io.javascript.0]
      2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[8]: 8: 0xfed295 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
      2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[9]: 9: 0xfef978 v8::internal::Heap::HandleGCRequest() [io.javascript.0]
      2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[10]: 10: 0xf69be7 v8::internal::StackGuard::HandleInterrupts() [io.javascript.0]
      2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[11]: 11: 0x13bd365 v8::internal::Runtime_StackGuard(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
      2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[12]: 12: 0x18443f9 [io.javascript.0]
      2024-01-15 21:09:17.522 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
      2024-01-15 21:09:17.522 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
      2024-01-15 21:09:17.523 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
      2024-01-15 21:09:47.865 - info: host.iobroker instance system.adapter.javascript.0 started with pid 253608
      2024-01-15 21:09:52.402 - info: javascript.0 (253608) starting. Version 7.1.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v19.9.0, js-controller: 5.0.17
      2024-01-15 21:09:55.489 - info: javascript.0 (253608) requesting all states
      2024-01-15 21:09:55.492 - info: javascript.0 (253608) requesting all objects
      2024-01-15 21:10:01.666 - info: javascript.0 (253608) received all objects
      2024-01-15 21:10:03.022 - info: javascript.0 (253608) received all states
      2024-01-15 21:10:03.796 - info: javascript.0 (253608) Start javascript script.js.2021-04-09-scripts.Abfragen.Garagentor_Auf_Fährt_Zu
      

      es wurden keine neuen Scripte erstellt oder geändert.
      System läuft auf einem Proxmox Container unter Ubuntu.

      @iobroker:~# npm -v
      9.6.3
      @iobroker:~# node -v
      v19.9.0
      @iobroker:~# nodejs -v
      -bash: nodejs: command not found
      @iobroker:~# iob status
      iobroker is running on this host.
      Objects type: jsonl
      States  type: jsonl
      

      Danke im voraus und viele Grüße

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

      @blue231181 sagte in Javascript Adapter stürzt ab:

      v19.9.0

      wie kommst du denn an das krumme Ding?

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

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

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

      1 Antwort Letzte Antwort
      1
      • haus-automatisierungH haus-automatisierung

        Für die nodejs und npm version wirst du gleich auf die Finger bekommen :) Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!

        CodierknechtC Online
        CodierknechtC Online
        Codierknecht
        Developer Most Active
        schrieb am zuletzt editiert von
        #5

        @haus-automatisierung sagte in Javascript Adapter stürzt ab:

        Für die nodejs und npm version wirst du gleich auf die Finger bekommen

        3 ... 2 ... 1 :grin:

        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
        HmIP|ZigBee|Tasmota|Unifi
        Zabbix Certified Specialist
        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

        1 Antwort Letzte Antwort
        1
        • blue231181B blue231181

          Hallo zusammen,

          Systemdata Bitte Ausfüllen
          Hardwaresystem: Mitac PC
          Arbeitsspeicher: 8GB
          Festplattenart: SSD
          Betriebssystem: Ubuntu
          Node-Version: 19.9.0
          Nodejs-Version: command not found
          NPM-Version: 9.6.3
          Installationsart: Skript

          ich habe seit 3 Tagen das Problem das mein Javascript Adapter in unregelmäßigen Abständen abstürzt.
          Hier der Log dazu:

          2024-01-15 21:07:00.119 - info: host.iobroker instance system.adapter.openweathermap.0 started with pid 253355
          2024-01-15 21:07:05.103 - info: openweathermap.0 (253355) starting. Version 0.4.5 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v19.9.0, js-controller: 5.0.17
          2024-01-15 21:07:24.977 - info: openweathermap.0 (253355) Terminated (NO_ERROR): Without reason
          2024-01-15 21:07:25.513 - info: host.iobroker instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
          2024-01-15 21:09:17.519 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
          2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052324 ms: Scavenge 2042.5 (2081.4) -> 2042.0 (2081.9) MB, 15.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
          2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052350 ms: Scavenge 2043.1 (2081.9) -> 2042.7 (2082.9) MB, 18.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
          2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: [241690:0x6791ae0] 8052376 ms: Scavenge 2043.9 (2082.9) -> 2043.4 (2087.4) MB, 16.4 / 0.0 ms (average mu = 0.182, current mu = 0.201) allocation failure;
          2024-01-15 21:09:17.520 - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[1]: 1: 0xbf9890 node::Abort() [io.javascript.0]
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[2]: 2: 0xaf6859 [io.javascript.0]
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[3]: 3: 0xddaf80 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [io.javascript.0]
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[4]: 4: 0xddb336 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [io.javascript.0]
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[5]: 5: 0xfd9db5 [io.javascript.0]
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[6]: 6: 0xfda366 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [io.javascript.0]
          2024-01-15 21:09:17.521 - error: host.iobroker Caught by controller[7]: 7: 0xfec656 [io.javascript.0]
          2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[8]: 8: 0xfed295 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
          2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[9]: 9: 0xfef978 v8::internal::Heap::HandleGCRequest() [io.javascript.0]
          2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[10]: 10: 0xf69be7 v8::internal::StackGuard::HandleInterrupts() [io.javascript.0]
          2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[11]: 11: 0x13bd365 v8::internal::Runtime_StackGuard(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
          2024-01-15 21:09:17.522 - error: host.iobroker Caught by controller[12]: 12: 0x18443f9 [io.javascript.0]
          2024-01-15 21:09:17.522 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
          2024-01-15 21:09:17.522 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
          2024-01-15 21:09:17.523 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
          2024-01-15 21:09:47.865 - info: host.iobroker instance system.adapter.javascript.0 started with pid 253608
          2024-01-15 21:09:52.402 - info: javascript.0 (253608) starting. Version 7.1.6 in /opt/iobroker/node_modules/iobroker.javascript, node: v19.9.0, js-controller: 5.0.17
          2024-01-15 21:09:55.489 - info: javascript.0 (253608) requesting all states
          2024-01-15 21:09:55.492 - info: javascript.0 (253608) requesting all objects
          2024-01-15 21:10:01.666 - info: javascript.0 (253608) received all objects
          2024-01-15 21:10:03.022 - info: javascript.0 (253608) received all states
          2024-01-15 21:10:03.796 - info: javascript.0 (253608) Start javascript script.js.2021-04-09-scripts.Abfragen.Garagentor_Auf_Fährt_Zu
          

          es wurden keine neuen Scripte erstellt oder geändert.
          System läuft auf einem Proxmox Container unter Ubuntu.

          @iobroker:~# npm -v
          9.6.3
          @iobroker:~# node -v
          v19.9.0
          @iobroker:~# nodejs -v
          -bash: nodejs: command not found
          @iobroker:~# iob status
          iobroker is running on this host.
          Objects type: jsonl
          States  type: jsonl
          

          Danke im voraus und viele Grüße

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

          @blue231181

          NICHT als root herumhampeln. (Auch wenn du den verschämt löschst sieht man das noch...)

          Als USER!:

          iob nodejs-update 18
          

          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
          2
          • blue231181B Offline
            blue231181B Offline
            blue231181
            schrieb am zuletzt editiert von
            #7

            @thomas-braun
            @Codierknecht
            @haus-automatisierung (wow ich glaubs nicht mein persönlicher youtube Held :heartbeat: :flushed: , danke für all die genialen Videos und super Erklärungen)
            @Homoran
            euch allen Danke erstmal das ihr hier im Forum so aktiv seid und es zu dem macht was ioBroker ausmacht

            @Codierknecht ich habe einen neuen Benutzer angelegt. @Thomas-Braun hat recht ich habe es zu meiner Schande schön verstecken wollen. Nun mit dem neuen Benutzer kommt folgende Meldung:

            Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh' as iobroker on iobroker.local.
            

            Also habe ich das folgende durchgelesen: ioBroker Forum diag-skript was ich feststellen musste, von @Thomas-Braun entwickelt wurde. Hier hat Thomas wohl auch die LXC Container (Proxmox) mit auslesen können.
            Nun habe ich mal meine Version überprüft und folgendes ist heraus gekommen:

            blue2311@iobroker:~$ cat /etc/*release
            PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
            NAME="Debian GNU/Linux"
            VERSION_ID="11"
            VERSION="11 (bullseye)"
            VERSION_CODENAME=bullseye
            ID=debian
            HOME_URL="https://www.debian.org/"
            SUPPORT_URL="https://www.debian.org/support"
            BUG_REPORT_URL="https://bugs.debian.org/"
            

            Also muss ich zu meiner weiteren Schande gestehen das es kein Ubuntu System ist, sondern ein Bullseye 11 Debian.
            @haus-automatisierung "Für die nodejs und npm version wirst du gleich auf die Finger bekommen 🙂 Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!" mit "apt-get" konnte ich diverse updates fahren..

            "Für die nodejs und npm version wirst du gleich auf die Finger bekommen" bitte nicht. Ich bin kein entwickler, hab auch niemals Informatiker gelernt aber mir macht es als Hobby Spass und ich bin unendlich dankbar hier im Forum immer wieder auf so nette und hilfsbereite Menschen zu treffen. Also nicht hauen :confounded:

            und zu guter letzt @Thomas-Braun:

            blue2311@iobroker:~$ iob nodejs-update 18
            [sudo] password for blue2311: 
            Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/node-update.sh --output /home/iobroker/.nodejs-update.sh' as iobroker on iobroker.local.
            

            :confused:

            Thomas BraunT HomoranH haus-automatisierungH 4 Antworten Letzte Antwort
            0
            • blue231181B blue231181

              @thomas-braun
              @Codierknecht
              @haus-automatisierung (wow ich glaubs nicht mein persönlicher youtube Held :heartbeat: :flushed: , danke für all die genialen Videos und super Erklärungen)
              @Homoran
              euch allen Danke erstmal das ihr hier im Forum so aktiv seid und es zu dem macht was ioBroker ausmacht

              @Codierknecht ich habe einen neuen Benutzer angelegt. @Thomas-Braun hat recht ich habe es zu meiner Schande schön verstecken wollen. Nun mit dem neuen Benutzer kommt folgende Meldung:

              Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh' as iobroker on iobroker.local.
              

              Also habe ich das folgende durchgelesen: ioBroker Forum diag-skript was ich feststellen musste, von @Thomas-Braun entwickelt wurde. Hier hat Thomas wohl auch die LXC Container (Proxmox) mit auslesen können.
              Nun habe ich mal meine Version überprüft und folgendes ist heraus gekommen:

              blue2311@iobroker:~$ cat /etc/*release
              PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
              NAME="Debian GNU/Linux"
              VERSION_ID="11"
              VERSION="11 (bullseye)"
              VERSION_CODENAME=bullseye
              ID=debian
              HOME_URL="https://www.debian.org/"
              SUPPORT_URL="https://www.debian.org/support"
              BUG_REPORT_URL="https://bugs.debian.org/"
              

              Also muss ich zu meiner weiteren Schande gestehen das es kein Ubuntu System ist, sondern ein Bullseye 11 Debian.
              @haus-automatisierung "Für die nodejs und npm version wirst du gleich auf die Finger bekommen 🙂 Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!" mit "apt-get" konnte ich diverse updates fahren..

              "Für die nodejs und npm version wirst du gleich auf die Finger bekommen" bitte nicht. Ich bin kein entwickler, hab auch niemals Informatiker gelernt aber mir macht es als Hobby Spass und ich bin unendlich dankbar hier im Forum immer wieder auf so nette und hilfsbereite Menschen zu treffen. Also nicht hauen :confounded:

              und zu guter letzt @Thomas-Braun:

              blue2311@iobroker:~$ iob nodejs-update 18
              [sudo] password for blue2311: 
              Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/node-update.sh --output /home/iobroker/.nodejs-update.sh' as iobroker on iobroker.local.
              

              :confused:

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

              @blue231181 sagte in Javascript Adapter stürzt ab:

              blue2311

              Dann ist der user nicht in den rudimentärsten Gruppen drin.

              Als dieser User:

              groups
              

              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
              • blue231181B blue231181

                @thomas-braun
                @Codierknecht
                @haus-automatisierung (wow ich glaubs nicht mein persönlicher youtube Held :heartbeat: :flushed: , danke für all die genialen Videos und super Erklärungen)
                @Homoran
                euch allen Danke erstmal das ihr hier im Forum so aktiv seid und es zu dem macht was ioBroker ausmacht

                @Codierknecht ich habe einen neuen Benutzer angelegt. @Thomas-Braun hat recht ich habe es zu meiner Schande schön verstecken wollen. Nun mit dem neuen Benutzer kommt folgende Meldung:

                Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh' as iobroker on iobroker.local.
                

                Also habe ich das folgende durchgelesen: ioBroker Forum diag-skript was ich feststellen musste, von @Thomas-Braun entwickelt wurde. Hier hat Thomas wohl auch die LXC Container (Proxmox) mit auslesen können.
                Nun habe ich mal meine Version überprüft und folgendes ist heraus gekommen:

                blue2311@iobroker:~$ cat /etc/*release
                PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                NAME="Debian GNU/Linux"
                VERSION_ID="11"
                VERSION="11 (bullseye)"
                VERSION_CODENAME=bullseye
                ID=debian
                HOME_URL="https://www.debian.org/"
                SUPPORT_URL="https://www.debian.org/support"
                BUG_REPORT_URL="https://bugs.debian.org/"
                

                Also muss ich zu meiner weiteren Schande gestehen das es kein Ubuntu System ist, sondern ein Bullseye 11 Debian.
                @haus-automatisierung "Für die nodejs und npm version wirst du gleich auf die Finger bekommen 🙂 Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!" mit "apt-get" konnte ich diverse updates fahren..

                "Für die nodejs und npm version wirst du gleich auf die Finger bekommen" bitte nicht. Ich bin kein entwickler, hab auch niemals Informatiker gelernt aber mir macht es als Hobby Spass und ich bin unendlich dankbar hier im Forum immer wieder auf so nette und hilfsbereite Menschen zu treffen. Also nicht hauen :confounded:

                und zu guter letzt @Thomas-Braun:

                blue2311@iobroker:~$ iob nodejs-update 18
                [sudo] password for blue2311: 
                Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/node-update.sh --output /home/iobroker/.nodejs-update.sh' as iobroker on iobroker.local.
                

                :confused:

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

                @blue231181 sagte in Javascript Adapter stürzt ab:

                Ich bin kein entwickler, hab auch niemals Informatiker gelernt

                das gilt hier für >90% der User.

                @blue231181 sagte in Javascript Adapter stürzt ab:

                mit "apt-get" konnte ich diverse updates fahren..

                aber node v19 kommt dann üblicherweise nicht bei raus

                @blue231181 sagte in Javascript Adapter stürzt ab:

                ich habe es zu meiner Schande schön verstecken wollen. Nun mit dem neuen Benutzer kommt folgende Meldung:

                das ist das Problem wenn nicht von Anfang an mit dem User gearbeitet wird, dann hat er nicht automatisch die notwendigen Rechte und/oder die Nutzung von Root hat gewisse Rechte verbogen, dass der Systemuser iobroker und dein neuer User da nicht dran dürfen.

                Erschwerend kommt dein Konstrukt mit Container dazu, wo wiederum zusätzlich Dinge richtig eingestellt sein müssen

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

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

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

                1 Antwort Letzte Antwort
                1
                • blue231181B blue231181

                  @thomas-braun
                  @Codierknecht
                  @haus-automatisierung (wow ich glaubs nicht mein persönlicher youtube Held :heartbeat: :flushed: , danke für all die genialen Videos und super Erklärungen)
                  @Homoran
                  euch allen Danke erstmal das ihr hier im Forum so aktiv seid und es zu dem macht was ioBroker ausmacht

                  @Codierknecht ich habe einen neuen Benutzer angelegt. @Thomas-Braun hat recht ich habe es zu meiner Schande schön verstecken wollen. Nun mit dem neuen Benutzer kommt folgende Meldung:

                  Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh' as iobroker on iobroker.local.
                  

                  Also habe ich das folgende durchgelesen: ioBroker Forum diag-skript was ich feststellen musste, von @Thomas-Braun entwickelt wurde. Hier hat Thomas wohl auch die LXC Container (Proxmox) mit auslesen können.
                  Nun habe ich mal meine Version überprüft und folgendes ist heraus gekommen:

                  blue2311@iobroker:~$ cat /etc/*release
                  PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                  NAME="Debian GNU/Linux"
                  VERSION_ID="11"
                  VERSION="11 (bullseye)"
                  VERSION_CODENAME=bullseye
                  ID=debian
                  HOME_URL="https://www.debian.org/"
                  SUPPORT_URL="https://www.debian.org/support"
                  BUG_REPORT_URL="https://bugs.debian.org/"
                  

                  Also muss ich zu meiner weiteren Schande gestehen das es kein Ubuntu System ist, sondern ein Bullseye 11 Debian.
                  @haus-automatisierung "Für die nodejs und npm version wirst du gleich auf die Finger bekommen 🙂 Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!" mit "apt-get" konnte ich diverse updates fahren..

                  "Für die nodejs und npm version wirst du gleich auf die Finger bekommen" bitte nicht. Ich bin kein entwickler, hab auch niemals Informatiker gelernt aber mir macht es als Hobby Spass und ich bin unendlich dankbar hier im Forum immer wieder auf so nette und hilfsbereite Menschen zu treffen. Also nicht hauen :confounded:

                  und zu guter letzt @Thomas-Braun:

                  blue2311@iobroker:~$ iob nodejs-update 18
                  [sudo] password for blue2311: 
                  Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/node-update.sh --output /home/iobroker/.nodejs-update.sh' as iobroker on iobroker.local.
                  

                  :confused:

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

                  @blue231181

                  In der Doku steht auch drin, wie man im Container einen user anlegt:

                  https://www.iobroker.net/#de/documentation/install/proxmox.md

                  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

                  blue231181B 1 Antwort Letzte Antwort
                  1
                  • Thomas BraunT Thomas Braun

                    @blue231181

                    In der Doku steht auch drin, wie man im Container einen user anlegt:

                    https://www.iobroker.net/#de/documentation/install/proxmox.md

                    blue231181B Offline
                    blue231181B Offline
                    blue231181
                    schrieb am zuletzt editiert von
                    #11

                    @thomas-braun @Homoran also wäre eine Neuinstallation mit einspielen des Backups am sinnvollsten wenn so viel schief liegt?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • blue231181B blue231181

                      @thomas-braun @Homoran also wäre eine Neuinstallation mit einspielen des Backups am sinnvollsten wenn so viel schief liegt?

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

                      @blue231181 sagte in Javascript Adapter stürzt ab:

                      also wäre eine Neuinstallation mit einspielen des Backups am sinnvollsten wenn so viel schief liegt?

                      Das musst du selber entscheiden.

                      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

                      blue231181B 1 Antwort Letzte Antwort
                      1
                      • Thomas BraunT Thomas Braun

                        @blue231181 sagte in Javascript Adapter stürzt ab:

                        also wäre eine Neuinstallation mit einspielen des Backups am sinnvollsten wenn so viel schief liegt?

                        Das musst du selber entscheiden.

                        blue231181B Offline
                        blue231181B Offline
                        blue231181
                        schrieb am zuletzt editiert von
                        #13

                        @thomas-braun ja ich versuchs mit Neuinstallation bevor ich das krumme System anpasse

                        Danke an alle

                        1 Antwort Letzte Antwort
                        0
                        • blue231181B blue231181

                          @thomas-braun
                          @Codierknecht
                          @haus-automatisierung (wow ich glaubs nicht mein persönlicher youtube Held :heartbeat: :flushed: , danke für all die genialen Videos und super Erklärungen)
                          @Homoran
                          euch allen Danke erstmal das ihr hier im Forum so aktiv seid und es zu dem macht was ioBroker ausmacht

                          @Codierknecht ich habe einen neuen Benutzer angelegt. @Thomas-Braun hat recht ich habe es zu meiner Schande schön verstecken wollen. Nun mit dem neuen Benutzer kommt folgende Meldung:

                          Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/diag.sh --output /home/iobroker/.diag.sh' as iobroker on iobroker.local.
                          

                          Also habe ich das folgende durchgelesen: ioBroker Forum diag-skript was ich feststellen musste, von @Thomas-Braun entwickelt wurde. Hier hat Thomas wohl auch die LXC Container (Proxmox) mit auslesen können.
                          Nun habe ich mal meine Version überprüft und folgendes ist heraus gekommen:

                          blue2311@iobroker:~$ cat /etc/*release
                          PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                          NAME="Debian GNU/Linux"
                          VERSION_ID="11"
                          VERSION="11 (bullseye)"
                          VERSION_CODENAME=bullseye
                          ID=debian
                          HOME_URL="https://www.debian.org/"
                          SUPPORT_URL="https://www.debian.org/support"
                          BUG_REPORT_URL="https://bugs.debian.org/"
                          

                          Also muss ich zu meiner weiteren Schande gestehen das es kein Ubuntu System ist, sondern ein Bullseye 11 Debian.
                          @haus-automatisierung "Für die nodejs und npm version wirst du gleich auf die Finger bekommen 🙂 Zieh das erstmal gerade. Wie ist das nodejs auf das System gekommen? Wahrscheinlich nicht über apt?!" mit "apt-get" konnte ich diverse updates fahren..

                          "Für die nodejs und npm version wirst du gleich auf die Finger bekommen" bitte nicht. Ich bin kein entwickler, hab auch niemals Informatiker gelernt aber mir macht es als Hobby Spass und ich bin unendlich dankbar hier im Forum immer wieder auf so nette und hilfsbereite Menschen zu treffen. Also nicht hauen :confounded:

                          und zu guter letzt @Thomas-Braun:

                          blue2311@iobroker:~$ iob nodejs-update 18
                          [sudo] password for blue2311: 
                          Sorry, user blue2311 is not allowed to execute '/usr/bin/curl -sLf https://iobroker.net/node-update.sh --output /home/iobroker/.nodejs-update.sh' as iobroker on iobroker.local.
                          

                          :confused:

                          haus-automatisierungH Online
                          haus-automatisierungH Online
                          haus-automatisierung
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #14

                          @blue231181 sagte in [gelöst] Javascript Adapter stürzt ab:

                          danke für all die genialen Videos und super Erklärungen

                          Gern, dort habe ich übrigens auch gezeigt wie man einen neuen Benutzer im LXC anlegt usw.

                          https://youtu.be/p6XmgzhH0Ow?si=ybEmskSEjmE_c6vc&t=1113

                          🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                          🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                          📚 Meine inoffizielle ioBroker Dokumentation

                          blue231181B 1 Antwort Letzte Antwort
                          1
                          • haus-automatisierungH haus-automatisierung

                            @blue231181 sagte in [gelöst] Javascript Adapter stürzt ab:

                            danke für all die genialen Videos und super Erklärungen

                            Gern, dort habe ich übrigens auch gezeigt wie man einen neuen Benutzer im LXC anlegt usw.

                            https://youtu.be/p6XmgzhH0Ow?si=ybEmskSEjmE_c6vc&t=1113

                            blue231181B Offline
                            blue231181B Offline
                            blue231181
                            schrieb am zuletzt editiert von blue231181
                            #15

                            Hallo zusammen,
                            muss hier leider wieder öffnen.
                            Habe nach bestem Wissen und gewissen mein System gerade gezogen
                            Leider stürzt der Javascript Adapter weiterhin ab.
                            Hier der Auszug vom Iob Diag

                            ======== Start marking the full check here =========
                            
                            Skript v.2023-10-10
                            
                            *** BASE SYSTEM ***
                               Static hostname: iobroker
                                     Icon name: computer-container
                                       Chassis: container
                                Virtualization: lxc
                              Operating System: Debian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 5.15.131-2-pve
                                  Architecture: x86-64
                            
                            model name      : Intel(R) Celeron(R) CPU  J1900  @ 1.99GHz
                            Docker          : false
                            Virtualization  : lxc
                            Kernel          : x86_64
                            Userland        : amd64
                            
                            Systemuptime and Load:
                             05:45:53 up 21:39,  1 user,  load average: 1.82, 1.66, 1.35
                            CPU threads: 4
                            
                            
                            *** Time and Time Zones ***
                                           Local time: Thu 2024-01-18 05:45:53 CET
                                       Universal time: Thu 2024-01-18 04:45:53 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CET, +0100)
                            System clock synchronized: yes
                                          NTP service: inactive
                                      RTC in local TZ: no
                            
                            *** User and Groups ***
                            blue2311
                            /home/blue2311
                            blue2311 sudo
                            
                            *** X-Server-Setup ***
                            X-Server:       false
                            Desktop: 
                            Terminal: 
                            Boot Target:    graphical.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            7.8G        3.7G        3.5G        0.0K        592M        4.1G
                            Swap:             0B          0B          0B
                            Total:          7.8G        3.7G        3.5G
                            
                                     7822 M total memory
                                     3689 M used memory
                                      167 M active memory
                                     3918 M inactive memory
                                     3541 M free memory
                                        0 M buffer memory
                                      592 M swap cache
                                        0 M total swap
                                        0 M used swap
                                        0 M free swap
                            
                            *** 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
                            * systemd-journald-audit.socket loaded failed failed Journal Audit Socket
                            
                            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.
                            3 loaded units listed.
                            
                            *** FILESYSTEM ***
                            Filesystem                       Type      Size  Used Avail Use% Mounted on
                            /dev/mapper/pve-vm--100--disk--0 ext4       42G   11G   29G  27% /
                            none                             tmpfs     492K  4.0K  488K   1% /dev
                            /dev/mapper/pve-root             ext4       29G   20G  7.7G  73% /dev/ttyACM0
                            udev                             devtmpfs  3.8G     0  3.8G   0% /dev/tty
                            tmpfs                            tmpfs     3.9G     0  3.9G   0% /dev/shm
                            tmpfs                            tmpfs     1.6G  104K  1.6G   1% /run
                            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                            
                            Messages concerning ext4 filesystem in dmesg:
                            dmesg: read kernel buffer failed: Operation not permitted
                            
                            Show mounted filesystems \(real ones only\):
                            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/189/devices/ttyACM0] ext4   rw,relatime,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            3.2G    /var/
                            2.6G    /var/log/journal/4b4c08ea54a04d2e89ddb21f3e8976ed
                            2.6G    /var/log/journal
                            2.6G    /var/log
                            466M    /var/cache
                            
                            Hint: You are currently not seeing messages from other users and the system.
                                  Users in groups 'adm', 'systemd-journal' can see all messages.
                                  Pass -q to turn off this notice.
                            Archived and active journals take up 8.0M in the file system.
                            
                            /opt/iobroker/backups:
                            521M    /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            2.3G    /opt/iobroker/iobroker-data/
                            1.1G    /opt/iobroker/iobroker-data/history
                            706M    /opt/iobroker/iobroker-data/files
                            299M    /opt/iobroker/iobroker-data/backup-objects
                            142M    /opt/iobroker/iobroker-data/files/vis.0
                            
                            The five largest files in iobroker-data are:
                            70M     /opt/iobroker/iobroker-data/objects.jsonl
                            65M     /opt/iobroker/iobroker-data/states.jsonl
                            41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                            40M     /opt/iobroker/iobroker-data/objects.json.migrated
                            40M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                            
                            USB-Devices by-id:
                            USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                            
                            /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2410075-if00
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.19.0
                            /usr/bin/node           v18.19.0
                            /usr/bin/npm            10.2.3
                            /usr/bin/npx            10.2.3
                            /usr/bin/corepack       0.22.0
                            
                            
                            nodejs:
                              Installed: 18.19.0-1nodesource1
                              Candidate: 18.19.0-1nodesource1
                              Version table:
                             *** 18.19.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 18.18.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://ftp.debian.org/debian bullseye/main amd64 Packages
                                    500 http://security.debian.org bullseye-security/main amd64 Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            Errors in npm tree:
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Core adapters versions
                            js-controller:  5.0.17
                            admin:          6.12.0
                            javascript:     7.1.6
                            
                            Adapters from github:   4
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              system.adapter.admin.1                  : admin                 : iobroker                                 - disabled, port: 8083, bind: 0.0.0.0, run as: admin
                            + system.adapter.alexa2.1                 : alexa2                : iobroker                                 -  enabled
                              system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                            + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                            + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                              system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobroker                                 - disabled
                            + system.adapter.countdown.0              : countdown             : iobroker                                 -  enabled
                              system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                            + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled
                              system.adapter.devices.0                : devices               : iobroker                                 - disabled
                            + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                              system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                              system.adapter.email.0                  : email                 : iobroker                                 - disabled
                              system.adapter.eusec.0                  : eusec                 : iobroker                                 - disabled
                            + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                              system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                              system.adapter.fritzbox.0               : fritzbox              : iobroker                                 - disabled
                              system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 - disabled
                              system.adapter.heizoel.0                : heizoel               : iobroker                                 - disabled
                            + system.adapter.history.0                : history               : iobroker                                 -  enabled
                            + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                              system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                              system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                              system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : iobroker                                 - disabled
                              system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                              system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker                                 - disabled
                              system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                              system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 - disabled
                              system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 - disabled
                            + system.adapter.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                            + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                            + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                            + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                              system.adapter.kodi.0                   : kodi                  : iobroker                                 - disabled, port: 8080
                              system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                              system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                            + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                            + system.adapter.net-tools.0              : net-tools             : iobroker                                 -  enabled
                            + system.adapter.nut.0                    : nut                   : iobroker                                 -  enabled
                            + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled
                              system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                            + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                            + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                            + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                            + system.adapter.proxmox.1                : proxmox               : iobroker                                 -  enabled, port: 8006
                            + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                              system.adapter.rpi2.0                   : rpi2                  : iobroker                                 - disabled
                            + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled
                            + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                              system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                            + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 7769, bind: 0.0.0.0, run as: admin
                              system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 -  enabled
                            + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 -  enabled
                            + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                            + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                              system.adapter.tr-064.1                 : tr-064                : iobroker                                 - disabled
                            + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                            + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                              system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker                                 - disabled
                            + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                              system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                              system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                              system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                            + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                              system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                              system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 - disabled
                              system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                              system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 - disabled
                              system.adapter.windows-control.0        : windows-control       : iobroker                                 - disabled
                            + system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                              system.adapter.worx.0                   : worx                  : iobroker                                 - disabled
                            + 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.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                            + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                            + system.adapter.proxmox.1                : proxmox               : iobroker                                 -  enabled, port: 8006
                            + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                            + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 7769, bind: 0.0.0.0, run as: admin
                            + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            + 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
                            New           : http://iobroker.live/repo/sources-dist.json
                            stable        : http://download.iobroker.net/sources-dist.json
                            beta          : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): stable
                            
                            Installed ioBroker-Instances
                            Used repository: stable
                            Adapter    "admin"        : 6.12.0   , installed 6.12.0
                            Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                            Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                            Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                            Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                            Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.8-0 [Updatable]
                            Adapter    "countdown"    : 2.2.0    , installed 2.2.0
                            Adapter    "daswetter"    : 3.1.12   , installed 3.1.12
                            Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                            Adapter    "devices"      : 1.1.5    , installed 1.1.5
                            Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                            Adapter    "email"        : 1.2.1    , installed 1.2.1
                            Adapter    "eusec"        : 1.2.1    , installed 1.2.1
                            Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                            Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                            Adapter    "fullybrowser" : 3.0.9    , installed 2.0.4  [Updatable]
                            Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                            Adapter    "hmip"         : 1.21.0   , installed 1.21.0
                            Adapter    "ical"         : 1.13.3   , installed 1.13.3
                            Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                            Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                            Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                            Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                            Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                            Adapter    "info"         : 2.0.0    , installed 2.0.0
                            Adapter    "iot"          : 2.0.11   , installed 2.0.11
                            Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                            Controller "js-controller": 5.0.17   , installed 5.0.17
                            Adapter    "kodi"         : 3.0.0    , installed 3.0.0
                            Adapter    "lgtv"         : 2.1.2    , installed 2.1.2
                            Adapter    "linux-control": 1.1.5    , installed 1.1.5
                            Adapter    "logparser"    : 2.2.1    , installed 2.2.1
                            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                            Adapter    "nut"          : 1.6.0    , installed 1.6.0
                            Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                            Adapter    "openweathermap": 0.4.5   , installed 0.4.5
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                            Adapter    "proxmox"      : 2.2.2    , installed 2.2.2
                            Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                            Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "snmp"         : 3.1.0    , installed 2.4.11 [Updatable]
                            Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                            Adapter    "solarmanpv"   : 0.5.1    , installed 0.5.1
                            Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                            Adapter    "tankerkoenig" : 3.3.7    , installed 2.1.1  [Updatable]
                            Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                            Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                            Adapter    "tuya"         : 3.15.0   , installed 3.6.5  [Updatable]
                            Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.4  [Updatable]
                            Adapter    "unifi"        : 0.6.7    , installed 0.6.6  [Updatable]
                            Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                            Adapter    "vis"          : 1.5.4    , installed 1.5.4
                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                            Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                            Adapter    "vis-icontwo"  : 1.3.0    , installed 1.3.0
                            Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                            Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "web"          : 6.1.10   , installed 6.1.10
                            Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                            Adapter    "windows-control": 0.1.5  , installed 0.1.5
                            Adapter    "wled"         : 0.7.2    , installed 0.7.2
                            Adapter    "worx"         : 2.3.4    , installed 2.1.3  [Updatable]
                            Adapter    "ws"           : 2.5.8    , installed 2.5.8
                            Adapter    "zigbee"       : 1.9.7    , installed 1.8.24 [Updatable]
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        32363
                            States:         26941
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://security.debian.org bullseye-security InRelease
                            Hit:2 http://ftp.debian.org/debian bullseye InRelease
                            Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
                            Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                            Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
                            Reading package lists...
                            Pending Updates: 0
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       46666067   120/iobroker.js-con 
                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       46666075   120/iobroker.js-con 
                            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          46667947   289/master          
                            tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        46666916   108/systemd-resolve 
                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          46665812   1/init              
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       47647964   30207/io.sonoff.0   
                            tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      104        46666910   108/systemd-resolve 
                            tcp6       0      0 ::1:25                  :::*                    LISTEN      0          46667948   289/master          
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1000       46677868   1462/io.web.0       
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1000       46666242   307/io.admin.0      
                            tcp6       0      0 :::8000                 :::*                    LISTEN      1000       46683978   1398/io.upnp.0      
                            tcp6       0      0 :::7770                 :::*                    LISTEN      1000       46676821   1261/io.simple-api. 
                            tcp6       0      0 :::7769                 :::*                    LISTEN      1000       46676885   1284/io.socketio.0  
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          46665611   1/init              
                            tcp6       0      0 :::111                  :::*                    LISTEN      0          46665814   1/init              
                            tcp6       0      0 :::5355                 :::*                    LISTEN      104        46666913   108/systemd-resolve 
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       46678967   1473/io.wled.0      
                            udp        0      0 192.168.178.100:5353    0.0.0.0:*                           1000       46671958   548/io.tr-064.0     
                            udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        46666909   108/systemd-resolve 
                            udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       46972090   8939/io.shelly.0    
                            udp        0      0 0.0.0.0:54955           0.0.0.0:*                           1000       46678822   1398/io.upnp.0      
                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       46677926   1398/io.upnp.0      
                            udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       46670144   565/io.tuya.0       
                            udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       46670145   565/io.tuya.0       
                            udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        46666915   108/systemd-resolve 
                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          46665813   1/init              
                            udp6       0      0 :::5355                 :::*                                104        46666912   108/systemd-resolve 
                            udp6       0      0 :::111                  :::*                                0          46665815   1/init              
                            
                            *** Log File - Last 25 Lines ***
                            
                            2024-01-18 05:42:06.483  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634911.225508433.HWv1" has to be type "string" but received type "number" 
                            2024-01-18 05:42:06.851  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634911.225508433.NOP" has to be type "number" but received type "string" 
                            2024-01-18 05:42:08.285  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.DEV_TYP1" has to be type "number" but received type "string" 
                            2024-01-18 05:42:08.365  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.COMM_PTC_v1" has to be type "string" but received type "number" 
                            2024-01-18 05:42:08.419  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.HWv1" has to be type "string" but received type "number" 
                            2024-01-18 05:42:08.856  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.NOP" has to be type "number" but received type "string" 
                            2024-01-18 05:42:10.733  - error: zigbee.0 (583) Send command to 0xc4988600000060aa failed with no error code (no response received (161)
                            2024-01-18 05:42:10.808  - info: solarmanpv.0 (120094) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                            2024-01-18 05:42:11.349  - info: host.iobroker instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2024-01-18 05:45:00.070  - info: host.iobroker instance system.adapter.ical.1 started with pid 120404
                            2024-01-18 05:45:00.202  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Durchgang Zähler LUX : 10
                            2024-01-18 05:45:00.202  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aktuelle LUX = 0
                            2024-01-18 05:45:00.204  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aussenlichtstaerke Mittelwert = 0
                            2024-01-18 05:45:00.205  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Zahlen aufsteigend sortiert: 0,0,0,0,0,0,0,0,0,0
                            2024-01-18 05:45:00.206  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Auswahl der Liste 7-9 : 0,0,0,0,0,0
                            2024-01-18 05:45:00.206  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: errechneter Mittelwert: 0
                            2024-01-18 05:45:03.942  - info: ical.1 (120404) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.19.0, js-controller: 5.0.17
                            
                            2024-01-18 05:45:12.852  - info: ical.1 (120404) Terminated (NO_ERROR): Without reason
                            2024-01-18 05:45:13.399  - info: host.iobroker instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                            
                            

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

                            iob diag has finished.

                            Press any key for a summary

                            ======================= SUMMARY =======================
                                                    v.2023-10-10
                            
                            
                               Static hostname: iobroker
                                     Icon name: computer-container
                                       Chassis: container
                                Virtualization: lxc
                              Operating System: Debian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 5.15.131-2-pve
                                  Architecture: x86-64
                            
                            Installation:           lxc
                            Kernel:                 x86_64
                            Userland:               amd64
                            Timezone:               Europe/Berlin (CET, +0100)
                            User-ID:                1001
                            X-Server:               false
                            Boot Target:            graphical.target
                            
                            Pending OS-Updates:     0
                            Pending iob updates:    10
                            
                            Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                    /usr/bin/node           v18.19.0
                                                    /usr/bin/npm            10.2.3
                                                    /usr/bin/npx            10.2.3
                                                    /usr/bin/corepack       0.22.0
                            
                            Recommended versions are nodejs 18.19.0 and npm 10.2.3
                            Your nodejs installation is correct
                            
                            MEMORY: 
                                           total        used        free      shared  buff/cache   available
                            Mem:            7.8G        3.8G        3.3G        0.0K        703M        4.0G
                            Swap:             0B          0B          0B
                            Total:          7.8G        3.8G        3.3G
                            
                            Active iob-Instances:   40
                            Active repo(s): stable
                            
                            ioBroker Core:          js-controller           5.0.17
                                                    admin                   6.12.0
                            
                            ioBroker Status:        iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Status admin and web instance:
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              system.adapter.admin.1                  : admin                 : iobroker                                 - disabled, port: 8083, bind: 0.0.0.0, run as: admin
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            Objects:                32363
                            States:                 26941
                            
                            Size of iob-Database:
                            
                            81M     /opt/iobroker/iobroker-data/objects.jsonl
                            40M     /opt/iobroker/iobroker-data/objects.json.migrated
                            40M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                            9.5M    /opt/iobroker/iobroker-data/states.json.migrated
                            9.5M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                            9.4M    /opt/iobroker/iobroker-data/states.jsonl
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            

                            Hier der Auszug aus den Logs:

                            2024-01-17 22:12:07.737 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.DEV_TYP1" has to be type "number" but received type "string"
                            2024-01-17 22:12:07.819 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.COMM_PTC_v1" has to be type "string" but received type "number"
                            2024-01-17 22:12:07.873 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.HWv1" has to be type "string" but received type "number"
                            2024-01-17 22:12:08.290 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.NOP" has to be type "number" but received type "string"
                            2024-01-17 22:12:09.634 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.DEV_TYP1" has to be type "number" but received type "string"
                            2024-01-17 22:12:09.721 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.COMM_PTC_v1" has to be type "string" but received type "number"
                            2024-01-17 22:12:09.774 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.HWv1" has to be type "string" but received type "number"
                            2024-01-17 22:12:10.226 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.NOP" has to be type "number" but received type "string"
                            2024-01-17 22:12:11.201 - info: solarmanpv.0 (79070) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                            2024-01-17 22:12:11.740 - info: host.iobroker instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2024-01-17 22:14:19.619 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
                            2024-01-17 22:14:19.619 - error: host.iobroker Caught by controller[0]: [64004:0x6cde870] 9870984 ms: Scavenge 2044.5 (2084.6) -> 2044.0 (2085.4) MB, 14.7 / 0.0 ms (average mu = 0.183, current mu = 0.193) allocation failure;
                            2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
                            2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
                            2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 1: 0xb95b60 node::Abort() [io.javascript.0]
                            2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 2: 0xa9a7f8 [io.javascript.0]
                            2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 3: 0xd6f2f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                            2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 4: 0xd6f697 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                            2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[0]: 5: 0xf4cba5 [io.javascript.0]
                            2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[0]: 6: 0xf4daa8 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [io.javascript.0]
                            2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[1]: 7: 0xf5dfb3 [io.javascript.0]
                            2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[1]: 8: 0xf5ee28 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                            2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[1]: 9: 0xf3978e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [io.javascript.0]
                            2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[2]: 10: 0xf3ab57 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [io.javascript.0]
                            2024-01-17 22:14:19.622 - error: host.iobroker Caught by controller[2]: 11: 0xf1bd2a v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [io.javascript.0]
                            2024-01-17 22:14:19.622 - error: host.iobroker Caught by controller[2]: 12: 0x12e114f v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
                            2024-01-17 22:14:19.622 - error: host.iobroker Caught by controller[3]: 13: 0x170deb9 [io.javascript.0]
                            2024-01-17 22:14:19.622 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
                            2024-01-17 22:14:19.623 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
                            2024-01-17 22:14:19.623 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
                            
                            2024-01-17 19:24:00.046 - info: host.iobroker instance system.adapter.solarmanpv.0 started with pid 63515
                            2024-01-17 19:24:03.269 - info: solarmanpv.0 (63515) starting. Version 0.5.1 (non-npm: raschy/ioBroker.solarmanpv) in /opt/iobroker/node_modules/iobroker.solarmanpv, node: v18.19.0, js-controller: 5.0.17
                            2024-01-17 19:24:08.390 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.DEV_TYP1" has to be type "number" but received type "string"
                            2024-01-17 19:24:08.475 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.COMM_PTC_v1" has to be type "string" but received type "number"
                            2024-01-17 19:24:08.531 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.HWv1" has to be type "string" but received type "number"
                            2024-01-17 19:24:08.934 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.NOP" has to be type "number" but received type "string"
                            2024-01-17 19:24:10.435 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.DEV_TYP1" has to be type "number" but received type "string"
                            2024-01-17 19:24:10.507 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.COMM_PTC_v1" has to be type "string" but received type "number"
                            2024-01-17 19:24:10.562 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.HWv1" has to be type "string" but received type "number"
                            2024-01-17 19:24:10.973 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.NOP" has to be type "number" but received type "string"
                            2024-01-17 19:24:12.062 - info: solarmanpv.0 (63515) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                            2024-01-17 19:24:12.644 - info: host.iobroker instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2024-01-17 19:25:00.192 - info: javascript.0 (51920) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Durchgang Zähler LUX : 7
                            2024-01-17 19:25:00.194 - info: javascript.0 (51920) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aktuelle LUX = 0
                            2024-01-17 19:25:00.194 - info: javascript.0 (51920) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aussenlichtstaerke Mittelwert = 0
                            2024-01-17 19:29:07.194 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
                            2024-01-17 19:29:07.195 - error: host.iobroker Caught by controller[0]: [51920:0x717f870] 8062565 ms: Scavenge 2044.2 (2084.9) -> 2043.7 (2089.4) MB, 16.4 / 0.0 ms (average mu = 0.179, current mu = 0.167) allocation failure;
                            2024-01-17 19:29:07.195 - error: host.iobroker Caught by controller[0]: [51920:0x717f870] 8068108 ms: Mark-sweep (reduce) 2045.7 (2089.4) -> 2044.7 (2084.1) MB, 4609.8 / 0.0 ms (+ 97.8 ms in 31 steps since start of marking, biggest step 5.9 ms, walltime since start of marking 4746 ms) (average mu = 0.172, current mu = 0.164
                            2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[1]: <--- JS stacktrace --->
                            2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[2]: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
                            2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[3]: 1: 0xb95b60 node::Abort() [io.javascript.0]
                            2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[4]: 2: 0xa9a7f8 [io.javascript.0]
                            2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[5]: 3: 0xd6f2f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                            2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[6]: 4: 0xd6f697 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                            2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[7]: 5: 0xf4cba5 [io.javascript.0]
                            2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[8]: 6: 0xf5f08d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                            2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[9]: 7: 0xf61ff5 v8::internal::Heap::HandleGCRequest() [io.javascript.0]
                            2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[10]: 8: 0xee014f v8::internal::StackGuard::HandleInterrupts() [io.javascript.0]
                            2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[11]: 9: 0x12e0bcf v8::internal::Runtime_StackGuardWithGap(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
                            2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[12]: 10: 0x170deb9 [io.javascript.0]
                            2024-01-17 19:29:07.197 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
                            2024-01-17 19:29:07.198 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
                            2024-01-17 19:29:07.198 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
                            2024-01-17 19:29:37.457 - info: host.iobroker instance system.adapter.javascript.0 started with pid 64004
                            
                            CodierknechtC 1 Antwort Letzte Antwort
                            0
                            • blue231181B blue231181

                              Hallo zusammen,
                              muss hier leider wieder öffnen.
                              Habe nach bestem Wissen und gewissen mein System gerade gezogen
                              Leider stürzt der Javascript Adapter weiterhin ab.
                              Hier der Auszug vom Iob Diag

                              ======== Start marking the full check here =========
                              
                              Skript v.2023-10-10
                              
                              *** BASE SYSTEM ***
                                 Static hostname: iobroker
                                       Icon name: computer-container
                                         Chassis: container
                                  Virtualization: lxc
                                Operating System: Debian GNU/Linux 11 (bullseye)
                                          Kernel: Linux 5.15.131-2-pve
                                    Architecture: x86-64
                              
                              model name      : Intel(R) Celeron(R) CPU  J1900  @ 1.99GHz
                              Docker          : false
                              Virtualization  : lxc
                              Kernel          : x86_64
                              Userland        : amd64
                              
                              Systemuptime and Load:
                               05:45:53 up 21:39,  1 user,  load average: 1.82, 1.66, 1.35
                              CPU threads: 4
                              
                              
                              *** Time and Time Zones ***
                                             Local time: Thu 2024-01-18 05:45:53 CET
                                         Universal time: Thu 2024-01-18 04:45:53 UTC
                                               RTC time: n/a
                                              Time zone: Europe/Berlin (CET, +0100)
                              System clock synchronized: yes
                                            NTP service: inactive
                                        RTC in local TZ: no
                              
                              *** User and Groups ***
                              blue2311
                              /home/blue2311
                              blue2311 sudo
                              
                              *** X-Server-Setup ***
                              X-Server:       false
                              Desktop: 
                              Terminal: 
                              Boot Target:    graphical.target
                              
                              *** MEMORY ***
                                             total        used        free      shared  buff/cache   available
                              Mem:            7.8G        3.7G        3.5G        0.0K        592M        4.1G
                              Swap:             0B          0B          0B
                              Total:          7.8G        3.7G        3.5G
                              
                                       7822 M total memory
                                       3689 M used memory
                                        167 M active memory
                                       3918 M inactive memory
                                       3541 M free memory
                                          0 M buffer memory
                                        592 M swap cache
                                          0 M total swap
                                          0 M used swap
                                          0 M free swap
                              
                              *** 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
                              * systemd-journald-audit.socket loaded failed failed Journal Audit Socket
                              
                              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.
                              3 loaded units listed.
                              
                              *** FILESYSTEM ***
                              Filesystem                       Type      Size  Used Avail Use% Mounted on
                              /dev/mapper/pve-vm--100--disk--0 ext4       42G   11G   29G  27% /
                              none                             tmpfs     492K  4.0K  488K   1% /dev
                              /dev/mapper/pve-root             ext4       29G   20G  7.7G  73% /dev/ttyACM0
                              udev                             devtmpfs  3.8G     0  3.8G   0% /dev/tty
                              tmpfs                            tmpfs     3.9G     0  3.9G   0% /dev/shm
                              tmpfs                            tmpfs     1.6G  104K  1.6G   1% /run
                              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                              
                              Messages concerning ext4 filesystem in dmesg:
                              dmesg: read kernel buffer failed: Operation not permitted
                              
                              Show mounted filesystems \(real ones only\):
                              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/189/devices/ttyACM0] ext4   rw,relatime,errors=remount-ro
                              
                              Files in neuralgic directories:
                              
                              /var:
                              3.2G    /var/
                              2.6G    /var/log/journal/4b4c08ea54a04d2e89ddb21f3e8976ed
                              2.6G    /var/log/journal
                              2.6G    /var/log
                              466M    /var/cache
                              
                              Hint: You are currently not seeing messages from other users and the system.
                                    Users in groups 'adm', 'systemd-journal' can see all messages.
                                    Pass -q to turn off this notice.
                              Archived and active journals take up 8.0M in the file system.
                              
                              /opt/iobroker/backups:
                              521M    /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              2.3G    /opt/iobroker/iobroker-data/
                              1.1G    /opt/iobroker/iobroker-data/history
                              706M    /opt/iobroker/iobroker-data/files
                              299M    /opt/iobroker/iobroker-data/backup-objects
                              142M    /opt/iobroker/iobroker-data/files/vis.0
                              
                              The five largest files in iobroker-data are:
                              70M     /opt/iobroker/iobroker-data/objects.jsonl
                              65M     /opt/iobroker/iobroker-data/states.jsonl
                              41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                              40M     /opt/iobroker/iobroker-data/objects.json.migrated
                              40M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                              
                              USB-Devices by-id:
                              USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                              
                              /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2410075-if00
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v18.19.0
                              /usr/bin/node           v18.19.0
                              /usr/bin/npm            10.2.3
                              /usr/bin/npx            10.2.3
                              /usr/bin/corepack       0.22.0
                              
                              
                              nodejs:
                                Installed: 18.19.0-1nodesource1
                                Candidate: 18.19.0-1nodesource1
                                Version table:
                               *** 18.19.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   18.18.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   12.22.12~dfsg-1~deb11u4 500
                                      500 http://ftp.debian.org/debian bullseye/main amd64 Packages
                                      500 http://security.debian.org bullseye-security/main amd64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              Errors in npm tree:
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Core adapters versions
                              js-controller:  5.0.17
                              admin:          6.12.0
                              javascript:     7.1.6
                              
                              Adapters from github:   4
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                system.adapter.admin.1                  : admin                 : iobroker                                 - disabled, port: 8083, bind: 0.0.0.0, run as: admin
                              + system.adapter.alexa2.1                 : alexa2                : iobroker                                 -  enabled
                                system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                              + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                              + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                                system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobroker                                 - disabled
                              + system.adapter.countdown.0              : countdown             : iobroker                                 -  enabled
                                system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                              + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled
                                system.adapter.devices.0                : devices               : iobroker                                 - disabled
                              + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                                system.adapter.email.0                  : email                 : iobroker                                 - disabled
                                system.adapter.eusec.0                  : eusec                 : iobroker                                 - disabled
                              + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                                system.adapter.fritzbox.0               : fritzbox              : iobroker                                 - disabled
                                system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 - disabled
                                system.adapter.heizoel.0                : heizoel               : iobroker                                 - disabled
                              + system.adapter.history.0                : history               : iobroker                                 -  enabled
                              + system.adapter.hmip.0                   : hmip                  : iobroker                                 -  enabled
                                system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                                system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : iobroker                                 - disabled
                                system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker                                 - disabled
                                system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 - disabled
                                system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 - disabled
                              + system.adapter.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                              + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                              + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                              + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                system.adapter.kodi.0                   : kodi                  : iobroker                                 - disabled, port: 8080
                                system.adapter.lgtv.0                   : lgtv                  : iobroker                                 - disabled
                                system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                              + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                              + system.adapter.net-tools.0              : net-tools             : iobroker                                 -  enabled
                              + system.adapter.nut.0                    : nut                   : iobroker                                 -  enabled
                              + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled
                                system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                              + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                              + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                              + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                              + system.adapter.proxmox.1                : proxmox               : iobroker                                 -  enabled, port: 8006
                              + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                                system.adapter.rpi2.0                   : rpi2                  : iobroker                                 - disabled
                              + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled
                              + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                                system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                              + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 7769, bind: 0.0.0.0, run as: admin
                                system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 -  enabled
                              + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                              + system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 -  enabled
                              + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                              + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                              + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                system.adapter.tr-064.1                 : tr-064                : iobroker                                 - disabled
                              + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                              + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                system.adapter.tvspielfilm.0            : tvspielfilm           : iobroker                                 - disabled
                              + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                                system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                              + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 - disabled
                                system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 - disabled
                                system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 - disabled
                                system.adapter.windows-control.0        : windows-control       : iobroker                                 - disabled
                              + system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                system.adapter.worx.0                   : worx                  : iobroker                                 - disabled
                              + 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.influxdb.1               : influxdb              : iobroker                                 -  enabled, port: 8086
                              + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                              + system.adapter.proxmox.1                : proxmox               : iobroker                                 -  enabled, port: 8006
                              + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                              + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 7769, bind: 0.0.0.0, run as: admin
                              + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                              + 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
                              New           : http://iobroker.live/repo/sources-dist.json
                              stable        : http://download.iobroker.net/sources-dist.json
                              beta          : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo(s): stable
                              
                              Installed ioBroker-Instances
                              Used repository: stable
                              Adapter    "admin"        : 6.12.0   , installed 6.12.0
                              Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                              Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                              Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                              Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                              Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.8-0 [Updatable]
                              Adapter    "countdown"    : 2.2.0    , installed 2.2.0
                              Adapter    "daswetter"    : 3.1.12   , installed 3.1.12
                              Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                              Adapter    "devices"      : 1.1.5    , installed 1.1.5
                              Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                              Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                              Adapter    "email"        : 1.2.1    , installed 1.2.1
                              Adapter    "eusec"        : 1.2.1    , installed 1.2.1
                              Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                              Adapter    "flot"         : 1.12.0   , installed 1.12.0
                              Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                              Adapter    "fullybrowser" : 3.0.9    , installed 2.0.4  [Updatable]
                              Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                              Adapter    "history"      : 3.0.1    , installed 3.0.1
                              Adapter    "hmip"         : 1.21.0   , installed 1.21.0
                              Adapter    "ical"         : 1.13.3   , installed 1.13.3
                              Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                              Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                              Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                              Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                              Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                              Adapter    "info"         : 2.0.0    , installed 2.0.0
                              Adapter    "iot"          : 2.0.11   , installed 2.0.11
                              Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                              Controller "js-controller": 5.0.17   , installed 5.0.17
                              Adapter    "kodi"         : 3.0.0    , installed 3.0.0
                              Adapter    "lgtv"         : 2.1.2    , installed 2.1.2
                              Adapter    "linux-control": 1.1.5    , installed 1.1.5
                              Adapter    "logparser"    : 2.2.1    , installed 2.2.1
                              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                              Adapter    "nut"          : 1.6.0    , installed 1.6.0
                              Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                              Adapter    "openweathermap": 0.4.5   , installed 0.4.5
                              Adapter    "ping"         : 1.6.2    , installed 1.6.2
                              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                              Adapter    "proxmox"      : 2.2.2    , installed 2.2.2
                              Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                              Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                              Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "snmp"         : 3.1.0    , installed 2.4.11 [Updatable]
                              Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                              Adapter    "solarmanpv"   : 0.5.1    , installed 0.5.1
                              Adapter    "sonoff"       : 3.0.3    , installed 2.5.3  [Updatable]
                              Adapter    "tankerkoenig" : 3.3.7    , installed 2.1.1  [Updatable]
                              Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                              Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                              Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                              Adapter    "tuya"         : 3.15.0   , installed 3.6.5  [Updatable]
                              Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.4  [Updatable]
                              Adapter    "unifi"        : 0.6.7    , installed 0.6.6  [Updatable]
                              Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                              Adapter    "vis"          : 1.5.4    , installed 1.5.4
                              Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                              Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                              Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                              Adapter    "vis-icontwo"  : 1.3.0    , installed 1.3.0
                              Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                              Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                              Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                              Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                              Adapter    "web"          : 6.1.10   , installed 6.1.10
                              Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                              Adapter    "windows-control": 0.1.5  , installed 0.1.5
                              Adapter    "wled"         : 0.7.2    , installed 0.7.2
                              Adapter    "worx"         : 2.3.4    , installed 2.1.3  [Updatable]
                              Adapter    "ws"           : 2.5.8    , installed 2.5.8
                              Adapter    "zigbee"       : 1.9.7    , installed 1.8.24 [Updatable]
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        32363
                              States:         26941
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://security.debian.org bullseye-security InRelease
                              Hit:2 http://ftp.debian.org/debian bullseye InRelease
                              Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
                              Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                              Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
                              Reading package lists...
                              Pending Updates: 0
                              
                              *** Listening Ports ***
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       46666067   120/iobroker.js-con 
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       46666075   120/iobroker.js-con 
                              tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          46667947   289/master          
                              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        46666916   108/systemd-resolve 
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          46665812   1/init              
                              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1000       47647964   30207/io.sonoff.0   
                              tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      104        46666910   108/systemd-resolve 
                              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          46667948   289/master          
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1000       46677868   1462/io.web.0       
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1000       46666242   307/io.admin.0      
                              tcp6       0      0 :::8000                 :::*                    LISTEN      1000       46683978   1398/io.upnp.0      
                              tcp6       0      0 :::7770                 :::*                    LISTEN      1000       46676821   1261/io.simple-api. 
                              tcp6       0      0 :::7769                 :::*                    LISTEN      1000       46676885   1284/io.socketio.0  
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          46665611   1/init              
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          46665814   1/init              
                              tcp6       0      0 :::5355                 :::*                    LISTEN      104        46666913   108/systemd-resolve 
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       46678967   1473/io.wled.0      
                              udp        0      0 192.168.178.100:5353    0.0.0.0:*                           1000       46671958   548/io.tr-064.0     
                              udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        46666909   108/systemd-resolve 
                              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       46972090   8939/io.shelly.0    
                              udp        0      0 0.0.0.0:54955           0.0.0.0:*                           1000       46678822   1398/io.upnp.0      
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       46677926   1398/io.upnp.0      
                              udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       46670144   565/io.tuya.0       
                              udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       46670145   565/io.tuya.0       
                              udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        46666915   108/systemd-resolve 
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          46665813   1/init              
                              udp6       0      0 :::5355                 :::*                                104        46666912   108/systemd-resolve 
                              udp6       0      0 :::111                  :::*                                0          46665815   1/init              
                              
                              *** Log File - Last 25 Lines ***
                              
                              2024-01-18 05:42:06.483  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634911.225508433.HWv1" has to be type "string" but received type "number" 
                              2024-01-18 05:42:06.851  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634911.225508433.NOP" has to be type "number" but received type "string" 
                              2024-01-18 05:42:08.285  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.DEV_TYP1" has to be type "number" but received type "string" 
                              2024-01-18 05:42:08.365  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.COMM_PTC_v1" has to be type "string" but received type "number" 
                              2024-01-18 05:42:08.419  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.HWv1" has to be type "string" but received type "number" 
                              2024-01-18 05:42:08.856  - info: solarmanpv.0 (120094) State value to set for "solarmanpv.0.60634926.225510526.NOP" has to be type "number" but received type "string" 
                              2024-01-18 05:42:10.733  - error: zigbee.0 (583) Send command to 0xc4988600000060aa failed with no error code (no response received (161)
                              2024-01-18 05:42:10.808  - info: solarmanpv.0 (120094) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2024-01-18 05:42:11.349  - info: host.iobroker instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2024-01-18 05:45:00.070  - info: host.iobroker instance system.adapter.ical.1 started with pid 120404
                              2024-01-18 05:45:00.202  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Durchgang Zähler LUX : 10
                              2024-01-18 05:45:00.202  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aktuelle LUX = 0
                              2024-01-18 05:45:00.204  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aussenlichtstaerke Mittelwert = 0
                              2024-01-18 05:45:00.205  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Zahlen aufsteigend sortiert: 0,0,0,0,0,0,0,0,0,0
                              2024-01-18 05:45:00.206  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Auswahl der Liste 7-9 : 0,0,0,0,0,0
                              2024-01-18 05:45:00.206  - info: javascript.0 (79290) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: errechneter Mittelwert: 0
                              2024-01-18 05:45:03.942  - info: ical.1 (120404) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.19.0, js-controller: 5.0.17
                              
                              2024-01-18 05:45:12.852  - info: ical.1 (120404) Terminated (NO_ERROR): Without reason
                              2024-01-18 05:45:13.399  - info: host.iobroker instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                              
                              

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

                              iob diag has finished.

                              Press any key for a summary

                              ======================= SUMMARY =======================
                                                      v.2023-10-10
                              
                              
                                 Static hostname: iobroker
                                       Icon name: computer-container
                                         Chassis: container
                                  Virtualization: lxc
                                Operating System: Debian GNU/Linux 11 (bullseye)
                                          Kernel: Linux 5.15.131-2-pve
                                    Architecture: x86-64
                              
                              Installation:           lxc
                              Kernel:                 x86_64
                              Userland:               amd64
                              Timezone:               Europe/Berlin (CET, +0100)
                              User-ID:                1001
                              X-Server:               false
                              Boot Target:            graphical.target
                              
                              Pending OS-Updates:     0
                              Pending iob updates:    10
                              
                              Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                      /usr/bin/node           v18.19.0
                                                      /usr/bin/npm            10.2.3
                                                      /usr/bin/npx            10.2.3
                                                      /usr/bin/corepack       0.22.0
                              
                              Recommended versions are nodejs 18.19.0 and npm 10.2.3
                              Your nodejs installation is correct
                              
                              MEMORY: 
                                             total        used        free      shared  buff/cache   available
                              Mem:            7.8G        3.8G        3.3G        0.0K        703M        4.0G
                              Swap:             0B          0B          0B
                              Total:          7.8G        3.8G        3.3G
                              
                              Active iob-Instances:   40
                              Active repo(s): stable
                              
                              ioBroker Core:          js-controller           5.0.17
                                                      admin                   6.12.0
                              
                              ioBroker Status:        iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Status admin and web instance:
                              + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                system.adapter.admin.1                  : admin                 : iobroker                                 - disabled, port: 8083, bind: 0.0.0.0, run as: admin
                              + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              Objects:                32363
                              States:                 26941
                              
                              Size of iob-Database:
                              
                              81M     /opt/iobroker/iobroker-data/objects.jsonl
                              40M     /opt/iobroker/iobroker-data/objects.json.migrated
                              40M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                              9.5M    /opt/iobroker/iobroker-data/states.json.migrated
                              9.5M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                              9.4M    /opt/iobroker/iobroker-data/states.jsonl
                              
                              
                              
                              =================== END OF SUMMARY ====================
                              

                              Hier der Auszug aus den Logs:

                              2024-01-17 22:12:07.737 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.DEV_TYP1" has to be type "number" but received type "string"
                              2024-01-17 22:12:07.819 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.COMM_PTC_v1" has to be type "string" but received type "number"
                              2024-01-17 22:12:07.873 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.HWv1" has to be type "string" but received type "number"
                              2024-01-17 22:12:08.290 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634911.225508433.NOP" has to be type "number" but received type "string"
                              2024-01-17 22:12:09.634 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.DEV_TYP1" has to be type "number" but received type "string"
                              2024-01-17 22:12:09.721 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.COMM_PTC_v1" has to be type "string" but received type "number"
                              2024-01-17 22:12:09.774 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.HWv1" has to be type "string" but received type "number"
                              2024-01-17 22:12:10.226 - info: solarmanpv.0 (79070) State value to set for "solarmanpv.0.60634926.225510526.NOP" has to be type "number" but received type "string"
                              2024-01-17 22:12:11.201 - info: solarmanpv.0 (79070) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2024-01-17 22:12:11.740 - info: host.iobroker instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2024-01-17 22:14:19.619 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
                              2024-01-17 22:14:19.619 - error: host.iobroker Caught by controller[0]: [64004:0x6cde870] 9870984 ms: Scavenge 2044.5 (2084.6) -> 2044.0 (2085.4) MB, 14.7 / 0.0 ms (average mu = 0.183, current mu = 0.193) allocation failure;
                              2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: <--- JS stacktrace --->
                              2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
                              2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 1: 0xb95b60 node::Abort() [io.javascript.0]
                              2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 2: 0xa9a7f8 [io.javascript.0]
                              2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 3: 0xd6f2f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                              2024-01-17 22:14:19.620 - error: host.iobroker Caught by controller[0]: 4: 0xd6f697 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                              2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[0]: 5: 0xf4cba5 [io.javascript.0]
                              2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[0]: 6: 0xf4daa8 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [io.javascript.0]
                              2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[1]: 7: 0xf5dfb3 [io.javascript.0]
                              2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[1]: 8: 0xf5ee28 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                              2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[1]: 9: 0xf3978e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [io.javascript.0]
                              2024-01-17 22:14:19.621 - error: host.iobroker Caught by controller[2]: 10: 0xf3ab57 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [io.javascript.0]
                              2024-01-17 22:14:19.622 - error: host.iobroker Caught by controller[2]: 11: 0xf1bd2a v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [io.javascript.0]
                              2024-01-17 22:14:19.622 - error: host.iobroker Caught by controller[2]: 12: 0x12e114f v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
                              2024-01-17 22:14:19.622 - error: host.iobroker Caught by controller[3]: 13: 0x170deb9 [io.javascript.0]
                              2024-01-17 22:14:19.622 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
                              2024-01-17 22:14:19.623 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
                              2024-01-17 22:14:19.623 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
                              
                              2024-01-17 19:24:00.046 - info: host.iobroker instance system.adapter.solarmanpv.0 started with pid 63515
                              2024-01-17 19:24:03.269 - info: solarmanpv.0 (63515) starting. Version 0.5.1 (non-npm: raschy/ioBroker.solarmanpv) in /opt/iobroker/node_modules/iobroker.solarmanpv, node: v18.19.0, js-controller: 5.0.17
                              2024-01-17 19:24:08.390 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.DEV_TYP1" has to be type "number" but received type "string"
                              2024-01-17 19:24:08.475 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.COMM_PTC_v1" has to be type "string" but received type "number"
                              2024-01-17 19:24:08.531 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.HWv1" has to be type "string" but received type "number"
                              2024-01-17 19:24:08.934 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634911.225508433.NOP" has to be type "number" but received type "string"
                              2024-01-17 19:24:10.435 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.DEV_TYP1" has to be type "number" but received type "string"
                              2024-01-17 19:24:10.507 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.COMM_PTC_v1" has to be type "string" but received type "number"
                              2024-01-17 19:24:10.562 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.HWv1" has to be type "string" but received type "number"
                              2024-01-17 19:24:10.973 - info: solarmanpv.0 (63515) State value to set for "solarmanpv.0.60634926.225510526.NOP" has to be type "number" but received type "string"
                              2024-01-17 19:24:12.062 - info: solarmanpv.0 (63515) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                              2024-01-17 19:24:12.644 - info: host.iobroker instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2024-01-17 19:25:00.192 - info: javascript.0 (51920) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Durchgang Zähler LUX : 7
                              2024-01-17 19:25:00.194 - info: javascript.0 (51920) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aktuelle LUX = 0
                              2024-01-17 19:25:00.194 - info: javascript.0 (51920) script.js.2021-04-09-scripts.Abfragen.Helligkeit_Aussen: Aussenlichtstaerke Mittelwert = 0
                              2024-01-17 19:29:07.194 - error: host.iobroker Caught by controller[0]: <--- Last few GCs --->
                              2024-01-17 19:29:07.195 - error: host.iobroker Caught by controller[0]: [51920:0x717f870] 8062565 ms: Scavenge 2044.2 (2084.9) -> 2043.7 (2089.4) MB, 16.4 / 0.0 ms (average mu = 0.179, current mu = 0.167) allocation failure;
                              2024-01-17 19:29:07.195 - error: host.iobroker Caught by controller[0]: [51920:0x717f870] 8068108 ms: Mark-sweep (reduce) 2045.7 (2089.4) -> 2044.7 (2084.1) MB, 4609.8 / 0.0 ms (+ 97.8 ms in 31 steps since start of marking, biggest step 5.9 ms, walltime since start of marking 4746 ms) (average mu = 0.172, current mu = 0.164
                              2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[1]: <--- JS stacktrace --->
                              2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[2]: FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
                              2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[3]: 1: 0xb95b60 node::Abort() [io.javascript.0]
                              2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[4]: 2: 0xa9a7f8 [io.javascript.0]
                              2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[5]: 3: 0xd6f2f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                              2024-01-17 19:29:07.196 - error: host.iobroker Caught by controller[6]: 4: 0xd6f697 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                              2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[7]: 5: 0xf4cba5 [io.javascript.0]
                              2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[8]: 6: 0xf5f08d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                              2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[9]: 7: 0xf61ff5 v8::internal::Heap::HandleGCRequest() [io.javascript.0]
                              2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[10]: 8: 0xee014f v8::internal::StackGuard::HandleInterrupts() [io.javascript.0]
                              2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[11]: 9: 0x12e0bcf v8::internal::Runtime_StackGuardWithGap(int, unsigned long*, v8::internal::Isolate*) [io.javascript.0]
                              2024-01-17 19:29:07.197 - error: host.iobroker Caught by controller[12]: 10: 0x170deb9 [io.javascript.0]
                              2024-01-17 19:29:07.197 - warn: host.iobroker instance system.adapter.javascript.0 terminated due to SIGABRT
                              2024-01-17 19:29:07.198 - info: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
                              2024-01-17 19:29:07.198 - info: host.iobroker Restart adapter system.adapter.javascript.0 because enabled
                              2024-01-17 19:29:37.457 - info: host.iobroker instance system.adapter.javascript.0 started with pid 64004
                              
                              CodierknechtC Online
                              CodierknechtC Online
                              Codierknecht
                              Developer Most Active
                              schrieb am zuletzt editiert von
                              #16

                              @blue231181
                              1.) Entferne die privaten Daten aus dem Log!
                              2.) Was passiert, wenn Du alle Scripte mal stoppst? Bleibt der Adapter am Leben?

                              "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                              Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                              HmIP|ZigBee|Tasmota|Unifi
                              Zabbix Certified Specialist
                              Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                              blue231181B 1 Antwort Letzte Antwort
                              1
                              • CodierknechtC Codierknecht

                                @blue231181
                                1.) Entferne die privaten Daten aus dem Log!
                                2.) Was passiert, wenn Du alle Scripte mal stoppst? Bleibt der Adapter am Leben?

                                blue231181B Offline
                                blue231181B Offline
                                blue231181
                                schrieb am zuletzt editiert von
                                #17

                                @codierknecht private daten...? meine IP Adresse?

                                Stimmt das könnte ich versuchen. Alle Skripte beenden, und nach und nach wieder starten. Das wird ein längerer Akt weil der Fehler nur alle 3 Stunden auftritt, aber ich versuche es
                                Danke

                                CodierknechtC 1 Antwort Letzte Antwort
                                0
                                • blue231181B blue231181

                                  @codierknecht private daten...? meine IP Adresse?

                                  Stimmt das könnte ich versuchen. Alle Skripte beenden, und nach und nach wieder starten. Das wird ein längerer Akt weil der Fehler nur alle 3 Stunden auftritt, aber ich versuche es
                                  Danke

                                  CodierknechtC Online
                                  CodierknechtC Online
                                  Codierknecht
                                  Developer Most Active
                                  schrieb am zuletzt editiert von Codierknecht
                                  #18

                                  @blue231181 sagte in Javascript Adapter stürzt ab:

                                  private daten...? meine IP Adresse?

                                  Nein - Die Kalender-ID's ;-)
                                  In der Langfassung von diag.

                                  weil der Fehler nur alle 3 Stunden auftritt

                                  Und was passiert alle 3 Stunden?

                                  2024-01-17 19:24:12.062 - info: solarmanpv.0 (63515) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                                  

                                  Läuft der vielleicht in genau diesem Intervall?

                                  "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                  Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                  HmIP|ZigBee|Tasmota|Unifi
                                  Zabbix Certified Specialist
                                  Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                  mcm1957M blue231181B 2 Antworten Letzte Antwort
                                  1
                                  • CodierknechtC Codierknecht

                                    @blue231181 sagte in Javascript Adapter stürzt ab:

                                    private daten...? meine IP Adresse?

                                    Nein - Die Kalender-ID's ;-)
                                    In der Langfassung von diag.

                                    weil der Fehler nur alle 3 Stunden auftritt

                                    Und was passiert alle 3 Stunden?

                                    2024-01-17 19:24:12.062 - info: solarmanpv.0 (63515) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                                    

                                    Läuft der vielleicht in genau diesem Intervall?

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

                                    Keine Ahnung ob das auch hier zutreffen könnte - einen Zusammenhang mit 3h Intervall sehe ich da nicht - aber hier ging es um einen Crash des Javascript Adapters bei eine zu größen Anzahl von States (70.000 Alarmstates des unifi Adapters)

                                    https://github.com/ioBroker/ioBroker.javascript/issues/1467

                                    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
                                    1
                                    • CodierknechtC Codierknecht

                                      @blue231181 sagte in Javascript Adapter stürzt ab:

                                      private daten...? meine IP Adresse?

                                      Nein - Die Kalender-ID's ;-)
                                      In der Langfassung von diag.

                                      weil der Fehler nur alle 3 Stunden auftritt

                                      Und was passiert alle 3 Stunden?

                                      2024-01-17 19:24:12.062 - info: solarmanpv.0 (63515) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                                      

                                      Läuft der vielleicht in genau diesem Intervall?

                                      blue231181B Offline
                                      blue231181B Offline
                                      blue231181
                                      schrieb am zuletzt editiert von
                                      #20

                                      @codierknecht Danke für den Hinweis
                                      Was euch alles auffällt :man-facepalming:

                                      Also der Solarmanpv läuft alle 8 Min.

                                      3 stunden Intervall ist mir nichts bekannt. Ich habe alle Scripte nun mal deaktiviert und teste mich durch.

                                      @mcm57 den Adapter habe ich schon deaktiviert und die zugehörigen States gelöscht, ja damit hatte ich auch Probleme und massiv viele States die er mir angelegt hat

                                      CodierknechtC mcm1957M 2 Antworten Letzte Antwort
                                      0
                                      • blue231181B blue231181

                                        @codierknecht Danke für den Hinweis
                                        Was euch alles auffällt :man-facepalming:

                                        Also der Solarmanpv läuft alle 8 Min.

                                        3 stunden Intervall ist mir nichts bekannt. Ich habe alle Scripte nun mal deaktiviert und teste mich durch.

                                        @mcm57 den Adapter habe ich schon deaktiviert und die zugehörigen States gelöscht, ja damit hatte ich auch Probleme und massiv viele States die er mir angelegt hat

                                        CodierknechtC Online
                                        CodierknechtC Online
                                        Codierknecht
                                        Developer Most Active
                                        schrieb am zuletzt editiert von
                                        #21

                                        @blue231181
                                        Die 10 fehlenden Updates solltest Du ggf. auch mal nachziehen.

                                        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                        HmIP|ZigBee|Tasmota|Unifi
                                        Zabbix Certified Specialist
                                        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                        blue231181B 1 Antwort Letzte Antwort
                                        1
                                        • blue231181B blue231181

                                          @codierknecht Danke für den Hinweis
                                          Was euch alles auffällt :man-facepalming:

                                          Also der Solarmanpv läuft alle 8 Min.

                                          3 stunden Intervall ist mir nichts bekannt. Ich habe alle Scripte nun mal deaktiviert und teste mich durch.

                                          @mcm57 den Adapter habe ich schon deaktiviert und die zugehörigen States gelöscht, ja damit hatte ich auch Probleme und massiv viele States die er mir angelegt hat

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

                                          @blue231181 said in Javascript Adapter stürzt ab:

                                          @mcm57 den Adapter habe ich schon deaktiviert und die zugehörigen States gelöscht, ja damit hatte ich auch Probleme und massiv viele States die er mir angelegt hat

                                          Ist zwar OT aber soweit mir bekannt kannst du bei dem Adapter einiges konfigurieren und damit nicht benötigte Infos / States ausblenden und nur das holen / anlegen was dich interessiert. Mit "alles anzeigen" ist die Anzahl der states seeeehr groß.

                                          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

                                          CodierknechtC 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

                                          605

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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