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. Error/Bug
  4. [gelöst] - js-controller nach update nicht mehr zu starten

NEWS

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

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

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

[gelöst] - js-controller nach update nicht mehr zu starten

Geplant Angeheftet Gesperrt Verschoben Error/Bug
39 Beiträge 14 Kommentatoren 44.8k Aufrufe 4 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.
  • FichtendickichtF Fichtendickicht

    @homoran
    "der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -"
    hat mir den Tag gerettet. Danke
    (iobroker auf Synology 6.2 Docker)

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

    @fichtendickicht sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

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

    heute ist der Fixer in ioBroker eingebaut und es reicht iob fix

    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 -

    A 1 Antwort Letzte Antwort
    1
    • HomoranH Homoran

      @fichtendickicht sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

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

      heute ist der Fixer in ioBroker eingebaut und es reicht iob fix

      A Offline
      A Offline
      adarof
      schrieb am zuletzt editiert von adarof
      #27

      Hallo
      ich bin in einem ganz ähnlichen Fehler gelandet:

      iob status
      node:internal/modules/cjs/loader:1143
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
          at Module._load (node:internal/modules/cjs/loader:981:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
          at node:internal/main/run_main_module:28:49 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      

      Als letztes habe ich (per Weboberfläche direkt von Github ) einen (vermutlich defekten...) Adapter installiert.

      "iob fix" (genau wie curl -fsL https://iobroker.net/fix.sh | bash -) sagt, dass alles gefixed wäre, aber es gibt immernoch den gleichen Fehler:

      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      ~$ iob status
      node:internal/modules/cjs/loader:1143
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
          at Module._load (node:internal/modules/cjs/loader:981:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
          at node:internal/main/run_main_module:28:49 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      Node.js v18.20.2
      
      

      Die Datei iobroker.js ist wirklich nicht in dem angegebenen Verzeichnis vorhanden.
      Kann ich den Js-controller per npm neu installieren? "cd /opt/iobroker && sudo npm ..." oder wie?

      Mein iobroker backup enthält anscheinend keine Kopie des /opt/iobroker-Ordners selber, sodass ich daher nicht einfach wiederherstellen kann.

      Danke + Gruss - Henning

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • A adarof

        Hallo
        ich bin in einem ganz ähnlichen Fehler gelandet:

        iob status
        node:internal/modules/cjs/loader:1143
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
            at Module._load (node:internal/modules/cjs/loader:981:27)
            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
            at node:internal/main/run_main_module:28:49 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        
        

        Als letztes habe ich (per Weboberfläche direkt von Github ) einen (vermutlich defekten...) Adapter installiert.

        "iob fix" (genau wie curl -fsL https://iobroker.net/fix.sh | bash -) sagt, dass alles gefixed wäre, aber es gibt immernoch den gleichen Fehler:

        
        ==========================================================================
        
            Your installation was fixed successfully
            Run iobroker start to start ioBroker again!
        
        ==========================================================================
        
        ~$ iob status
        node:internal/modules/cjs/loader:1143
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
            at Module._load (node:internal/modules/cjs/loader:981:27)
            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
            at node:internal/main/run_main_module:28:49 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        
        Node.js v18.20.2
        
        

        Die Datei iobroker.js ist wirklich nicht in dem angegebenen Verzeichnis vorhanden.
        Kann ich den Js-controller per npm neu installieren? "cd /opt/iobroker && sudo npm ..." oder wie?

        Mein iobroker backup enthält anscheinend keine Kopie des /opt/iobroker-Ordners selber, sodass ich daher nicht einfach wiederherstellen kann.

        Danke + Gruss - Henning

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

        @adarof

        cd /opt/iobroker
        sudo -H -u iobroker npm install iobroker.js-controller
        

        Und woher bitte nimmst du sowas wie sudo npm???? Bitte NIE, NIE, NIE npm und/oder iobroker-Kommandos mit sudo (ohne -u Option) einleiten.

        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

        A 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @adarof

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          

          Und woher bitte nimmst du sowas wie sudo npm???? Bitte NIE, NIE, NIE npm und/oder iobroker-Kommandos mit sudo (ohne -u Option) einleiten.

          A Offline
          A Offline
          adarof
          schrieb am zuletzt editiert von
          #29

          @thomas-braun Ähhhh -- schieben wir es auf "Panikmode weil die Heimautomatisierung nicht mehr aufstartet" ? ;-)
          Danke wieder was gelernt - und vor allem: Gut gefragt zu haben :-)

          ... und am wichtigsten DANKE, er startet wieder!

          A 1 Antwort Letzte Antwort
          0
          • A adarof

            @thomas-braun Ähhhh -- schieben wir es auf "Panikmode weil die Heimautomatisierung nicht mehr aufstartet" ? ;-)
            Danke wieder was gelernt - und vor allem: Gut gefragt zu haben :-)

            ... und am wichtigsten DANKE, er startet wieder!

            A Offline
            A Offline
            adarof
            schrieb am zuletzt editiert von adarof
            #30

            Hi
            Ich hab das gleiche(?) Problem wieder - diesmal kann ich zwar

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller
            

            durchlaufen lassen:

            npm warn skipping integrity check for git dependency ssh://git@github.com/eifel-tech/ioBroker.syrconnect.git
            npm warn skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
            npm warn deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
            npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
            npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
            npm warn deprecated npmlog@6.0.2: This package is no longer supported.
            npm warn deprecated har-validator@5.1.5: this library is no longer supported
            npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
            npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
            npm warn deprecated q@1.1.2: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
            npm warn deprecated
            npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
            npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
            npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
            npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
            npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
            npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
            npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
            npm warn deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
            npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm warn deprecated gauge@4.0.4: This package is no longer supported.
            npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            npm warn deprecated sinon@15.2.0: 16.1.1
            
            

            ...ein "iob start" startet zwar auch, da ein "iob status" sagt

            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            

            sogar der admin.0 soll laufen:

            @RoofServer:/opt/iobroker$ iob status admin
            Instance "admin.0" is running
            

            ...aber eine Admin Weboberfläche (und auch meine VIS usw) bekomme ich nicht. Der Webserver läuft einfahc nicht
            Was könnt ich da wohl noch tun?

            Gruss

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • A adarof

              Hi
              Ich hab das gleiche(?) Problem wieder - diesmal kann ich zwar

              cd /opt/iobroker
              sudo -H -u iobroker npm install iobroker.js-controller
              

              durchlaufen lassen:

              npm warn skipping integrity check for git dependency ssh://git@github.com/eifel-tech/ioBroker.syrconnect.git
              npm warn skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
              npm warn deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
              npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
              npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
              npm warn deprecated npmlog@6.0.2: This package is no longer supported.
              npm warn deprecated har-validator@5.1.5: this library is no longer supported
              npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
              npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
              npm warn deprecated q@1.1.2: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
              npm warn deprecated
              npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
              npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
              npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
              npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
              npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
              npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
              npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
              npm warn deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
              npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm warn deprecated gauge@4.0.4: This package is no longer supported.
              npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
              npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              npm warn deprecated sinon@15.2.0: 16.1.1
              
              

              ...ein "iob start" startet zwar auch, da ein "iob status" sagt

              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              

              sogar der admin.0 soll laufen:

              @RoofServer:/opt/iobroker$ iob status admin
              Instance "admin.0" is running
              

              ...aber eine Admin Weboberfläche (und auch meine VIS usw) bekomme ich nicht. Der Webserver läuft einfahc nicht
              Was könnt ich da wohl noch tun?

              Gruss

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

              @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

              Was könnt ich da wohl noch tun?

              Die Langfassung von

              iob diag
              

              anschauen.

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

              A 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                Was könnt ich da wohl noch tun?

                Die Langfassung von

                iob diag
                

                anschauen.

                A Offline
                A Offline
                adarof
                schrieb am zuletzt editiert von
                #32

                @thomas-braun Danke. Interessant, kannte ich noch nicht. Hat keine Fehler ausgegeben ausser dem hier

                2024-08-18 19:00:37.075  - error: sql.0 (3013) Cannot insert INSERT INTO `iobroker`.ts_number (id, ts, val, ack, _from, q) VALUES (245, 1724000437013, 20, 1, 28, 0);: Error: Duplicate entry '245-1724000437013' for key 'ts_number.PRIMARY' (id: modbus.1.holdingRegisters.1078_Grid_Power)
                
                

                Zwischenzeitlich ist der Webserver einfach da - der hat min 15min gebraucht (da hatte ich dann für den Abend erstmal aufgegeben), obwohl eigentlich nichts los ist auf dem System. Merkwürdig - heute morgen tat auf einmal alles. Danke abermals!

                HomoranH 1 Antwort Letzte Antwort
                0
                • A adarof

                  @thomas-braun Danke. Interessant, kannte ich noch nicht. Hat keine Fehler ausgegeben ausser dem hier

                  2024-08-18 19:00:37.075  - error: sql.0 (3013) Cannot insert INSERT INTO `iobroker`.ts_number (id, ts, val, ack, _from, q) VALUES (245, 1724000437013, 20, 1, 28, 0);: Error: Duplicate entry '245-1724000437013' for key 'ts_number.PRIMARY' (id: modbus.1.holdingRegisters.1078_Grid_Power)
                  
                  

                  Zwischenzeitlich ist der Webserver einfach da - der hat min 15min gebraucht (da hatte ich dann für den Abend erstmal aufgegeben), obwohl eigentlich nichts los ist auf dem System. Merkwürdig - heute morgen tat auf einmal alles. Danke abermals!

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

                  @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                  Hat keine Fehler ausgegeben

                  bitte die Langfassung hier zeigen!

                  @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                  ausser dem hier

                  ist ganz normales iobroker log.

                  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 -

                  A 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                    Hat keine Fehler ausgegeben

                    bitte die Langfassung hier zeigen!

                    @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                    ausser dem hier

                    ist ganz normales iobroker log.

                    A Offline
                    A Offline
                    adarof
                    schrieb am zuletzt editiert von
                    #34

                    @homoran Hier :) Vor einigen Wochen (Monaten mittlerweile?) hatte ich schon bemerkt, dass die Updates einzelner Adapter jeweils sehr lange brauchen.

                    ======== Start marking the full check here =========
                    
                    Skript v.2024-05-22
                    
                    *** BASE SYSTEM ***
                       Static hostname: RoofServer
                             Icon name: computer-desktop
                               Chassis: desktop
                      Operating System: Ubuntu 20.04.6 LTS
                                Kernel: Linux 5.4.0-192-generic
                          Architecture: x86-64
                    
                    model name      : Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz
                    Docker          : false
                    Virtualization  : none
                    Kernel          : x86_64
                    Userland        : 64 bit
                    
                    Systemuptime and Load:
                     19:00:01 up 21:40,  1 user,  load average: 0.49, 0.54, 0.54
                    CPU threads: 4
                    
                    
                    *** Time and Time Zones ***
                                   Local time: Sun 2024-08-18 19:00:01 CEST
                               Universal time: Sun 2024-08-18 17:00:01 UTC
                                     RTC time: Sun 2024-08-18 17:00:01
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** Users and Groups ***
                    User that called 'iob diag':
                    myuser
                    DERBY_HOME=/usr/lib/jvm/java-8-oracle/db
                    JAVA_HOME=/usr/lib/jvm/java-8-oracle
                    HOME=/home/myuser
                    GROUPS=myuser dialout sudo sambashare user iobroker
                    
                    User that is running 'js-controller':
                    iobroker
                    HOME=/home/iobroker
                    JAVA_HOME=/usr/lib/jvm/java-8-oracle
                    GROUPS=iobroker tty dialout audio video plugdev bluetooth
                    
                    *** Display-Server-Setup ***
                    Display-Server: true
                    Desktop:
                    Terminal:       tty
                    Boot Target:    graphical.target
                    
                    *** MEMORY ***
                                  total        used        free      shared  buff/cache   available
                    Mem:            15G        5.7G        729M         17M        9.5G        9.9G
                    Swap:          2.0G          0B        2.0G
                    Total:          17G        5.7G        2.8G
                    
                    Active iob-Instances:   41
                    
                            15883 M total memory
                             5652 M used memory
                             8075 M active memory
                             6177 M inactive memory
                              729 M free memory
                             1548 M buffer memory
                             7953 M swap cache
                             2047 M total swap
                                0 M used swap
                             2047 M free swap
                    
                    *** top - Table Of Processes  ***
                    top - 19:00:01 up 21:40,  1 user,  load average: 0.49, 0.54, 0.54
                    Tasks: 312 total,   1 running, 311 sleeping,   0 stopped,   0 zombie
                    %Cpu(s):  9.0 us,  3.0 sy,  0.0 ni, 86.6 id,  0.0 wa,  0.0 hi,  1.5 si,  0.0 st
                    MiB Mem :  15883.2 total,    728.8 free,   5652.2 used,   9502.3 buff/cache
                    MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   9882.1 avail Mem
                    
                    *** FAILED SERVICES ***
                    
                      UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
                    * vncserver@1.service  loaded failed failed Remote desktop service (VNC)
                    * wg-quick@VPN.service loaded failed failed WireGuard via wg-quick(8) for VPN
                    * wg-quick@wg0.service loaded failed failed WireGuard via wg-quick(8) for wg0
                    
                    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
                    udev           devtmpfs  7.8G     0  7.8G   0% /dev
                    tmpfs          tmpfs     1.6G  4.1M  1.6G   1% /run
                    /dev/sdb1      ext4      458G   50G  385G  12% /
                    tmpfs          tmpfs     7.8G  616K  7.8G   1% /dev/shm
                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                    tmpfs          tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
                    /dev/loop2     squashfs  105M  105M     0 100% /snap/core/17200
                    /dev/loop4     squashfs   64M   64M     0 100% /snap/core20/2264
                    /dev/loop3     squashfs   56M   56M     0 100% /snap/core18/2829
                    /dev/loop0     squashfs  128K  128K     0 100% /snap/bare/5
                    /dev/loop5     squashfs   56M   56M     0 100% /snap/core18/2823
                    /dev/loop6     squashfs   75M   75M     0 100% /snap/core22/1380
                    /dev/loop1     squashfs  104M  104M     0 100% /snap/core/16928
                    /dev/loop7     squashfs   64M   64M     0 100% /snap/core20/2318
                    /dev/loop8     squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/111
                    /dev/loop9     squashfs  1.7M  1.7M     0 100% /snap/gnome-system-monitor/186
                    /dev/loop10    squashfs  165M  165M     0 100% /snap/gnome-3-28-1804/194
                    /dev/loop11    squashfs  219M  219M     0 100% /snap/gnome-3-34-1804/90
                    /dev/loop12    squashfs  1.5M  1.5M     0 100% /snap/gnome-system-monitor/184
                    /dev/loop13    squashfs  165M  165M     0 100% /snap/gnome-3-28-1804/198
                    /dev/loop14    squashfs  506M  506M     0 100% /snap/gnome-42-2204/176
                    /dev/loop15    squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/143
                    /dev/loop16    squashfs   82M   82M     0 100% /snap/gtk-common-themes/1534
                    /dev/loop17    squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/104
                    /dev/loop19    squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/140
                    /dev/loop18    squashfs  219M  219M     0 100% /snap/gnome-3-34-1804/93
                    /dev/loop20    squashfs  505M  505M     0 100% /snap/gnome-42-2204/172
                    /dev/loop21    squashfs   92M   92M     0 100% /snap/gtk-common-themes/1535
                    /dev/loop22    squashfs   75M   75M     0 100% /snap/core22/1439
                    /dev/sda1      ext4      916G  382G  488G  44% /media/data
                    /dev/sdc1      ext4      4.6T  4.0T  317G  93% /media/storage
                    tmpfs          tmpfs     1.6G   16K  1.6G   1% /run/user/121
                    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/999
                    tmpfs          tmpfs     1.6G  4.0K  1.6G   1% /run/user/1002
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Sat Aug 17 21:19:49 2024] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
                    [Sat Aug 17 21:19:49 2024] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
                    [Sat Aug 17 21:19:52 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
                    [Sat Aug 17 21:19:53 2024] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
                    
                    Show mounted filesystems:
                    TARGET                                SOURCE      FSTYPE      OPTIONS
                    /                                     /dev/sdb1   ext4        rw,relatime,errors=remount-ro
                    |-/sys                                sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                    | |-/sys/kernel/security              securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                    | |-/sys/fs/cgroup                    tmpfs       tmpfs       ro,nosuid,nodev,noexec,mode=755
                    | | |-/sys/fs/cgroup/unified          cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
                    | | |-/sys/fs/cgroup/systemd          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                    | | |-/sys/fs/cgroup/devices          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,devices
                    | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                    | | |-/sys/fs/cgroup/perf_event       cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
                    | | |-/sys/fs/cgroup/hugetlb          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,hugetlb
                    | | |-/sys/fs/cgroup/net_cls,net_prio cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                    | | |-/sys/fs/cgroup/pids             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,pids
                    | | |-/sys/fs/cgroup/freezer          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,freezer
                    | | |-/sys/fs/cgroup/cpuset           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
                    | | |-/sys/fs/cgroup/blkio            cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,blkio
                    | | |-/sys/fs/cgroup/rdma             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,rdma
                    | | `-/sys/fs/cgroup/memory           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,memory
                    | |-/sys/fs/pstore                    pstore      pstore      rw,nosuid,nodev,noexec,relatime
                    | |-/sys/fs/bpf                       none        bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                    | |-/sys/kernel/debug                 debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
                    | |-/sys/kernel/tracing               tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
                    | |-/sys/fs/fuse/connections          fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
                    | `-/sys/kernel/config                configfs    configfs    rw,nosuid,nodev,noexec,relatime
                    |-/proc                               proc        proc        rw,nosuid,nodev,noexec,relatime
                    | |-/proc/sys/fs/binfmt_misc          systemd-1   autofs      rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16849
                    | | `-/proc/sys/fs/binfmt_misc        binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
                    | `-/proc/fs/nfsd                     nfsd        nfsd        rw,relatime
                    |-/dev                                udev        devtmpfs    rw,nosuid,noexec,relatime,size=8085972k,nr_inodes=2021493,mode=755
                    | |-/dev/pts                          devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                    | |-/dev/shm                          tmpfs       tmpfs       rw,nosuid,nodev
                    | |-/dev/hugepages                    hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
                    | `-/dev/mqueue                       mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
                    |-/run                                tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=1626448k,mode=755
                    | |-/run/lock                         tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                    | |-/run/rpc_pipefs                   sunrpc      rpc_pipefs  rw,relatime
                    | |-/run/user/1002                    tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=1626444k,mode=700,uid=1002,gid=1002
                    | |-/run/user/121                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=1626444k,mode=700,uid=121,gid=125
                    | `-/run/user/999                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=1626444k,mode=700,uid=999,gid=999
                    |-/snap/core/17200                    /dev/loop2  squashfs    ro,nodev,relatime
                    |-/snap/core20/2264                   /dev/loop4  squashfs    ro,nodev,relatime
                    |-/snap/core18/2829                   /dev/loop3  squashfs    ro,nodev,relatime
                    |-/snap/bare/5                        /dev/loop0  squashfs    ro,nodev,relatime
                    |-/snap/core18/2823                   /dev/loop5  squashfs    ro,nodev,relatime
                    |-/snap/core22/1380                   /dev/loop6  squashfs    ro,nodev,relatime
                    |-/snap/core/16928                    /dev/loop1  squashfs    ro,nodev,relatime
                    |-/snap/core20/2318                   /dev/loop7  squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-26-1604/111           /dev/loop8  squashfs    ro,nodev,relatime
                    |-/snap/gnome-system-monitor/186      /dev/loop9  squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-28-1804/194           /dev/loop10 squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-34-1804/90            /dev/loop11 squashfs    ro,nodev,relatime
                    |-/snap/gnome-system-monitor/184      /dev/loop12 squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-28-1804/198           /dev/loop13 squashfs    ro,nodev,relatime
                    |-/snap/gnome-42-2204/176             /dev/loop14 squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-38-2004/143           /dev/loop15 squashfs    ro,nodev,relatime
                    |-/snap/gtk-common-themes/1534        /dev/loop16 squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-26-1604/104           /dev/loop17 squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-38-2004/140           /dev/loop19 squashfs    ro,nodev,relatime
                    |-/snap/gnome-3-34-1804/93            /dev/loop18 squashfs    ro,nodev,relatime
                    |-/snap/gnome-42-2204/172             /dev/loop20 squashfs    ro,nodev,relatime
                    |-/snap/gtk-common-themes/1535        /dev/loop21 squashfs    ro,nodev,relatime
                    |-/snap/core22/1439                   /dev/loop22 squashfs    ro,nodev,relatime
                    |-/media/data                         /dev/sda1   ext4        rw,relatime,errors=remount-ro
                    `-/media/storage                      /dev/sdc1   ext4        rw,nosuid,nodev,relatime
                    
                    Files in neuralgic directories:
                    
                    /var:
                    22G     /var/
                    17G     /var/lib
                    5.6G    /var/lib/unifi
                    5.4G    /var/lib/unifi/db
                    5.0G    /var/lib/snapd
                    
                    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 120.0M in the file system.
                    
                    /opt/iobroker/backups:
                    3.0G    /opt/iobroker/backups/
                    4.0K    /opt/iobroker/backups/redistmp
                    
                    /opt/iobroker/iobroker-data:
                    1.2G    /opt/iobroker/iobroker-data/
                    787M    /opt/iobroker/iobroker-data/files
                    441M    /opt/iobroker/iobroker-data/files/javascript.admin
                    409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                    408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                    
                    The five largest files in iobroker-data are:
                    52M     /opt/iobroker/iobroker-data/objects.jsonl
                    41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                    29M     /opt/iobroker/iobroker-data/states.jsonl
                    28M     /opt/iobroker/iobroker-data/sqlite/sqlite.db
                    27M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.ce422ec2.js.map
                    
                    USB-Devices by-id:
                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                    
                    No Devices found 'by-id'
                    
                    HINT:
                    Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                    /dev/ttyACM0
                    
                    
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v18.20.4
                    /usr/bin/node           v18.20.4
                    /usr/bin/npm            10.7.0
                    /usr/bin/npx            10.7.0
                    /usr/bin/corepack       0.28.0
                    
                    
                    nodejs:
                      Installed: 18.20.4-1nodesource1
                      Candidate: 18.20.4-1nodesource1
                      Version table:
                     *** 18.20.4-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                            100 /var/lib/dpkg/status
                         18.20.3-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         18.20.2-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         18.20.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         18.20.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         18.19.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         18.19.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                         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
                         10.19.0~dfsg-3ubuntu1.6 500
                            500 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                            500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                         10.19.0~dfsg-3ubuntu1 500
                            500 http://de.archive.ubuntu.com/ubuntu focal/universe 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:  6.0.10
                    admin:          7.0.22
                    javascript:     8.7.6
                    
                    nodejs modules from github:     1
                    |   `-- xmlbuilder@0.4.2 invalid: "https://github.com/hobbyquaker/xmlbuilder-js/tarball/29fe5030dc6852007dc8d1bfd5109d75f8da58d5" from node_modules/homematic-xmlrpc
                    
                    Adapter State
                    + system.adapter.admin.0                  : admin                 : RoofServer                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.alexa2.0                 : alexa2                : RoofServer                               -  enabled
                    + system.adapter.backitup.0               : backitup              : RoofServer                               -  enabled
                      system.adapter.cloudflare.0             : cloudflare            : RoofServer                               - disabled
                      system.adapter.daswetter.0              : daswetter             : RoofServer                               -  enabled
                    + system.adapter.discovery.0              : discovery             : RoofServer                               -  enabled
                      system.adapter.dwd.0                    : dwd                   : RoofServer                               -  enabled
                    + system.adapter.easee.1                  : easee                 : RoofServer                               -  enabled
                    + system.adapter.email.0                  : email                 : RoofServer                               -  enabled
                    + system.adapter.evcc.0                   : evcc                  : RoofServer                               -  enabled, port: 7070
                      system.adapter.flot.0                   : flot                  : RoofServer                               -  enabled
                    + system.adapter.govee.0                  : govee                 : RoofServer                               -  enabled
                    + system.adapter.ham.0                    : ham                   : RoofServer                               -  enabled
                    + system.adapter.history.0                : history               : RoofServer                               -  enabled
                    + system.adapter.hm-rega.0                : hm-rega               : RoofServer                               -  enabled
                    + system.adapter.hm-rpc.0                 : hm-rpc                : RoofServer                               -  enabled, port: 18701
                    + system.adapter.hm-rpc.1                 : hm-rpc                : RoofServer                               -  enabled, port: 12001
                    + system.adapter.hm-rpc.2                 : hm-rpc                : RoofServer                               -  enabled, port: 0
                    + system.adapter.homeconnect.0            : homeconnect           : RoofServer                               -  enabled
                      system.adapter.ical.0                   : ical                  : RoofServer                               -  enabled
                      system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: RoofServer                               -  enabled
                      system.adapter.icons-material-png.0     : icons-material-png    : RoofServer                               -  enabled
                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : RoofServer                               -  enabled
                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : RoofServer                               -  enabled
                    + system.adapter.javascript.0             : javascript            : RoofServer                               -  enabled
                    + system.adapter.klf200.0                 : klf200                : RoofServer                               -  enabled
                    + system.adapter.lg-thinq.0               : lg-thinq              : RoofServer                               -  enabled
                      system.adapter.material.0               : material              : RoofServer                               -  enabled
                    + system.adapter.mielecloudservice.0      : mielecloudservice     : RoofServer                               -  enabled
                      system.adapter.mobile.0                 : mobile                : RoofServer                               -  enabled
                    + system.adapter.modbus.0                 : modbus                : RoofServer                               -  enabled
                    + system.adapter.modbus.1                 : modbus                : RoofServer                               -  enabled
                    + system.adapter.nina.0                   : nina                  : RoofServer                               -  enabled
                    + system.adapter.nut.0                    : nut                   : RoofServer                               -  enabled
                    + system.adapter.opendtu.0                : opendtu               : RoofServer                               -  enabled
                    + system.adapter.parser.0                 : parser                : RoofServer                               -  enabled
                    + system.adapter.ping.0                   : ping                  : RoofServer                               -  enabled
                      system.adapter.rickshaw.0               : rickshaw              : RoofServer                               -  enabled
                    + system.adapter.simple-api.0             : simple-api            : RoofServer                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    + system.adapter.sonoff.0                 : sonoff                : RoofServer                               -  enabled, port: 1883, bind: 192.168.66.75
                    + system.adapter.sql.0                    : sql                   : RoofServer                               -  enabled, port: 0
                    + system.adapter.telegram.0               : telegram              : RoofServer                               -  enabled, port: 8443, bind: 0.0.0.0
                    + system.adapter.text2command.0           : text2command          : RoofServer                               -  enabled
                    + system.adapter.tr-064.0                 : tr-064                : RoofServer                               -  enabled
                    + system.adapter.tuya.0                   : tuya                  : RoofServer                               -  enabled
                    + system.adapter.unifi.0                  : unifi                 : RoofServer                               -  enabled
                      system.adapter.vis-bars.0               : vis-bars              : RoofServer                               -  enabled
                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : RoofServer                               -  enabled
                      system.adapter.vis-colorpicker.0        : vis-colorpicker       : RoofServer                               -  enabled
                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : RoofServer                               -  enabled
                      system.adapter.vis-history.0            : vis-history           : RoofServer                               -  enabled
                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RoofServer                               -  enabled
                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RoofServer                               -  enabled
                      system.adapter.vis-metro.0              : vis-metro             : RoofServer                               -  enabled
                      system.adapter.vis-rgraph.0             : vis-rgraph            : RoofServer                               -  enabled
                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : RoofServer                               -  enabled
                      system.adapter.vis.0                    : vis                   : RoofServer                               -  enabled
                    + system.adapter.vw-connect.0             : vw-connect            : RoofServer                               -  enabled
                    + system.adapter.web.0                    : web                   : RoofServer                               -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                    + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : RoofServer                               -  enabled, port: 60000, bind: 192.168.66.75
                    + system.adapter.wifilight.0              : wifilight             : RoofServer                               -  enabled
                    + system.adapter.wireguard.0              : wireguard             : RoofServer                               -  enabled
                    + system.adapter.zigbee.0                 : zigbee                : RoofServer                               -  enabled, port: /dev/ttyACM0
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                    + system.adapter.admin.0                  : admin                 : RoofServer                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.evcc.0                   : evcc                  : RoofServer                               -  enabled, port: 7070
                    + system.adapter.hm-rpc.0                 : hm-rpc                : RoofServer                               -  enabled, port: 18701
                    + system.adapter.hm-rpc.1                 : hm-rpc                : RoofServer                               -  enabled, port: 12001
                    + system.adapter.hm-rpc.2                 : hm-rpc                : RoofServer                               -  enabled, port: 0
                    + system.adapter.simple-api.0             : simple-api            : RoofServer                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                    + system.adapter.sonoff.0                 : sonoff                : RoofServer                               -  enabled, port: 1883, bind: 192.168.66.75
                    + system.adapter.sql.0                    : sql                   : RoofServer                               -  enabled, port: 0
                    + system.adapter.telegram.0               : telegram              : RoofServer                               -  enabled, port: 8443, bind: 0.0.0.0
                    + system.adapter.web.0                    : web                   : RoofServer                               -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                    + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : RoofServer                               -  enabled, port: 60000, bind: 192.168.66.75
                    + system.adapter.zigbee.0                 : zigbee                : RoofServer                               -  enabled, port: /dev/ttyACM0
                    
                    ioBroker-Repositories
                    ┌─────────┬───────────┬─────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┐
                    │ (index) │   name    │                                             url                                             │ auto upgrade │
                    ├─────────┼───────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┤
                    │    0    │ 'sources' │                                  'conf/sources-dist.json'                                   │    false     │
                    │    1    │ 'online'  │ 'https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json' │    false     │
                    │    2    │ 'stable'  │                      'http://download.iobroker.net/sources-dist.json'                       │    false     │
                    │    3    │  'beta'   │                   'http://download.iobroker.net/sources-dist-latest.json'                   │    false     │
                    └─────────┴───────────┴─────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┘
                    
                    Active repo(s): stable
                    Upgrade policy: none
                    
                    Installed ioBroker-Instances
                    Used repository: stable
                    Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
                    Adapter    "admin"        : 7.0.22   , installed 7.0.22
                    Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                    Adapter    "amazon-dash"  : 1.2.0    , installed 1.2.0
                    Adapter    "backitup"     : 3.0.16   , installed 3.0.16
                    Adapter    "cloudflare"   : 1.1.1    , installed 1.2.1
                    Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                    Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                    Adapter    "easee"        : 1.0.10   , installed 1.0.10
                    Adapter    "email"        : 1.3.1    , installed 1.3.1
                    Adapter    "evcc"         : 0.1.1    , installed 0.1.1
                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                    Adapter    "ham"          : 5.3.1    , installed 5.3.1
                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                    Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                    Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                    Adapter    "homeconnect"  : 1.4.1    , installed 1.4.1
                    Adapter    "ical"         : 1.15.0   , installed 1.15.0
                    Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                    Adapter    "icons-material-png": 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    "javascript"   : 8.7.6    , installed 8.7.6
                    Controller "js-controller": 6.0.9    , installed 6.0.10
                    Adapter    "klf200"       : 1.2.0    , installed 1.2.0
                    Adapter    "lg-thinq"     : 1.0.1    , installed 1.0.1
                    Adapter    "material"     : 1.3.1    , installed 1.3.1
                    Adapter    "mielecloudservice": 6.5.6, installed 6.5.6
                    Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                    Adapter    "modbus"       : 6.2.3    , installed 6.2.3
                    Adapter    "nina"         : 0.0.25   , installed 0.0.25
                    Adapter    "nut"          : 1.6.0    , installed 1.6.0
                    Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                    Adapter    "parser"       : 2.2.2    , installed 2.2.2
                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                    Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                    Adapter    "sbfspot"      : 4.3.3    , installed 4.3.3
                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                    Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                    Adapter    "solarmanpv"   : 0.5.1    , installed 0.5.1
                    Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                    Adapter    "sql"          : 3.0.1    , installed 3.0.1
                    Adapter    "telegram"     : 3.9.0    , installed 3.3.2  [Updatable]
                    Adapter    "text2command" : 3.0.3    , installed 3.0.3
                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                    Adapter    "tuya"         : 3.16.0   , installed 3.15.0 [Updatable]
                    Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                    Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                    Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                    Adapter    "web"          : 6.2.5    , installed 6.2.5
                    Adapter    "wiegand-tcpip": 0.4.6    , installed 0.4.6
                    Adapter    "wifilight"    : 1.2.2    , installed 1.2.2
                    Adapter    "wireguard"    : 1.6.4    , installed 1.6.4
                    Adapter    "ws"           : 2.6.2    , installed 2.6.2
                    Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                    
                    Objects and States
                    Please stand by - This may take a while
                    Objects:        48180
                    States:         41750
                    
                    *** OS-Repositories and Updates ***
                    Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                    Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease
                    Hit:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                    Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                    Hit:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
                    Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease
                    Hit:8 http://repo.feed.flightradar24.com flightradar24 InRelease
                    Get:9 https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/ubuntu focal InRelease [4418 B]
                    Hit:1 https://dl.ui.com/unifi/debian stable InRelease
                    Fetched 4418 B in 16s (280 B/s)
                    Reading package lists...
                    Pending Updates: 2
                    
                    *** Listening Ports ***
                    Active Internet connections (only servers)
                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                    tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN      0          40956      1908/dovecot
                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          371        1/init
                    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          45238      1998/lighttpd
                    tcp        0      0 0.0.0.0:56081           0.0.0.0:*               LISTEN      0          29519      1413/rpc.mountd
                    tcp        0      0 0.0.0.0:44659           0.0.0.0:*               LISTEN      0          34990      -
                    tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      999        43001      2193/pihole-FTL
                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          34038      1406/sshd: /usr/sbi
                    tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN      0          163515     10769/cupsd
                    tcp        0      0 0.0.0.0:2010            0.0.0.0:*               LISTEN      1001       50070      3227/io.hm-rpc.2
                    tcp        0      0 192.168.66.75:1883      0.0.0.0:*               LISTEN      1001       50040      3043/io.sonoff.0
                    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          45239      1998/lighttpd
                    tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          41351      2086/smbd
                    tcp        0      0 0.0.0.0:9981            0.0.0.0:*               LISTEN      0          34735      1506/tvheadend
                    tcp        0      0 0.0.0.0:42333           0.0.0.0:*               LISTEN      0          29532      1413/rpc.mountd
                    tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      0          34739      1506/tvheadend
                    tcp        0      0 0.0.0.0:6080            0.0.0.0:*               LISTEN      1002       39133      1672/python3
                    tcp        0      0 0.0.0.0:12001           0.0.0.0:*               LISTEN      1001       50580      2738/io.hm-rpc.1
                    tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN      0          40958      1908/dovecot
                    tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      0          36873      -
                    tcp        0      0 0.0.0.0:56801           0.0.0.0:*               LISTEN      0          29546      1413/rpc.mountd
                    tcp        0      0 127.0.0.1:33060         0.0.0.0:*               LISTEN      124        39328      1547/mysqld
                    tcp        0      0 127.0.0.1:3493          0.0.0.0:*               LISTEN      0          39140      1674/upsd
                    tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      999        41434      2193/pihole-FTL
                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       45854      1369/iobroker.js-co
                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       45421      1369/iobroker.js-co
                    tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN      125        36916      1371/mongod
                    tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      124        40403      1547/mysqld
                    tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          41352      2086/smbd
                    tcp        0      0 0.0.0.0:18701           0.0.0.0:*               LISTEN      1001       48987      2721/io.hm-rpc.0
                    tcp        0      0 127.0.0.1:27117         0.0.0.0:*               LISTEN      126        49442      2490/bin/mongod
                    tcp6       0      0 :::143                  :::*                    LISTEN      0          40957      1908/dovecot
                    tcp6       0      0 :::58031                :::*                    LISTEN      0          29539      1413/rpc.mountd
                    tcp6       0      0 :::111                  :::*                    LISTEN      0          375        1/init
                    tcp6       0      0 :::8880                 :::*                    LISTEN      126        47344      1499/java
                    tcp6       0      0 :::8080                 :::*                    LISTEN      126        47343      1499/java
                    tcp6       0      0 :::80                   :::*                    LISTEN      0          45240      1998/lighttpd
                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       49993      2750/io.admin.0
                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       55340      3694/io.web.0
                    tcp6       0      0 :::8754                 :::*                    LISTEN      997        44532      2060/fr24feed
                    tcp6       0      0 :::40787                :::*                    LISTEN      0          34992      -
                    tcp6       0      0 :::53                   :::*                    LISTEN      999        43003      2193/pihole-FTL
                    tcp6       0      0 ::1:3350                :::*                    LISTEN      0          34134      1434/xrdp-sesman
                    tcp6       0      0 :::22                   :::*                    LISTEN      0          34049      1406/sshd: /usr/sbi
                    tcp6       0      0 :::631                  :::*                    LISTEN      0          163516     10769/cupsd
                    tcp6       0      0 :::8087                 :::*                    LISTEN      1001       55129      3855/io.simple-api.
                    tcp6       0      0 :::53977                :::*                    LISTEN      0          29525      1413/rpc.mountd
                    tcp6       0      0 :::8443                 :::*                    LISTEN      126        48394      1499/java
                    tcp6       0      0 :::3389                 :::*                    LISTEN      127        37136      1479/xrdp
                    tcp6       0      0 :::34653                :::*                    LISTEN      0          29552      1413/rpc.mountd
                    tcp6       0      0 :::445                  :::*                    LISTEN      0          41349      2086/smbd
                    tcp6       0      0 :::7070                 :::*                    LISTEN      141        47218      1914/evcc
                    tcp6       0      0 :::993                  :::*                    LISTEN      0          40959      1908/dovecot
                    tcp6       0      0 :::2049                 :::*                    LISTEN      0          34987      -
                    tcp6       0      0 :::6789                 :::*                    LISTEN      126        50449      1499/java
                    tcp6       0      0 ::1:4711                :::*                    LISTEN      999        46092      2193/pihole-FTL
                    tcp6       0      0 :::8843                 :::*                    LISTEN      126        48399      1499/java
                    tcp6       0      0 :::139                  :::*                    LISTEN      0          41350      2086/smbd
                    udp        0      0 0.0.0.0:43959           0.0.0.0:*                           0          34989      -
                    udp        0      0 0.0.0.0:44004           0.0.0.0:*                           116        29004      1212/avahi-daemon:
                    udp        0      0 0.0.0.0:60434           0.0.0.0:*                           137        45866      1506/tvheadend
                    udp        0      0 0.0.0.0:45886           0.0.0.0:*                           997        45401      2060/fr24feed
                    udp        0      0 0.0.0.0:46190           0.0.0.0:*                           997        45888      2060/fr24feed
                    udp        0      0 192.168.66.75:5353      0.0.0.0:*                           1001       50403      2660/io.tr-064.0
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           141        47212      1914/evcc
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           116        29002      1212/avahi-daemon:
                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       54745      3569/io.tuya.0
                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       54746      3569/io.tuya.0
                    udp        0      0 0.0.0.0:53              0.0.0.0:*                           999        43000      2193/pihole-FTL
                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          40101      1423/dhcpcd
                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          372        1/init
                    udp        0      0 192.168.66.255:137      0.0.0.0:*                           0          42390      1931/nmbd
                    udp        0      0 192.168.66.75:137       0.0.0.0:*                           0          42389      1931/nmbd
                    udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          42377      1931/nmbd
                    udp        0      0 192.168.66.255:138      0.0.0.0:*                           0          42392      1931/nmbd
                    udp        0      0 192.168.66.75:138       0.0.0.0:*                           0          42391      1931/nmbd
                    udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          42378      1931/nmbd
                    udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          166376     10770/cups-browsed
                    udp        0      0 0.0.0.0:58040           0.0.0.0:*                           0          29516      1413/rpc.mountd
                    udp        0      0 0.0.0.0:58609           0.0.0.0:*                           0          29528      1413/rpc.mountd
                    udp        0      0 239.255.255.250:1900    0.0.0.0:*                           137        45863      1506/tvheadend
                    udp        0      0 0.0.0.0:2049            0.0.0.0:*                           0          34986      -
                    udp        0      0 192.168.66.75:60001     0.0.0.0:*                           1001       53974      3910/io.wiegand-tcp
                    udp        0      0 0.0.0.0:51899           0.0.0.0:*                           0          29543      1413/rpc.mountd
                    udp6       0      0 :::60415                :::*                                0          29536      1413/rpc.mountd
                    udp6       0      0 :::3478                 :::*                                126        49578      1499/java
                    udp6       0      0 :::36817                :::*                                0          29549      1413/rpc.mountd
                    udp6       0      0 :::53360                :::*                                0          34991      -
                    udp6       0      0 :::5353                 :::*                                141        47213      1914/evcc
                    udp6       0      0 :::5353                 :::*                                116        29003      1212/avahi-daemon:
                    udp6       0      0 192.168.66.75:48465     :::*                                126        49619      1499/java
                    udp6       0      0 :::53                   :::*                                999        43002      2193/pihole-FTL
                    udp6       0      0 :::111                  :::*                                0          378        1/init
                    udp6       0      0 :::33653                :::*                                116        29005      1212/avahi-daemon:
                    udp6       0      0 :::58880                :::*                                0          29522      1413/rpc.mountd
                    udp6       0      0 :::10001                :::*                                126        49620      1499/java
                    udp6       0      0 :::2049                 :::*                                0          34988      -
                    
                    *** Log File - Last 25 Lines ***
                    
                    2024-08-18 18:48:04.363  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 18:50:04.362  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 18:50:19.017  - info: host.RoofServer instance system.adapter.dwd.0 in version "2.8.5" started with pid 53151
                    2024-08-18 18:50:33.302  - info: host.RoofServer instance system.adapter.dwd.0 having pid 53151 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2024-08-18 18:50:53.292  - info: javascript.0 (2869) script.js.TelegramOnDWDWarning_v2: info: Alert States wurden gesetzt
                    2024-08-18 18:52:04.363  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 18:53:13.773  - info: alexa2.0 (3461) Alexa-Push-Connection disconnected - retry: Retry Connection in 1s
                    2024-08-18 18:53:15.106  - info: alexa2.0 (3461) Alexa-Push-Connection (macDms = true) established. Disable Polling
                    2024-08-18 18:54:04.364  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 18:55:19.018  - info: host.RoofServer instance system.adapter.dwd.0 in version "2.8.5" started with pid 53297
                    2024-08-18 18:55:32.977  - info: host.RoofServer instance system.adapter.dwd.0 having pid 53297 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2024-08-18 18:55:52.970  - info: javascript.0 (2869) script.js.TelegramOnDWDWarning_v2: info: Alert States wurden gesetzt
                    2024-08-18 18:56:04.366  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 18:58:04.372  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 18:59:21.599  - info: vw-connect.0 (3948) Login in with id
                    2024-08-18 19:00:04.368  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                    2024-08-18 19:00:19.017  - info: host.RoofServer instance system.adapter.dwd.0 in version "2.8.5" started with pid 53959
                    2024-08-18 19:00:32.089  - info: host.RoofServer instance system.adapter.daswetter.0 in version "3.1.15" started with pid 54009
                    2024-08-18 19:00:37.061  - info: host.RoofServer instance system.adapter.dwd.0 having pid 53959 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2024-08-18 19:00:37.075  - error: sql.0 (3013) Cannot insert INSERT INTO `iobroker`.ts_number (id, ts, val, ack, _from, q) VALUES (245, 1724000437013, 20, 1, 28, 0);: Error: Duplicate entry '245-1724000437013' for key 'ts_number.PRIMARY' (id: modbus.1.holdingRegisters.1078_Grid_Power)
                    2024-08-18 19:00:39.197  - info: daswetter.0 (54009) starting. Version 3.1.15 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.20.4, js-controller: 6.0.10
                    2024-08-18 19:00:51.831  - info: daswetter.0 (54009) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                    2024-08-18 19:00:52.345  - info: daswetter.0 (54009) cleaned everything up...
                    2024-08-18 19:00:52.354  - info: host.RoofServer instance system.adapter.daswetter.0 having pid 54009 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2024-08-18 19:00:53.759  - info: javascript.0 (2869) script.js.TelegramOnDWDWarning_v2: info: Alert States wurden gesetzt
                    
                    
                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • A adarof

                      @homoran Hier :) Vor einigen Wochen (Monaten mittlerweile?) hatte ich schon bemerkt, dass die Updates einzelner Adapter jeweils sehr lange brauchen.

                      ======== Start marking the full check here =========
                      
                      Skript v.2024-05-22
                      
                      *** BASE SYSTEM ***
                         Static hostname: RoofServer
                               Icon name: computer-desktop
                                 Chassis: desktop
                        Operating System: Ubuntu 20.04.6 LTS
                                  Kernel: Linux 5.4.0-192-generic
                            Architecture: x86-64
                      
                      model name      : Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz
                      Docker          : false
                      Virtualization  : none
                      Kernel          : x86_64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       19:00:01 up 21:40,  1 user,  load average: 0.49, 0.54, 0.54
                      CPU threads: 4
                      
                      
                      *** Time and Time Zones ***
                                     Local time: Sun 2024-08-18 19:00:01 CEST
                                 Universal time: Sun 2024-08-18 17:00:01 UTC
                                       RTC time: Sun 2024-08-18 17:00:01
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      myuser
                      DERBY_HOME=/usr/lib/jvm/java-8-oracle/db
                      JAVA_HOME=/usr/lib/jvm/java-8-oracle
                      HOME=/home/myuser
                      GROUPS=myuser dialout sudo sambashare user iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      JAVA_HOME=/usr/lib/jvm/java-8-oracle
                      GROUPS=iobroker tty dialout audio video plugdev bluetooth
                      
                      *** Display-Server-Setup ***
                      Display-Server: true
                      Desktop:
                      Terminal:       tty
                      Boot Target:    graphical.target
                      
                      *** MEMORY ***
                                    total        used        free      shared  buff/cache   available
                      Mem:            15G        5.7G        729M         17M        9.5G        9.9G
                      Swap:          2.0G          0B        2.0G
                      Total:          17G        5.7G        2.8G
                      
                      Active iob-Instances:   41
                      
                              15883 M total memory
                               5652 M used memory
                               8075 M active memory
                               6177 M inactive memory
                                729 M free memory
                               1548 M buffer memory
                               7953 M swap cache
                               2047 M total swap
                                  0 M used swap
                               2047 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 19:00:01 up 21:40,  1 user,  load average: 0.49, 0.54, 0.54
                      Tasks: 312 total,   1 running, 311 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  9.0 us,  3.0 sy,  0.0 ni, 86.6 id,  0.0 wa,  0.0 hi,  1.5 si,  0.0 st
                      MiB Mem :  15883.2 total,    728.8 free,   5652.2 used,   9502.3 buff/cache
                      MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   9882.1 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
                      * vncserver@1.service  loaded failed failed Remote desktop service (VNC)
                      * wg-quick@VPN.service loaded failed failed WireGuard via wg-quick(8) for VPN
                      * wg-quick@wg0.service loaded failed failed WireGuard via wg-quick(8) for wg0
                      
                      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
                      udev           devtmpfs  7.8G     0  7.8G   0% /dev
                      tmpfs          tmpfs     1.6G  4.1M  1.6G   1% /run
                      /dev/sdb1      ext4      458G   50G  385G  12% /
                      tmpfs          tmpfs     7.8G  616K  7.8G   1% /dev/shm
                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                      tmpfs          tmpfs     7.8G     0  7.8G   0% /sys/fs/cgroup
                      /dev/loop2     squashfs  105M  105M     0 100% /snap/core/17200
                      /dev/loop4     squashfs   64M   64M     0 100% /snap/core20/2264
                      /dev/loop3     squashfs   56M   56M     0 100% /snap/core18/2829
                      /dev/loop0     squashfs  128K  128K     0 100% /snap/bare/5
                      /dev/loop5     squashfs   56M   56M     0 100% /snap/core18/2823
                      /dev/loop6     squashfs   75M   75M     0 100% /snap/core22/1380
                      /dev/loop1     squashfs  104M  104M     0 100% /snap/core/16928
                      /dev/loop7     squashfs   64M   64M     0 100% /snap/core20/2318
                      /dev/loop8     squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/111
                      /dev/loop9     squashfs  1.7M  1.7M     0 100% /snap/gnome-system-monitor/186
                      /dev/loop10    squashfs  165M  165M     0 100% /snap/gnome-3-28-1804/194
                      /dev/loop11    squashfs  219M  219M     0 100% /snap/gnome-3-34-1804/90
                      /dev/loop12    squashfs  1.5M  1.5M     0 100% /snap/gnome-system-monitor/184
                      /dev/loop13    squashfs  165M  165M     0 100% /snap/gnome-3-28-1804/198
                      /dev/loop14    squashfs  506M  506M     0 100% /snap/gnome-42-2204/176
                      /dev/loop15    squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/143
                      /dev/loop16    squashfs   82M   82M     0 100% /snap/gtk-common-themes/1534
                      /dev/loop17    squashfs  141M  141M     0 100% /snap/gnome-3-26-1604/104
                      /dev/loop19    squashfs  350M  350M     0 100% /snap/gnome-3-38-2004/140
                      /dev/loop18    squashfs  219M  219M     0 100% /snap/gnome-3-34-1804/93
                      /dev/loop20    squashfs  505M  505M     0 100% /snap/gnome-42-2204/172
                      /dev/loop21    squashfs   92M   92M     0 100% /snap/gtk-common-themes/1535
                      /dev/loop22    squashfs   75M   75M     0 100% /snap/core22/1439
                      /dev/sda1      ext4      916G  382G  488G  44% /media/data
                      /dev/sdc1      ext4      4.6T  4.0T  317G  93% /media/storage
                      tmpfs          tmpfs     1.6G   16K  1.6G   1% /run/user/121
                      tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/999
                      tmpfs          tmpfs     1.6G  4.0K  1.6G   1% /run/user/1002
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Sat Aug 17 21:19:49 2024] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
                      [Sat Aug 17 21:19:49 2024] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
                      [Sat Aug 17 21:19:52 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
                      [Sat Aug 17 21:19:53 2024] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
                      
                      Show mounted filesystems:
                      TARGET                                SOURCE      FSTYPE      OPTIONS
                      /                                     /dev/sdb1   ext4        rw,relatime,errors=remount-ro
                      |-/sys                                sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/security              securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/cgroup                    tmpfs       tmpfs       ro,nosuid,nodev,noexec,mode=755
                      | | |-/sys/fs/cgroup/unified          cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
                      | | |-/sys/fs/cgroup/systemd          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                      | | |-/sys/fs/cgroup/devices          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,devices
                      | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                      | | |-/sys/fs/cgroup/perf_event       cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
                      | | |-/sys/fs/cgroup/hugetlb          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,hugetlb
                      | | |-/sys/fs/cgroup/net_cls,net_prio cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                      | | |-/sys/fs/cgroup/pids             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,pids
                      | | |-/sys/fs/cgroup/freezer          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,freezer
                      | | |-/sys/fs/cgroup/cpuset           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
                      | | |-/sys/fs/cgroup/blkio            cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,blkio
                      | | |-/sys/fs/cgroup/rdma             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,rdma
                      | | `-/sys/fs/cgroup/memory           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,memory
                      | |-/sys/fs/pstore                    pstore      pstore      rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/bpf                       none        bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                      | |-/sys/kernel/debug                 debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/tracing               tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/fuse/connections          fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
                      | `-/sys/kernel/config                configfs    configfs    rw,nosuid,nodev,noexec,relatime
                      |-/proc                               proc        proc        rw,nosuid,nodev,noexec,relatime
                      | |-/proc/sys/fs/binfmt_misc          systemd-1   autofs      rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16849
                      | | `-/proc/sys/fs/binfmt_misc        binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
                      | `-/proc/fs/nfsd                     nfsd        nfsd        rw,relatime
                      |-/dev                                udev        devtmpfs    rw,nosuid,noexec,relatime,size=8085972k,nr_inodes=2021493,mode=755
                      | |-/dev/pts                          devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                      | |-/dev/shm                          tmpfs       tmpfs       rw,nosuid,nodev
                      | |-/dev/hugepages                    hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
                      | `-/dev/mqueue                       mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
                      |-/run                                tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=1626448k,mode=755
                      | |-/run/lock                         tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                      | |-/run/rpc_pipefs                   sunrpc      rpc_pipefs  rw,relatime
                      | |-/run/user/1002                    tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=1626444k,mode=700,uid=1002,gid=1002
                      | |-/run/user/121                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=1626444k,mode=700,uid=121,gid=125
                      | `-/run/user/999                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=1626444k,mode=700,uid=999,gid=999
                      |-/snap/core/17200                    /dev/loop2  squashfs    ro,nodev,relatime
                      |-/snap/core20/2264                   /dev/loop4  squashfs    ro,nodev,relatime
                      |-/snap/core18/2829                   /dev/loop3  squashfs    ro,nodev,relatime
                      |-/snap/bare/5                        /dev/loop0  squashfs    ro,nodev,relatime
                      |-/snap/core18/2823                   /dev/loop5  squashfs    ro,nodev,relatime
                      |-/snap/core22/1380                   /dev/loop6  squashfs    ro,nodev,relatime
                      |-/snap/core/16928                    /dev/loop1  squashfs    ro,nodev,relatime
                      |-/snap/core20/2318                   /dev/loop7  squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-26-1604/111           /dev/loop8  squashfs    ro,nodev,relatime
                      |-/snap/gnome-system-monitor/186      /dev/loop9  squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-28-1804/194           /dev/loop10 squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-34-1804/90            /dev/loop11 squashfs    ro,nodev,relatime
                      |-/snap/gnome-system-monitor/184      /dev/loop12 squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-28-1804/198           /dev/loop13 squashfs    ro,nodev,relatime
                      |-/snap/gnome-42-2204/176             /dev/loop14 squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-38-2004/143           /dev/loop15 squashfs    ro,nodev,relatime
                      |-/snap/gtk-common-themes/1534        /dev/loop16 squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-26-1604/104           /dev/loop17 squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-38-2004/140           /dev/loop19 squashfs    ro,nodev,relatime
                      |-/snap/gnome-3-34-1804/93            /dev/loop18 squashfs    ro,nodev,relatime
                      |-/snap/gnome-42-2204/172             /dev/loop20 squashfs    ro,nodev,relatime
                      |-/snap/gtk-common-themes/1535        /dev/loop21 squashfs    ro,nodev,relatime
                      |-/snap/core22/1439                   /dev/loop22 squashfs    ro,nodev,relatime
                      |-/media/data                         /dev/sda1   ext4        rw,relatime,errors=remount-ro
                      `-/media/storage                      /dev/sdc1   ext4        rw,nosuid,nodev,relatime
                      
                      Files in neuralgic directories:
                      
                      /var:
                      22G     /var/
                      17G     /var/lib
                      5.6G    /var/lib/unifi
                      5.4G    /var/lib/unifi/db
                      5.0G    /var/lib/snapd
                      
                      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 120.0M in the file system.
                      
                      /opt/iobroker/backups:
                      3.0G    /opt/iobroker/backups/
                      4.0K    /opt/iobroker/backups/redistmp
                      
                      /opt/iobroker/iobroker-data:
                      1.2G    /opt/iobroker/iobroker-data/
                      787M    /opt/iobroker/iobroker-data/files
                      441M    /opt/iobroker/iobroker-data/files/javascript.admin
                      409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                      408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                      
                      The five largest files in iobroker-data are:
                      52M     /opt/iobroker/iobroker-data/objects.jsonl
                      41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                      29M     /opt/iobroker/iobroker-data/states.jsonl
                      28M     /opt/iobroker/iobroker-data/sqlite/sqlite.db
                      27M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.ce422ec2.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      No Devices found 'by-id'
                      
                      HINT:
                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                      /dev/ttyACM0
                      
                      
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v18.20.4
                      /usr/bin/node           v18.20.4
                      /usr/bin/npm            10.7.0
                      /usr/bin/npx            10.7.0
                      /usr/bin/corepack       0.28.0
                      
                      
                      nodejs:
                        Installed: 18.20.4-1nodesource1
                        Candidate: 18.20.4-1nodesource1
                        Version table:
                       *** 18.20.4-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                              100 /var/lib/dpkg/status
                           18.20.3-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.20.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.20.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.20.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.19.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           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
                           10.19.0~dfsg-3ubuntu1.6 500
                              500 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                              500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                           10.19.0~dfsg-3ubuntu1 500
                              500 http://de.archive.ubuntu.com/ubuntu focal/universe 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:  6.0.10
                      admin:          7.0.22
                      javascript:     8.7.6
                      
                      nodejs modules from github:     1
                      |   `-- xmlbuilder@0.4.2 invalid: "https://github.com/hobbyquaker/xmlbuilder-js/tarball/29fe5030dc6852007dc8d1bfd5109d75f8da58d5" from node_modules/homematic-xmlrpc
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : RoofServer                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : RoofServer                               -  enabled
                      + system.adapter.backitup.0               : backitup              : RoofServer                               -  enabled
                        system.adapter.cloudflare.0             : cloudflare            : RoofServer                               - disabled
                        system.adapter.daswetter.0              : daswetter             : RoofServer                               -  enabled
                      + system.adapter.discovery.0              : discovery             : RoofServer                               -  enabled
                        system.adapter.dwd.0                    : dwd                   : RoofServer                               -  enabled
                      + system.adapter.easee.1                  : easee                 : RoofServer                               -  enabled
                      + system.adapter.email.0                  : email                 : RoofServer                               -  enabled
                      + system.adapter.evcc.0                   : evcc                  : RoofServer                               -  enabled, port: 7070
                        system.adapter.flot.0                   : flot                  : RoofServer                               -  enabled
                      + system.adapter.govee.0                  : govee                 : RoofServer                               -  enabled
                      + system.adapter.ham.0                    : ham                   : RoofServer                               -  enabled
                      + system.adapter.history.0                : history               : RoofServer                               -  enabled
                      + system.adapter.hm-rega.0                : hm-rega               : RoofServer                               -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : RoofServer                               -  enabled, port: 18701
                      + system.adapter.hm-rpc.1                 : hm-rpc                : RoofServer                               -  enabled, port: 12001
                      + system.adapter.hm-rpc.2                 : hm-rpc                : RoofServer                               -  enabled, port: 0
                      + system.adapter.homeconnect.0            : homeconnect           : RoofServer                               -  enabled
                        system.adapter.ical.0                   : ical                  : RoofServer                               -  enabled
                        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: RoofServer                               -  enabled
                        system.adapter.icons-material-png.0     : icons-material-png    : RoofServer                               -  enabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : RoofServer                               -  enabled
                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : RoofServer                               -  enabled
                      + system.adapter.javascript.0             : javascript            : RoofServer                               -  enabled
                      + system.adapter.klf200.0                 : klf200                : RoofServer                               -  enabled
                      + system.adapter.lg-thinq.0               : lg-thinq              : RoofServer                               -  enabled
                        system.adapter.material.0               : material              : RoofServer                               -  enabled
                      + system.adapter.mielecloudservice.0      : mielecloudservice     : RoofServer                               -  enabled
                        system.adapter.mobile.0                 : mobile                : RoofServer                               -  enabled
                      + system.adapter.modbus.0                 : modbus                : RoofServer                               -  enabled
                      + system.adapter.modbus.1                 : modbus                : RoofServer                               -  enabled
                      + system.adapter.nina.0                   : nina                  : RoofServer                               -  enabled
                      + system.adapter.nut.0                    : nut                   : RoofServer                               -  enabled
                      + system.adapter.opendtu.0                : opendtu               : RoofServer                               -  enabled
                      + system.adapter.parser.0                 : parser                : RoofServer                               -  enabled
                      + system.adapter.ping.0                   : ping                  : RoofServer                               -  enabled
                        system.adapter.rickshaw.0               : rickshaw              : RoofServer                               -  enabled
                      + system.adapter.simple-api.0             : simple-api            : RoofServer                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : RoofServer                               -  enabled, port: 1883, bind: 192.168.66.75
                      + system.adapter.sql.0                    : sql                   : RoofServer                               -  enabled, port: 0
                      + system.adapter.telegram.0               : telegram              : RoofServer                               -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.text2command.0           : text2command          : RoofServer                               -  enabled
                      + system.adapter.tr-064.0                 : tr-064                : RoofServer                               -  enabled
                      + system.adapter.tuya.0                   : tuya                  : RoofServer                               -  enabled
                      + system.adapter.unifi.0                  : unifi                 : RoofServer                               -  enabled
                        system.adapter.vis-bars.0               : vis-bars              : RoofServer                               -  enabled
                        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : RoofServer                               -  enabled
                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : RoofServer                               -  enabled
                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : RoofServer                               -  enabled
                        system.adapter.vis-history.0            : vis-history           : RoofServer                               -  enabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RoofServer                               -  enabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RoofServer                               -  enabled
                        system.adapter.vis-metro.0              : vis-metro             : RoofServer                               -  enabled
                        system.adapter.vis-rgraph.0             : vis-rgraph            : RoofServer                               -  enabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : RoofServer                               -  enabled
                        system.adapter.vis.0                    : vis                   : RoofServer                               -  enabled
                      + system.adapter.vw-connect.0             : vw-connect            : RoofServer                               -  enabled
                      + system.adapter.web.0                    : web                   : RoofServer                               -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                      + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : RoofServer                               -  enabled, port: 60000, bind: 192.168.66.75
                      + system.adapter.wifilight.0              : wifilight             : RoofServer                               -  enabled
                      + system.adapter.wireguard.0              : wireguard             : RoofServer                               -  enabled
                      + system.adapter.zigbee.0                 : zigbee                : RoofServer                               -  enabled, port: /dev/ttyACM0
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : RoofServer                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.evcc.0                   : evcc                  : RoofServer                               -  enabled, port: 7070
                      + system.adapter.hm-rpc.0                 : hm-rpc                : RoofServer                               -  enabled, port: 18701
                      + system.adapter.hm-rpc.1                 : hm-rpc                : RoofServer                               -  enabled, port: 12001
                      + system.adapter.hm-rpc.2                 : hm-rpc                : RoofServer                               -  enabled, port: 0
                      + system.adapter.simple-api.0             : simple-api            : RoofServer                               -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : RoofServer                               -  enabled, port: 1883, bind: 192.168.66.75
                      + system.adapter.sql.0                    : sql                   : RoofServer                               -  enabled, port: 0
                      + system.adapter.telegram.0               : telegram              : RoofServer                               -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : RoofServer                               -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                      + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : RoofServer                               -  enabled, port: 60000, bind: 192.168.66.75
                      + system.adapter.zigbee.0                 : zigbee                : RoofServer                               -  enabled, port: /dev/ttyACM0
                      
                      ioBroker-Repositories
                      ┌─────────┬───────────┬─────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┐
                      │ (index) │   name    │                                             url                                             │ auto upgrade │
                      ├─────────┼───────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┤
                      │    0    │ 'sources' │                                  'conf/sources-dist.json'                                   │    false     │
                      │    1    │ 'online'  │ 'https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json' │    false     │
                      │    2    │ 'stable'  │                      'http://download.iobroker.net/sources-dist.json'                       │    false     │
                      │    3    │  'beta'   │                   'http://download.iobroker.net/sources-dist-latest.json'                   │    false     │
                      └─────────┴───────────┴─────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┘
                      
                      Active repo(s): stable
                      Upgrade policy: none
                      
                      Installed ioBroker-Instances
                      Used repository: stable
                      Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
                      Adapter    "admin"        : 7.0.22   , installed 7.0.22
                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                      Adapter    "amazon-dash"  : 1.2.0    , installed 1.2.0
                      Adapter    "backitup"     : 3.0.16   , installed 3.0.16
                      Adapter    "cloudflare"   : 1.1.1    , installed 1.2.1
                      Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                      Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                      Adapter    "easee"        : 1.0.10   , installed 1.0.10
                      Adapter    "email"        : 1.3.1    , installed 1.3.1
                      Adapter    "evcc"         : 0.1.1    , installed 0.1.1
                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                      Adapter    "ham"          : 5.3.1    , installed 5.3.1
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                      Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                      Adapter    "homeconnect"  : 1.4.1    , installed 1.4.1
                      Adapter    "ical"         : 1.15.0   , installed 1.15.0
                      Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-png": 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    "javascript"   : 8.7.6    , installed 8.7.6
                      Controller "js-controller": 6.0.9    , installed 6.0.10
                      Adapter    "klf200"       : 1.2.0    , installed 1.2.0
                      Adapter    "lg-thinq"     : 1.0.1    , installed 1.0.1
                      Adapter    "material"     : 1.3.1    , installed 1.3.1
                      Adapter    "mielecloudservice": 6.5.6, installed 6.5.6
                      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                      Adapter    "modbus"       : 6.2.3    , installed 6.2.3
                      Adapter    "nina"         : 0.0.25   , installed 0.0.25
                      Adapter    "nut"          : 1.6.0    , installed 1.6.0
                      Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                      Adapter    "parser"       : 2.2.2    , installed 2.2.2
                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                      Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                      Adapter    "sbfspot"      : 4.3.3    , installed 4.3.3
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                      Adapter    "solarmanpv"   : 0.5.1    , installed 0.5.1
                      Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                      Adapter    "sql"          : 3.0.1    , installed 3.0.1
                      Adapter    "telegram"     : 3.9.0    , installed 3.3.2  [Updatable]
                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                      Adapter    "tuya"         : 3.16.0   , installed 3.15.0 [Updatable]
                      Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                      Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                      Adapter    "wiegand-tcpip": 0.4.6    , installed 0.4.6
                      Adapter    "wifilight"    : 1.2.2    , installed 1.2.2
                      Adapter    "wireguard"    : 1.6.4    , installed 1.6.4
                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                      Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        48180
                      States:         41750
                      
                      *** OS-Repositories and Updates ***
                      Hit:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
                      Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease
                      Hit:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
                      Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Hit:6 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
                      Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease
                      Hit:8 http://repo.feed.flightradar24.com flightradar24 InRelease
                      Get:9 https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/ubuntu focal InRelease [4418 B]
                      Hit:1 https://dl.ui.com/unifi/debian stable InRelease
                      Fetched 4418 B in 16s (280 B/s)
                      Reading package lists...
                      Pending Updates: 2
                      
                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                      tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN      0          40956      1908/dovecot
                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          371        1/init
                      tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          45238      1998/lighttpd
                      tcp        0      0 0.0.0.0:56081           0.0.0.0:*               LISTEN      0          29519      1413/rpc.mountd
                      tcp        0      0 0.0.0.0:44659           0.0.0.0:*               LISTEN      0          34990      -
                      tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      999        43001      2193/pihole-FTL
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          34038      1406/sshd: /usr/sbi
                      tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN      0          163515     10769/cupsd
                      tcp        0      0 0.0.0.0:2010            0.0.0.0:*               LISTEN      1001       50070      3227/io.hm-rpc.2
                      tcp        0      0 192.168.66.75:1883      0.0.0.0:*               LISTEN      1001       50040      3043/io.sonoff.0
                      tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      0          45239      1998/lighttpd
                      tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          41351      2086/smbd
                      tcp        0      0 0.0.0.0:9981            0.0.0.0:*               LISTEN      0          34735      1506/tvheadend
                      tcp        0      0 0.0.0.0:42333           0.0.0.0:*               LISTEN      0          29532      1413/rpc.mountd
                      tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      0          34739      1506/tvheadend
                      tcp        0      0 0.0.0.0:6080            0.0.0.0:*               LISTEN      1002       39133      1672/python3
                      tcp        0      0 0.0.0.0:12001           0.0.0.0:*               LISTEN      1001       50580      2738/io.hm-rpc.1
                      tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN      0          40958      1908/dovecot
                      tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      0          36873      -
                      tcp        0      0 0.0.0.0:56801           0.0.0.0:*               LISTEN      0          29546      1413/rpc.mountd
                      tcp        0      0 127.0.0.1:33060         0.0.0.0:*               LISTEN      124        39328      1547/mysqld
                      tcp        0      0 127.0.0.1:3493          0.0.0.0:*               LISTEN      0          39140      1674/upsd
                      tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      999        41434      2193/pihole-FTL
                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       45854      1369/iobroker.js-co
                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       45421      1369/iobroker.js-co
                      tcp        0      0 127.0.0.1:27017         0.0.0.0:*               LISTEN      125        36916      1371/mongod
                      tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      124        40403      1547/mysqld
                      tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          41352      2086/smbd
                      tcp        0      0 0.0.0.0:18701           0.0.0.0:*               LISTEN      1001       48987      2721/io.hm-rpc.0
                      tcp        0      0 127.0.0.1:27117         0.0.0.0:*               LISTEN      126        49442      2490/bin/mongod
                      tcp6       0      0 :::143                  :::*                    LISTEN      0          40957      1908/dovecot
                      tcp6       0      0 :::58031                :::*                    LISTEN      0          29539      1413/rpc.mountd
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          375        1/init
                      tcp6       0      0 :::8880                 :::*                    LISTEN      126        47344      1499/java
                      tcp6       0      0 :::8080                 :::*                    LISTEN      126        47343      1499/java
                      tcp6       0      0 :::80                   :::*                    LISTEN      0          45240      1998/lighttpd
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       49993      2750/io.admin.0
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       55340      3694/io.web.0
                      tcp6       0      0 :::8754                 :::*                    LISTEN      997        44532      2060/fr24feed
                      tcp6       0      0 :::40787                :::*                    LISTEN      0          34992      -
                      tcp6       0      0 :::53                   :::*                    LISTEN      999        43003      2193/pihole-FTL
                      tcp6       0      0 ::1:3350                :::*                    LISTEN      0          34134      1434/xrdp-sesman
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          34049      1406/sshd: /usr/sbi
                      tcp6       0      0 :::631                  :::*                    LISTEN      0          163516     10769/cupsd
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       55129      3855/io.simple-api.
                      tcp6       0      0 :::53977                :::*                    LISTEN      0          29525      1413/rpc.mountd
                      tcp6       0      0 :::8443                 :::*                    LISTEN      126        48394      1499/java
                      tcp6       0      0 :::3389                 :::*                    LISTEN      127        37136      1479/xrdp
                      tcp6       0      0 :::34653                :::*                    LISTEN      0          29552      1413/rpc.mountd
                      tcp6       0      0 :::445                  :::*                    LISTEN      0          41349      2086/smbd
                      tcp6       0      0 :::7070                 :::*                    LISTEN      141        47218      1914/evcc
                      tcp6       0      0 :::993                  :::*                    LISTEN      0          40959      1908/dovecot
                      tcp6       0      0 :::2049                 :::*                    LISTEN      0          34987      -
                      tcp6       0      0 :::6789                 :::*                    LISTEN      126        50449      1499/java
                      tcp6       0      0 ::1:4711                :::*                    LISTEN      999        46092      2193/pihole-FTL
                      tcp6       0      0 :::8843                 :::*                    LISTEN      126        48399      1499/java
                      tcp6       0      0 :::139                  :::*                    LISTEN      0          41350      2086/smbd
                      udp        0      0 0.0.0.0:43959           0.0.0.0:*                           0          34989      -
                      udp        0      0 0.0.0.0:44004           0.0.0.0:*                           116        29004      1212/avahi-daemon:
                      udp        0      0 0.0.0.0:60434           0.0.0.0:*                           137        45866      1506/tvheadend
                      udp        0      0 0.0.0.0:45886           0.0.0.0:*                           997        45401      2060/fr24feed
                      udp        0      0 0.0.0.0:46190           0.0.0.0:*                           997        45888      2060/fr24feed
                      udp        0      0 192.168.66.75:5353      0.0.0.0:*                           1001       50403      2660/io.tr-064.0
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           141        47212      1914/evcc
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           116        29002      1212/avahi-daemon:
                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       54745      3569/io.tuya.0
                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       54746      3569/io.tuya.0
                      udp        0      0 0.0.0.0:53              0.0.0.0:*                           999        43000      2193/pihole-FTL
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          40101      1423/dhcpcd
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          372        1/init
                      udp        0      0 192.168.66.255:137      0.0.0.0:*                           0          42390      1931/nmbd
                      udp        0      0 192.168.66.75:137       0.0.0.0:*                           0          42389      1931/nmbd
                      udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          42377      1931/nmbd
                      udp        0      0 192.168.66.255:138      0.0.0.0:*                           0          42392      1931/nmbd
                      udp        0      0 192.168.66.75:138       0.0.0.0:*                           0          42391      1931/nmbd
                      udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          42378      1931/nmbd
                      udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          166376     10770/cups-browsed
                      udp        0      0 0.0.0.0:58040           0.0.0.0:*                           0          29516      1413/rpc.mountd
                      udp        0      0 0.0.0.0:58609           0.0.0.0:*                           0          29528      1413/rpc.mountd
                      udp        0      0 239.255.255.250:1900    0.0.0.0:*                           137        45863      1506/tvheadend
                      udp        0      0 0.0.0.0:2049            0.0.0.0:*                           0          34986      -
                      udp        0      0 192.168.66.75:60001     0.0.0.0:*                           1001       53974      3910/io.wiegand-tcp
                      udp        0      0 0.0.0.0:51899           0.0.0.0:*                           0          29543      1413/rpc.mountd
                      udp6       0      0 :::60415                :::*                                0          29536      1413/rpc.mountd
                      udp6       0      0 :::3478                 :::*                                126        49578      1499/java
                      udp6       0      0 :::36817                :::*                                0          29549      1413/rpc.mountd
                      udp6       0      0 :::53360                :::*                                0          34991      -
                      udp6       0      0 :::5353                 :::*                                141        47213      1914/evcc
                      udp6       0      0 :::5353                 :::*                                116        29003      1212/avahi-daemon:
                      udp6       0      0 192.168.66.75:48465     :::*                                126        49619      1499/java
                      udp6       0      0 :::53                   :::*                                999        43002      2193/pihole-FTL
                      udp6       0      0 :::111                  :::*                                0          378        1/init
                      udp6       0      0 :::33653                :::*                                116        29005      1212/avahi-daemon:
                      udp6       0      0 :::58880                :::*                                0          29522      1413/rpc.mountd
                      udp6       0      0 :::10001                :::*                                126        49620      1499/java
                      udp6       0      0 :::2049                 :::*                                0          34988      -
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-08-18 18:48:04.363  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 18:50:04.362  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 18:50:19.017  - info: host.RoofServer instance system.adapter.dwd.0 in version "2.8.5" started with pid 53151
                      2024-08-18 18:50:33.302  - info: host.RoofServer instance system.adapter.dwd.0 having pid 53151 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2024-08-18 18:50:53.292  - info: javascript.0 (2869) script.js.TelegramOnDWDWarning_v2: info: Alert States wurden gesetzt
                      2024-08-18 18:52:04.363  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 18:53:13.773  - info: alexa2.0 (3461) Alexa-Push-Connection disconnected - retry: Retry Connection in 1s
                      2024-08-18 18:53:15.106  - info: alexa2.0 (3461) Alexa-Push-Connection (macDms = true) established. Disable Polling
                      2024-08-18 18:54:04.364  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 18:55:19.018  - info: host.RoofServer instance system.adapter.dwd.0 in version "2.8.5" started with pid 53297
                      2024-08-18 18:55:32.977  - info: host.RoofServer instance system.adapter.dwd.0 having pid 53297 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2024-08-18 18:55:52.970  - info: javascript.0 (2869) script.js.TelegramOnDWDWarning_v2: info: Alert States wurden gesetzt
                      2024-08-18 18:56:04.366  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 18:58:04.372  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 18:59:21.599  - info: vw-connect.0 (3948) Login in with id
                      2024-08-18 19:00:04.368  - warn: wireguard.0 (3644) Error: All configured authentication methods failed
                      2024-08-18 19:00:19.017  - info: host.RoofServer instance system.adapter.dwd.0 in version "2.8.5" started with pid 53959
                      2024-08-18 19:00:32.089  - info: host.RoofServer instance system.adapter.daswetter.0 in version "3.1.15" started with pid 54009
                      2024-08-18 19:00:37.061  - info: host.RoofServer instance system.adapter.dwd.0 having pid 53959 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2024-08-18 19:00:37.075  - error: sql.0 (3013) Cannot insert INSERT INTO `iobroker`.ts_number (id, ts, val, ack, _from, q) VALUES (245, 1724000437013, 20, 1, 28, 0);: Error: Duplicate entry '245-1724000437013' for key 'ts_number.PRIMARY' (id: modbus.1.holdingRegisters.1078_Grid_Power)
                      2024-08-18 19:00:39.197  - info: daswetter.0 (54009) starting. Version 3.1.15 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.20.4, js-controller: 6.0.10
                      2024-08-18 19:00:51.831  - info: daswetter.0 (54009) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                      2024-08-18 19:00:52.345  - info: daswetter.0 (54009) cleaned everything up...
                      2024-08-18 19:00:52.354  - info: host.RoofServer instance system.adapter.daswetter.0 having pid 54009 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2024-08-18 19:00:53.759  - info: javascript.0 (2869) script.js.TelegramOnDWDWarning_v2: info: Alert States wurden gesetzt
                      
                      
                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #35

                      @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                                              *** FAILED SERVICES ***
                      

                      da läuft aber noch eines anderes! (oder besser: läuft nicht!)

                      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 -

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @adarof sagte in [gelöst] - js-controller nach update nicht mehr zu starten:

                                                *** FAILED SERVICES ***
                        

                        da läuft aber noch eines anderes! (oder besser: läuft nicht!)

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

                        Dafür läuft das ein Desktop und ein VNC-Server.
                        Hat beides auf einem Server nix verloren.

                        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

                        A 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          Dafür läuft das ein Desktop und ein VNC-Server.
                          Hat beides auf einem Server nix verloren.

                          A Offline
                          A Offline
                          adarof
                          schrieb am zuletzt editiert von
                          #37

                          @thomas-braun Jaha - ist kein reiner Server (mehr). UserCases ändern sich; der Name bleibt :-D

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • A adarof

                            @thomas-braun Jaha - ist kein reiner Server (mehr). UserCases ändern sich; der Name bleibt :-D

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

                            @adarof

                            Jaha...
                            DESKTOPS und VNCs haben trotzdem auf den Kisten nix verloren.

                            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

                            A 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @adarof

                              Jaha...
                              DESKTOPS und VNCs haben trotzdem auf den Kisten nix verloren.

                              A Offline
                              A Offline
                              adarof
                              schrieb am zuletzt editiert von
                              #39

                              @homoran Stimmt - dass das wireguard wg0 nicht mehr hochgekommen ist, ist merkwürdig. Vielleicht passte was mitm Netzwerk nicht beim aufstarten - das passiert immer mal wieder und ich hab noch nicht rausgefunden, woran es liegen kann.

                              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

                              584

                              Online

                              32.4k

                              Benutzer

                              81.5k

                              Themen

                              1.3m

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

                              • Du hast noch kein Konto? Registrieren

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