Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker langsam seit js-controller 5, hohe RAM Auslastung

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    ioBroker langsam seit js-controller 5, hohe RAM Auslastung

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User @Homoran last edited by

      @homoran sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

      EDIT:
      https://forum.iobroker.net/post/1095965

      Moin,

      da ging es um ein Problem, das Proxmox eine höhere Last angezeigt hat, als die eigentliche VM.
      Es passt dann eher dieser Thread ⇒ https://forum.iobroker.net/topic/71101/nach-plattformupdate-alles-träge-und-cpu-teilweise-volllast?page=1

      Aber um dem Problem auf die Schliche zu kommen, fehlen mir die Metriken, da reicht iob diag nicht.

      VG
      Bernd

      1 Reply Last reply Reply Quote 0
      • Schmakus
        Schmakus Developer @Guest last edited by

        @dp20eic sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

        htop

        Hi, jetzt können wir mal der Sache auf den Grund gehen......

        Ich hab jetzt erstmal auf Proxmox 7 hochgezogen. Wenn alles wie gewünscht läuft, kommt 8.

        Das mit den User & Groups musst du mir erklären. Was muss ich genau tun?

        http habe ich installiert und es zeigt mir, dass der js-controller und der javascript adapter die meisten Ressourcen benötigen. Der folgende Screenshot zeigt einen Ausschnitt.

        Nach javascript wechseln sich der Shelly Adapter, Influx und Zigbee ab.

        Xnip2023-12-21_10-58-04.jpg

        ? 1 Reply Last reply Reply Quote 0
        • ?
          A Former User @Schmakus last edited by A Former User

          @schmakus sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

          Das mit den User & Groups musst du mir erklären. Was muss ich genau tun?

          Moin,

          das steht in der Anweisung, aus dem Skript iob diag, Dein User ist nicht in der/den Gruppen adm und systemd-journal, dadurch kann, wenn Du das Skript iob diag laufen lässt, selbiges nicht in die Log Files unter /var/log/... schauen und daher fehlen evtl. Informationen im diag Output.

          Hint: You are currently not seeing messages from other users and the system.
                  Users in groups 'adm', 'systemd-journal' can see all messages.
                  Pass -q to turn off this notice.
          Archived and active journals take up 2.1G in the file system.
          

          Du vergibst neue Gruppen, mittels

          # sudo usermod -a -G adm, systemd-journal schmakus
          

          @schmakus sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

          Der folgende Screenshot zeigt einen Ausschnitt.

          War das denn zu einer Zeit, als sich das System langsam angefühlt hat?
          Da Du ja einen hohen Speicherverbrauch angemahnt hast, musst Du mal htop so aufrufen, damit nach Memory sortiert wird,

          # htop --sort-key=PERCENT_MEM
          

          VG
          Bernd

          Edit
          usermod Befehl korrigiert, da -a fehlte.

          Schmakus 2 Replies Last reply Reply Quote 0
          • Schmakus
            Schmakus Developer @Guest last edited by

            @dp20eic sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

            sudo usermod -G adm, systemd-journal schmakus

            schmakus@ioBroker-Master:~$ sudo usermod -G adm, systemd-journal schmakus
            usermod: Gruppe »« existiert nicht.
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Schmakus
              Schmakus Developer @Guest last edited by

              @dp20eic sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

              War das denn zu einer Zeit, als sich das System langsam angefühlt hat?
              Da Du ja einen hohen Speicherverbrauch angemahnt hast, musst Du mal htop so aufrufen, damit nach Memory sortiert wird,

              htop --sort-key=PERCENT_MEM

              Xnip2023-12-21_12-15-41.jpg

              1 Reply Last reply Reply Quote 0
              • T
                ticaki Developer last edited by

                Ich hatte ein ähnliches Problem, habe dann Redis in einem eigenen LXC installiert und seit dem ist es weg. Keine Ahnung ob meine Redisinstallation einen Schuss hatte, oder tatsächlich das auslagern eine Verbesserung brachte. Bin dem hier gefolgt: https://forum.iobroker.net/post/1065966

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Schmakus last edited by

                  @schmakus sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                  sudo usermod -G adm, systemd-journal schmakus

                  Das muss so lauten:

                  sudo usermod -a -G adm,systemd-journal schmakus
                  
                  ? 1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @Thomas Braun last edited by

                    @thomas-braun sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                    Das muss so lauten:

                    Moin,

                    jupp, das kleine -a vergessen, 3 Std, Schlaf reichen nicht wirklich aus 😞

                    Danke für die Korrektur.

                    VG
                    Bernd

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Guest last edited by

                      @dp20eic sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                      jupp, das kleine -a vergessen

                      Dafür dann ein Leerzeichen zuviel... 🙂

                      1 Reply Last reply Reply Quote 0
                      • Schmakus
                        Schmakus Developer last edited by Schmakus

                        Hier das neue Ergebnis von iob diag:

                        BTW: Die Meldung kommt trotz des Befehls sudo usermod -a -G adm,systemd-journal schmakus

                        Hint: You are currently not seeing messages from other users and the system.
                              Users in groups 'adm', 'systemd-journal' can see all messages.
                              Pass -q to turn off this notice.
                        Archived and active journals take up 2.1G in the file system.
                        
                        Skript v.2023-10-10
                        
                        *** BASE SYSTEM ***
                         Static hostname: ioBroker-Master
                               Icon name: computer-vm
                                 Chassis: vm 🖴
                          Virtualization: kvm
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.1.0-16-amd64
                            Architecture: x86-64
                        Firmware Version: rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org
                        
                        model name	: Common KVM processor
                        Docker          : false
                        Virtualization  : kvm
                        Kernel          : x86_64
                        Userland        : amd64
                        
                        Systemuptime and Load:
                         14:06:05 up 1 day, 22:33,  2 users,  load average: 1.04, 1.40, 1.30
                        CPU threads: 8
                        
                        
                        *** Time and Time Zones ***
                                       Local time: Thu 2023-12-21 14:06:05 CET
                                   Universal time: Thu 2023-12-21 13:06:05 UTC
                                         RTC time: Thu 2023-12-21 13:06:05
                                        Time zone: Europe/Berlin (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** User and Groups ***
                        schmakus
                        /home/schmakus
                        schmakus cdrom floppy sudo audio dip video plugdev netdev bluetooth scanner iobroker
                        
                        *** X-Server-Setup ***
                        X-Server: 	false
                        Desktop: 	
                        Terminal: 	tty
                        Boot Target: 	graphical.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:             12G        7.3G        1.3G        8.6M        4.3G        5.2G
                        Swap:           1.0G          0B        1.0G
                        Total:           13G        7.3G        2.3G
                        
                                11960 M total memory
                                 6978 M used memory
                                  971 M active memory
                                 8977 M inactive memory
                                 1239 M free memory
                                  412 M buffer memory
                                 3652 M swap cache
                                  974 M total swap
                                    0 M used swap
                                  974 M free swap
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        udev           devtmpfs  5.9G     0  5.9G   0% /dev
                        tmpfs          tmpfs     1.2G  1.2M  1.2G   1% /run
                        /dev/sda1      ext4       31G   19G   11G  65% /
                        tmpfs          tmpfs     5.9G     0  5.9G   0% /dev/shm
                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                        tmpfs          tmpfs     1.2G   64K  1.2G   1% /run/user/116
                        tmpfs          tmpfs     1.2G   56K  1.2G   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Tue Dec 19 15:32:12 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                        [Tue Dec 19 15:32:12 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                        
                        Show mounted filesystems \(real ones only\):
                        TARGET SOURCE    FSTYPE OPTIONS
                        /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        3.5G	/var/
                        3.1G	/var/log/journal/d42f7fb7c0134c239a49631175eaef44
                        3.1G	/var/log/journal
                        3.1G	/var/log
                        289M	/var/lib
                        
                        Hint: You are currently not seeing messages from other users and the system.
                              Users in groups 'adm', 'systemd-journal' can see all messages.
                              Pass -q to turn off this notice.
                        Archived and active journals take up 2.1G in the file system.
                        
                        /opt/iobroker/backups:
                        122M	/opt/iobroker/backups/
                        4.0K	/opt/iobroker/backups/redistmp
                        
                        /opt/iobroker/iobroker-data:
                        1.5G	/opt/iobroker/iobroker-data/
                        1.2G	/opt/iobroker/iobroker-data/files
                        471M	/opt/iobroker/iobroker-data/files/vis-2-beta
                        428M	/opt/iobroker/iobroker-data/files/vis-2-beta/static
                        426M	/opt/iobroker/iobroker-data/files/vis-2-beta/static/js
                        
                        The five largest files in iobroker-data are:
                        44M	/opt/iobroker/iobroker-data/objects.jsonl
                        37M	/opt/iobroker/iobroker-data/states.jsonl
                        35M	/opt/iobroker/iobroker-data/files/telegram-menu.admin/build/index.js.map
                        33M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                        27M	/opt/iobroker/iobroker-data/objects.json.migrated
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                        
                        find: '/dev/serial/by-id/': No such file or directory
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs 	v18.19.0
                        /usr/bin/node 		v18.19.0
                        /usr/bin/npm 		10.2.3
                        /usr/bin/npx 		10.2.3
                        /usr/bin/corepack 	0.22.0
                        
                        
                        nodejs:
                          Installed: 18.19.0-1nodesource1
                          Candidate: 18.19.0-1nodesource1
                          Version table:
                         *** 18.19.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                100 /var/lib/dpkg/status
                             18.18.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.18.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.17.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.16.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.13.0+dfsg1-1 500
                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                             18.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.9.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        Errors in npm tree:
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller: 	5.0.17
                        admin: 		6.12.0
                        javascript: 	7.5.0
                        
                        Adapters from github: 	6
                        
                        Adapter State
                        + system.adapter.accuweather.0            : accuweather           : ioBroker-Master                          -  enabled
                        + system.adapter.admin.0                  : admin                 : ioBroker-Master                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.alarm.0                  : alarm                 : ioBroker-Master                          -  enabled
                        + system.adapter.alexa2.0                 : alexa2                : ioBroker-Master                          -  enabled
                        + system.adapter.backitup.0               : backitup              : ioBroker-Master                          -  enabled
                          system.adapter.birthdays.0              : birthdays             : ioBroker-Master                          -  enabled
                        + system.adapter.botvac.0                 : botvac                : ioBroker-Master                          -  enabled
                          system.adapter.daswetter.0              : daswetter             : ioBroker-Master                          -  enabled
                        + system.adapter.device-reminder.0        : device-reminder       : ioBroker-Master                          -  enabled
                        + system.adapter.device-watcher.0         : device-watcher        : ioBroker-Master                          -  enabled
                          system.adapter.discovery.0              : discovery             : ioBroker-Master                          - disabled
                        + system.adapter.doorbird.0               : doorbird              : ioBroker-Master                          -  enabled
                          system.adapter.dwd.0                    : dwd                   : ioBroker-Master                          -  enabled
                          system.adapter.echarts.0                : echarts               : ioBroker-Master                          - disabled
                          system.adapter.email.0                  : email                 : ioBroker-Master                          - disabled
                        + system.adapter.ems-esp.0                : ems-esp               : ioBroker-Master                          -  enabled
                        + system.adapter.eusec.0                  : eusec                 : ioBroker-Master                          -  enabled
                        + system.adapter.eventlist.0              : eventlist             : ioBroker-Master                          -  enabled
                          system.adapter.feiertage.0              : feiertage             : ioBroker-Master                          -  enabled
                        + system.adapter.fullybrowser.0           : fullybrowser          : ioBroker-Master                          -  enabled
                          system.adapter.go-e.0                   : go-e                  : ioBroker-Master                          - disabled
                        + system.adapter.hm-rega.0                : hm-rega               : ioBroker-Master                          -  enabled
                        + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                        + system.adapter.homeconnect.0            : homeconnect           : ioBroker-Master                          -  enabled
                        + system.adapter.hue.0                    : hue                   : ioBroker-Master                          -  enabled, port: 443
                          system.adapter.ical.0                   : ical                  : ioBroker-Master                          -  enabled
                          system.adapter.ical.1                   : ical                  : ioBroker-Master                          -  enabled
                          system.adapter.ical.2                   : ical                  : ioBroker-Master                          - disabled
                          system.adapter.ical.3                   : ical                  : ioBroker-Master                          - disabled
                        + system.adapter.influxdb.0               : influxdb              : ioBroker-Master                          -  enabled, port: 8086
                        + system.adapter.info.0                   : info                  : ioBroker-Master                          -  enabled
                        + system.adapter.iot.0                    : iot                   : ioBroker-Master                          -  enabled
                        + system.adapter.javascript.0             : javascript            : ioBroker-Master                          -  enabled
                        + system.adapter.javascript.1             : javascript            : ioBroker-Master                          -  enabled
                        + system.adapter.javascript.2             : javascript            : ioBroker-Master                          -  enabled
                          system.adapter.life360.0                : life360               : ioBroker-Master                          - disabled
                        + system.adapter.lightcontrol.0           : lightcontrol          : ioBroker-Master                          -  enabled
                          system.adapter.linux-control.0          : linux-control         : ioBroker-Master                          - disabled
                        + system.adapter.mqtt.0                   : mqtt                  : ioBroker-Master                          -  enabled, port: 1883, bind: 0.0.0.0
                          system.adapter.netatmo-crawler.0        : netatmo-crawler       : ioBroker-Master                          -  enabled
                        + system.adapter.netatmo.0                : netatmo               : ioBroker-Master                          -  enabled
                        + system.adapter.nina.0                   : nina                  : ioBroker-Master                          -  enabled
                          system.adapter.nut.0                    : nut                   : ioBroker-Master                          - disabled
                        + system.adapter.opendtu.0                : opendtu               : ioBroker-Master                          -  enabled
                          system.adapter.openweathermap.0         : openweathermap        : ioBroker-Master                          -  enabled
                          system.adapter.pollenflug.0             : pollenflug            : ioBroker-Master                          - disabled
                        + system.adapter.samsung.0                : samsung               : ioBroker-Master                          -  enabled
                        + system.adapter.scheduler.0              : scheduler             : ioBroker-Master                          -  enabled
                        + system.adapter.shelly.1                 : shelly                : ioBroker-Master                          -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.shelly.2                 : shelly                : ioBroker-Master                          - disabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker-Master                          -  enabled
                        + system.adapter.simple-api.0             : simple-api            : ioBroker-Master                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.smartmeter.0             : smartmeter            : ioBroker-Slave                           -  enabled
                        + system.adapter.socketio.0               : socketio              : ioBroker-Master                          -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker-Master                          -  enabled
                        + system.adapter.sprinklecontrol.0        : sprinklecontrol       : ioBroker-Master                          -  enabled
                        + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker-Master                          -  enabled
                        + system.adapter.telegram-menu.0          : telegram-menu         : ioBroker-Master                          -  enabled
                        + system.adapter.telegram.0               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.1               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.time-switch.0            : time-switch           : ioBroker-Master                          -  enabled
                        + system.adapter.tr-064.0                 : tr-064                : ioBroker-Master                          -  enabled
                        + system.adapter.trashschedule.0          : trashschedule         : ioBroker-Master                          -  enabled
                        + system.adapter.unifi.0                  : unifi                 : ioBroker-Master                          -  enabled
                          system.adapter.virtualpowermeter.0      : virtualpowermeter     : ioBroker-Master                          - disabled
                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker-Master                          - disabled
                          system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker-Master                          - disabled
                        + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker-Master                          -  enabled
                          system.adapter.vis-material-advanced.0  : vis-material-advanced : ioBroker-Master                          - disabled
                          system.adapter.vis-metro.0              : vis-metro             : ioBroker-Master                          - disabled
                          system.adapter.vis-players.0            : vis-players           : ioBroker-Master                          - disabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker-Master                          -  enabled
                          system.adapter.vis-weather.0            : vis-weather           : ioBroker-Master                          - disabled
                          system.adapter.vis.0                    : vis                   : ioBroker-Master                          -  enabled
                        + system.adapter.web.0                    : web                   : ioBroker-Master                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.wiffi-wz.0               : wiffi-wz              : ioBroker-Master                          -  enabled
                          system.adapter.yr.0                     : yr                    : ioBroker-Master                          -  enabled
                        + system.adapter.zigbee.0                 : zigbee                : ioBroker-Master                          -  enabled, port: tcp://192.168.0.91:20108
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : ioBroker-Master                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                        + system.adapter.hue.0                    : hue                   : ioBroker-Master                          -  enabled, port: 443
                        + system.adapter.influxdb.0               : influxdb              : ioBroker-Master                          -  enabled, port: 8086
                        + system.adapter.mqtt.0                   : mqtt                  : ioBroker-Master                          -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : ioBroker-Master                          -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : ioBroker-Master                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.socketio.0               : socketio              : ioBroker-Master                          -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.telegram.0               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.1               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : ioBroker-Master                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : ioBroker-Master                          -  enabled, port: tcp://192.168.0.91:20108
                        
                        ioBroker-Repositories
                        Stable (default): http://download.iobroker.net/sources-dist.json
                        Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                        
                        Active repo(s): Stable (default)
                        
                        Installed ioBroker-Instances
                        Used repository: Stable (default)
                        Adapter    "accuweather"  : 1.3.2    , installed 1.3.2
                        Adapter    "admin"        : 6.12.0   , installed 6.12.0
                        Adapter    "alarm"        : 3.4.3    , installed 3.4.3
                        Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                        Adapter    "backitup"     : 2.8.7    , installed 2.9.3
                        Adapter    "birthdays"    : 2.4.1    , installed 2.4.1
                        Adapter    "bosesoundtouch": 0.10.3  , installed 0.10.3
                        Adapter    "botvac"       : 2.0.1    , installed 2.0.1
                        Adapter    "contactid"    : 1.0.2    , installed 1.0.2
                        Adapter    "daswetter"    : 3.1.11   , installed 3.1.11
                        Adapter    "deconz"       : 1.3.23   , installed 1.3.23
                        Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                        Adapter    "device-watcher": 2.9.6   , installed 2.9.6
                        Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                        Adapter    "doorbird"     : 1.3.0    , installed 1.3.0
                        Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                        Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                        Adapter    "email"        : 1.2.0    , installed 1.2.0
                        Adapter    "ems-esp"      : 2.6.2    , installed 2.6.2
                        Adapter    "eusec"        : 1.2.1    , installed 1.2.1
                        Adapter    "eventlist"    : 2.0.0    , installed 2.0.0
                        Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                        Adapter    "go-e"         : 1.0.29   , installed 1.0.29
                        Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                        Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                        Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                        Adapter    "hue"          : 3.10.1   , installed 3.10.1
                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                        Adapter    "info"         : 2.0.0    , installed 2.0.0
                        Adapter    "iot"          : 2.0.11   , installed 2.0.11
                        Adapter    "javascript"   : 7.1.6    , installed 7.5.0
                        Controller "js-controller": 5.0.17   , installed 5.0.17
                        Adapter    "km200"        : 2.0.3    , installed 2.0.3
                        Adapter    "lightcontrol" : 0.4.0    , installed 0.4.2
                        Adapter    "linux-control": 1.1.5    , installed 1.1.5
                        Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                        Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                        Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                        Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                        Adapter    "nina"         : 0.0.25   , installed 0.0.25
                        Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                        Adapter    "nut"          : 1.6.0    , installed 1.6.0
                        Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                        Adapter    "openweathermap": 0.4.5   , installed 0.4.5
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                        Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                        Adapter    "scheduler"    : 1.1.9    , installed 1.1.9
                        Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                        Adapter    "shuttercontrol": 1.6.3   , installed 1.6.3
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                        Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                        Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                        Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                        Adapter    "telegram"     : 3.0.0    , installed 3.0.0
                        Adapter    "telegram-menu": 0.8.5    , installed 1.0.1
                        Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                        Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                        Adapter    "unifi"        : 0.6.6    , installed 0.6.6
                        Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                        Adapter    "vis"          : 1.5.4    , installed 1.5.4
                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                        Adapter    "vis-icontwo"  : 1.0.0    , installed 1.0.0
                        Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                        Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                        Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                        Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                        Adapter    "web"          : 6.1.10   , installed 6.1.10
                        Adapter    "wiffi-wz"     : 2.2.1    , installed 2.2.1
                        Adapter    "ws"           : 2.5.8    , installed 2.5.8
                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                        Adapter    "yr"           : 5.3.0    , installed 5.3.0
                        Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects: 	41242
                        States: 	34980
                        
                        *** 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://deb.debian.org/debian bookworm-updates InRelease
                        Hit:4 http://deb.debian.org/debian bookworm-backports InRelease
                        Hit:5 https://deb.nodesource.com/node_18.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 192.168.0.9:8100        0.0.0.0:*               LISTEN      1001       8354050    1726176/io.doorbird 
                        tcp        0      0 0.0.0.0:8181            0.0.0.0:*               LISTEN      1001       3691648    2592984/io.wiffi-wz 
                        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          5863351    4130597/cupsd       
                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       3684839    2591252/iobroker.js 
                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       3683869    2591252/iobroker.js 
                        tcp        0      0 192.168.0.9:2001        0.0.0.0:*               LISTEN      1001       3684150    2591437/io.hm-rpc.0 
                        tcp        0      0 192.168.0.9:2010        0.0.0.0:*               LISTEN      1001       3684158    2591448/io.hm-rpc.1 
                        tcp        0      0 192.168.0.9:9292        0.0.0.0:*               LISTEN      1001       3684181    2591462/io.hm-rpc.2 
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17534      551/sshd: /usr/sbin 
                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          1489       1/init              
                        tcp        0      0 0.0.0.0:8555            0.0.0.0:*               LISTEN      1001       3696777    2595643/go2rtc      
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       3686064    2591627/io.mqtt.0   
                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       3767880    2643882/io.socketio 
                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       3687907    2592033/io.simple-a 
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       3684875    2591271/io.admin.0  
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       3778716    2651063/io.web.0    
                        tcp6       0      0 :::4000                 :::*                    LISTEN      1001       7940950    1429375/io.fullybro 
                        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          5863350    4130597/cupsd       
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          17536      551/sshd: /usr/sbin 
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          14586      1/init              
                        tcp6       0      0 :::8554                 :::*                    LISTEN      1001       3696772    2595643/go2rtc      
                        tcp6       0      0 :::1984                 :::*                    LISTEN      1001       3696771    2595643/go2rtc      
                        udp        0      0 192.168.0.9:5353        0.0.0.0:*                           1001       3686934    2591562/io.tr-064.0 
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        1980       469/avahi-daemon: r 
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       3685178    2591546/io.shelly.1 
                        udp        0      0 0.0.0.0:46703           0.0.0.0:*                           1001       3696705    2595553/io.eusec.0  
                        udp        0      0 0.0.0.0:55030           0.0.0.0:*                           112        1982       469/avahi-daemon: r 
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          228        1/init              
                        udp        0      0 0.0.0.0:8555            0.0.0.0:*                           1001       3696773    2595643/go2rtc      
                        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          5863960    4130599/cups-browse 
                        udp6       0      0 :::5353                 :::*                                112        1981       469/avahi-daemon: r 
                        udp6       0      0 :::55546                :::*                                112        1983       469/avahi-daemon: r 
                        udp6       0      0 :::111                  :::*                                0          15453      1/init              
                        udp6       0      0 fe80::94eb:2cff:fe8:546 :::*                                0          18658      489/NetworkManager  
                        
                        *** Log File - Last 25 Lines ***
                        
                        2023-12-21 14:05:08.415  - info: host.ioBroker-Master instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2023-12-21 14:05:11.992  - warn: shelly.1 (2591546) State value to set for "shelly.1.SHDM-1#D047E0#1.temperatureF" has value "124.05" greater than max "100"
                        2023-12-21 14:05:28.276  - warn: shelly.1 (2591546) State value to set for "shelly.1.SHDM-1#D047E0#1.temperatureF" has value "123.88" greater than max "100"
                        2023-12-21 14:05:29.496  - info: javascript.2 (2591351) script.js.common.Beschattung_und_Jalousien.Temperaturdifferenz_AT_und_Solar: [4.8,5,4.7,4.6,4.5,4.2,5.5,5.7,5.6,5.3]
                        2023-12-21 14:05:29.506  - info: javascript.2 (2591351) script.js.common.Beschattung_und_Jalousien.Temperaturdifferenz_AT_und_Solar: Beschattungsstatus: Off
                        2023-12-21 14:05:30.831  - info: admin.0 (2591271) ==> Connected system.user.admin from ::ffff:192.168.0.232
                        2023-12-21 14:05:30.833  - info: admin.0 (2591271) ==> Connected system.user.admin from ::ffff:192.168.0.232
                        2023-12-21 14:05:30.996  - info: admin.0 (2591271) <== Disconnect system.user.admin from ::ffff:192.168.0.232 javascript
                        2023-12-21 14:05:30.997  - info: admin.0 (2591271) <== Disconnect system.user.admin from ::ffff:192.168.0.232 admin
                        2023-12-21 14:05:32.215  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: 1703172445831
                        2023-12-21 14:05:32.215  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: 1703142745144
                        2023-12-21 14:05:32.215  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: 1703157595488
                        2023-12-21 14:05:32.650  - info: admin.0 (2591271) ==> Connected system.user.admin from ::ffff:192.168.0.232
                        2023-12-21 14:05:32.652  - info: admin.0 (2591271) ==> Connected system.user.admin from ::ffff:192.168.0.232
                        2023-12-21 14:05:34.710  - warn: botvac.0 (2591698) State value to set for "botvac.0.Henry.commands.spotWidth" has value "0" less than min "100"
                        2023-12-21 14:05:34.710  - warn: botvac.0 (2591698) State value to set for "botvac.0.Henry.commands.spotHeight" has value "0" less than min "100"
                        2023-12-21 14:05:43.260  - warn: shelly.1 (2591546) State value to set for "shelly.1.SHDM-1#D047E0#1.temperatureF" has value "124.05" greater than max "100"
                        2023-12-21 14:05:44.735  - info: admin.0 (2591271) <== Disconnect system.user.admin from ::ffff:192.168.0.232 admin
                        2023-12-21 14:05:54.788  - warn: shelly.1 (2591546) State value to set for "shelly.1.SHDM-1#D047E0#1.temperatureF" has value "123.88" greater than max "100"
                        2023-12-21 14:06:00.007  - info: javascript.1 (2591324) script.js.common.System.Astro: neue Uhrzeit: 14:06
                        2023-12-21 14:06:32.216  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: 1703172445831
                        2023-12-21 14:06:32.216  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: 1703142745144
                        2023-12-21 14:06:32.216  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: 1703157595488
                        2023-12-21 14:06:34.924  - warn: botvac.0 (2591698) State value to set for "botvac.0.Henry.commands.spotWidth" has value "0" less than min "100"
                        2023-12-21 14:06:34.924  - warn: botvac.0 (2591698) State value to set for "botvac.0.Henry.commands.spotHeight" has value "0" less than min "100"
                        
                        
                        ? 1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @Schmakus last edited by

                          @schmakus sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                          Die Meldung kommt trotz des Befehls

                          Moin,

                          vergessen zu erwähnen, nach dem Hinzufügen der Gruppen muss man sich einmal ausloggen und wieder einloggen, sodass die Änderungen greifen.

                          VG
                          Bernd

                          1 Reply Last reply Reply Quote 0
                          • Schmakus
                            Schmakus Developer last edited by Schmakus

                            jetzt aber....

                            BTW: Boot Target: graphical.target bedeutet ja, dass mit der GUI gebootet wird. Hab dies nun mal geändert auf multi-user.target.
                            Dürfte auch etwas Ressourcen einsparen.

                            Skript v.2023-10-10
                            
                            *** BASE SYSTEM ***
                             Static hostname: ioBroker-Master
                                   Icon name: computer-vm
                                     Chassis: vm 🖴
                              Virtualization: kvm
                            Operating System: Debian GNU/Linux 12 (bookworm)
                                      Kernel: Linux 6.1.0-16-amd64
                                Architecture: x86-64
                            Firmware Version: rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org
                            
                            model name	: Common KVM processor
                            Docker          : false
                            Virtualization  : kvm
                            Kernel          : x86_64
                            Userland        : amd64
                            
                            Systemuptime and Load:
                             15:42:18 up 2 days, 10 min,  2 users,  load average: 0.69, 0.95, 0.90
                            CPU threads: 8
                            
                            
                            *** Time and Time Zones ***
                                           Local time: Thu 2023-12-21 15:42:18 CET
                                       Universal time: Thu 2023-12-21 14:42:18 UTC
                                             RTC time: Thu 2023-12-21 14:42:18
                                            Time zone: Europe/Berlin (CET, +0100)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** User and Groups ***
                            schmakus
                            /home/schmakus
                            schmakus adm cdrom floppy sudo audio dip video plugdev systemd-journal netdev bluetooth scanner iobroker
                            
                            *** X-Server-Setup ***
                            X-Server: 	false
                            Desktop: 	
                            Terminal: 	tty
                            Boot Target: 	graphical.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:             12G        7.4G        1.2G        8.6M        4.2G        5.1G
                            Swap:           1.0G          0B        1.0G
                            Total:           13G        7.4G        2.2G
                            
                                    11960 M total memory
                                     7077 M used memory
                                      940 M active memory
                                     9072 M inactive memory
                                     1152 M free memory
                                      413 M buffer memory
                                     3638 M swap cache
                                      974 M total swap
                                        0 M used swap
                                      974 M free swap
                            
                            *** FAILED SERVICES ***
                            
                              UNIT LOAD ACTIVE SUB DESCRIPTION
                            0 loaded units listed.
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            udev           devtmpfs  5.9G     0  5.9G   0% /dev
                            tmpfs          tmpfs     1.2G  1.2M  1.2G   1% /run
                            /dev/sda1      ext4       31G   19G   11G  65% /
                            tmpfs          tmpfs     5.9G     0  5.9G   0% /dev/shm
                            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                            tmpfs          tmpfs     1.2G   64K  1.2G   1% /run/user/116
                            tmpfs          tmpfs     1.2G   56K  1.2G   1% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Tue Dec 19 15:32:12 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                            [Tue Dec 19 15:32:12 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems \(real ones only\):
                            TARGET SOURCE    FSTYPE OPTIONS
                            /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            3.5G	/var/
                            3.1G	/var/log/journal/d42f7fb7c0134c239a49631175eaef44
                            3.1G	/var/log/journal
                            3.1G	/var/log
                            289M	/var/lib
                            
                            Archived and active journals take up 3.0G in the file system.
                            
                            /opt/iobroker/backups:
                            122M	/opt/iobroker/backups/
                            4.0K	/opt/iobroker/backups/redistmp
                            
                            /opt/iobroker/iobroker-data:
                            1.5G	/opt/iobroker/iobroker-data/
                            1.2G	/opt/iobroker/iobroker-data/files
                            471M	/opt/iobroker/iobroker-data/files/vis-2-beta
                            428M	/opt/iobroker/iobroker-data/files/vis-2-beta/static
                            426M	/opt/iobroker/iobroker-data/files/vis-2-beta/static/js
                            
                            The five largest files in iobroker-data are:
                            44M	/opt/iobroker/iobroker-data/objects.jsonl
                            35M	/opt/iobroker/iobroker-data/files/telegram-menu.admin/build/index.js.map
                            33M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                            27M	/opt/iobroker/iobroker-data/objects.json.migrated
                            27M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
                            
                            USB-Devices by-id:
                            USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                            
                            find: '/dev/serial/by-id/': No such file or directory
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs 	v18.19.0
                            /usr/bin/node 		v18.19.0
                            /usr/bin/npm 		10.2.3
                            /usr/bin/npx 		10.2.3
                            /usr/bin/corepack 	0.22.0
                            
                            
                            nodejs:
                              Installed: 18.19.0-1nodesource1
                              Candidate: 18.19.0-1nodesource1
                              Version table:
                             *** 18.19.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                    100 /var/lib/dpkg/status
                                 18.18.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.13.0+dfsg1-1 500
                                    500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                 18.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                 18.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            Errors in npm tree:
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Core adapters versions
                            js-controller: 	5.0.17
                            admin: 		6.12.0
                            javascript: 	7.5.0
                            
                            Adapters from github: 	6
                            
                            Adapter State
                            + system.adapter.accuweather.0            : accuweather           : ioBroker-Master                          -  enabled
                            + system.adapter.admin.0                  : admin                 : ioBroker-Master                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.alarm.0                  : alarm                 : ioBroker-Master                          -  enabled
                            + system.adapter.alexa2.0                 : alexa2                : ioBroker-Master                          -  enabled
                            + system.adapter.backitup.0               : backitup              : ioBroker-Master                          -  enabled
                              system.adapter.birthdays.0              : birthdays             : ioBroker-Master                          -  enabled
                            + system.adapter.botvac.0                 : botvac                : ioBroker-Master                          -  enabled
                              system.adapter.daswetter.0              : daswetter             : ioBroker-Master                          -  enabled
                            + system.adapter.device-reminder.0        : device-reminder       : ioBroker-Master                          -  enabled
                            + system.adapter.device-watcher.0         : device-watcher        : ioBroker-Master                          -  enabled
                              system.adapter.discovery.0              : discovery             : ioBroker-Master                          - disabled
                            + system.adapter.doorbird.0               : doorbird              : ioBroker-Master                          -  enabled
                              system.adapter.dwd.0                    : dwd                   : ioBroker-Master                          -  enabled
                              system.adapter.echarts.0                : echarts               : ioBroker-Master                          - disabled
                              system.adapter.email.0                  : email                 : ioBroker-Master                          - disabled
                            + system.adapter.ems-esp.0                : ems-esp               : ioBroker-Master                          -  enabled
                            + system.adapter.eusec.0                  : eusec                 : ioBroker-Master                          -  enabled
                            + system.adapter.eventlist.0              : eventlist             : ioBroker-Master                          -  enabled
                              system.adapter.feiertage.0              : feiertage             : ioBroker-Master                          -  enabled
                            + system.adapter.fullybrowser.0           : fullybrowser          : ioBroker-Master                          -  enabled
                              system.adapter.go-e.0                   : go-e                  : ioBroker-Master                          - disabled
                            + system.adapter.hm-rega.0                : hm-rega               : ioBroker-Master                          -  enabled
                            + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                            + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                            + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                            + system.adapter.homeconnect.0            : homeconnect           : ioBroker-Master                          -  enabled
                            + system.adapter.hue.0                    : hue                   : ioBroker-Master                          -  enabled, port: 443
                              system.adapter.ical.0                   : ical                  : ioBroker-Master                          -  enabled
                              system.adapter.ical.1                   : ical                  : ioBroker-Master                          -  enabled
                              system.adapter.ical.2                   : ical                  : ioBroker-Master                          - disabled
                              system.adapter.ical.3                   : ical                  : ioBroker-Master                          - disabled
                            + system.adapter.influxdb.0               : influxdb              : ioBroker-Master                          -  enabled, port: 8086
                            + system.adapter.info.0                   : info                  : ioBroker-Master                          -  enabled
                            + system.adapter.iot.0                    : iot                   : ioBroker-Master                          -  enabled
                            + system.adapter.javascript.0             : javascript            : ioBroker-Master                          -  enabled
                            + system.adapter.javascript.1             : javascript            : ioBroker-Master                          -  enabled
                            + system.adapter.javascript.2             : javascript            : ioBroker-Master                          -  enabled
                              system.adapter.life360.0                : life360               : ioBroker-Master                          - disabled
                            + system.adapter.lightcontrol.0           : lightcontrol          : ioBroker-Master                          -  enabled
                              system.adapter.linux-control.0          : linux-control         : ioBroker-Master                          - disabled
                            + system.adapter.mqtt.0                   : mqtt                  : ioBroker-Master                          -  enabled, port: 1883, bind: 0.0.0.0
                              system.adapter.netatmo-crawler.0        : netatmo-crawler       : ioBroker-Master                          -  enabled
                            + system.adapter.netatmo.0                : netatmo               : ioBroker-Master                          -  enabled
                            + system.adapter.nina.0                   : nina                  : ioBroker-Master                          -  enabled
                              system.adapter.nut.0                    : nut                   : ioBroker-Master                          - disabled
                            + system.adapter.opendtu.0                : opendtu               : ioBroker-Master                          -  enabled
                              system.adapter.openweathermap.0         : openweathermap        : ioBroker-Master                          -  enabled
                              system.adapter.pollenflug.0             : pollenflug            : ioBroker-Master                          - disabled
                            + system.adapter.samsung.0                : samsung               : ioBroker-Master                          -  enabled
                            + system.adapter.scheduler.0              : scheduler             : ioBroker-Master                          -  enabled
                            + system.adapter.shelly.1                 : shelly                : ioBroker-Master                          -  enabled, port: 1882, bind: 0.0.0.0
                              system.adapter.shelly.2                 : shelly                : ioBroker-Master                          - disabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker-Master                          -  enabled
                            + system.adapter.simple-api.0             : simple-api            : ioBroker-Master                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.smartmeter.0             : smartmeter            : ioBroker-Slave                           -  enabled
                            + system.adapter.socketio.0               : socketio              : ioBroker-Master                          -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                            + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker-Master                          -  enabled
                            + system.adapter.sprinklecontrol.0        : sprinklecontrol       : ioBroker-Master                          -  enabled
                            + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker-Master                          -  enabled
                            + system.adapter.telegram-menu.0          : telegram-menu         : ioBroker-Master                          -  enabled
                            + system.adapter.telegram.0               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.time-switch.0            : time-switch           : ioBroker-Master                          -  enabled
                            + system.adapter.tr-064.0                 : tr-064                : ioBroker-Master                          -  enabled
                            + system.adapter.trashschedule.0          : trashschedule         : ioBroker-Master                          -  enabled
                            + system.adapter.unifi.0                  : unifi                 : ioBroker-Master                          -  enabled
                              system.adapter.virtualpowermeter.0      : virtualpowermeter     : ioBroker-Master                          - disabled
                              system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker-Master                          - disabled
                              system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker-Master                          - disabled
                            + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker-Master                          -  enabled
                              system.adapter.vis-material-advanced.0  : vis-material-advanced : ioBroker-Master                          - disabled
                              system.adapter.vis-metro.0              : vis-metro             : ioBroker-Master                          - disabled
                              system.adapter.vis-players.0            : vis-players           : ioBroker-Master                          - disabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker-Master                          -  enabled
                              system.adapter.vis-weather.0            : vis-weather           : ioBroker-Master                          - disabled
                              system.adapter.vis.0                    : vis                   : ioBroker-Master                          -  enabled
                            + system.adapter.web.0                    : web                   : ioBroker-Master                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.wiffi-wz.0               : wiffi-wz              : ioBroker-Master                          -  enabled
                              system.adapter.yr.0                     : yr                    : ioBroker-Master                          -  enabled
                            + system.adapter.zigbee.0                 : zigbee                : ioBroker-Master                          -  enabled, port: tcp://192.168.0.91:20108
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : ioBroker-Master                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                            + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                            + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker-Master                          -  enabled, port: 0
                            + system.adapter.hue.0                    : hue                   : ioBroker-Master                          -  enabled, port: 443
                            + system.adapter.influxdb.0               : influxdb              : ioBroker-Master                          -  enabled, port: 8086
                            + system.adapter.mqtt.0                   : mqtt                  : ioBroker-Master                          -  enabled, port: 1883, bind: 0.0.0.0
                            + system.adapter.shelly.1                 : shelly                : ioBroker-Master                          -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.simple-api.0             : simple-api            : ioBroker-Master                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                            + system.adapter.socketio.0               : socketio              : ioBroker-Master                          -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                            + system.adapter.telegram.0               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : ioBroker-Master                          -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : ioBroker-Master                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : ioBroker-Master                          -  enabled, port: tcp://192.168.0.91:20108
                            
                            ioBroker-Repositories
                            Stable (default): http://download.iobroker.net/sources-dist.json
                            Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): Stable (default)
                            
                            Installed ioBroker-Instances
                            Used repository: Stable (default)
                            Adapter    "accuweather"  : 1.3.2    , installed 1.3.2
                            Adapter    "admin"        : 6.12.0   , installed 6.12.0
                            Adapter    "alarm"        : 3.4.3    , installed 3.4.3
                            Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                            Adapter    "backitup"     : 2.8.7    , installed 2.9.3
                            Adapter    "birthdays"    : 2.4.1    , installed 2.4.1
                            Adapter    "bosesoundtouch": 0.10.3  , installed 0.10.3
                            Adapter    "botvac"       : 2.0.1    , installed 2.0.1
                            Adapter    "contactid"    : 1.0.2    , installed 1.0.2
                            Adapter    "daswetter"    : 3.1.11   , installed 3.1.11
                            Adapter    "deconz"       : 1.3.23   , installed 1.3.23
                            Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                            Adapter    "device-watcher": 2.9.6   , installed 2.9.6
                            Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                            Adapter    "doorbird"     : 1.3.0    , installed 1.3.0
                            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                            Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                            Adapter    "email"        : 1.2.0    , installed 1.2.0
                            Adapter    "ems-esp"      : 2.6.2    , installed 2.6.2
                            Adapter    "eusec"        : 1.2.1    , installed 1.2.1
                            Adapter    "eventlist"    : 2.0.0    , installed 2.0.0
                            Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                            Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                            Adapter    "go-e"         : 1.0.29   , installed 1.0.29
                            Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                            Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                            Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                            Adapter    "hue"          : 3.10.1   , installed 3.10.1
                            Adapter    "ical"         : 1.13.3   , installed 1.13.3
                            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                            Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                            Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                            Adapter    "info"         : 2.0.0    , installed 2.0.0
                            Adapter    "iot"          : 2.0.11   , installed 2.0.11
                            Adapter    "javascript"   : 7.1.6    , installed 7.5.0
                            Controller "js-controller": 5.0.17   , installed 5.0.17
                            Adapter    "km200"        : 2.0.3    , installed 2.0.3
                            Adapter    "lightcontrol" : 0.4.0    , installed 0.4.2
                            Adapter    "linux-control": 1.1.5    , installed 1.1.5
                            Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                            Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                            Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                            Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                            Adapter    "nina"         : 0.0.25   , installed 0.0.25
                            Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                            Adapter    "nut"          : 1.6.0    , installed 1.6.0
                            Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                            Adapter    "openweathermap": 0.4.5   , installed 0.4.5
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                            Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                            Adapter    "scheduler"    : 1.1.9    , installed 1.1.9
                            Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                            Adapter    "shuttercontrol": 1.6.3   , installed 1.6.3
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                            Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                            Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                            Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                            Adapter    "telegram"     : 3.0.0    , installed 3.0.0
                            Adapter    "telegram-menu": 0.8.5    , installed 1.0.1
                            Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                            Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                            Adapter    "unifi"        : 0.6.6    , installed 0.6.6
                            Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                            Adapter    "vis"          : 1.5.4    , installed 1.5.4
                            Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                            Adapter    "vis-icontwo"  : 1.0.0    , installed 1.0.0
                            Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                            Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                            Adapter    "web"          : 6.1.10   , installed 6.1.10
                            Adapter    "wiffi-wz"     : 2.2.1    , installed 2.2.1
                            Adapter    "ws"           : 2.5.8    , installed 2.5.8
                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                            Adapter    "yr"           : 5.3.0    , installed 5.3.0
                            Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects: 	41242
                            States: 	34985
                            
                            *** 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://deb.debian.org/debian bookworm-updates InRelease
                            Hit:4 http://deb.debian.org/debian bookworm-backports InRelease
                            Hit:5 https://deb.nodesource.com/node_18.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 192.168.0.9:8100        0.0.0.0:*               LISTEN      1001       8354050    1726176/io.doorbird 
                            tcp        0      0 0.0.0.0:8181            0.0.0.0:*               LISTEN      1001       3691648    2592984/io.wiffi-wz 
                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          5863351    4130597/cupsd       
                            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       3684839    2591252/iobroker.js 
                            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       3683869    2591252/iobroker.js 
                            tcp        0      0 192.168.0.9:2001        0.0.0.0:*               LISTEN      1001       3684150    2591437/io.hm-rpc.0 
                            tcp        0      0 192.168.0.9:2010        0.0.0.0:*               LISTEN      1001       3684158    2591448/io.hm-rpc.1 
                            tcp        0      0 192.168.0.9:9292        0.0.0.0:*               LISTEN      1001       3684181    2591462/io.hm-rpc.2 
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17534      551/sshd: /usr/sbin 
                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          1489       1/init              
                            tcp        0      0 0.0.0.0:8555            0.0.0.0:*               LISTEN      1001       3696777    2595643/go2rtc      
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       3686064    2591627/io.mqtt.0   
                            tcp6       0      0 :::8084                 :::*                    LISTEN      1001       3767880    2643882/io.socketio 
                            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       3687907    2592033/io.simple-a 
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       3684875    2591271/io.admin.0  
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       3778716    2651063/io.web.0    
                            tcp6       0      0 :::4000                 :::*                    LISTEN      1001       7940950    1429375/io.fullybro 
                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          5863350    4130597/cupsd       
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          17536      551/sshd: /usr/sbin 
                            tcp6       0      0 :::111                  :::*                    LISTEN      0          14586      1/init              
                            tcp6       0      0 :::8554                 :::*                    LISTEN      1001       3696772    2595643/go2rtc      
                            tcp6       0      0 :::1984                 :::*                    LISTEN      1001       3696771    2595643/go2rtc      
                            udp        0      0 192.168.0.9:5353        0.0.0.0:*                           1001       3686934    2591562/io.tr-064.0 
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        1980       469/avahi-daemon: r 
                            udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       3685178    2591546/io.shelly.1 
                            udp        0      0 0.0.0.0:46703           0.0.0.0:*                           1001       3696705    2595553/io.eusec.0  
                            udp        0      0 0.0.0.0:55030           0.0.0.0:*                           112        1982       469/avahi-daemon: r 
                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          228        1/init              
                            udp        0      0 0.0.0.0:8555            0.0.0.0:*                           1001       3696773    2595643/go2rtc      
                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          5863960    4130599/cups-browse 
                            udp6       0      0 :::5353                 :::*                                112        1981       469/avahi-daemon: r 
                            udp6       0      0 :::55546                :::*                                112        1983       469/avahi-daemon: r 
                            udp6       0      0 :::111                  :::*                                0          15453      1/init              
                            udp6       0      0 fe80::94eb:2cff:fe8:546 :::*                                0          18658      489/NetworkManager  
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-12-21 15:42:59.193  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Motion for Group 27 (EG Treppe ) detected, switching on
                            2023-12-21 15:42:59.193  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching GroupPowerOnOff for Group 27 (EG Treppe), OnOff=true rampOn=false - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff=false - {"enabled":false,"time":10,"switchOutletsLast":false}
                            2023-12-21 15:42:59.194  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: SimpleGroupPowerOnOff: Normales anschalten ohne Ramping für EG Treppe
                            2023-12-21 15:42:59.391  - info: javascript.0 (2591309) script.js.common.Licht.ButtonAuswertungLicht: ioBroker-ButtonAuswertung: Bewegung erkannt von Gruppe Taster Diele ist true
                            2023-12-21 15:42:59.391  - info: javascript.0 (2591309) script.js.common.Licht.ButtonAuswertungLicht: AutoOffTimeout for Group=Taster Diele deleted.
                            2023-12-21 15:42:59.392  - info: javascript.0 (2591309) script.js.common.Licht.ButtonAuswertungLicht: ioBroker-ButtonAuswertung: AutoOff Timeout von Taster Diele gestartet mit 3600 Sekunden
                            2023-12-21 15:42:59.421  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Motion for Group 3 (Flur OG Boden ) detected, switching on
                            2023-12-21 15:42:59.421  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching GroupPowerOnOff for Group 3 (Flur OG Boden), OnOff=true rampOn=false - {"enabled":false,"time":10,"switchOutletsLast":true} rampOff=false - {"enabled":false,"time":10,"switchOutletsLast":false}
                            2023-12-21 15:42:59.421  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: SimpleGroupPowerOnOff: Normales anschalten ohne Ramping für Flur OG Boden
                            2023-12-21 15:42:59.592  - info: javascript.0 (2591309) script.js.common.Licht.ButtonAuswertungLicht: ioBroker-ButtonAuswertung: Bewegung erkannt von Gruppe Taster Flur OG ist true
                            2023-12-21 15:42:59.592  - info: javascript.0 (2591309) script.js.common.Licht.ButtonAuswertungLicht: AutoOffTimeout for Group=Taster Flur OG deleted.
                            2023-12-21 15:42:59.593  - info: javascript.0 (2591309) script.js.common.Licht.ButtonAuswertungLicht: ioBroker-ButtonAuswertung: AutoOff Timeout von Taster Flur OG gestartet mit 3600 Sekunden
                            2023-12-21 15:42:59.810  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching Light States anyOn and Masterswitch
                            2023-12-21 15:43:00.008  - info: javascript.1 (2591324) script.js.common.System.Astro: neue Uhrzeit: 15:43
                            2023-12-21 15:43:00.105  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching Light States anyOn and Masterswitch
                            2023-12-21 15:43:02.868  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching Light States anyOn and Masterswitch
                            2023-12-21 15:43:03.218  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching Light States anyOn and Masterswitch
                            2023-12-21 15:43:03.554  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching powerOnAfterCare for Group 3 bri=5 ct=3300 color=#FFFFFF
                            2023-12-21 15:43:03.554  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Now setting bri to 5% for Group Flur OG Boden
                            2023-12-21 15:43:03.554  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching SetColor for Group 3 power=true Color=#FFFFFF
                            2023-12-21 15:43:03.554  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching SetColorMode for Group 3
                            2023-12-21 15:43:05.378  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching powerOnAfterCare for Group 27 bri=5 ct=3300 color=#FFFFFF
                            2023-12-21 15:43:05.378  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Now setting bri to 5% for Group EG Treppe
                            2023-12-21 15:43:05.379  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching SetColor for Group 27 power=true Color=#FFFFFF
                            2023-12-21 15:43:05.379  - info: javascript.0 (2591309) script.js.common.Licht.LightControl2: Reaching SetColorMode for Group 27
                            
                            
                            ? 1 Reply Last reply Reply Quote 0
                            • mcm1957
                              mcm1957 @Schmakus last edited by

                              @schmakus

                              Bisher unbestätigten Gerüchten nach könnte (ich betone könnte) es in Zusammenhang mit dem Adapetr device-watcher zu performance Problemen kommen. Es liegt mir fern einen konkreten Adapter zu beschuldigen insbesondre da mir nur ein solcher Fall bekannt ist und dieser mit eine seeehr großen Anzahl von States verbunden ist/war.

                              Falls du den Adapter device-watcher benutzt versuche diesen mal testweise zu disablen / stoppen - eine Deinstallation ist NICHT erforderlich - und schau ob du einen merkbaren Unterschied feststellen kannst.

                              ChrisPrefect 1 Reply Last reply Reply Quote 1
                              • ?
                                A Former User @Schmakus last edited by

                                @schmakus sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                                Dürfte auch etwas Ressourcen einsparen.

                                Moin,

                                das dürfte nur im homeopatischen Bereich liegen, da Du ja hoffentlich keine Desktops, Gnome, KDE, LXQT, etc und auch kein Window System X, Wayland installiert hast, da ist vielleicht der Start der VM nur unwesentlich langsamer, denn wenn der Dienst grafical.target beim Starten aufgerufen wird, schaut er, ob eine grafische Umgebung vorhanden und eingerichtet ist, wenn das nicht der Fall ist, fällt er aufs Terminal zurück, wenn es korrekt multi-user.target, eingerichtet ist, dann findet diese Prüfung nicht statt.

                                @schmakus sagte in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                                Files in neuralgic directories:

                                Du hast, eher ein Problem mit einem nicht korrekt eingerichtetem systemd-journald.service, denn unter /var belegt, das journal den meisten Platz

                                /var:
                                3.5G	/var/
                                3.1G	/var/log/journal/d42f7fb7c0134c239a49631175eaef44
                                3.1G	/var/log/journal
                                3.1G	/var/log
                                289M	/var/lib
                                

                                Ich schätze mal, dass da alles vom ersten Aufsetzen der VM bis zur aktuellen Sekunde drin steht.
                                Vielleicht laufen aber auch einfach die Systemdienste nicht!

                                # sudo systemctl status status  systemd-journald.service
                                

                                Wie man das bei Debian korrekt einrichtet, musst Du auf den Debian Seiten nachlesen.

                                VG
                                Bernd

                                P.S.: das ist/hat nicht direkt etwas mit Deinem Problem zu tun, ist einfach nur Houskeeping

                                1 Reply Last reply Reply Quote 0
                                • ChrisPrefect
                                  ChrisPrefect @mcm1957 last edited by

                                  @mcm57 Danke für den Hinweis! Bei mir scheint es auch mit dem device-watcher zusammenzuhängen.

                                  Das System ist, ohne dass irgendwas verändert wurde auf einmal extrem langsam geworden, so, dass man kaum noch eine Seite um Backend öffnen konnte.

                                  Mit pausiertem device-watcher ist es wieder schnell.

                                  Wie kann es ohne Update des Adapters auf einmal zu solchen Problemen kommen?

                                  Ich nutze VirtualBox unter Windows.

                                  4bb1e320-4494-4ce2-9cb3-a62f4b6e57d9-image.png

                                  mcm1957 Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • mcm1957
                                    mcm1957 @ChrisPrefect last edited by

                                    @chrisprefect said in ioBroker langsam seit js-controller 5, hohe RAM Auslastung:

                                    @mcm57 Danke für den Hinweis! Bei mir scheint es auch mit dem device-watcher zusammenzuhängen.

                                    Das System ist, ohne dass irgendwas verändert wurde auf einmal extrem langsam geworden, so, dass man kaum noch eine Seite um Backend öffnen konnte.

                                    Mit pausiertem device-watcher ist es wieder schnell.

                                    Wie kann es ohne Update des Adapters auf einmal zu solchen Problemen kommen?

                                    Die Frage kann ich dir nicht beantworten.

                                    Wenn das Verhalten reproduzierbar ist rege ich an ein Issue beim Adapter aufzumachen (sofern noch keine existiert) und möglichst viele Details - mindestens aber alle Versionen (Adapter, js-controller, node, ev. iob diaf full log) - anzugeben.
                                    Was heir genau passiert kann wahrscheinlich nur der dev abschätzen.

                                    Sollte schon ein passendes Issue existieren, häng diene Infos dort an.

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @ChrisPrefect last edited by

                                      @chrisprefect

                                      Und bring dein nodejs auf Spur...

                                      iob stop
                                      iob fix
                                      iob nodejs-update
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post

                                      Support us

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

                                      704
                                      Online

                                      32.0k
                                      Users

                                      80.5k
                                      Topics

                                      1.3m
                                      Posts

                                      iob diag js-controller 5 js-controlller langsam
                                      7
                                      22
                                      1391
                                      Loading More Posts
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      Community
                                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                      The ioBroker Community 2014-2023
                                      logo