Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iobroker.js-con 100% cpu

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    229

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

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

iobroker.js-con 100% cpu

iobroker.js-con 100% cpu

Scheduled Pinned Locked Moved ioBroker Allgemein
86 Posts 9 Posters 8.7k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • spicerS spicer

    @esp8266
    Sorry für die späte Antwort (hatte auch nicht auf "beobachtet").
    Status: Jein.
    Ich habe alle MQTT-Pub's auf das altehrwürdige RPI1, welches für die Dachfenster und Sonnenstore zuständig ist, geleitet.
    Dieses sendet nur alle 10min MQTT-Daten an das ioBroker RPI5. So hält die CPU-Auslastung die Füsse für 10min still.

    Es fällt auf, dass das RPI5 bei nur einem einzigen MQTT-Sub für 30s auf 100% CPU geht.
    Das auch, wenn ich den Javascript Adapter deaktiviert habe.
    Es kann also kein Loop sein.

    Marc BergM Offline
    Marc BergM Offline
    Marc Berg
    Most Active
    wrote on last edited by
    #70

    @spicer sagte in iobroker.js-con 100% cpu:

    Es fällt auf, dass das RPI5 bei nur einem einzigen MQTT-Sub für 30s auf 100% CPU geht.
    Das auch, wenn ich den Javascript Adapter deaktiviert habe.
    Es kann also kein Loop sein.

    Als ich von einer Schleife sprach, meinte ich eigentlich keine Javascript- sondern eine MQTT-Schleife, die entstehen kann, wenn es eine ungute Kombination aus Subscriptions, Publish und Einstellungen des Adapters gibt. Bitte mal die Einstellungen des Adapters zeigen.

    Seltsam finde ich auch das Topic

    mqtt.1.info.clients.mosqsub
    

    , welches ja scheinbar die Last erzeugt. Soweit ich es kenne, legt der MQTT Adapter dieses Topic nicht automatisch an, obwohl der Zweig "info" dem Adapter gehört. Hast du eine Idee, wo es herkommt?

    Und macht die Instanz mqtt.0 noch irgend etwas?

    NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

    Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

    Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

    ESP8266E spicerS 2 Replies Last reply
    0
    • Marc BergM Marc Berg

      @spicer sagte in iobroker.js-con 100% cpu:

      Es fällt auf, dass das RPI5 bei nur einem einzigen MQTT-Sub für 30s auf 100% CPU geht.
      Das auch, wenn ich den Javascript Adapter deaktiviert habe.
      Es kann also kein Loop sein.

      Als ich von einer Schleife sprach, meinte ich eigentlich keine Javascript- sondern eine MQTT-Schleife, die entstehen kann, wenn es eine ungute Kombination aus Subscriptions, Publish und Einstellungen des Adapters gibt. Bitte mal die Einstellungen des Adapters zeigen.

      Seltsam finde ich auch das Topic

      mqtt.1.info.clients.mosqsub
      

      , welches ja scheinbar die Last erzeugt. Soweit ich es kenne, legt der MQTT Adapter dieses Topic nicht automatisch an, obwohl der Zweig "info" dem Adapter gehört. Hast du eine Idee, wo es herkommt?

      Und macht die Instanz mqtt.0 noch irgend etwas?

      ESP8266E Offline
      ESP8266E Offline
      ESP8266
      wrote on last edited by ESP8266
      #71

      @marc-berg , scheint vielleicht eine zusätzliche Mosquitto Installation zu sein.
      Ich habe wegen ebusd zwar auch eine, aber da kommt bei mir nichts ins Gehege.
      Davon wird mir nichts gemeldet.
      Doppelte Port Belegung !? Warum meldet das Rollo überhaupt stetig Nachrichten.
      Bei meinen wird nichts gemeldet. Die laufen über sonoff. Die melden nur zurück was gerade passiert, oder auch die Procent.

      Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

      spicerS 1 Reply Last reply
      0
      • Marc BergM Marc Berg

        @spicer sagte in iobroker.js-con 100% cpu:

        Es fällt auf, dass das RPI5 bei nur einem einzigen MQTT-Sub für 30s auf 100% CPU geht.
        Das auch, wenn ich den Javascript Adapter deaktiviert habe.
        Es kann also kein Loop sein.

        Als ich von einer Schleife sprach, meinte ich eigentlich keine Javascript- sondern eine MQTT-Schleife, die entstehen kann, wenn es eine ungute Kombination aus Subscriptions, Publish und Einstellungen des Adapters gibt. Bitte mal die Einstellungen des Adapters zeigen.

        Seltsam finde ich auch das Topic

        mqtt.1.info.clients.mosqsub
        

        , welches ja scheinbar die Last erzeugt. Soweit ich es kenne, legt der MQTT Adapter dieses Topic nicht automatisch an, obwohl der Zweig "info" dem Adapter gehört. Hast du eine Idee, wo es herkommt?

        Und macht die Instanz mqtt.0 noch irgend etwas?

        spicerS Offline
        spicerS Offline
        spicer
        wrote on last edited by
        #72

        @marc-berg

        Auswahl_007.png

        Auswahl_008.png

        Auswahl_009.png

        Eine Instanz mqtt.0 gibt es nicht.

        Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
        (Murphys Gesetz)

        ESP8266E 1 Reply Last reply
        0
        • ESP8266E ESP8266

          @marc-berg , scheint vielleicht eine zusätzliche Mosquitto Installation zu sein.
          Ich habe wegen ebusd zwar auch eine, aber da kommt bei mir nichts ins Gehege.
          Davon wird mir nichts gemeldet.
          Doppelte Port Belegung !? Warum meldet das Rollo überhaupt stetig Nachrichten.
          Bei meinen wird nichts gemeldet. Die laufen über sonoff. Die melden nur zurück was gerade passiert, oder auch die Procent.

          spicerS Offline
          spicerS Offline
          spicer
          wrote on last edited by
          #73

          @esp8266
          Das RPI5 ist ja neu installiert. Also keine weitere mosquitto Installation drauf.
          Das Dachrollo sendet aktuell nur noch alle 3min, seit ich die oben genannten veränderungen gemacht habe.

          Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
          (Murphys Gesetz)

          ESP8266E 1 Reply Last reply
          0
          • spicerS spicer

            @esp8266
            Das RPI5 ist ja neu installiert. Also keine weitere mosquitto Installation drauf.
            Das Dachrollo sendet aktuell nur noch alle 3min, seit ich die oben genannten veränderungen gemacht habe.

            ESP8266E Offline
            ESP8266E Offline
            ESP8266
            wrote on last edited by ESP8266
            #74

            @spicer , keine Ahnung was bei dir zickt. Meiner läuft besser als der PI 4. (schneller)
            Die Installation wurde auch vom PI 4 übernommen.
            Die Kühlung hält sich in den Grenzen zwischen 45 - 50 °C

            Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

            1 Reply Last reply
            0
            • spicerS spicer

              @marc-berg

              Auswahl_007.png

              Auswahl_008.png

              Auswahl_009.png

              Eine Instanz mqtt.0 gibt es nicht.

              ESP8266E Offline
              ESP8266E Offline
              ESP8266
              wrote on last edited by ESP8266
              #75

              @spicer sagte in iobroker.js-con 100% cpu:

              @marc-berg

              Auswahl_007.png

              Auswahl_008.png

              Auswahl_009.png

              Eine Instanz mqtt.0 gibt es nicht.

              Dann ist da was faul. Lösch mal den Adapter und installiere ihn neu und zwar mit Auto.
              Ich habe hier 2 Mqtt Instanzen laufen. Die erste ist 0 die zweite ist 1 für die Wetterstation.

              Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

              spicerS 1 Reply Last reply
              0
              • ESP8266E ESP8266

                @spicer sagte in iobroker.js-con 100% cpu:

                @marc-berg

                Auswahl_007.png

                Auswahl_008.png

                Auswahl_009.png

                Eine Instanz mqtt.0 gibt es nicht.

                Dann ist da was faul. Lösch mal den Adapter und installiere ihn neu und zwar mit Auto.
                Ich habe hier 2 Mqtt Instanzen laufen. Die erste ist 0 die zweite ist 1 für die Wetterstation.

                spicerS Offline
                spicerS Offline
                spicer
                wrote on last edited by
                #76

                @esp8266
                Ungern, weil dann alle eCharts und Blockly-Scripte die mqtt-Datenpunkte verlieren.
                Gibt's eine Möglichkeit, alle installierten Instanzen in der Konsole anzuzeigen?

                Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
                (Murphys Gesetz)

                Thomas BraunT 1 Reply Last reply
                0
                • spicerS spicer

                  @esp8266
                  Ungern, weil dann alle eCharts und Blockly-Scripte die mqtt-Datenpunkte verlieren.
                  Gibt's eine Möglichkeit, alle installierten Instanzen in der Konsole anzuzeigen?

                  Thomas BraunT Offline
                  Thomas BraunT Offline
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #77

                  @spicer

                  iob diag
                  

                  hat das als Punkt drin.
                  Alternativ

                  iob list instances
                  

                  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

                  spicerS 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @spicer

                    iob diag
                    

                    hat das als Punkt drin.
                    Alternativ

                    iob list instances
                    
                    spicerS Offline
                    spicerS Offline
                    spicer
                    wrote on last edited by spicer
                    #78

                    @thomas-braun

                    $ iob list instances
                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                    + system.adapter.deconz.0                 : deconz                : iobroker                                 -  enabled, port: 80
                      system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                    + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                      system.adapter.email.0                  : email                 : iobroker                                 - disabled
                      system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                      system.adapter.heizoel24-mex.0          : heizoel24-mex         : iobroker                                 -  enabled
                    + system.adapter.history.0                : history               : iobroker                                 -  enabled
                    + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                    + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                      system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                      system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                      system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                      system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 -  enabled
                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                    + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                      system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    + instance is alive
                    
                    

                    Sehe nichts ungewöhnliches. Du etwa?

                    Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
                    (Murphys Gesetz)

                    Thomas BraunT 1 Reply Last reply
                    0
                    • spicerS spicer

                      @thomas-braun

                      $ iob list instances
                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                      + system.adapter.deconz.0                 : deconz                : iobroker                                 -  enabled, port: 80
                        system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                      + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                        system.adapter.email.0                  : email                 : iobroker                                 - disabled
                        system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                        system.adapter.heizoel24-mex.0          : heizoel24-mex         : iobroker                                 -  enabled
                      + system.adapter.history.0                : history               : iobroker                                 -  enabled
                      + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                      + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                        system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                        system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                        system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 -  enabled
                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                        system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      
                      

                      Sehe nichts ungewöhnliches. Du etwa?

                      Thomas BraunT Offline
                      Thomas BraunT Offline
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #79

                      @spicer

                      Da ist ja auch nicht viel zu sehen.

                      iob diag 
                      

                      wäre gesprächiger.

                      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

                      spicerS 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @spicer

                        Da ist ja auch nicht viel zu sehen.

                        iob diag 
                        

                        wäre gesprächiger.

                        spicerS Offline
                        spicerS Offline
                        spicer
                        wrote on last edited by
                        #80

                        @thomas-braun

                        ======================= SUMMARY =======================
                        			v.2024-10-19
                        
                        
                         Static hostname: iobroker
                               Icon name: computer
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.6.51+rpt-rpi-2712
                            Architecture: arm64
                        
                        Installation: 		native
                        Kernel: 		aarch64
                        Userland: 		64 bit
                        Timezone: 		Europe/Zurich (CET, +0100)
                        User-ID: 		1000
                        Display-Server: 	true
                        Boot Target: 		graphical.target
                        
                        Pending OS-Updates: 	0
                        Pending iob updates: 	1
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs 	v20.18.0
                        /usr/bin/node 		v20.18.0
                        /usr/bin/npm 		10.8.2
                        /usr/bin/npx 		10.8.2
                        /usr/bin/corepack 	0.29.3
                        
                        Recommended versions are nodejs 20.18.0 and npm 10.8.2
                        nodeJS installation is correct
                        
                        MEMORY: 
                                       total        used        free      shared  buff/cache   available
                        Mem:            8.4G        2.4G        3.3G         80M        2.9G        6.0G
                        Swap:           209M          0B        209M
                        Total:          8.7G        2.4G        3.5G
                        
                        Active iob-Instances: 	11
                        Upgrade policy: none
                        
                        ioBroker Core: 		js-controller 		6.0.11
                        			admin 			7.1.5
                        
                        ioBroker Status: 	iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects: 		11171
                        States: 		10600
                        
                        Size of iob-Database:
                        
                        28M	/opt/iobroker/iobroker-data/objects.jsonl
                        18M	/opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        Operating System is the current Debian stable version codenamed 'bookworm'!
                        
                        =================== END OF SUMMARY ====================
                        
                        
                        ========== Start marking the full check here ===========
                        
                        ```bash
                        Script v.2024-10-19
                        
                        *** BASE SYSTEM ***
                         Static hostname: iobroker
                               Icon name: computer
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.6.51+rpt-rpi-2712
                            Architecture: arm64
                        OS is similar to: 
                        
                        Model		: Raspberry Pi 5 Model B Rev 1.0
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         19:06:22 up 8 days,  5:22,  4 users,  load average: 0.47, 0.82, 0.73
                        CPU threads: 4
                        
                        
                        *** LIFE CYCLE STATUS ***
                        Operating System is the current Debian stable version codenamed 'bookworm'!
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** TIME AND TIMEZONES ***
                                       Local time: Mon 2024-11-18 19:06:22 CET
                                   Universal time: Mon 2024-11-18 18:06:22 UTC
                                         RTC time: Mon 2024-11-18 18:06:22
                                        Time zone: Europe/Zurich (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        daniel
                        HOME=/home/daniel
                        GROUPS=daniel adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                        
                        User that is running 'js-controller':
                        iobroker
                        HOME=/home/iobroker
                        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                        
                        *** DISPLAY-SERVER SETUP ***
                        Display-Server: true
                        Desktop: 	
                        Terminal: 	tty
                        
                        System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            8.4G        2.2G        3.5G         80M        3.0G        6.3G
                        Swap:           209M          0B        209M
                        Total:          8.7G        2.2G        3.7G
                        
                        Active iob-Instances: 	11
                        
                                 8052 M total memory
                                 2053 M used memory
                                 2302 M active memory
                                 1965 M inactive memory
                                 3358 M free memory
                                  347 M buffer memory
                                 2466 M swap cache
                                  199 M total swap
                                    0 M used swap
                                  199 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 19:06:22 up 8 days,  5:22,  4 users,  load average: 0.47, 0.82, 0.73
                        Tasks: 226 total,   1 running, 225 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                        MiB Mem :   8052.3 total,   3358.0 free,   2053.7 used,   2814.6 buff/cache     
                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   5998.6 avail Mem 
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        
                        *** DMESG CRITICAL ERRORS ***
                        No critical errors detected
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        udev           devtmpfs  3.8G     0  3.8G   0% /dev
                        tmpfs          tmpfs     806M  6.2M  800M   1% /run
                        /dev/sda2      ext4       58G  8.5G   47G  16% /
                        tmpfs          tmpfs     4.0G  448K  4.0G   1% /dev/shm
                        tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                        /dev/sda1      vfat      511M   76M  436M  15% /boot/firmware
                        tmpfs          tmpfs     806M  160K  806M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Sun Nov 10 13:43:45 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:6C:BC:CC vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=6221f4d0-02 rootfstype=ext4 fsck.repair=yes rootwait
                        [Sun Nov 10 13:43:47 2024] EXT4-fs (sda2): mounted filesystem 461fb03e-8771-4663-bbaf-82d08f9f667d ro with ordered data mode. Quota mode: none.
                        [Sun Nov 10 13:43:48 2024] EXT4-fs (sda2): re-mounted 461fb03e-8771-4663-bbaf-82d08f9f667d r/w. Quota mode: none.
                        
                        Show mounted filesystems:
                        TARGET               SOURCE    FSTYPE      OPTIONS
                        /                    /dev/sda2 ext4        rw,noatime
                        |-/run/user/1000/doc portal    fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                        `-/boot/firmware     /dev/sda1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        1.2G	/var/
                        562M	/var/log
                        559M	/var/log/journal/314adfe5e576468c98c86afebd8547cb
                        559M	/var/log/journal
                        203M	/var/lib
                        
                        Archived and active journals take up 558.6M in the file system.
                        
                        /opt/iobroker/backups:
                        75M	/opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        1.1G	/opt/iobroker/iobroker-data/
                        888M	/opt/iobroker/iobroker-data/files
                        617M	/opt/iobroker/iobroker-data/files/javascript.admin
                        560M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                        558M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                        
                        The five largest files in iobroker-data are:
                        29M	/opt/iobroker/iobroker-data/objects.jsonl
                        26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                        26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                        24M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                        24M	/opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.70a15e1f.js.map
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03219092-if00-port0
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs 	v20.18.0
                        /usr/bin/node 		v20.18.0
                        /usr/bin/npm 		10.8.2
                        /usr/bin/npx 		10.8.2
                        /usr/bin/corepack 	0.29.3
                        
                        nodejs:
                          Installed: 20.18.0-1nodesource1
                          Candidate: 20.18.0-1nodesource1
                          Version table:
                         *** 20.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             20.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.11.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.8.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.6.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.3.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             18.19.0+dfsg-6~deb12u2 500
                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                             18.19.0+dfsg-6~deb12u1 500
                                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                        
                        Temp directories causing deletion problem: 0
                        No problems detected
                        
                        Errors in npm tree: 0
                        No problems detected
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Hosts:
                        iobroker            iobroker (version: 6.0.11, hostname: iobroker      , alive, uptime: 710547)
                        
                        Core adapters versions
                        js-controller: 	6.0.11
                        admin: 		7.1.5
                        javascript: 	8.8.3
                        
                        nodejs modules from github: 	0
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                        + system.adapter.deconz.0                 : deconz                : iobroker                                 -  enabled, port: 80
                          system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                        + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                          system.adapter.email.0                  : email                 : iobroker                                 - disabled
                          system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                          system.adapter.heizoel24-mex.0          : heizoel24-mex         : iobroker                                 -  enabled
                        + system.adapter.history.0                : history               : iobroker                                 -  enabled
                        + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                        + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                          system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                          system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                          system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 -  enabled
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                          system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.deconz.0                 : deconz                : iobroker                                 -  enabled, port: 80
                        + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        ioBroker-Repositories
                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                        │ (index) │ name     │ url                                                     │ auto upgrade │
                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                        
                        Active repo(s): stable
                        Upgrade policy: none
                        
                        Installed ioBroker-Instances
                        Used repository: stable
                        Adapter    "admin"        : 7.1.5    , installed 7.1.5
                        Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                        Adapter    "deconz"       : 1.4.1    , installed 1.4.1
                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                        Adapter    "email"        : 1.3.1    , installed 1.3.1
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "heizoel24-mex": 1.3.5    , installed 1.3.5
                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                        Controller "js-controller": 6.0.11   , installed 6.0.11
                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.1  [Updatable]
                        Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                        Adapter    "solarmanpv"   : 0.6.1    , installed 0.6.1
                        Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects: 	11171
                        States: 	10600
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://phoscon.de/apt/deconz generic InRelease
                        Hit:2 http://deb.debian.org/debian bookworm InRelease
                        Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                        Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                        Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                        Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                        Reading package lists...
                        Pending Updates: 0
                        
                        *** Listening Ports ***
                        Active Internet connections (only servers)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       13804      3032/io.mqtt.1      
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6719       995/sshd: /usr/sbin 
                        tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1000       16091      2734/deCONZ         
                        tcp        0      0 0.0.0.0:81              0.0.0.0:*               LISTEN      0          11387      1595/nginx: master  
                        tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       16116      2734/deCONZ         
                        tcp        0      0 0.0.0.0:444             0.0.0.0:*               LISTEN      0          11388      1595/nginx: master  
                        tcp        0      0 0.0.0.0:514             0.0.0.0:*               LISTEN      0          4778       748/rsyslogd        
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       7699       956/iobroker.js-con 
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       7704       956/iobroker.js-con 
                        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          3227919    221748/cupsd        
                        tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      0          11385      1595/nginx: master  
                        tcp6       0      0 :::5900                 :::*                    LISTEN      992        9280       980/wayvnc          
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          6721       995/sshd: /usr/sbin 
                        tcp6       0      0 :::80                   :::*                    LISTEN      0          11386      1595/nginx: master  
                        tcp6       0      0 :::514                  :::*                    LISTEN      0          4779       748/rsyslogd        
                        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          3227918    221748/cupsd        
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16166      2813/io.admin.0     
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       16927      2951/io.web.0       
                        udp        0      0 0.0.0.0:514             0.0.0.0:*                           0          4773       748/rsyslogd        
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6537       735/avahi-daemon: r 
                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18441      3014/io.deconz.0    
                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       13581      2734/deCONZ         
                        udp        0      0 0.0.0.0:35370           0.0.0.0:*                           104        6539       735/avahi-daemon: r 
                        udp6       0      0 :::514                  :::*                                0          4774       748/rsyslogd        
                        udp6       0      0 fe80::514c:7b18:567:546 :::*                                0          9635       945/NetworkManager  
                        udp6       0      0 :::5353                 :::*                                104        6538       735/avahi-daemon: r 
                        udp6       0      0 :::1900                 :::*                                1001       18443      3014/io.deconz.0    
                        udp6       0      0 :::1900                 :::*                                1001       18442      3014/io.deconz.0    
                        udp6       0      0 :::40741                :::*                                104        6540       735/avahi-daemon: r 
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-11-18 19:03:00.037  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: CPU Temp: 50.7 °C
                        2024-11-18 19:03:00.038  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: Freier RAM: 3299
                         MB von 922MB (358%)
                        2024-11-18 19:03:11.359  - info: admin.0 (2813) <== Disconnect system.user.admin from ::ffff:192.168.1.10 echarts
                        2024-11-18 19:03:11.360  - info: admin.0 (2813) <== Disconnect system.user.admin from ::ffff:192.168.1.10 echarts-show
                        2024-11-18 19:03:25.107  - info: admin.0 (2813) ==> Connected system.user.admin from ::ffff:192.168.1.10
                        2024-11-18 19:03:25.969  - info: admin.0 (2813) ==> Connected system.user.admin from ::ffff:192.168.1.10
                        2024-11-18 19:03:36.785  - info: mqtt.1 (3032) Client [mosqpub|24949-Dachrollo] connected with secret 1731953016784_8858
                        2024-11-18 19:03:36.787  - info: mqtt.1 (3032) Client [mosqpub|24949-Dachrollo] connection closed: disconnected
                        2024-11-18 19:04:00.032  - info: javascript.0 (2885) script.js.common.Ping_zu_Shelly_Boilersteuerung: erreichbar
                        2024-11-18 19:04:00.034  - info: javascript.0 (2885) script.js.common.Ping_zu_ESP_Garage: ESP Garage erreichbar
                        2024-11-18 19:05:36.014  - info: host.iobroker instance system.adapter.solarmanpv.0 in version "0.6.1" started with pid 243076
                        2024-11-18 19:05:36.823  - info: solarmanpv.0 (243076) starting. Version 0.6.1 in /opt/iobroker/node_modules/iobroker.solarmanpv, node: v20.18.0, js-controller: 6.0.11
                        2024-11-18 19:05:41.095  - info: solarmanpv.0 (243076) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                        2024-11-18 19:05:41.609  - info: host.iobroker instance system.adapter.solarmanpv.0 having pid 243076 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2024-11-18 19:06:00.048  - info: javascript.0 (2885) script.js.common.Ping_zu_ESP_Garage: ESP Garage erreichbar
                        2024-11-18 19:06:00.072  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: Freier Swap: 199
                         MB von 2048MB (10%)
                        2024-11-18 19:06:00.072  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: GPU Temp: 48.8 °C
                        2024-11-18 19:06:00.073  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: CPU Temp: 48.5 °C
                        2024-11-18 19:06:00.073  - info: javascript.0 (2885) script.js.common.Ping_zu_Shelly_Boilersteuerung: erreichbar
                        2024-11-18 19:06:00.080  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: Freier RAM: 3380
                         MB von 922MB (367%)
                        2024-11-18 19:06:36.993  - info: mqtt.1 (3032) Client [mosqpub|25169-Dachrollo] connected with secret 1731953196993_7235
                        2024-11-18 19:06:36.998  - info: mqtt.1 (3032) Client [mosqpub|25169-Dachrollo] connection closed: disconnected
                        
                        

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

                        iob diag has finished.

                        Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
                        (Murphys Gesetz)

                        Thomas BraunT 1 Reply Last reply
                        0
                        • spicerS spicer

                          @thomas-braun

                          ======================= SUMMARY =======================
                          			v.2024-10-19
                          
                          
                           Static hostname: iobroker
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.6.51+rpt-rpi-2712
                              Architecture: arm64
                          
                          Installation: 		native
                          Kernel: 		aarch64
                          Userland: 		64 bit
                          Timezone: 		Europe/Zurich (CET, +0100)
                          User-ID: 		1000
                          Display-Server: 	true
                          Boot Target: 		graphical.target
                          
                          Pending OS-Updates: 	0
                          Pending iob updates: 	1
                          
                          Nodejs-Installation:
                          /usr/bin/nodejs 	v20.18.0
                          /usr/bin/node 		v20.18.0
                          /usr/bin/npm 		10.8.2
                          /usr/bin/npx 		10.8.2
                          /usr/bin/corepack 	0.29.3
                          
                          Recommended versions are nodejs 20.18.0 and npm 10.8.2
                          nodeJS installation is correct
                          
                          MEMORY: 
                                         total        used        free      shared  buff/cache   available
                          Mem:            8.4G        2.4G        3.3G         80M        2.9G        6.0G
                          Swap:           209M          0B        209M
                          Total:          8.7G        2.4G        3.5G
                          
                          Active iob-Instances: 	11
                          Upgrade policy: none
                          
                          ioBroker Core: 		js-controller 		6.0.11
                          			admin 			7.1.5
                          
                          ioBroker Status: 	iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects: 		11171
                          States: 		10600
                          
                          Size of iob-Database:
                          
                          28M	/opt/iobroker/iobroker-data/objects.jsonl
                          18M	/opt/iobroker/iobroker-data/states.jsonl
                          
                          
                          Operating System is the current Debian stable version codenamed 'bookworm'!
                          
                          =================== END OF SUMMARY ====================
                          
                          
                          ========== Start marking the full check here ===========
                          
                          ```bash
                          Script v.2024-10-19
                          
                          *** BASE SYSTEM ***
                           Static hostname: iobroker
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.6.51+rpt-rpi-2712
                              Architecture: arm64
                          OS is similar to: 
                          
                          Model		: Raspberry Pi 5 Model B Rev 1.0
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           19:06:22 up 8 days,  5:22,  4 users,  load average: 0.47, 0.82, 0.73
                          CPU threads: 4
                          
                          
                          *** LIFE CYCLE STATUS ***
                          Operating System is the current Debian stable version codenamed 'bookworm'!
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          No throttling issues detected.
                          
                          *** TIME AND TIMEZONES ***
                                         Local time: Mon 2024-11-18 19:06:22 CET
                                     Universal time: Mon 2024-11-18 18:06:22 UTC
                                           RTC time: Mon 2024-11-18 18:06:22
                                          Time zone: Europe/Zurich (CET, +0100)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          daniel
                          HOME=/home/daniel
                          GROUPS=daniel adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                          
                          User that is running 'js-controller':
                          iobroker
                          HOME=/home/iobroker
                          GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                          
                          *** DISPLAY-SERVER SETUP ***
                          Display-Server: true
                          Desktop: 	
                          Terminal: 	tty
                          
                          System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            8.4G        2.2G        3.5G         80M        3.0G        6.3G
                          Swap:           209M          0B        209M
                          Total:          8.7G        2.2G        3.7G
                          
                          Active iob-Instances: 	11
                          
                                   8052 M total memory
                                   2053 M used memory
                                   2302 M active memory
                                   1965 M inactive memory
                                   3358 M free memory
                                    347 M buffer memory
                                   2466 M swap cache
                                    199 M total swap
                                      0 M used swap
                                    199 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 19:06:22 up 8 days,  5:22,  4 users,  load average: 0.47, 0.82, 0.73
                          Tasks: 226 total,   1 running, 225 sleeping,   0 stopped,   0 zombie
                          %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                          MiB Mem :   8052.3 total,   3358.0 free,   2053.7 used,   2814.6 buff/cache     
                          MiB Swap:    200.0 total,    200.0 free,      0.0 used.   5998.6 avail Mem 
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          
                          *** DMESG CRITICAL ERRORS ***
                          No critical errors detected
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          udev           devtmpfs  3.8G     0  3.8G   0% /dev
                          tmpfs          tmpfs     806M  6.2M  800M   1% /run
                          /dev/sda2      ext4       58G  8.5G   47G  16% /
                          tmpfs          tmpfs     4.0G  448K  4.0G   1% /dev/shm
                          tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                          /dev/sda1      vfat      511M   76M  436M  15% /boot/firmware
                          tmpfs          tmpfs     806M  160K  806M   1% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Sun Nov 10 13:43:45 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:6C:BC:CC vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=6221f4d0-02 rootfstype=ext4 fsck.repair=yes rootwait
                          [Sun Nov 10 13:43:47 2024] EXT4-fs (sda2): mounted filesystem 461fb03e-8771-4663-bbaf-82d08f9f667d ro with ordered data mode. Quota mode: none.
                          [Sun Nov 10 13:43:48 2024] EXT4-fs (sda2): re-mounted 461fb03e-8771-4663-bbaf-82d08f9f667d r/w. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET               SOURCE    FSTYPE      OPTIONS
                          /                    /dev/sda2 ext4        rw,noatime
                          |-/run/user/1000/doc portal    fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                          `-/boot/firmware     /dev/sda1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          1.2G	/var/
                          562M	/var/log
                          559M	/var/log/journal/314adfe5e576468c98c86afebd8547cb
                          559M	/var/log/journal
                          203M	/var/lib
                          
                          Archived and active journals take up 558.6M in the file system.
                          
                          /opt/iobroker/backups:
                          75M	/opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          1.1G	/opt/iobroker/iobroker-data/
                          888M	/opt/iobroker/iobroker-data/files
                          617M	/opt/iobroker/iobroker-data/files/javascript.admin
                          560M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                          558M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                          
                          The five largest files in iobroker-data are:
                          29M	/opt/iobroker/iobroker-data/objects.jsonl
                          26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                          26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                          24M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          24M	/opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.70a15e1f.js.map
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03219092-if00-port0
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs 	v20.18.0
                          /usr/bin/node 		v20.18.0
                          /usr/bin/npm 		10.8.2
                          /usr/bin/npx 		10.8.2
                          /usr/bin/corepack 	0.29.3
                          
                          nodejs:
                            Installed: 20.18.0-1nodesource1
                            Candidate: 20.18.0-1nodesource1
                            Version table:
                           *** 20.18.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                  100 /var/lib/dpkg/status
                               20.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.15.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               18.19.0+dfsg-6~deb12u2 500
                                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                               18.19.0+dfsg-6~deb12u1 500
                                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                          
                          Temp directories causing deletion problem: 0
                          No problems detected
                          
                          Errors in npm tree: 0
                          No problems detected
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Hosts:
                          iobroker            iobroker (version: 6.0.11, hostname: iobroker      , alive, uptime: 710547)
                          
                          Core adapters versions
                          js-controller: 	6.0.11
                          admin: 		7.1.5
                          javascript: 	8.8.3
                          
                          nodejs modules from github: 	0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                          + system.adapter.deconz.0                 : deconz                : iobroker                                 -  enabled, port: 80
                            system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                          + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                            system.adapter.email.0                  : email                 : iobroker                                 - disabled
                            system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                            system.adapter.heizoel24-mex.0          : heizoel24-mex         : iobroker                                 -  enabled
                          + system.adapter.history.0                : history               : iobroker                                 -  enabled
                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                          + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.openweathermap.0         : openweathermap        : iobroker                                 -  enabled
                            system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                            system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                            system.adapter.solarmanpv.0             : solarmanpv            : iobroker                                 -  enabled
                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.deconz.0                 : deconz                : iobroker                                 -  enabled, port: 80
                          + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          ioBroker-Repositories
                          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                          │ (index) │ name     │ url                                                     │ auto upgrade │
                          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                          │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                          │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                          
                          Active repo(s): stable
                          Upgrade policy: none
                          
                          Installed ioBroker-Instances
                          Used repository: stable
                          Adapter    "admin"        : 7.1.5    , installed 7.1.5
                          Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                          Adapter    "deconz"       : 1.4.1    , installed 1.4.1
                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                          Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                          Adapter    "email"        : 1.3.1    , installed 1.3.1
                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                          Adapter    "heizoel24-mex": 1.3.5    , installed 1.3.5
                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                          Controller "js-controller": 6.0.11   , installed 6.0.11
                          Adapter    "mqtt"         : 6.1.2    , installed 6.1.1  [Updatable]
                          Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                          Adapter    "solarmanpv"   : 0.6.1    , installed 0.6.1
                          Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects: 	11171
                          States: 	10600
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://phoscon.de/apt/deconz generic InRelease
                          Hit:2 http://deb.debian.org/debian bookworm InRelease
                          Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                          Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                          Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
                          Hit:6 https://deb.nodesource.com/node_20.x nodistro InRelease
                          Reading package lists...
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       13804      3032/io.mqtt.1      
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6719       995/sshd: /usr/sbin 
                          tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1000       16091      2734/deCONZ         
                          tcp        0      0 0.0.0.0:81              0.0.0.0:*               LISTEN      0          11387      1595/nginx: master  
                          tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       16116      2734/deCONZ         
                          tcp        0      0 0.0.0.0:444             0.0.0.0:*               LISTEN      0          11388      1595/nginx: master  
                          tcp        0      0 0.0.0.0:514             0.0.0.0:*               LISTEN      0          4778       748/rsyslogd        
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       7699       956/iobroker.js-con 
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       7704       956/iobroker.js-con 
                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          3227919    221748/cupsd        
                          tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      0          11385      1595/nginx: master  
                          tcp6       0      0 :::5900                 :::*                    LISTEN      992        9280       980/wayvnc          
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          6721       995/sshd: /usr/sbin 
                          tcp6       0      0 :::80                   :::*                    LISTEN      0          11386      1595/nginx: master  
                          tcp6       0      0 :::514                  :::*                    LISTEN      0          4779       748/rsyslogd        
                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          3227918    221748/cupsd        
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16166      2813/io.admin.0     
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       16927      2951/io.web.0       
                          udp        0      0 0.0.0.0:514             0.0.0.0:*                           0          4773       748/rsyslogd        
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6537       735/avahi-daemon: r 
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18441      3014/io.deconz.0    
                          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       13581      2734/deCONZ         
                          udp        0      0 0.0.0.0:35370           0.0.0.0:*                           104        6539       735/avahi-daemon: r 
                          udp6       0      0 :::514                  :::*                                0          4774       748/rsyslogd        
                          udp6       0      0 fe80::514c:7b18:567:546 :::*                                0          9635       945/NetworkManager  
                          udp6       0      0 :::5353                 :::*                                104        6538       735/avahi-daemon: r 
                          udp6       0      0 :::1900                 :::*                                1001       18443      3014/io.deconz.0    
                          udp6       0      0 :::1900                 :::*                                1001       18442      3014/io.deconz.0    
                          udp6       0      0 :::40741                :::*                                104        6540       735/avahi-daemon: r 
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-11-18 19:03:00.037  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: CPU Temp: 50.7 °C
                          2024-11-18 19:03:00.038  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: Freier RAM: 3299
                           MB von 922MB (358%)
                          2024-11-18 19:03:11.359  - info: admin.0 (2813) <== Disconnect system.user.admin from ::ffff:192.168.1.10 echarts
                          2024-11-18 19:03:11.360  - info: admin.0 (2813) <== Disconnect system.user.admin from ::ffff:192.168.1.10 echarts-show
                          2024-11-18 19:03:25.107  - info: admin.0 (2813) ==> Connected system.user.admin from ::ffff:192.168.1.10
                          2024-11-18 19:03:25.969  - info: admin.0 (2813) ==> Connected system.user.admin from ::ffff:192.168.1.10
                          2024-11-18 19:03:36.785  - info: mqtt.1 (3032) Client [mosqpub|24949-Dachrollo] connected with secret 1731953016784_8858
                          2024-11-18 19:03:36.787  - info: mqtt.1 (3032) Client [mosqpub|24949-Dachrollo] connection closed: disconnected
                          2024-11-18 19:04:00.032  - info: javascript.0 (2885) script.js.common.Ping_zu_Shelly_Boilersteuerung: erreichbar
                          2024-11-18 19:04:00.034  - info: javascript.0 (2885) script.js.common.Ping_zu_ESP_Garage: ESP Garage erreichbar
                          2024-11-18 19:05:36.014  - info: host.iobroker instance system.adapter.solarmanpv.0 in version "0.6.1" started with pid 243076
                          2024-11-18 19:05:36.823  - info: solarmanpv.0 (243076) starting. Version 0.6.1 in /opt/iobroker/node_modules/iobroker.solarmanpv, node: v20.18.0, js-controller: 6.0.11
                          2024-11-18 19:05:41.095  - info: solarmanpv.0 (243076) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                          2024-11-18 19:05:41.609  - info: host.iobroker instance system.adapter.solarmanpv.0 having pid 243076 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2024-11-18 19:06:00.048  - info: javascript.0 (2885) script.js.common.Ping_zu_ESP_Garage: ESP Garage erreichbar
                          2024-11-18 19:06:00.072  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: Freier Swap: 199
                           MB von 2048MB (10%)
                          2024-11-18 19:06:00.072  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: GPU Temp: 48.8 °C
                          2024-11-18 19:06:00.073  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: CPU Temp: 48.5 °C
                          2024-11-18 19:06:00.073  - info: javascript.0 (2885) script.js.common.Ping_zu_Shelly_Boilersteuerung: erreichbar
                          2024-11-18 19:06:00.080  - info: javascript.0 (2885) script.js.Telegram_Bot.System_Temperaturen: Freier RAM: 3380
                           MB von 922MB (367%)
                          2024-11-18 19:06:36.993  - info: mqtt.1 (3032) Client [mosqpub|25169-Dachrollo] connected with secret 1731953196993_7235
                          2024-11-18 19:06:36.998  - info: mqtt.1 (3032) Client [mosqpub|25169-Dachrollo] connection closed: disconnected
                          
                          

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

                          iob diag has finished.

                          Thomas BraunT Offline
                          Thomas BraunT Offline
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #81

                          @spicer

                          Bring halt mqtt auf Stand.

                          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

                          spicerS 1 Reply Last reply
                          1
                          • Thomas BraunT Thomas Braun

                            @spicer

                            Bring halt mqtt auf Stand.

                            spicerS Offline
                            spicerS Offline
                            spicer
                            wrote on last edited by
                            #82

                            @thomas-braun
                            Hab den downgraded, wegen einem Fehler. Das CPU-Problem ist auch mit der neuesten Version vorhanden.

                            Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
                            (Murphys Gesetz)

                            Thomas BraunT ESP8266E 2 Replies Last reply
                            0
                            • spicerS spicer

                              @thomas-braun
                              Hab den downgraded, wegen einem Fehler. Das CPU-Problem ist auch mit der neuesten Version vorhanden.

                              Thomas BraunT Offline
                              Thomas BraunT Offline
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #83

                              @spicer

                              Mit deinem GUI-System hast du ja immer wieder Probleme...
                              Bin dann auch raus.

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

                              1 Reply Last reply
                              1
                              • spicerS spicer

                                @thomas-braun
                                Hab den downgraded, wegen einem Fehler. Das CPU-Problem ist auch mit der neuesten Version vorhanden.

                                ESP8266E Offline
                                ESP8266E Offline
                                ESP8266
                                wrote on last edited by ESP8266
                                #84

                                @spicer , und die Mqtt Instanz gehört auf 0.
                                Warum ist die nicht auf 0 Installiert worden? Diesen Fehler schleppst du scheinbar schon ewig mit.

                                @Thomas-Braun, bei der Gelegenheit, schaust du mal bei mir drüber...

                                
                                ========== Start marking the full check here ===========
                                
                                ```bash
                                Script v.2024-10-19
                                
                                *** BASE SYSTEM ***
                                 Static hostname: iobroker
                                       Icon name: computer
                                Operating System: Debian GNU/Linux 12 (bookworm)
                                          Kernel: Linux 6.6.51+rpt-rpi-2712
                                    Architecture: arm64
                                OS is similar to:
                                
                                Model           : Raspberry Pi 5 Model B Rev 1.0
                                Docker          : false
                                Virtualization  : none
                                Kernel          : aarch64
                                Userland        : 64 bit
                                
                                Systemuptime and Load:
                                 19:41:03 up 4 days,  5:45,  2 users,  load average: 1.19, 0.80, 0.71
                                CPU threads: 4
                                
                                
                                *** LIFE CYCLE STATUS ***
                                Operating System is the current Debian stable version codenamed 'bookworm'!
                                
                                *** RASPBERRY THROTTLING ***
                                Current issues:
                                No throttling issues detected.
                                
                                Previously detected issues:
                                No throttling issues detected.
                                
                                *** TIME AND TIMEZONES ***
                                               Local time: Mon 2024-11-18 19:41:03 CET
                                           Universal time: Mon 2024-11-18 18:41:03 UTC
                                                 RTC time: Mon 2024-11-18 18:41:03
                                                Time zone: Europe/Berlin (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** Users and Groups ***
                                User that called 'iob diag':
                                pi
                                HOME=/home/pi
                                GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                
                                User that is running 'js-controller':
                                iobroker
                                HOME=/home/iobroker
                                GROUPS=iobroker tty dialout audio video plugdev bluetooth redis gpio i2c
                                
                                *** DISPLAY-SERVER SETUP ***
                                Display-Server: false
                                Desktop:
                                Terminal:       tty
                                
                                *** MEMORY ***
                                               total        used        free      shared  buff/cache   available
                                Mem:            8.4G        4.3G        623M        5.6M        3.6G        4.1G
                                Swap:           209M        1.1M        208M
                                Total:          8.7G        4.3G        832M
                                
                                Active iob-Instances:   43
                                
                                         8052 M total memory
                                         4145 M used memory
                                         3862 M active memory
                                         2990 M inactive memory
                                          595 M free memory
                                          226 M buffer memory
                                         3187 M swap cache
                                          199 M total swap
                                            1 M used swap
                                          198 M free swap
                                
                                *** top - Table Of Processes  ***
                                top - 19:41:03 up 4 days,  5:45,  2 users,  load average: 1.19, 0.80, 0.71
                                Tasks: 201 total,   1 running, 200 sleeping,   0 stopped,   0 zombie
                                %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                MiB Mem :   8052.3 total,    595.1 free,   4145.5 used,   3414.0 buff/cache
                                MiB Swap:    200.0 total,    199.0 free,      1.0 used.   3906.8 avail Mem
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT LOAD ACTIVE SUB DESCRIPTION
                                0 loaded units listed.
                                
                                
                                *** DMESG CRITICAL ERRORS ***
                                No critical errors detected
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                udev           devtmpfs  3.8G     0  3.8G   0% /dev
                                tmpfs          tmpfs     806M  5.5M  800M   1% /run
                                /dev/sda2      ext4      110G  7.7G   97G   8% /
                                tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                /dev/sda1      vfat      510M   64M  447M  13% /boot/firmware
                                tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Thu Nov 14 13:55:31 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:6D:AE:D8 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=5e8525e6-02 rootfstype=ext4 fsck.repair=yes rootwait
                                [Thu Nov 14 13:55:34 2024] EXT4-fs (sda2): mounted filesystem 3b445224-0aeb-4897-9108-009ed4211fb4 ro with ordered data mode. Quota mode: none.
                                [Thu Nov 14 13:55:35 2024] EXT4-fs (sda2): re-mounted 3b445224-0aeb-4897-9108-009ed4211fb4 r/w. Quota mode: none.
                                
                                Show mounted filesystems:
                                TARGET           SOURCE    FSTYPE OPTIONS
                                /                /dev/sda2 ext4   rw,noatime
                                `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                
                                Files in neuralgic directories:
                                
                                /var:
                                724M    /var/
                                248M    /var/cache
                                241M    /var/cache/apt
                                172M    /var/lib
                                142M    /var/lib/apt/lists
                                
                                Archived and active journals take up 98.6M in the file system.
                                
                                /opt/iobroker/backups:
                                33M     /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                1.6G    /opt/iobroker/iobroker-data/
                                1.3G    /opt/iobroker/iobroker-data/files
                                617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                
                                The five largest files in iobroker-data are:
                                37M     /opt/iobroker/iobroker-data/objects.jsonl
                                26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                                24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                
                                /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
                                /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                
                                Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v20.18.0
                                /usr/bin/node           v20.18.0
                                /usr/bin/npm            10.8.2
                                /usr/bin/npx            10.8.2
                                /usr/bin/corepack       0.29.3
                                
                                nodejs:
                                  Installed: 20.18.0-1nodesource1
                                  Candidate: 20.18.0-1nodesource1
                                  Version table:
                                 *** 20.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                        100 /var/lib/dpkg/status
                                     20.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.15.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.13.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.12.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.12.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.11.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.8.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.6.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.5.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.3.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     20.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                     18.19.0+dfsg-6~deb12u2 500
                                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                     18.19.0+dfsg-6~deb12u1 500
                                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                
                                Temp directories causing deletion problem: 0
                                No problems detected
                                
                                Errors in npm tree: 0
                                No problems detected
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Hosts:
                                iobroker            iobroker (version: 7.0.3, hostname: iobroker      , alive, uptime: 91747)
                                
                                Core adapters versions
                                js-controller:  7.0.3
                                admin:          7.4.0
                                javascript:     8.8.3
                                
                                nodejs modules from github:     4
                                +-- iobroker.apsystems-ecu@0.2.10 (git+ssh://git@github.com/npeter/ioBroker.apsystems-ecu.git#548da10e3e534154e71dcdfa060190a62172ed66)
                                +-- iobroker.fakeroku@0.3.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.fakeroku.git#b05da5cd96e8e29ddca79839a474a196016a9893)
                                +-- iobroker.frontier_silicon@0.3.0 (git+ssh://git@github.com/pdbjjens/ioBroker.frontier_silicon.git#bad61870c48d9f699a2c8112df9dfaf00c7d28fe)
                                | `-- kodi-ws@2.4.4 (git+https://git@github.com/iobroker-community-adapters/kodi-ws.git#ad5a1fdc5cd0a282e6818ff152594b5d32535103)
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled, compact disabled
                                + system.adapter.apsystems-ecu.0          : apsystems-ecu         : iobroker                                 -  enabled, compact disabled
                                + system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled, compact disabled
                                + system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled, compact disabled
                                + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled, compact disabled
                                + system.adapter.backitup.1               : backitup              : iobroker                                 -  enabled, compact disabled
                                + system.adapter.broadlink2.0             : broadlink2            : iobroker                                 -  enabled
                                + system.adapter.bshb.0                   : bshb                  : iobroker                                 -  enabled, compact disabled
                                  system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled, compact disabled
                                  system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled, compact disabled
                                + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled, compact disabled
                                + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled, compact disabled
                                  system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled, compact enabled (group 1)
                                + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled, compact disabled
                                + system.adapter.enigma2.0                : enigma2               : iobroker                                 -  enabled, compact disabled
                                + system.adapter.fakeroku.0               : fakeroku              : iobroker                                 -  enabled
                                  system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled, compact disabled
                                + system.adapter.frontier_silicon.0       : frontier_silicon      : iobroker                                 -  enabled, compact disabled
                                + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled, compact enabled (group 1)
                                + system.adapter.g-homa.0                 : g-homa                : iobroker                                 -  enabled, compact disabled
                                + system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                                + system.adapter.heizoel.0                : heizoel               : iobroker                                 -  enabled, compact disabled
                                + system.adapter.history.0                : history               : iobroker                                 -  enabled, compact disabled
                                  system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled, compact disabled
                                  system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                                  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
                                + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled, compact disabled
                                  system.adapter.iqontrol.0               : iqontrol              : iobroker                                 - disabled, compact disabled
                                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled, compact disabled
                                + system.adapter.kodi.0                   : kodi                  : iobroker                                 -  enabled, compact enabled (group 1), port: 9090
                                + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled, compact disabled
                                + system.adapter.maxcul.0                 : maxcul                : iobroker                                 -  enabled, compact disabled
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1888, bind: 0.0.0.0
                                + system.adapter.nut.0                    : nut                   : iobroker                                 -  enabled, compact disabled
                                + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled, compact disabled
                                  system.adapter.onvif.0                  : onvif                 : iobroker                                 - disabled, compact disabled, port: 80, 7575, 8000, 8080, 8081, 8899, 554, 9101
                                  system.adapter.parcel.0                 : parcel                : iobroker                                 - disabled, compact disabled
                                + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled, compact disabled
                                + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled, compact disabled
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                  system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled, compact disabled
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, compact disabled, port: 1883, bind: 192.168.62.15
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled, compact disabled
                                + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled, compact disabled
                                + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled, compact disabled
                                  system.adapter.vis-2.0                  : vis-2                 : iobroker                                 - disabled, compact disabled
                                  system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                                  system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 -  enabled
                                  system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled, compact disabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                  system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled, compact disabled
                                + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled, compact disabled
                                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                                  system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
                                  system.adapter.vis-keyboard.0           : vis-keyboard          : iobroker                                 -  enabled
                                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                  system.adapter.vis-players.0            : vis-players           : iobroker                                 -  enabled
                                  system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                  system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled, compact disabled
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.withings.0               : withings              : iobroker                                 -  enabled, compact disabled
                                  system.adapter.wled.0                   : wled                  : iobroker                                 - disabled, compact disabled
                                + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled, compact disabled
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, compact disabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.kodi.0                   : kodi                  : iobroker                                 -  enabled, compact enabled (group 1), port: 9090
                                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1888, bind: 0.0.0.0
                                + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, compact disabled, port: 1883, bind: 192.168.62.15
                                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, compact disabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                
                                ioBroker-Repositories
                                ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                │ (index) │ name     │ url                                                     │ auto upgrade │
                                ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                
                                Active repo(s): beta
                                Upgrade policy: none
                                
                                Installed ioBroker-Instances
                                Used repository: beta
                                Adapter    "admin"        : 7.4.0    , installed 7.4.0
                                Adapter    "alexa2"       : 3.26.7   , installed 3.26.7
                                Adapter    "awtrix-light" : 1.3.0    , installed 1.3.0
                                Adapter    "backitup"     : 3.0.27   , installed 3.0.27
                                Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                Adapter    "bshb"         : 0.3.0    , installed 0.3.0
                                Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
                                Adapter    "denon"        : 1.15.12  , installed 1.15.12
                                Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                                Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                Adapter    "enigma2"      : 2.2.1    , installed 2.2.1
                                Adapter    "fakeroku"     : 0.3.0    , installed 0.3.0
                                Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                Adapter    "frontier_silicon": 0.3.0 , installed 0.3.0
                                Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                Adapter    "g-homa"       : 0.5.3    , installed 0.5.3
                                Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                                Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                                Adapter    "history"      : 3.0.1    , installed 3.0.1
                                Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                Adapter    "iot"          : 3.4.3    , installed 3.4.3
                                Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                                Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                Controller "js-controller": 7.0.3    , installed 7.0.3
                                Adapter    "kodi"         : 3.1.0    , installed 3.1.0
                                Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                Adapter    "maxcul"       : 1.3.1    , installed 1.3.1
                                Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                                Adapter    "parcel"       : 0.2.8    , installed 0.2.8
                                Adapter    "rpi2"         : 2.2.2    , installed 2.2.2
                                Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                Adapter    "shelly"       : 8.4.0    , installed 8.4.0
                                Adapter    "shuttercontrol": 1.8.4   , installed 1.8.4
                                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                Adapter    "trashschedule": 3.4.0    , installed 3.4.0
                                Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                Adapter    "vis-icontwo"  : 1.8.1    , installed 1.8.1
                                Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "web"          : 6.3.1    , installed 6.3.1
                                Adapter    "withings"     : 0.0.15   , installed 0.0.15
                                Adapter    "wled"         : 0.7.3    , installed 0.7.3
                                Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                Adapter    "yahka"        : 1.0.9    , installed 1.0.9
                                Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        25332
                                States:         21239
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://deb.debian.org/debian bookworm InRelease
                                Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                Reading package lists...
                                Pending Updates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       2594196    234334/iobroker.js-
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       2594201    234334/iobroker.js-
                                tcp        0      0 0.0.0.0:36337           0.0.0.0:*               LISTEN      1001       2600918    236997/io.yahka.0
                                tcp        0      0 192.168.62.15:1883      0.0.0.0:*               LISTEN      1001       3424204    311977/io.sonoff.0
                                tcp        0      0 192.168.62.15:1885      0.0.0.0:*               LISTEN      1001       2597509    235561/io.mqtt.0
                                tcp        0      0 192.168.62.15:1884      0.0.0.0:*               LISTEN      1001       2597508    235561/io.mqtt.0
                                tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          773673     77605/ebusd
                                tcp        0      0 192.168.62.15:9093      0.0.0.0:*               LISTEN      1001       2595774    235337/io.fakeroku.
                                tcp        0      0 192.168.62.15:9094      0.0.0.0:*               LISTEN      1001       2595775    235337/io.fakeroku.
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          21494      1/init
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6228       749/sshd: /usr/sbin
                                tcp        0      0 0.0.0.0:53401           0.0.0.0:*               LISTEN      103        21945      4925/rpc.statd
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2614441    240452/io.web.0
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       3440322    313339/io.admin.0
                                tcp6       0      0 :::61991                :::*                    LISTEN      1001       2605546    238279/io.harmony.0
                                tcp6       0      0 :::50000                :::*                    LISTEN      1001       2606193    238228/io.g-homa.0
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          22668      1/init
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          6230       749/sshd: /usr/sbin
                                tcp6       0      0 :::21                   :::*                    LISTEN      0          2717       739/vsftpd
                                tcp6       0      0 :::53547                :::*                    LISTEN      103        21951      4925/rpc.statd
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          20240      1/init
                                udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       2605547    238279/io.harmony.0
                                udp        0      0 127.0.0.1:861           0.0.0.0:*                           0          21937      4925/rpc.statd
                                udp        0      0 0.0.0.0:33786           0.0.0.0:*                           103        21942      4925/rpc.statd
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2600923    236997/io.yahka.0
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2600922    236997/io.yahka.0
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6025       620/avahi-daemon: r
                                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       2600426    236401/io.shelly.0
                                udp        0      0 0.0.0.0:34467           0.0.0.0:*                           104        6027       620/avahi-daemon: r
                                udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2595776    235337/io.fakeroku.
                                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2598430    236556/io.tuya.0
                                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2598431    236556/io.tuya.0
                                udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       2596981    234877/io.broadlink
                                udp        0      0 0.0.0.0:39616           0.0.0.0:*                           1001       2596984    234877/io.broadlink
                                udp        0      0 0.0.0.0:52088           0.0.0.0:*                           1001       2595553    234877/io.broadlink
                                udp6       0      0 :::56490                :::*                                103        21948      4925/rpc.statd
                                udp6       0      0 :::111                  :::*                                0          20242      1/init
                                udp6       0      0 :::5353                 :::*                                104        6026       620/avahi-daemon: r
                                udp6       0      0 :::38369                :::*                                104        6028       620/avahi-daemon: r
                                
                                

                                Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                Thomas BraunT spicerS 2 Replies Last reply
                                0
                                • ESP8266E ESP8266

                                  @spicer , und die Mqtt Instanz gehört auf 0.
                                  Warum ist die nicht auf 0 Installiert worden? Diesen Fehler schleppst du scheinbar schon ewig mit.

                                  @Thomas-Braun, bei der Gelegenheit, schaust du mal bei mir drüber...

                                  
                                  ========== Start marking the full check here ===========
                                  
                                  ```bash
                                  Script v.2024-10-19
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: iobroker
                                         Icon name: computer
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                            Kernel: Linux 6.6.51+rpt-rpi-2712
                                      Architecture: arm64
                                  OS is similar to:
                                  
                                  Model           : Raspberry Pi 5 Model B Rev 1.0
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   19:41:03 up 4 days,  5:45,  2 users,  load average: 1.19, 0.80, 0.71
                                  CPU threads: 4
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Operating System is the current Debian stable version codenamed 'bookworm'!
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Mon 2024-11-18 19:41:03 CET
                                             Universal time: Mon 2024-11-18 18:41:03 UTC
                                                   RTC time: Mon 2024-11-18 18:41:03
                                                  Time zone: Europe/Berlin (CET, +0100)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  pi
                                  HOME=/home/pi
                                  GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout audio video plugdev bluetooth redis gpio i2c
                                  
                                  *** DISPLAY-SERVER SETUP ***
                                  Display-Server: false
                                  Desktop:
                                  Terminal:       tty
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            8.4G        4.3G        623M        5.6M        3.6G        4.1G
                                  Swap:           209M        1.1M        208M
                                  Total:          8.7G        4.3G        832M
                                  
                                  Active iob-Instances:   43
                                  
                                           8052 M total memory
                                           4145 M used memory
                                           3862 M active memory
                                           2990 M inactive memory
                                            595 M free memory
                                            226 M buffer memory
                                           3187 M swap cache
                                            199 M total swap
                                              1 M used swap
                                            198 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 19:41:03 up 4 days,  5:45,  2 users,  load average: 1.19, 0.80, 0.71
                                  Tasks: 201 total,   1 running, 200 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :   8052.3 total,    595.1 free,   4145.5 used,   3414.0 buff/cache
                                  MiB Swap:    200.0 total,    199.0 free,      1.0 used.   3906.8 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  
                                  *** DMESG CRITICAL ERRORS ***
                                  No critical errors detected
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  udev           devtmpfs  3.8G     0  3.8G   0% /dev
                                  tmpfs          tmpfs     806M  5.5M  800M   1% /run
                                  /dev/sda2      ext4      110G  7.7G   97G   8% /
                                  tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                  tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                  /dev/sda1      vfat      510M   64M  447M  13% /boot/firmware
                                  tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Thu Nov 14 13:55:31 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:6D:AE:D8 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=5e8525e6-02 rootfstype=ext4 fsck.repair=yes rootwait
                                  [Thu Nov 14 13:55:34 2024] EXT4-fs (sda2): mounted filesystem 3b445224-0aeb-4897-9108-009ed4211fb4 ro with ordered data mode. Quota mode: none.
                                  [Thu Nov 14 13:55:35 2024] EXT4-fs (sda2): re-mounted 3b445224-0aeb-4897-9108-009ed4211fb4 r/w. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET           SOURCE    FSTYPE OPTIONS
                                  /                /dev/sda2 ext4   rw,noatime
                                  `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  724M    /var/
                                  248M    /var/cache
                                  241M    /var/cache/apt
                                  172M    /var/lib
                                  142M    /var/lib/apt/lists
                                  
                                  Archived and active journals take up 98.6M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  33M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  1.6G    /opt/iobroker/iobroker-data/
                                  1.3G    /opt/iobroker/iobroker-data/files
                                  617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  37M     /opt/iobroker/iobroker-data/objects.jsonl
                                  26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                  26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                                  24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                  24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
                                  /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                  
                                  Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v20.18.0
                                  /usr/bin/node           v20.18.0
                                  /usr/bin/npm            10.8.2
                                  /usr/bin/npx            10.8.2
                                  /usr/bin/corepack       0.29.3
                                  
                                  nodejs:
                                    Installed: 20.18.0-1nodesource1
                                    Candidate: 20.18.0-1nodesource1
                                    Version table:
                                   *** 20.18.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       20.17.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.15.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.13.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.11.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.8.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.6.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.5.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.3.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u2 500
                                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u1 500
                                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                  
                                  Temp directories causing deletion problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree: 0
                                  No problems detected
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Hosts:
                                  iobroker            iobroker (version: 7.0.3, hostname: iobroker      , alive, uptime: 91747)
                                  
                                  Core adapters versions
                                  js-controller:  7.0.3
                                  admin:          7.4.0
                                  javascript:     8.8.3
                                  
                                  nodejs modules from github:     4
                                  +-- iobroker.apsystems-ecu@0.2.10 (git+ssh://git@github.com/npeter/ioBroker.apsystems-ecu.git#548da10e3e534154e71dcdfa060190a62172ed66)
                                  +-- iobroker.fakeroku@0.3.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.fakeroku.git#b05da5cd96e8e29ddca79839a474a196016a9893)
                                  +-- iobroker.frontier_silicon@0.3.0 (git+ssh://git@github.com/pdbjjens/ioBroker.frontier_silicon.git#bad61870c48d9f699a2c8112df9dfaf00c7d28fe)
                                  | `-- kodi-ws@2.4.4 (git+https://git@github.com/iobroker-community-adapters/kodi-ws.git#ad5a1fdc5cd0a282e6818ff152594b5d32535103)
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.apsystems-ecu.0          : apsystems-ecu         : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.backitup.1               : backitup              : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.broadlink2.0             : broadlink2            : iobroker                                 -  enabled
                                  + system.adapter.bshb.0                   : bshb                  : iobroker                                 -  enabled, compact disabled
                                    system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled, compact disabled
                                    system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled, compact disabled
                                    system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled, compact enabled (group 1)
                                  + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.enigma2.0                : enigma2               : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.fakeroku.0               : fakeroku              : iobroker                                 -  enabled
                                    system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.frontier_silicon.0       : frontier_silicon      : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled, compact enabled (group 1)
                                  + system.adapter.g-homa.0                 : g-homa                : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                                  + system.adapter.heizoel.0                : heizoel               : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.history.0                : history               : iobroker                                 -  enabled, compact disabled
                                    system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled, compact disabled
                                    system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                                    system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
                                  + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled, compact disabled
                                    system.adapter.iqontrol.0               : iqontrol              : iobroker                                 - disabled, compact disabled
                                  + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.kodi.0                   : kodi                  : iobroker                                 -  enabled, compact enabled (group 1), port: 9090
                                  + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.maxcul.0                 : maxcul                : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                  + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1888, bind: 0.0.0.0
                                  + system.adapter.nut.0                    : nut                   : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled, compact disabled
                                    system.adapter.onvif.0                  : onvif                 : iobroker                                 - disabled, compact disabled, port: 80, 7575, 8000, 8080, 8081, 8899, 554, 9101
                                    system.adapter.parcel.0                 : parcel                : iobroker                                 - disabled, compact disabled
                                  + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                    system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled, compact disabled
                                  + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, compact disabled, port: 1883, bind: 192.168.62.15
                                  + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled, compact disabled
                                    system.adapter.vis-2.0                  : vis-2                 : iobroker                                 - disabled, compact disabled
                                    system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                                    system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 -  enabled
                                    system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled, compact disabled
                                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                    system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled, compact disabled
                                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                                    system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
                                    system.adapter.vis-keyboard.0           : vis-keyboard          : iobroker                                 -  enabled
                                    system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                    system.adapter.vis-players.0            : vis-players           : iobroker                                 -  enabled
                                    system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                    system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.withings.0               : withings              : iobroker                                 -  enabled, compact disabled
                                    system.adapter.wled.0                   : wled                  : iobroker                                 - disabled, compact disabled
                                  + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled, compact disabled
                                  + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, compact disabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.kodi.0                   : kodi                  : iobroker                                 -  enabled, compact enabled (group 1), port: 9090
                                  + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                  + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1888, bind: 0.0.0.0
                                  + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                  + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, compact disabled, port: 1883, bind: 192.168.62.15
                                  + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, compact disabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                  
                                  ioBroker-Repositories
                                  ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                  │ (index) │ name     │ url                                                     │ auto upgrade │
                                  ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                  │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                  │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                  └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                  
                                  Active repo(s): beta
                                  Upgrade policy: none
                                  
                                  Installed ioBroker-Instances
                                  Used repository: beta
                                  Adapter    "admin"        : 7.4.0    , installed 7.4.0
                                  Adapter    "alexa2"       : 3.26.7   , installed 3.26.7
                                  Adapter    "awtrix-light" : 1.3.0    , installed 1.3.0
                                  Adapter    "backitup"     : 3.0.27   , installed 3.0.27
                                  Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                  Adapter    "bshb"         : 0.3.0    , installed 0.3.0
                                  Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                  Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
                                  Adapter    "denon"        : 1.15.12  , installed 1.15.12
                                  Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                                  Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                  Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                  Adapter    "enigma2"      : 2.2.1    , installed 2.2.1
                                  Adapter    "fakeroku"     : 0.3.0    , installed 0.3.0
                                  Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                  Adapter    "frontier_silicon": 0.3.0 , installed 0.3.0
                                  Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                  Adapter    "g-homa"       : 0.5.3    , installed 0.5.3
                                  Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                                  Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                                  Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                  Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                  Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                  Adapter    "iot"          : 3.4.3    , installed 3.4.3
                                  Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                                  Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                  Controller "js-controller": 7.0.3    , installed 7.0.3
                                  Adapter    "kodi"         : 3.1.0    , installed 3.1.0
                                  Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                  Adapter    "maxcul"       : 1.3.1    , installed 1.3.1
                                  Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                  Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                  Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                  Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                                  Adapter    "parcel"       : 0.2.8    , installed 0.2.8
                                  Adapter    "rpi2"         : 2.2.2    , installed 2.2.2
                                  Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                  Adapter    "shelly"       : 8.4.0    , installed 8.4.0
                                  Adapter    "shuttercontrol": 1.8.4   , installed 1.8.4
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                  Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                  Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                  Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                  Adapter    "trashschedule": 3.4.0    , installed 3.4.0
                                  Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                  Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                  Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                  Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                  Adapter    "vis-icontwo"  : 1.8.1    , installed 1.8.1
                                  Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                  Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                  Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                  Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                  Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                  Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                  Adapter    "web"          : 6.3.1    , installed 6.3.1
                                  Adapter    "withings"     : 0.0.15   , installed 0.0.15
                                  Adapter    "wled"         : 0.7.3    , installed 0.7.3
                                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                  Adapter    "yahka"        : 1.0.9    , installed 1.0.9
                                  Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        25332
                                  States:         21239
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                  Reading package lists...
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       2594196    234334/iobroker.js-
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       2594201    234334/iobroker.js-
                                  tcp        0      0 0.0.0.0:36337           0.0.0.0:*               LISTEN      1001       2600918    236997/io.yahka.0
                                  tcp        0      0 192.168.62.15:1883      0.0.0.0:*               LISTEN      1001       3424204    311977/io.sonoff.0
                                  tcp        0      0 192.168.62.15:1885      0.0.0.0:*               LISTEN      1001       2597509    235561/io.mqtt.0
                                  tcp        0      0 192.168.62.15:1884      0.0.0.0:*               LISTEN      1001       2597508    235561/io.mqtt.0
                                  tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          773673     77605/ebusd
                                  tcp        0      0 192.168.62.15:9093      0.0.0.0:*               LISTEN      1001       2595774    235337/io.fakeroku.
                                  tcp        0      0 192.168.62.15:9094      0.0.0.0:*               LISTEN      1001       2595775    235337/io.fakeroku.
                                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          21494      1/init
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6228       749/sshd: /usr/sbin
                                  tcp        0      0 0.0.0.0:53401           0.0.0.0:*               LISTEN      103        21945      4925/rpc.statd
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2614441    240452/io.web.0
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       3440322    313339/io.admin.0
                                  tcp6       0      0 :::61991                :::*                    LISTEN      1001       2605546    238279/io.harmony.0
                                  tcp6       0      0 :::50000                :::*                    LISTEN      1001       2606193    238228/io.g-homa.0
                                  tcp6       0      0 :::111                  :::*                    LISTEN      0          22668      1/init
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          6230       749/sshd: /usr/sbin
                                  tcp6       0      0 :::21                   :::*                    LISTEN      0          2717       739/vsftpd
                                  tcp6       0      0 :::53547                :::*                    LISTEN      103        21951      4925/rpc.statd
                                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          20240      1/init
                                  udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       2605547    238279/io.harmony.0
                                  udp        0      0 127.0.0.1:861           0.0.0.0:*                           0          21937      4925/rpc.statd
                                  udp        0      0 0.0.0.0:33786           0.0.0.0:*                           103        21942      4925/rpc.statd
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2600923    236997/io.yahka.0
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2600922    236997/io.yahka.0
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6025       620/avahi-daemon: r
                                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       2600426    236401/io.shelly.0
                                  udp        0      0 0.0.0.0:34467           0.0.0.0:*                           104        6027       620/avahi-daemon: r
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2595776    235337/io.fakeroku.
                                  udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2598430    236556/io.tuya.0
                                  udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2598431    236556/io.tuya.0
                                  udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       2596981    234877/io.broadlink
                                  udp        0      0 0.0.0.0:39616           0.0.0.0:*                           1001       2596984    234877/io.broadlink
                                  udp        0      0 0.0.0.0:52088           0.0.0.0:*                           1001       2595553    234877/io.broadlink
                                  udp6       0      0 :::56490                :::*                                103        21948      4925/rpc.statd
                                  udp6       0      0 :::111                  :::*                                0          20242      1/init
                                  udp6       0      0 :::5353                 :::*                                104        6026       620/avahi-daemon: r
                                  udp6       0      0 :::38369                :::*                                104        6028       620/avahi-daemon: r
                                  
                                  
                                  Thomas BraunT Offline
                                  Thomas BraunT Offline
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #85

                                  @esp8266 sagte in iobroker.js-con 100% cpu:

                                  schaust du mal bei mir drüber...

                                  Nix wirklich wildes zu sehen.

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

                                  1 Reply Last reply
                                  1
                                  • ESP8266E ESP8266

                                    @spicer , und die Mqtt Instanz gehört auf 0.
                                    Warum ist die nicht auf 0 Installiert worden? Diesen Fehler schleppst du scheinbar schon ewig mit.

                                    @Thomas-Braun, bei der Gelegenheit, schaust du mal bei mir drüber...

                                    
                                    ========== Start marking the full check here ===========
                                    
                                    ```bash
                                    Script v.2024-10-19
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: iobroker
                                           Icon name: computer
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.6.51+rpt-rpi-2712
                                        Architecture: arm64
                                    OS is similar to:
                                    
                                    Model           : Raspberry Pi 5 Model B Rev 1.0
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : aarch64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     19:41:03 up 4 days,  5:45,  2 users,  load average: 1.19, 0.80, 0.71
                                    CPU threads: 4
                                    
                                    
                                    *** LIFE CYCLE STATUS ***
                                    Operating System is the current Debian stable version codenamed 'bookworm'!
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    No throttling issues detected.
                                    
                                    *** TIME AND TIMEZONES ***
                                                   Local time: Mon 2024-11-18 19:41:03 CET
                                               Universal time: Mon 2024-11-18 18:41:03 UTC
                                                     RTC time: Mon 2024-11-18 18:41:03
                                                    Time zone: Europe/Berlin (CET, +0100)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    pi
                                    HOME=/home/pi
                                    GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                    
                                    User that is running 'js-controller':
                                    iobroker
                                    HOME=/home/iobroker
                                    GROUPS=iobroker tty dialout audio video plugdev bluetooth redis gpio i2c
                                    
                                    *** DISPLAY-SERVER SETUP ***
                                    Display-Server: false
                                    Desktop:
                                    Terminal:       tty
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            8.4G        4.3G        623M        5.6M        3.6G        4.1G
                                    Swap:           209M        1.1M        208M
                                    Total:          8.7G        4.3G        832M
                                    
                                    Active iob-Instances:   43
                                    
                                             8052 M total memory
                                             4145 M used memory
                                             3862 M active memory
                                             2990 M inactive memory
                                              595 M free memory
                                              226 M buffer memory
                                             3187 M swap cache
                                              199 M total swap
                                                1 M used swap
                                              198 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 19:41:03 up 4 days,  5:45,  2 users,  load average: 1.19, 0.80, 0.71
                                    Tasks: 201 total,   1 running, 200 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :   8052.3 total,    595.1 free,   4145.5 used,   3414.0 buff/cache
                                    MiB Swap:    200.0 total,    199.0 free,      1.0 used.   3906.8 avail Mem
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    0 loaded units listed.
                                    
                                    
                                    *** DMESG CRITICAL ERRORS ***
                                    No critical errors detected
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    udev           devtmpfs  3.8G     0  3.8G   0% /dev
                                    tmpfs          tmpfs     806M  5.5M  800M   1% /run
                                    /dev/sda2      ext4      110G  7.7G   97G   8% /
                                    tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                    tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                    /dev/sda1      vfat      510M   64M  447M  13% /boot/firmware
                                    tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Thu Nov 14 13:55:31 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:6D:AE:D8 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=5e8525e6-02 rootfstype=ext4 fsck.repair=yes rootwait
                                    [Thu Nov 14 13:55:34 2024] EXT4-fs (sda2): mounted filesystem 3b445224-0aeb-4897-9108-009ed4211fb4 ro with ordered data mode. Quota mode: none.
                                    [Thu Nov 14 13:55:35 2024] EXT4-fs (sda2): re-mounted 3b445224-0aeb-4897-9108-009ed4211fb4 r/w. Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET           SOURCE    FSTYPE OPTIONS
                                    /                /dev/sda2 ext4   rw,noatime
                                    `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    724M    /var/
                                    248M    /var/cache
                                    241M    /var/cache/apt
                                    172M    /var/lib
                                    142M    /var/lib/apt/lists
                                    
                                    Archived and active journals take up 98.6M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    33M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    1.6G    /opt/iobroker/iobroker-data/
                                    1.3G    /opt/iobroker/iobroker-data/files
                                    617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    37M     /opt/iobroker/iobroker-data/objects.jsonl
                                    26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                    26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                                    24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.f305bc29.js.map
                                    24M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.8e80ccb0.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0
                                    /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                    
                                    Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v20.18.0
                                    /usr/bin/node           v20.18.0
                                    /usr/bin/npm            10.8.2
                                    /usr/bin/npx            10.8.2
                                    /usr/bin/corepack       0.29.3
                                    
                                    nodejs:
                                      Installed: 20.18.0-1nodesource1
                                      Candidate: 20.18.0-1nodesource1
                                      Version table:
                                     *** 20.18.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         20.17.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.16.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.15.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.15.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.14.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.13.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.13.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.12.2-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.12.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.12.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.11.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.11.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.10.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.9.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.8.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.8.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.7.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.6.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.6.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.5.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.5.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.4.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.3.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.3.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.2.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.1.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.0.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         18.19.0+dfsg-6~deb12u2 500
                                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                         18.19.0+dfsg-6~deb12u1 500
                                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                    
                                    Temp directories causing deletion problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Hosts:
                                    iobroker            iobroker (version: 7.0.3, hostname: iobroker      , alive, uptime: 91747)
                                    
                                    Core adapters versions
                                    js-controller:  7.0.3
                                    admin:          7.4.0
                                    javascript:     8.8.3
                                    
                                    nodejs modules from github:     4
                                    +-- iobroker.apsystems-ecu@0.2.10 (git+ssh://git@github.com/npeter/ioBroker.apsystems-ecu.git#548da10e3e534154e71dcdfa060190a62172ed66)
                                    +-- iobroker.fakeroku@0.3.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.fakeroku.git#b05da5cd96e8e29ddca79839a474a196016a9893)
                                    +-- iobroker.frontier_silicon@0.3.0 (git+ssh://git@github.com/pdbjjens/ioBroker.frontier_silicon.git#bad61870c48d9f699a2c8112df9dfaf00c7d28fe)
                                    | `-- kodi-ws@2.4.4 (git+https://git@github.com/iobroker-community-adapters/kodi-ws.git#ad5a1fdc5cd0a282e6818ff152594b5d32535103)
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.apsystems-ecu.0          : apsystems-ecu         : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.backitup.1               : backitup              : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.broadlink2.0             : broadlink2            : iobroker                                 -  enabled
                                    + system.adapter.bshb.0                   : bshb                  : iobroker                                 -  enabled, compact disabled
                                      system.adapter.cloud.0                  : cloud                 : iobroker                                 - disabled, compact disabled
                                      system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled, compact disabled
                                      system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled, compact enabled (group 1)
                                    + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.enigma2.0                : enigma2               : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.fakeroku.0               : fakeroku              : iobroker                                 -  enabled
                                      system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.frontier_silicon.0       : frontier_silicon      : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled, compact enabled (group 1)
                                    + system.adapter.g-homa.0                 : g-homa                : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                                    + system.adapter.heizoel.0                : heizoel               : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.history.0                : history               : iobroker                                 -  enabled, compact disabled
                                      system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled, compact disabled
                                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 -  enabled
                                      system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 -  enabled
                                    + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled, compact disabled
                                      system.adapter.iqontrol.0               : iqontrol              : iobroker                                 - disabled, compact disabled
                                    + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.kodi.0                   : kodi                  : iobroker                                 -  enabled, compact enabled (group 1), port: 9090
                                    + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.maxcul.0                 : maxcul                : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                    + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1888, bind: 0.0.0.0
                                    + system.adapter.nut.0                    : nut                   : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled, compact disabled
                                      system.adapter.onvif.0                  : onvif                 : iobroker                                 - disabled, compact disabled, port: 80, 7575, 8000, 8080, 8081, 8899, 554, 9101
                                      system.adapter.parcel.0                 : parcel                : iobroker                                 - disabled, compact disabled
                                    + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                      system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 - disabled, compact disabled
                                    + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, compact disabled, port: 1883, bind: 192.168.62.15
                                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled, compact disabled
                                      system.adapter.vis-2.0                  : vis-2                 : iobroker                                 - disabled, compact disabled
                                      system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 -  enabled
                                      system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled, compact disabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled, compact disabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                                      system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
                                      system.adapter.vis-keyboard.0           : vis-keyboard          : iobroker                                 -  enabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                      system.adapter.vis-players.0            : vis-players           : iobroker                                 -  enabled
                                      system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                      system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.withings.0               : withings              : iobroker                                 -  enabled, compact disabled
                                      system.adapter.wled.0                   : wled                  : iobroker                                 - disabled, compact disabled
                                    + system.adapter.yahka.0                  : yahka                 : iobroker                                 -  enabled, compact disabled
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, compact disabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.kodi.0                   : kodi                  : iobroker                                 -  enabled, compact enabled (group 1), port: 9090
                                    + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                    + system.adapter.mqtt.1                   : mqtt                  : iobroker                                 -  enabled, compact disabled, port: 1888, bind: 0.0.0.0
                                    + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, compact disabled, port: 1884, bind: 192.168.62.15
                                    + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, compact disabled, port: 1883, bind: 192.168.62.15
                                    + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, compact disabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, compact disabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                                    
                                    ioBroker-Repositories
                                    ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                    │ (index) │ name     │ url                                                     │ auto upgrade │
                                    ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                    │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                    │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                    └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                    
                                    Active repo(s): beta
                                    Upgrade policy: none
                                    
                                    Installed ioBroker-Instances
                                    Used repository: beta
                                    Adapter    "admin"        : 7.4.0    , installed 7.4.0
                                    Adapter    "alexa2"       : 3.26.7   , installed 3.26.7
                                    Adapter    "awtrix-light" : 1.3.0    , installed 1.3.0
                                    Adapter    "backitup"     : 3.0.27   , installed 3.0.27
                                    Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                    Adapter    "bshb"         : 0.3.0    , installed 0.3.0
                                    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                    Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
                                    Adapter    "denon"        : 1.15.12  , installed 1.15.12
                                    Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                    Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                    Adapter    "enigma2"      : 2.2.1    , installed 2.2.1
                                    Adapter    "fakeroku"     : 0.3.0    , installed 0.3.0
                                    Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                    Adapter    "frontier_silicon": 0.3.0 , installed 0.3.0
                                    Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                    Adapter    "g-homa"       : 0.5.3    , installed 0.5.3
                                    Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                                    Adapter    "heizoel"      : 1.0.3    , installed 1.0.3
                                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                                    Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                    Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                    Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                    Adapter    "iot"          : 3.4.3    , installed 3.4.3
                                    Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                                    Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                    Controller "js-controller": 7.0.3    , installed 7.0.3
                                    Adapter    "kodi"         : 3.1.0    , installed 3.1.0
                                    Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                    Adapter    "maxcul"       : 1.3.1    , installed 1.3.1
                                    Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                    Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                    Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                    Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                                    Adapter    "parcel"       : 0.2.8    , installed 0.2.8
                                    Adapter    "rpi2"         : 2.2.2    , installed 2.2.2
                                    Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                    Adapter    "shelly"       : 8.4.0    , installed 8.4.0
                                    Adapter    "shuttercontrol": 1.8.4   , installed 1.8.4
                                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                    Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                    Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                    Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                    Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                    Adapter    "trashschedule": 3.4.0    , installed 3.4.0
                                    Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                    Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-icontwo"  : 1.8.1    , installed 1.8.1
                                    Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                    Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                    Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                    Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                    Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "web"          : 6.3.1    , installed 6.3.1
                                    Adapter    "withings"     : 0.0.15   , installed 0.0.15
                                    Adapter    "wled"         : 0.7.3    , installed 0.7.3
                                    Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                    Adapter    "yahka"        : 1.0.9    , installed 1.0.9
                                    Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        25332
                                    States:         21239
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                                    Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                    Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                    Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                    Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                    Reading package lists...
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       2594196    234334/iobroker.js-
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       2594201    234334/iobroker.js-
                                    tcp        0      0 0.0.0.0:36337           0.0.0.0:*               LISTEN      1001       2600918    236997/io.yahka.0
                                    tcp        0      0 192.168.62.15:1883      0.0.0.0:*               LISTEN      1001       3424204    311977/io.sonoff.0
                                    tcp        0      0 192.168.62.15:1885      0.0.0.0:*               LISTEN      1001       2597509    235561/io.mqtt.0
                                    tcp        0      0 192.168.62.15:1884      0.0.0.0:*               LISTEN      1001       2597508    235561/io.mqtt.0
                                    tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          773673     77605/ebusd
                                    tcp        0      0 192.168.62.15:9093      0.0.0.0:*               LISTEN      1001       2595774    235337/io.fakeroku.
                                    tcp        0      0 192.168.62.15:9094      0.0.0.0:*               LISTEN      1001       2595775    235337/io.fakeroku.
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          21494      1/init
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6228       749/sshd: /usr/sbin
                                    tcp        0      0 0.0.0.0:53401           0.0.0.0:*               LISTEN      103        21945      4925/rpc.statd
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2614441    240452/io.web.0
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       3440322    313339/io.admin.0
                                    tcp6       0      0 :::61991                :::*                    LISTEN      1001       2605546    238279/io.harmony.0
                                    tcp6       0      0 :::50000                :::*                    LISTEN      1001       2606193    238228/io.g-homa.0
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          22668      1/init
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          6230       749/sshd: /usr/sbin
                                    tcp6       0      0 :::21                   :::*                    LISTEN      0          2717       739/vsftpd
                                    tcp6       0      0 :::53547                :::*                    LISTEN      103        21951      4925/rpc.statd
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          20240      1/init
                                    udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       2605547    238279/io.harmony.0
                                    udp        0      0 127.0.0.1:861           0.0.0.0:*                           0          21937      4925/rpc.statd
                                    udp        0      0 0.0.0.0:33786           0.0.0.0:*                           103        21942      4925/rpc.statd
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2600923    236997/io.yahka.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2600922    236997/io.yahka.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6025       620/avahi-daemon: r
                                    udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       2600426    236401/io.shelly.0
                                    udp        0      0 0.0.0.0:34467           0.0.0.0:*                           104        6027       620/avahi-daemon: r
                                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2595776    235337/io.fakeroku.
                                    udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       2598430    236556/io.tuya.0
                                    udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       2598431    236556/io.tuya.0
                                    udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       2596981    234877/io.broadlink
                                    udp        0      0 0.0.0.0:39616           0.0.0.0:*                           1001       2596984    234877/io.broadlink
                                    udp        0      0 0.0.0.0:52088           0.0.0.0:*                           1001       2595553    234877/io.broadlink
                                    udp6       0      0 :::56490                :::*                                103        21948      4925/rpc.statd
                                    udp6       0      0 :::111                  :::*                                0          20242      1/init
                                    udp6       0      0 :::5353                 :::*                                104        6026       620/avahi-daemon: r
                                    udp6       0      0 :::38369                :::*                                104        6028       620/avahi-daemon: r
                                    
                                    
                                    spicerS Offline
                                    spicerS Offline
                                    spicer
                                    wrote on last edited by
                                    #86

                                    @esp8266
                                    Wurde wohl mit dem Restore so übernommen. Das Ganze war ja vorher auf einem RPI3.

                                    Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
                                    (Murphys Gesetz)

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    Support us

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

                                    53

                                    Online

                                    32.4k

                                    Users

                                    81.3k

                                    Topics

                                    1.3m

                                    Posts
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                    ioBroker Community 2014-2025
                                    logo
                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Recent
                                    • Tags
                                    • Unread 0
                                    • Categories
                                    • Unreplied
                                    • Popular
                                    • GitHub
                                    • Docu
                                    • Hilfe