Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 6.0.x jetzt für alle User im STABLE!

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    js-controller 6.0.x jetzt für alle User im STABLE!

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Joe550 last edited by

      Hallo zusammen,

      ich habe die Tage den Iobroker aktualisiert.
      Admin auf die Version 7 und nach Anlaufschwierigkeiten Nodejs von Version 18 auf 20.
      Damit lief es einige Tage.
      Heute nach einem Systemupdate und einem Restart geht nichts mehr.
      Eine Neuinstallation des Iobrokers brachte nichts.

      Immer wieder wird der js-controller nicht erkannt.
      Ich habe die Version 6.0.9 des js-contollers installiert
      ein iob fix brachte nichts

      Ich habe hier die iob diag Ausgabe:

      ======================= SUMMARY =======================
      			v.2024-05-22
      
      
       Static hostname: smarthome
             Icon name: computer-desktop
               Chassis: desktop
      Operating System: Ubuntu 22.04.4 LTS
                Kernel: Linux 5.15.0-118-generic
          Architecture: x86-64
       Hardware Vendor: Intel Corporation
        Hardware Model: NUC6CAYH
      
      Installation: 		native
      Kernel: 		x86_64
      Userland: 		64 bit
      Timezone: 		Europe/Berlin (CEST, +0200)
      User-ID: 		1000
      Display-Server: 	false
      Boot Target: 		graphical.target
      
      Pending OS-Updates: 	0
      Pending iob updates: 	0
      
      Nodejs-Installation:
      /usr/bin/nodejs 	v20.16.0
      /usr/bin/node 		v20.16.0
      /usr/bin/npm 		10.8.2
      /usr/bin/npx 		10.8.2
      /usr/bin/corepack 	0.28.2
      
      Recommended versions are nodejs 20.16.0 and npm 
      Your nodejs installation is correct
      
      MEMORY: 
                     total        used        free      shared  buff/cache   available
      Mem:            7.8G        2.9G        1.1G         49M        3.8G        4.6G
      Swap:           2.0G          0B        2.0G
      Total:          9.8G        2.9G        3.1G
      
      Active iob-Instances: 	2
      Upgrade policy: none
      
      node:internal/modules/cjs/loader:1148
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
          at Module._load (node:internal/modules/cjs/loader:986:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
          at node:internal/main/run_main_module:28:49 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      Node.js v20.16.0
      ioBroker Core: 		js-controller 		
      node:internal/modules/cjs/loader:1148
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
          at Module._load (node:internal/modules/cjs/loader:986:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
          at node:internal/main/run_main_module:28:49 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      Node.js v20.16.0
      			admin 			
      
      node:internal/modules/cjs/loader:1148
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
          at Module._load (node:internal/modules/cjs/loader:986:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
          at node:internal/main/run_main_module:28:49 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      Node.js v20.16.0
      ioBroker Status: 	
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      Objects: 		0
      States: 		0
      
      Size of iob-Database:
      
      39M	/opt/iobroker/iobroker-data/objects.jsonl
      12M	/opt/iobroker/iobroker-data/objects.json.migrated
      12M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
      0	/opt/iobroker/iobroker-data/objects.json.broken
      3.4M	/opt/iobroker/iobroker-data/states.jsonl
      2.2M	/opt/iobroker/iobroker-data/states.json.migrated
      2.2M	/opt/iobroker/iobroker-data/states.json.bak.migrated
      0	/opt/iobroker/iobroker-data/states.json.broken
      
      
      
      =================== END OF SUMMARY ====================
      
      

      Vielleicht hat jemand noch eine Idee was ich machen könnte, damit der iobroker wieder läuft

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

        @joe550 sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

        Eine Neuinstallation des Iobrokers brachte nichts.

        Wie unternommen?

        J 1 Reply Last reply Reply Quote 0
        • J
          Joe550 @Thomas Braun last edited by

          @thomas-braun

          So habe ich das System schon 2x wieder zum Laufen bekommen

          cd /opt/iobroker
          sudo iobroker stop
          mv node_modules node_modules_
          sudo npm cache clean
          sudo npm i npm@latest -g
          curl -sLf https://iobroker.net/install.sh | bash -

          -> alles wird neu installiert und dauert eine ganze Weile

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

            @joe550
            Thomas Braun wirds noch detaillierter sagen, aber

            Iobroker Commands NIE mit sudo ausführen

            npm NIE extra installieren. Die zur node version passende npm Version wird mit node installiert u aktualisiert.

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

              @joe550

              Und mit sudo iobroker machst du es wieder kaputt.
              Lasst den root und sudo in Ruh!
              Und von npm lässt du auch die Finger!

              Da muss man sich halt auch nicht weiter wundern, wenn das alles nicht funktioniert...

              Gib mal die Langfassung von

              iob diag
              

              zum Besten.

              1 Reply Last reply Reply Quote 0
              • J
                Joe550 last edited by

                Skript v.2024-05-22
                
                *** BASE SYSTEM ***
                 Static hostname: smarthome
                       Icon name: computer-desktop
                         Chassis: desktop
                Operating System: Ubuntu 22.04.4 LTS
                          Kernel: Linux 5.15.0-118-generic
                    Architecture: x86-64
                 Hardware Vendor: Intel Corporation
                  Hardware Model: NUC6CAYH
                
                model name	: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                Docker          : false
                Virtualization  : none
                Kernel          : x86_64
                Userland        : 64 bit
                
                Systemuptime and Load:
                 18:50:37 up  2:35,  2 users,  load average: 0.27, 0.23, 0.53
                CPU threads: 4
                
                
                *** Time and Time Zones ***
                               Local time: Tue 2024-08-13 18:50:38 CEST
                           Universal time: Tue 2024-08-13 16:50:38 UTC
                                 RTC time: Tue 2024-08-13 16:50:38
                                Time zone: Europe/Berlin (CEST, +0200)
                System clock synchronized: yes
                              NTP service: active
                          RTC in local TZ: no
                
                *** Users and Groups ***
                User that called 'iob diag':
                smarthome
                HOME=/home/smarthome
                GROUPS=smarthome adm tty dialout cdrom sudo dip plugdev lxd sambashare lpadmin iobroker
                
                User that is running 'js-controller':
                js-controller is not running
                
                *** Display-Server-Setup ***
                Display-Server: false
                Desktop: 	
                Terminal: 	tty
                Boot Target: 	graphical.target
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            7.8G        2.0G        2.3G         49M        3.5G        5.4G
                Swap:           2.0G          0B        2.0G
                Total:          9.8G        2.0G        4.3G
                
                Active iob-Instances: 	0
                
                         7786 M total memory
                         1998 M used memory
                         1494 M active memory
                         3230 M inactive memory
                         2264 M free memory
                          699 M buffer memory
                         2824 M swap cache
                         2047 M total swap
                            0 M used swap
                         2047 M free swap
                
                *** top - Table Of Processes  ***
                top - 18:50:38 up  2:35,  2 users,  load average: 0.27, 0.23, 0.53
                Tasks: 181 total,   2 running, 179 sleeping,   0 stopped,   0 zombie
                %Cpu(s): 20.9 us,  7.5 sy,  0.0 ni, 71.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                MiB Mem :   7786.7 total,   2263.8 free,   1999.0 used,   3523.9 buff/cache
                MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   5427.5 avail Mem 
                
                *** FAILED SERVICES ***
                
                  UNIT               LOAD   ACTIVE SUB    DESCRIPTION
                * ureadahead.service loaded failed failed Read required files in advance
                
                LOAD   = Reflects whether the unit definition was properly loaded.
                ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                SUB    = The low-level unit activation state, values depend on unit type.
                1 loaded units listed.
                
                *** FILESYSTEM ***
                Filesystem     Type   Size  Used Avail Use% Mounted on
                tmpfs          tmpfs  779M  2.9M  776M   1% /run
                /dev/sda2      ext4   219G   79G  129G  39% /
                tmpfs          tmpfs  3.9G     0  3.9G   0% /dev/shm
                tmpfs          tmpfs  5.0M  4.0K  5.0M   1% /run/lock
                /dev/sda1      vfat   511M  9.9M  502M   2% /boot/efi
                tmpfs          tmpfs  779M  4.0K  779M   1% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Tue Aug 13 16:15:21 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                [Tue Aug 13 16:15:22 2024] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
                
                Show mounted filesystems:
                TARGET                                        SOURCE                 FSTYPE      OPTIONS
                /                                             /dev/sda2              ext4        rw,relatime,errors=remount-ro
                |-/sys                                        sysfs                  sysfs       rw,nosuid,nodev,noexec,relatime
                | |-/sys/kernel/security                      securityfs             securityfs  rw,nosuid,nodev,noexec,relatime
                | |-/sys/fs/cgroup                            cgroup2                cgroup2     rw,nosuid,nodev,noexec,relatime
                | |-/sys/fs/pstore                            pstore                 pstore      rw,nosuid,nodev,noexec,relatime
                | |-/sys/firmware/efi/efivars                 efivarfs               efivarfs    rw,nosuid,nodev,noexec,relatime
                | |-/sys/fs/bpf                               bpf                    bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                | |-/sys/kernel/debug                         debugfs                debugfs     rw,nosuid,nodev,noexec,relatime
                | | `-/sys/kernel/debug/tracing               tracefs                tracefs     rw,nosuid,nodev,noexec,relatime
                | |-/sys/kernel/tracing                       tracefs                tracefs     rw,nosuid,nodev,noexec,relatime
                | |-/sys/fs/fuse/connections                  fusectl                fusectl     rw,nosuid,nodev,noexec,relatime
                | `-/sys/kernel/config                        configfs               configfs    rw,nosuid,nodev,noexec,relatime
                |-/proc                                       proc                   proc        rw,nosuid,nodev,noexec,relatime
                | `-/proc/sys/fs/binfmt_misc                  systemd-1              autofs      rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15291
                |   `-/proc/sys/fs/binfmt_misc                binfmt_misc            binfmt_misc rw,nosuid,nodev,noexec,relatime
                |-/dev                                        udev                   devtmpfs    rw,nosuid,relatime,size=3928256k,nr_inodes=982064,mode=755,inode64
                | |-/dev/pts                                  devpts                 devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                | |-/dev/shm                                  tmpfs                  tmpfs       rw,nosuid,nodev,inode64
                | |-/dev/hugepages                            hugetlbfs              hugetlbfs   rw,relatime,pagesize=2M
                | `-/dev/mqueue                               mqueue                 mqueue      rw,nosuid,nodev,noexec,relatime
                |-/run                                        tmpfs                  tmpfs       rw,nosuid,nodev,noexec,relatime,size=797364k,mode=755,inode64
                | |-/run/lock                                 tmpfs                  tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
                | |-/run/credentials/systemd-sysusers.service none                   ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                | |-/run/rpc_pipefs                           sunrpc                 rpc_pipefs  rw,relatime
                | |-/run/user/1000                            tmpfs                  tmpfs       rw,nosuid,nodev,relatime,size=797360k,nr_inodes=199340,mode=700,uid=1000,gid=1000,inode64
                | `-/run/snapd/ns                             tmpfs[/snapd/ns]       tmpfs       rw,nosuid,nodev,noexec,relatime,size=797364k,mode=755,inode64
                |   |-/run/snapd/ns/lxd.mnt                   nsfs[mnt:[4026532578]] nsfs        rw
                |   `-/run/snapd/ns/canonical-livepatch.mnt   nsfs[mnt:[4026532579]] nsfs        rw
                |-/snap/canonical-livepatch/282               /dev/loop0             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/canonical-livepatch/278               /dev/loop1             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core/16928                            /dev/loop2             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core18/2823                           /dev/loop3             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core18/2829                           /dev/loop5             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core/17200                            /dev/loop4             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core20/2264                           /dev/loop6             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core20/2318                           /dev/loop7             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core22/1380                           /dev/loop8             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/core22/1439                           /dev/loop9             squashfs    ro,nodev,relatime,errors=continue
                |-/snap/lxd/24061                             /dev/loop10            squashfs    ro,nodev,relatime,errors=continue
                |-/snap/lxd/29619                             /dev/loop11            squashfs    ro,nodev,relatime,errors=continue
                |-/boot/efi                                   /dev/sda1              vfat        rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
                `-/var/lib/lxcfs                              lxcfs                  fuse.lxcfs  rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                
                Files in neuralgic directories:
                
                /var:
                46G	/var/
                38G	/var/www/nextcloud
                38G	/var/www
                37G	/var/www/nextcloud/data
                28G	/var/www/nextcloud/data/joe/files
                
                Archived and active journals take up 3.9G in the file system.
                
                /opt/iobroker/backups:
                2.1G	/opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                964M	/opt/iobroker/iobroker-data/
                748M	/opt/iobroker/iobroker-data/files
                442M	/opt/iobroker/iobroker-data/files/javascript.admin
                409M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                408M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                
                The five largest files in iobroker-data are:
                38M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                27M	/opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.ce422ec2.js.map
                24M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                24M	/opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.1e6546bb.js.map
                19M	/opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                
                USB-Devices by-id:
                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                
                /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DM00ZYB7-if00-port0
                
                
                
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs 	v20.16.0
                /usr/bin/node 		v20.16.0
                /usr/bin/npm 		10.8.2
                /usr/bin/npx 		10.8.2
                /usr/bin/corepack 	0.28.2
                
                
                nodejs:
                  Installed: 20.16.0-1nodesource1
                  Candidate: 20.16.0-1nodesource1
                  Version table:
                 *** 20.16.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                        100 /var/lib/dpkg/status
                     20.15.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.15.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.14.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.13.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.13.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.12.2-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.12.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.12.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.11.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.11.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.10.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.9.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.8.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.8.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.7.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.6.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.6.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.5.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.5.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.4.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.3.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.3.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.2.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.1.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     20.0.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                     12.22.9~dfsg-1ubuntu3.6 500
                        500 http://de.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                        500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                     12.22.9~dfsg-1ubuntu3 500
                        500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                
                Temp directories causing npm8 problem: 0
                No problems detected
                
                Errors in npm tree:
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                node:internal/modules/cjs/loader:1148
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
                    at Module._load (node:internal/modules/cjs/loader:986:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
                    at node:internal/main/run_main_module:28:49 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                Node.js v20.16.0
                
                Core adapters versions
                node:internal/modules/cjs/loader:1148
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
                    at Module._load (node:internal/modules/cjs/loader:986:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
                    at node:internal/main/run_main_module:28:49 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                Node.js v20.16.0
                js-controller: 	
                node:internal/modules/cjs/loader:1148
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
                    at Module._load (node:internal/modules/cjs/loader:986:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
                    at node:internal/main/run_main_module:28:49 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                Node.js v20.16.0
                admin: 		
                node:internal/modules/cjs/loader:1148
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
                    at Module._load (node:internal/modules/cjs/loader:986:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
                    at node:internal/main/run_main_module:28:49 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                Node.js v20.16.0
                javascript: 	
                
                nodejs modules from github: 	0
                
                Adapter State
                
                
                Enabled adapters with bindings
                
                ioBroker-Repositories
                node:internal/modules/cjs/loader:1148
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
                    at Module._load (node:internal/modules/cjs/loader:986:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
                    at node:internal/main/run_main_module:28:49 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                Node.js v20.16.0
                
                Installed ioBroker-Instances
                node:internal/modules/cjs/loader:1148
                  throw err;
                  ^
                
                Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
                    at Module._load (node:internal/modules/cjs/loader:986:27)
                    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
                    at node:internal/main/run_main_module:28:49 {
                  code: 'MODULE_NOT_FOUND',
                  requireStack: []
                }
                
                Node.js v20.16.0
                
                Objects and States
                Please stand by - This may take a while
                Objects: 	0
                States: 	0
                
                *** OS-Repositories and Updates ***
                Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
                Hit:2 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                Hit:3 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
                Hit:4 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
                Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                Hit:6 https://esm.ubuntu.com/apps/ubuntu jammy-apps-security InRelease
                Hit:7 https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates InRelease
                Hit:8 https://esm.ubuntu.com/infra/ubuntu jammy-infra-security InRelease
                Hit:9 https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates InRelease
                Hit:10 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
                Reading package lists...
                Pending Updates: 0
                
                *** Listening Ports ***
                Active Internet connections (only servers)
                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      113        26362      1004/mariadbd       
                tcp        0      0 0.0.0.0:555             0.0.0.0:*               LISTEN      0          30490      1377/perl           
                tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      0          28373      687/deCONZ          
                tcp        0      0 192.168.178.33:53       0.0.0.0:*               LISTEN      110        29197      827/named           
                tcp        0      0 192.168.178.33:53       0.0.0.0:*               LISTEN      110        29198      827/named           
                tcp        0      0 192.168.178.33:53       0.0.0.0:*               LISTEN      110        29196      827/named           
                tcp        0      0 192.168.178.33:53       0.0.0.0:*               LISTEN      110        29195      827/named           
                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          19982      1/init              
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          30780      1265/sshd: /usr/sbi 
                tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          29404      1291/smbd           
                tcp        0      0 0.0.0.0:20877           0.0.0.0:*               LISTEN      0          29891      687/deCONZ          
                tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          29403      1291/smbd           
                tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      114        26317      804/redis-server 12 
                tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      0          29415      1303/perl           
                tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        28272      661/systemd-resolve 
                tcp        0      0 127.0.0.1:11211         0.0.0.0:*               LISTEN      115        28837      801/memcached       
                tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      110        29836      827/named           
                tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      110        29835      827/named           
                tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      110        29834      827/named           
                tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      110        29833      827/named           
                tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      110        28404      827/named           
                tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      110        28403      827/named           
                tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      110        28402      827/named           
                tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      110        28401      827/named           
                tcp6       0      0 :::80                   :::*                    LISTEN      0          30301      1272/apache2        
                tcp6       0      0 :::111                  :::*                    LISTEN      0          19983      1/init              
                tcp6       0      0 :::22                   :::*                    LISTEN      0          30782      1265/sshd: /usr/sbi 
                tcp6       0      0 :::139                  :::*                    LISTEN      0          29402      1291/smbd           
                tcp6       0      0 :::445                  :::*                    LISTEN      0          29401      1291/smbd           
                tcp6       0      0 :::443                  :::*                    LISTEN      0          30305      1272/apache2        
                tcp6       0      0 fe80::96c6:91ff:fea0:53 :::*                    LISTEN      110        28634      827/named           
                tcp6       0      0 fe80::96c6:91ff:fea0:53 :::*                    LISTEN      110        29153      827/named           
                tcp6       0      0 fe80::96c6:91ff:fea0:53 :::*                    LISTEN      110        29152      827/named           
                tcp6       0      0 fe80::96c6:91ff:fea0:53 :::*                    LISTEN      110        29151      827/named           
                tcp6       0      0 ::1:53                  :::*                    LISTEN      110        29841      827/named           
                tcp6       0      0 ::1:53                  :::*                    LISTEN      110        29842      827/named           
                tcp6       0      0 ::1:53                  :::*                    LISTEN      110        29843      827/named           
                tcp6       0      0 ::1:53                  :::*                    LISTEN      110        29844      827/named           
                tcp6       0      0 ::1:953                 :::*                    LISTEN      110        28413      827/named           
                tcp6       0      0 ::1:953                 :::*                    LISTEN      110        28412      827/named           
                tcp6       0      0 ::1:953                 :::*                    LISTEN      110        28410      827/named           
                tcp6       0      0 ::1:953                 :::*                    LISTEN      110        28411      827/named           
                tcp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                    LISTEN      110        26528      827/named           
                tcp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                    LISTEN      110        26529      827/named           
                tcp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                    LISTEN      110        26530      827/named           
                tcp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                    LISTEN      110        26527      827/named           
                tcp6       0      0 ::1:6379                :::*                    LISTEN      114        26318      804/redis-server 12 
                udp        0      0 0.0.0.0:48543           0.0.0.0:*                           112        26074      680/avahi-daemon: r 
                udp        0      0 192.168.178.33:53       0.0.0.0:*                           110        29193      827/named           
                udp        0      0 192.168.178.33:53       0.0.0.0:*                           110        29194      827/named           
                udp        0      0 192.168.178.33:53       0.0.0.0:*                           110        29192      827/named           
                udp        0      0 192.168.178.33:53       0.0.0.0:*                           110        29191      827/named           
                udp        0      0 127.0.0.1:53            0.0.0.0:*                           110        29832      827/named           
                udp        0      0 127.0.0.1:53            0.0.0.0:*                           110        29831      827/named           
                udp        0      0 127.0.0.1:53            0.0.0.0:*                           110        29830      827/named           
                udp        0      0 127.0.0.1:53            0.0.0.0:*                           110        29829      827/named           
                udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        28271      661/systemd-resolve 
                udp        0      0 192.168.178.33:68       0.0.0.0:*                           100        26542      618/systemd-network 
                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          15303      1/init              
                udp        0      0 192.168.178.255:137     0.0.0.0:*                           0          30822      1238/nmbd           
                udp        0      0 192.168.178.33:137      0.0.0.0:*                           0          30821      1238/nmbd           
                udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          30806      1238/nmbd           
                udp        0      0 192.168.178.255:138     0.0.0.0:*                           0          30824      1238/nmbd           
                udp        0      0 192.168.178.33:138      0.0.0.0:*                           0          30823      1238/nmbd           
                udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          30807      1238/nmbd           
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        26070      680/avahi-daemon: r 
                udp        0      0 0.0.0.0:10000           0.0.0.0:*                           0          29416      1303/perl           
                udp        0      0 0.0.0.0:1900            0.0.0.0:*                           0          29037      687/deCONZ          
                udp6       0      0 ::1:53                  :::*                                110        29837      827/named           
                udp6       0      0 ::1:53                  :::*                                110        29838      827/named           
                udp6       0      0 ::1:53                  :::*                                110        29839      827/named           
                udp6       0      0 ::1:53                  :::*                                110        29840      827/named           
                udp6       0      0 fe80::96c6:91ff:fea0:53 :::*                                110        29142      827/named           
                udp6       0      0 fe80::96c6:91ff:fea0:53 :::*                                110        28602      827/named           
                udp6       0      0 fe80::96c6:91ff:fea0:53 :::*                                110        29150      827/named           
                udp6       0      0 fe80::96c6:91ff:fea0:53 :::*                                110        28633      827/named           
                udp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                                110        26526      827/named           
                udp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                                110        26525      827/named           
                udp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                                110        26524      827/named           
                udp6       0      0 2003:c2:ef2f:6e00:96:53 :::*                                110        28638      827/named           
                udp6       0      0 :::111                  :::*                                0          15632      1/init              
                udp6       0      0 :::53572                :::*                                112        26075      680/avahi-daemon: r 
                udp6       0      0 fe80::96c6:91ff:fea:546 :::*                                100        26519      618/systemd-network 
                udp6       0      0 :::50215                :::*                                0          30787      687/deCONZ          
                udp6       0      0 :::5353                 :::*                                112        26071      680/avahi-daemon: r 
                
                *** Log File - Last 25 Lines ***
                
                2024-08-13 18:23:51.507  - info: host.smarthome stopInstance system.adapter.ical.1 (force=false, process=false)
                2024-08-13 18:23:51.508  - info: host.smarthome stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
                2024-08-13 18:23:51.508  - info: host.smarthome stopInstance system.adapter.mihome-vacuum.1 (force=false, process=false)
                2024-08-13 18:23:51.509  - info: host.smarthome stopInstance system.adapter.ping.0 (force=false, process=false)
                2024-08-13 18:23:51.509  - info: host.smarthome stopInstance system.adapter.pollenflug.0 (force=false, process=false)
                2024-08-13 18:23:51.510  - info: host.smarthome stopInstance system.adapter.sonoff.0 (force=false, process=false)
                2024-08-13 18:23:51.510  - info: host.smarthome stopInstance system.adapter.tr-064.0 (force=false, process=false)
                2024-08-13 18:23:51.511  - info: host.smarthome stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
                2024-08-13 18:23:51.511  - info: host.smarthome stopInstance system.adapter.alexa2.0 (force=false, process=false)
                2024-08-13 18:23:51.511  - info: host.smarthome stopInstance system.adapter.birthdays.0 (force=false, process=false)
                2024-08-13 18:23:51.512  - info: host.smarthome stopInstance system.adapter.ble.0 (force=false, process=false)
                2024-08-13 18:23:51.512  - info: host.smarthome stopInstance system.adapter.daswetter.0 (force=false, process=false)
                2024-08-13 18:23:51.512  - info: host.smarthome stopInstance system.adapter.discovery.0 (force=false, process=false)
                2024-08-13 18:23:51.513  - info: host.smarthome stopInstance system.adapter.icons-mfd-png.0 (force=false, process=false)
                2024-08-13 18:23:51.513  - info: host.smarthome stopInstance system.adapter.icons-ultimate-png.0 (force=false, process=false)
                2024-08-13 18:23:51.513  - info: host.smarthome stopInstance system.adapter.info.0 (force=false, process=false)
                2024-08-13 18:23:51.513  - info: host.smarthome stopInstance system.adapter.iot.0 (force=false, process=false)
                2024-08-13 18:23:51.514  - info: host.smarthome stopInstance system.adapter.mobile.0 (force=false, process=false)
                2024-08-13 18:23:51.514  - info: host.smarthome stopInstance system.adapter.terminal.0 (force=false, process=false)
                2024-08-13 18:23:51.514  - info: host.smarthome stopInstance system.adapter.text2command.0 (force=false, process=false)
                2024-08-13 18:23:51.514  - info: host.smarthome stopInstance system.adapter.trashschedule.0 (force=false, process=false)
                2024-08-13 18:23:51.514  - info: host.smarthome stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
                2024-08-13 18:23:51.514  - info: host.smarthome stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                2024-08-13 18:23:51.515  - info: host.smarthome stopInstance system.adapter.vis.0 (force=false, process=false)
                2024-08-13 18:23:51.515  - info: host.smarthome stopInstance system.adapter.web.0 (force=false, process=false)
                
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Joe550 last edited by Thomas Braun

                  @joe550

                  iob stop
                  sudo apt update
                  sudo apt install --reinstall nodejs
                  cd /opt/iobroker
                  npm install iobroker.js-controller@6.0.9
                  iob fix
                  iob start
                  

                  Nix mit root, nix mit sudo (außer halt apt), nix mit npm global reinklatschen.

                  1 Reply Last reply Reply Quote 0
                  • J
                    Joe550 last edited by

                    @thomas-braun

                    jetzt startet der iobroker in kurzen Abständen immer neu.

                    Der iobroker bleibt immer nur für wenige Sekunden da, hängt sich auf und startet neu.
                    Im Log ist eine Anzeige, dass der js-controller nicht gefunden wird.
                    Das Bild stand immer zu kurz, so dass ich kein Screenshot machen konnte

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

                      @joe550 sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                      Das Bild stand immer zu kurz, so dass ich kein Screenshot machen konnte

                      Will ich eh nicht sehen.
                      Schau in's Log:

                      iob logs --watch
                      
                      1 Reply Last reply Reply Quote 0
                      • J
                        Joe550 last edited by Joe550

                        @thomas-braun sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                        iob logs --watch

                        2024-08-13 19:25:32.571  - info: host.smarthome Delete state "system.host.smarthome.versions.npmNewest"
                        2024-08-13 19:25:32.620  - info: host.smarthome Delete state "system.host.smarthome.versions.npmNewestNext"
                        2024-08-13 19:25:32.627  - info: host.smarthome Some obsolete host states deleted.
                        2024-08-13 19:25:34.781  - info: host.smarthome iobroker npm-install: NPM version: 10.8.1
                        2024-08-13 19:25:34.783  - info: host.smarthome iobroker npm-install: Installing iobroker.icons-mfd-png@1.2.1... (System call)
                        2024-08-13 19:25:35.311  - info: admin.0 (92249) starting. Version 7.0.22 in /opt/iobroker/node_modules/iobroker.admin, node: v20.16.0, js-controller: 6.0.9
                        2024-08-13 19:25:35.351  - info: admin.0 (92249) requesting all objects
                        2024-08-13 19:25:37.131  - info: admin.0 (92249) received all objects
                        2024-08-13 19:25:37.776  - info: admin.0 (92249) Secure socket.io server listening on port 8081
                        2024-08-13 19:25:37.781  - info: admin.0 (92249) https server listening on port 8081
                        2024-08-13 19:25:37.781  - info: admin.0 (92249) Use link "https://127.0.0.1:8081" to configure.
                        2024-08-13 19:25:48.401  - error: host.smarthome uncaught exception: Could not determine controller directory
                        2024-08-13 19:25:48.402  - error: host.smarthome Error: Could not determine controller directory
                            at getControllerDir (file:///opt/iobroker/node_modules/@iobroker/js-controller-common-db/build/esm/lib/common/tools.js:1853:11)
                            at Module.getAdapterDir (file:///opt/iobroker/node_modules/@iobroker/js-controller-common-db/build/esm/lib/common/tools.js:1323:37)
                            at startInstance (file:///opt/iobroker/node_modules/iobroker.js-controller/build/esm/main.js:3223:30)
                        
                        

                        Das sind die Fehler, die immer wieder angezeigt werden.

                        Die als fehlend bemängelten Dateien tools.js und main.js sind aber an den genannten Stellen vorhanden

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

                          @joe550

                          Was sagt denn der

                          iob fix
                          

                          zu der Geschichte?

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            Joe550 last edited by

                            @thomas-braun sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                            der iob fix läuft ohne meckern durch.
                            Habe dann noch immer die gleichen Fehlermeldungen

                            JoJo58 1 Reply Last reply Reply Quote 0
                            • JoJo58
                              JoJo58 @Joe550 last edited by

                              Moin Zusammen,

                              ich habe letzte Woche auch die Version 6.0.9 installiert und auf meinem Produktivsystem lief danach alles normal weiter. Mir ist aber aufgefallen das in den letzten Tagen die Reaktion des IOB langsamer ist. Bewegungsmelder schalten das Licht erst nach etwa 2 Sekunden ein und das war vorher nicht so, meine ich zumindest. Wenn ich im IOB unter Hosts nachsehe, ist die CPU im Schnitt bei über 50%. Gestern Linuxupdates gemacht und danach war die Auslastung bei 106%. Also das System aus einem Snapshot, das ich vorher erstellt hatte, wiederhergestellt.
                              Ich würde jetzt gerne (zum Testen) auf den js-controller 5.x zurückgehen und dann mal sehen wie die Auslastung usw. ist.
                              Kann ich das problemlos machen? Wenn ja, wie? Ich habe dazu keine Anleitung gefunden?

                              Gruß, Johannes

                              crunchip 1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active @JoJo58 last edited by

                                @jojo58 sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                                Wenn ja, wie? Ich habe dazu keine Anleitung gefunden?

                                Steht im ersten Beitrag

                                JoJo58 1 Reply Last reply Reply Quote 1
                                • JoJo58
                                  JoJo58 @crunchip last edited by

                                  @crunchip

                                  Okay, das hatte ich echt überlesen. Sorry. Was da nicht steht, man musste vorher in den Ordner IoBroker wechseln, zumindest war es bei mir so.
                                  Nachdem ich zurück auf die Version 5.0.19 bin, liegt die durchschnittliche Auslastung bei 40%, anstatt wie bei 6.0.9 bei über 50% und auch die Bewegungsmelder schalten wieder sofort. Jemand eine Idee, was das sein kann?

                                  Ich installiere jetzt nochmal die 6.0.9 und mal sehen ob es immer noch so ist.

                                  JoJo58 crunchip 2 Replies Last reply Reply Quote 0
                                  • JoJo58
                                    JoJo58 @JoJo58 last edited by

                                    Also, folgender Stand:

                                    Version 5.0.19: Auslastung unter Hosts zwischen 30% und 55%. Bewegungsmelder reagieren sofort und Licht geht sofort an.

                                    Version 6.0.9 : Auslastung unter Hosts zwischen 50% und 80%. Bewegungsmelder und damit das Licht einschalten und andere Aktionen, reagieren verzögert. Etwa 1 bis 1,5 Sekunden.

                                    Was kann ich tun im das Problem zu lösen, oder einzugrenzen? Oder muss ich jetzt damit leben?

                                    Das System Bookworm ist auf aktuellem Stand und auch alle Adapter sind aktuell. Das System läuft auf Proxmox mit 8 CPUs und 12 GB Ram. Ich habe zwar etliche Adapter installiert, da aber unter 5.0.19 alles okay ist, sollte es damit nichts zu tun haben.

                                    Oder soll ich die Version 6.0.10 mal testen? Ich weiß im Moment nicht weiter.

                                    Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @JoJo58 last edited by

                                      @jojo58 sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                                      zumindest war es bei mir so.

                                      Nicht nur bei dir, das ist immer der Fall

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

                                        @jojo58

                                        Schau dir das Gesamtkonstrukt an. Mittels

                                        iob diag
                                        

                                        am besten.

                                        1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @JoJo58 last edited by

                                          @jojo58 sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                                          Was kann ich tun im das Problem zu lösen, oder einzugrenzen

                                          Mehr Informationen liefern, Beginnend mit der Ausgabe

                                          iob diag
                                          
                                          JoJo58 1 Reply Last reply Reply Quote 0
                                          • JoJo58
                                            JoJo58 @crunchip last edited by

                                            @crunchip @Thomas-Braun

                                            Hier das Ergebnis:

                                            Summary:

                                            ======================= SUMMARY =======================
                                                                   v.2024-05-22
                                            
                                            
                                            Static hostname: vm-iobroker
                                                  Icon name: computer-vm
                                                    Chassis: vm 🖴
                                             Virtualization: kvm
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                     Kernel: Linux 6.1.0-23-amd64
                                               Architecture: x86-64
                                            Hardware Vendor: QEMU
                                             Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                            Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org
                                            
                                            Installation:           kvm
                                            Kernel:                 x86_64
                                            Userland:               64 bit
                                            Timezone:               Europe/Berlin (CEST, +0200)
                                            User-ID:                1000
                                            Display-Server:         false
                                            Boot Target:            graphical.target
                                            
                                            Pending OS-Updates:     0
                                            Pending iob updates:    0
                                            
                                            Nodejs-Installation:
                                            /usr/bin/nodejs         v20.16.0
                                            /usr/bin/node           v20.16.0
                                            /usr/bin/npm            10.8.2
                                            /usr/bin/npx            10.8.2
                                            /usr/bin/corepack       0.28.2
                                            
                                            Recommended versions are nodejs 20.16.0 and npm 10.8.1
                                            Your nodejs installation is correct
                                            
                                            MEMORY:
                                                          total        used        free      shared  buff/cache   available
                                            Mem:             16G        5.7G         10G        1.1M        1.4G         11G
                                            Swap:           1.0G          0B        1.0G
                                            Total:           17G        5.7G         11G
                                            
                                            Active iob-Instances:   62
                                            Upgrade policy: none
                                            
                                            ioBroker Core:          js-controller           6.0.9
                                                                   admin                   7.0.22
                                            
                                            ioBroker Status:        iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Status admin and web instance:
                                            + system.adapter.admin.0                  : admin                 : vm-iobroker                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.web.0                    : web                   : vm-iobroker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.web.1                    : web                   : vm-iobroker                              -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                            
                                            Objects:                72049
                                            States:                 65059
                                            
                                            Size of iob-Database:
                                            
                                            129M    /opt/iobroker/iobroker-data/objects.jsonl
                                            236M    /opt/iobroker/iobroker-data/states.jsonl
                                            
                                            
                                            
                                            =================== END OF SUMMARY ====================
                                            

                                            Langfassung:

                                            Skript v.2024-05-22
                                            
                                            *** BASE SYSTEM ***
                                            Static hostname: vm-iobroker
                                                  Icon name: computer-vm
                                                    Chassis: vm 🖴
                                             Virtualization: kvm
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                     Kernel: Linux 6.1.0-23-amd64
                                               Architecture: x86-64
                                            Hardware Vendor: QEMU
                                             Hardware Model: Standard PC _i440FX + PIIX, 1996_
                                            Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org
                                            
                                            model name      : QEMU Virtual CPU version 2.5+
                                            Docker          : false
                                            Virtualization  : kvm
                                            Kernel          : x86_64
                                            Userland        : 64 bit
                                            
                                            Systemuptime and Load:
                                            12:40:31 up 37 min,  2 users,  load average: 0.98, 1.28, 1.06
                                            CPU threads: 8
                                            
                                            
                                            *** Time and Time Zones ***
                                                          Local time: Fri 2024-08-16 12:40:31 CEST
                                                      Universal time: Fri 2024-08-16 10:40:31 UTC
                                                            RTC time: Fri 2024-08-16 10:40:31
                                                           Time zone: Europe/Berlin (CEST, +0200)
                                            System clock synchronized: yes
                                                         NTP service: active
                                                     RTC in local TZ: no
                                            
                                            *** Users and Groups ***
                                            User that called 'iob diag':
                                            smarthome
                                            HOME=/home/smarthome
                                            GROUPS=smarthome cdrom floppy audio dip video plugdev users netdev bluetooth lpadmin scanner iobroker
                                            
                                            User that is running 'js-controller':
                                            iobroker
                                            HOME=/home/iobroker
                                            GROUPS=iobroker tty dialout audio video plugdev bluetooth redis
                                            
                                            *** Display-Server-Setup ***
                                            Display-Server: false
                                            Desktop:
                                            Terminal:       tty
                                            Boot Target:    graphical.target
                                            
                                            *** MEMORY ***
                                                          total        used        free      shared  buff/cache   available
                                            Mem:             16G        5.7G         10G        1.1M        1.3G         11G
                                            Swap:           1.0G          0B        1.0G
                                            Total:           17G        5.7G         11G
                                            
                                            Active iob-Instances:   62
                                            
                                                   15991 M total memory
                                                    5451 M used memory
                                                     440 M active memory
                                                    5533 M inactive memory
                                                    9620 M free memory
                                                      89 M buffer memory
                                                    1121 M swap cache
                                                     974 M total swap
                                                       0 M used swap
                                                     974 M free swap
                                            
                                            *** top - Table Of Processes  ***
                                            top - 12:40:31 up 37 min,  2 users,  load average: 0.98, 1.28, 1.06
                                            Tasks: 235 total,   3 running, 232 sleeping,   0 stopped,   0 zombie
                                            %Cpu(s): 40.0 us,  0.0 sy,  0.0 ni, 60.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                            MiB Mem :  15991.7 total,   9624.3 free,   5447.1 used,   1210.9 buff/cache
                                            MiB Swap:    975.0 total,    975.0 free,      0.0 used.  10544.6 avail Mem
                                            
                                            *** FAILED SERVICES ***
                                            
                                             UNIT               LOAD   ACTIVE SUB    DESCRIPTION
                                            * networking.service loaded failed failed Raise network interfaces
                                            
                                            LOAD   = Reflects whether the unit definition was properly loaded.
                                            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                            SUB    = The low-level unit activation state, values depend on unit type.
                                            1 loaded units listed.
                                            
                                            *** FILESYSTEM ***
                                            Filesystem            Type      Size  Used Avail Use% Mounted on
                                            udev                  devtmpfs  7.8G     0  7.8G   0% /dev
                                            tmpfs                 tmpfs     1.6G 1008K  1.6G   1% /run
                                            /dev/sda1             ext4       62G   44G   16G  74% /
                                            tmpfs                 tmpfs     7.9G     0  7.9G   0% /dev/shm
                                            tmpfs                 tmpfs     5.0M     0  5.0M   0% /run/lock
                                            192.168.1.6:/RasPi-BU nfs        11T  9.6T  1.2T  89% /mnt/backup
                                            tmpfs                 tmpfs     1.6G   28K  1.6G   1% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Fri Aug 16 12:03:05 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                            [Fri Aug 16 12:03:05 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                            
                                            Show mounted filesystems:
                                            TARGET                                                  SOURCE                FSTYPE          OPTIONS
                                            /                                                       /dev/sda1             ext4            rw,relatime,errors=remount-ro
                                            |-/sys                                                  sysfs                 sysfs           rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/kernel/security                                securityfs            securityfs      rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/cgroup                                      cgroup2               cgroup2         rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                            | |-/sys/fs/pstore                                      pstore                pstore          rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/bpf                                         bpf                   bpf             rw,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/sys/kernel/tracing                                 tracefs               tracefs         rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/kernel/debug                                   debugfs               debugfs         rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/fuse/connections                            fusectl               fusectl         rw,nosuid,nodev,noexec,relatime
                                            | `-/sys/kernel/config                                  configfs              configfs        rw,nosuid,nodev,noexec,relatime
                                            |-/proc                                                 proc                  proc            rw,nosuid,nodev,noexec,relatime
                                            | `-/proc/sys/fs/binfmt_misc                            systemd-1             autofs          rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13983
                                            |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc           binfmt_misc     rw,nosuid,nodev,noexec,relatime
                                            |-/dev                                                  udev                  devtmpfs        rw,nosuid,relatime,size=8155500k,nr_inodes=2038875,mode=755,inode64
                                            | |-/dev/pts                                            devpts                devpts          rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                            | |-/dev/shm                                            tmpfs                 tmpfs           rw,nosuid,nodev,inode64
                                            | |-/dev/mqueue                                         mqueue                mqueue          rw,nosuid,nodev,noexec,relatime
                                            | `-/dev/hugepages                                      hugetlbfs             hugetlbfs       rw,relatime,pagesize=2M
                                            |-/run                                                  tmpfs                 tmpfs           rw,nosuid,nodev,noexec,relatime,size=1637556k,mode=755,inode64
                                            | |-/run/lock                                           tmpfs                 tmpfs           rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
                                            | |-/run/credentials/systemd-sysusers.service           ramfs                 ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/credentials/systemd-sysctl.service             ramfs                 ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs                 ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs                 ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/rpc_pipefs                                     sunrpc                rpc_pipefs      rw,relatime
                                            | `-/run/user/1000                                      tmpfs                 tmpfs           rw,nosuid,nodev,relatime,size=1637552k,nr_inodes=409388,mode=700,uid=1000,gid=1000,inode64
                                            |   `-/run/user/1000/gvfs                               gvfsd-fuse            fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                            `-/mnt/backup                                           192.168.1.6:/RasPi-BU nfs             rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.6,mountvers=3,mountport=30000,mountproto=udp,local_lock=none,addr=192.168.1.6
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            4.9G    /var/
                                            2.9G    /var/log/journal/16b2cb0d6af74575856d4757cf8a865a
                                            2.9G    /var/log/journal
                                            2.9G    /var/log
                                            1.7G    /var/cache/apt
                                            
                                            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.0G in the file system.
                                            
                                            /opt/iobroker/backups:
                                            25G     /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            1.8G    /opt/iobroker/iobroker-data/
                                            1.2G    /opt/iobroker/iobroker-data/files
                                            441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                            409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                            408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                            
                                            The five largest files in iobroker-data are:
                                            208M    /opt/iobroker/iobroker-data/states.jsonl
                                            129M    /opt/iobroker/iobroker-data/objects.jsonl
                                            41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                            35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0
                                            
                                            HINT:
                                            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                            /dev/ttyUSB0
                                            
                                            
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v20.16.0
                                            /usr/bin/node           v20.16.0
                                            /usr/bin/npm            10.8.2
                                            /usr/bin/npx            10.8.2
                                            /usr/bin/corepack       0.28.2
                                            
                                            
                                            nodejs:
                                             Installed: 20.16.0-1nodesource1
                                             Candidate: 20.16.0-1nodesource1
                                             Version table:
                                            *** 20.16.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                   100 /var/lib/dpkg/status
                                                20.15.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.15.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.14.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.13.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.13.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.12.2-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.12.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.12.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.11.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.11.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.10.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.9.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.8.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.8.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.7.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.6.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.6.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.5.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.5.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.4.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.3.1-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.3.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.2.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.1.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                20.0.0-1nodesource1 1001
                                                   500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                18.19.0+dfsg-6~deb12u2 500
                                                   500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                                18.19.0+dfsg-6~deb12u1 500
                                                   500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                            
                                            Temp directories causing npm8 problem: 0
                                            No problems detected
                                            
                                            Errors in npm tree:
                                            
                                            *** ioBroker-Installation ***
                                            
                                            ioBroker Status
                                            iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Core adapters versions
                                            js-controller:  6.0.9
                                            admin:          7.0.22
                                            javascript:     8.7.6
                                            
                                            nodejs modules from github:     6
                                            +-- iobroker.alexa2@3.26.5 (git+ssh://git@github.com/Apollon77/ioBroker.alexa2.git#37160cf729a9c70ca70679d4b1d3c16ba51c6456)
                                            +-- iobroker.drops-weather@0.3.1 (git+ssh://git@github.com/inbux/ioBroker.drops-weather.git#608ed1fcbbde3f59b6a09f2f188b92823481ae90)
                                            +-- iobroker.life360@0.2.22 (git+ssh://git@github.com/MiGoller/ioBroker.life360.git#23166aab1b2e36d917a9b7b480d9faa7f73ca2d1)
                                            +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                                            +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                                            +-- iobroker.vis-owl@0.2.13 (git+ssh://git@github.com/gerbuchner/ioBroker.vis-owl.git#26f227f5d70d75b265c03bb40c3e400d90013b84)
                                            
                                            Adapter State
                                            + system.adapter.admin.0                  : admin                 : vm-iobroker                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.alexa2.0                 : alexa2                : vm-iobroker                              -  enabled
                                             system.adapter.alias-manager.0          : alias-manager         : vm-iobroker                              - disabled
                                            + system.adapter.backitup.0               : backitup              : vm-iobroker                              -  enabled
                                            + system.adapter.backitup.1               : backitup              : vm-iobroker                              -  enabled
                                            + system.adapter.broadlink2.0             : broadlink2            : vm-iobroker                              -  enabled
                                            + system.adapter.cloud.0                  : cloud                 : vm-iobroker                              -  enabled
                                            + system.adapter.cloud.1                  : cloud                 : vm-iobroker                              -  enabled
                                             system.adapter.daswetter.0              : daswetter             : vm-iobroker                              -  enabled
                                            + system.adapter.device-reminder.0        : device-reminder       : vm-iobroker                              -  enabled
                                            + system.adapter.device-watcher.0         : device-watcher        : vm-iobroker                              -  enabled
                                             system.adapter.devices.0                : devices               : vm-iobroker                              - disabled
                                            + system.adapter.discovery.0              : discovery             : vm-iobroker                              -  enabled
                                            + system.adapter.drops-weather.0          : drops-weather         : vm-iobroker                              -  enabled
                                             system.adapter.dwd.0                    : dwd                   : vm-iobroker                              -  enabled
                                            + system.adapter.echarts.0                : echarts               : vm-iobroker                              -  enabled
                                            + system.adapter.email.0                  : email                 : vm-iobroker                              -  enabled
                                            + system.adapter.fb-checkpresence.0       : fb-checkpresence      : vm-iobroker                              -  enabled
                                             system.adapter.feiertage.0              : feiertage             : vm-iobroker                              -  enabled
                                             system.adapter.flot.0                   : flot                  : vm-iobroker                              - disabled
                                            + system.adapter.fullybrowser.0           : fullybrowser          : vm-iobroker                              -  enabled
                                            + system.adapter.hm-rega.0                : hm-rega               : vm-iobroker                              -  enabled
                                            + system.adapter.hm-rpc.0                 : hm-rpc                : vm-iobroker                              -  enabled, port: 0
                                            + system.adapter.hm-rpc.1                 : hm-rpc                : vm-iobroker                              -  enabled, port: 0
                                            + system.adapter.hm-rpc.3                 : hm-rpc                : vm-iobroker                              -  enabled, port: 0
                                            + system.adapter.hue.0                    : hue                   : vm-iobroker                              -  enabled, port: 443
                                             system.adapter.ical.0                   : ical                  : vm-iobroker                              -  enabled
                                             system.adapter.ical.1                   : ical                  : vm-iobroker                              -  enabled
                                             system.adapter.iceroad.0                : iceroad               : vm-iobroker                              -  enabled
                                             system.adapter.icons-icons8.0           : icons-icons8          : vm-iobroker                              - disabled
                                             system.adapter.icons-mfd-png.0          : icons-mfd-png         : vm-iobroker                              - disabled
                                             system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : vm-iobroker                              - disabled
                                            + system.adapter.influxdb.0               : influxdb              : vm-iobroker                              -  enabled, port: 8086
                                            + system.adapter.info.0                   : info                  : vm-iobroker                              -  enabled
                                            + system.adapter.iot.0                    : iot                   : vm-iobroker                              -  enabled
                                            + system.adapter.javascript.0             : javascript            : vm-iobroker                              -  enabled
                                             system.adapter.life360.0                : life360               : vm-iobroker                              - disabled
                                            + system.adapter.linux-control.0          : linux-control         : vm-iobroker                              -  enabled
                                            + system.adapter.logparser.0              : logparser             : vm-iobroker                              -  enabled
                                             system.adapter.material.0               : material              : vm-iobroker                              - disabled
                                             system.adapter.meteoalarm.0             : meteoalarm            : vm-iobroker                              -  enabled
                                             system.adapter.meteoalarm.1             : meteoalarm            : vm-iobroker                              -  enabled
                                             system.adapter.meteoalarm.2             : meteoalarm            : vm-iobroker                              -  enabled
                                             system.adapter.meteoalarm.3             : meteoalarm            : vm-iobroker                              -  enabled
                                            + system.adapter.mqtt.0                   : mqtt                  : vm-iobroker                              -  enabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.net-tools.0              : net-tools             : vm-iobroker                              -  enabled
                                            + system.adapter.notification-manager.0   : notification-manager  : vm-iobroker                              -  enabled
                                            + system.adapter.nuki-extended.0          : nuki-extended         : vm-iobroker                              -  enabled
                                            + system.adapter.nut.0                    : nut                   : vm-iobroker                              -  enabled
                                            + system.adapter.operating-hours.0        : operating-hours       : vm-iobroker                              -  enabled
                                            + system.adapter.parcel.0                 : parcel                : vm-iobroker                              -  enabled
                                            + system.adapter.parcel.1                 : parcel                : vm-iobroker                              -  enabled
                                            + system.adapter.ping.0                   : ping                  : vm-iobroker                              -  enabled
                                            + system.adapter.pollenflug.0             : pollenflug            : vm-iobroker                              -  enabled
                                            + system.adapter.proxmox.0                : proxmox               : vm-iobroker                              -  enabled, port: 8006
                                            + system.adapter.pushover.0               : pushover              : vm-iobroker                              -  enabled
                                            + system.adapter.pushover.1               : pushover              : vm-iobroker                              -  enabled
                                            + system.adapter.pushover.2               : pushover              : vm-iobroker                              -  enabled
                                            + system.adapter.rpi2.0                   : rpi2                  : vm-iobroker                              -  enabled
                                            + system.adapter.samsung_tizen.0          : samsung_tizen         : vm-iobroker                              -  enabled, port: 8002
                                            + system.adapter.scenes.0                 : scenes                : vm-iobroker                              -  enabled
                                             system.adapter.schoolfree.0             : schoolfree            : vm-iobroker                              -  enabled
                                            + system.adapter.shelly.0                 : shelly                : vm-iobroker                              -  enabled, port: 1882, bind: 0.0.0.0
                                            + system.adapter.simple-api.0             : simple-api            : vm-iobroker                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            + system.adapter.snmp.0                   : snmp                  : vm-iobroker                              -  enabled
                                            + system.adapter.socketio.0               : socketio              : vm-iobroker                              -  enabled, port: 8094, bind: 0.0.0.0, run as: admin
                                            + system.adapter.sourceanalytix.0         : sourceanalytix        : vm-iobroker                              -  enabled
                                            + system.adapter.tankerkoenig.0           : tankerkoenig          : vm-iobroker                              -  enabled
                                            + system.adapter.telegram.0               : telegram              : vm-iobroker                              -  enabled, port: 8443, bind: 0.0.0.0
                                            + system.adapter.text2command.0           : text2command          : vm-iobroker                              -  enabled
                                            + system.adapter.tr-064.0                 : tr-064                : vm-iobroker                              -  enabled
                                            + system.adapter.trashschedule.0          : trashschedule         : vm-iobroker                              -  enabled
                                            + system.adapter.upnp.0                   : upnp                  : vm-iobroker                              -  enabled
                                             system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : vm-iobroker                              - disabled
                                             system.adapter.vis-colorpicker.0        : vis-colorpicker       : vm-iobroker                              - disabled
                                             system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : vm-iobroker                              - disabled
                                             system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : vm-iobroker                              - disabled
                                             system.adapter.vis-icontwo.0            : vis-icontwo           : vm-iobroker                              - disabled
                                            + system.adapter.vis-inventwo.0           : vis-inventwo          : vm-iobroker                              -  enabled
                                             system.adapter.vis-justgage.0           : vis-justgage          : vm-iobroker                              - disabled
                                             system.adapter.vis-map.0                : vis-map               : vm-iobroker                              - disabled
                                             system.adapter.vis-material-advanced.0  : vis-material-advanced : vm-iobroker                              - disabled
                                             system.adapter.vis-material-webfont.0   : vis-material-webfont  : vm-iobroker                              - disabled
                                             system.adapter.vis-materialdesign.0     : vis-materialdesign    : vm-iobroker                              - disabled
                                             system.adapter.vis-metro.0              : vis-metro             : vm-iobroker                              - disabled
                                             system.adapter.vis-owl.0                : vis-owl               : vm-iobroker                              - disabled
                                             system.adapter.vis-timeandweather.0     : vis-timeandweather    : vm-iobroker                              - disabled
                                             system.adapter.vis-weather.0            : vis-weather           : vm-iobroker                              - disabled
                                             system.adapter.vis.0                    : vis                   : vm-iobroker                              -  enabled
                                             system.adapter.weatherunderground.0     : weatherunderground    : vm-iobroker                              -  enabled
                                            + system.adapter.web.0                    : web                   : vm-iobroker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.web.1                    : web                   : vm-iobroker                              -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                            + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : vm-iobroker                              -  enabled
                                            + system.adapter.whatsapp-cmb.1           : whatsapp-cmb          : vm-iobroker                              -  enabled
                                            + system.adapter.ws.0                     : ws                    : vm-iobroker                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                             system.adapter.yr.0                     : yr                    : vm-iobroker                              -  enabled
                                            + system.adapter.zigbee.0                 : zigbee                : vm-iobroker                              -  enabled, port: /dev/ttyUSB0
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                            + system.adapter.admin.0                  : admin                 : vm-iobroker                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.hm-rpc.0                 : hm-rpc                : vm-iobroker                              -  enabled, port: 0
                                            + system.adapter.hm-rpc.1                 : hm-rpc                : vm-iobroker                              -  enabled, port: 0
                                            + system.adapter.hm-rpc.3                 : hm-rpc                : vm-iobroker                              -  enabled, port: 0
                                            + system.adapter.hue.0                    : hue                   : vm-iobroker                              -  enabled, port: 443
                                            + system.adapter.influxdb.0               : influxdb              : vm-iobroker                              -  enabled, port: 8086
                                            + system.adapter.mqtt.0                   : mqtt                  : vm-iobroker                              -  enabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.proxmox.0                : proxmox               : vm-iobroker                              -  enabled, port: 8006
                                            + system.adapter.samsung_tizen.0          : samsung_tizen         : vm-iobroker                              -  enabled, port: 8002
                                            + system.adapter.shelly.0                 : shelly                : vm-iobroker                              -  enabled, port: 1882, bind: 0.0.0.0
                                            + system.adapter.simple-api.0             : simple-api            : vm-iobroker                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            + system.adapter.socketio.0               : socketio              : vm-iobroker                              -  enabled, port: 8094, bind: 0.0.0.0, run as: admin
                                            + system.adapter.telegram.0               : telegram              : vm-iobroker                              -  enabled, port: 8443, bind: 0.0.0.0
                                            + system.adapter.web.0                    : web                   : vm-iobroker                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.web.1                    : web                   : vm-iobroker                              -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                            + system.adapter.ws.0                     : ws                    : vm-iobroker                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                            + system.adapter.zigbee.0                 : zigbee                : vm-iobroker                              -  enabled, port: /dev/ttyUSB0
                                            
                                            ioBroker-Repositories
                                            ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                            │ (index) │ name     │ url                                                     │ auto upgrade │
                                            ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                            │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                            │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                            └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                            
                                            Active repo(s): stable
                                            Upgrade policy: none
                                            
                                            Installed ioBroker-Instances
                                            Used repository: stable
                                            Adapter    "admin"        : 7.0.22   , installed 7.0.22
                                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                            Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                            Adapter    "backitup"     : 3.0.16   , installed 3.0.16
                                            Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                            Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                            Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                                            Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                                            Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                            Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                            Adapter    "email"        : 1.3.1    , installed 1.3.1
                                            Adapter    "fb-checkpresence": 1.2.4 , installed 1.2.4
                                            Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                            Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                            Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                            Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                                            Adapter    "hue"          : 3.11.0   , installed 3.11.0
                                            Adapter    "ical"         : 1.15.0   , installed 1.15.0
                                            Adapter    "iceroad"      : 1.2.1    , installed 1.2.1
                                            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                            Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                            Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                            Controller "js-controller": 6.0.9    , installed 6.0.9
                                            Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                            Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                            Adapter    "material"     : 1.3.1    , installed 1.3.1
                                            Adapter    "meteoalarm"   : 3.0.2    , installed 3.0.2
                                            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                            Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                                            Adapter    "notification-manager": 1.1.2, installed 1.1.2
                                            Adapter    "nuki-extended": 2.7.0    , installed 2.7.0
                                            Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                            Adapter    "operating-hours": 1.0.6  , installed 1.0.6
                                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                            Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
                                            Adapter    "proxmox"      : 2.3.0    , installed 2.3.0
                                            Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                            Adapter    "samsung_tizen": 1.1.0    , installed 1.1.0
                                            Adapter    "scenes"       : 3.2.1    , installed 3.2.1
                                            Adapter    "schoolfree"   : 1.1.4    , installed 1.1.4
                                            Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                            Adapter    "snmp"         : 3.2.0    , installed 3.2.0
                                            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                            Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                            Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                            Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                            Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                                            Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                            Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                            Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                            Adapter    "vis-map"      : 1.0.5    , installed 1.0.5
                                            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                            Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                                            Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                            Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                            Adapter    "yr"           : 5.3.0    , installed 5.3.0
                                            Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        72049
                                            States:         65059
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://deb.debian.org/debian bookworm InRelease
                                            Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                                            Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                            Hit:4 https://repos.influxdata.com/debian stable InRelease
                                            Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                            Reading package lists...
                                            Pending Updates: 0
                                            
                                            *** Listening Ports ***
                                            Active Internet connections (only servers)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      995        20499      636/influxd
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          846        610/sshd: /usr/sbin
                                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12417      1/init
                                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1002       20893      1570/io.shelly.0
                                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      112        14210      604/mosquitto
                                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1002       19406      747/iobroker.js-con
                                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1002       12784      747/iobroker.js-con
                                            tcp        0      0 192.168.1.14:42010      0.0.0.0:*               LISTEN      1002       24007      1242/io.hm-rpc.1
                                            tcp        0      0 192.168.1.14:42001      0.0.0.0:*               LISTEN      1002       25651      1216/io.hm-rpc.0
                                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          828        594/cupsd
                                            tcp        0      0 192.168.1.14:49292      0.0.0.0:*               LISTEN      1002       20052      1257/io.hm-rpc.3
                                            tcp        0      0 0.0.0.0:44467           0.0.0.0:*               LISTEN      115        12755      717/rpc.statd
                                            tcp        0      0 0.0.0.0:44155           0.0.0.0:*               LISTEN      0          22684      -
                                            tcp6       0      0 :::56179                :::*                    LISTEN      115        12759      717/rpc.statd
                                            tcp6       0      0 :::8081                 :::*                    LISTEN      1002       16147      790/io.admin.0
                                            tcp6       0      0 :::8082                 :::*                    LISTEN      1002       34256      3291/io.web.0
                                            tcp6       0      0 :::8084                 :::*                    LISTEN      1002       38562      3334/io.ws.0
                                            tcp6       0      0 :::8086                 :::*                    LISTEN      995        22644      636/influxd
                                            tcp6       0      0 :::8087                 :::*                    LISTEN      1002       29326      3125/io.simple-api.
                                            tcp6       0      0 :::8089                 :::*                    LISTEN      1002       40253      3312/io.web.1
                                            tcp6       0      0 :::8094                 :::*                    LISTEN      1002       36115      3347/io.socketio.0
                                            tcp6       0      0 :::8188                 :::*                    LISTEN      999        22048      625/node
                                            tcp6       0      0 :::8000                 :::*                    LISTEN      1002       30131      3209/io.upnp.0
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          848        610/sshd: /usr/sbin
                                            tcp6       0      0 :::111                  :::*                    LISTEN      0          14371      1/init
                                            tcp6       0      0 :::1883                 :::*                    LISTEN      112        14211      604/mosquitto
                                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          827        594/cupsd
                                            tcp6       0      0 :::35813                :::*                    LISTEN      0          22686      -
                                            udp        0      0 0.0.0.0:42838           0.0.0.0:*                           115        12752      717/rpc.statd
                                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1002       40232      3209/io.upnp.0
                                            udp        0      0 0.0.0.0:43018           0.0.0.0:*                           1002       29379      3209/io.upnp.0
                                            udp        0      0 0.0.0.0:51474           0.0.0.0:*                           0          22683      -
                                            udp        0      0 0.0.0.0:51675           0.0.0.0:*                           1002       19900      984/io.broadlink2.0
                                            udp        0      0 0.0.0.0:51787           0.0.0.0:*                           1002       22418      984/io.broadlink2.0
                                            udp        0      0 0.0.0.0:45727           0.0.0.0:*                           105        19332      549/avahi-daemon: r
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           105        19330      549/avahi-daemon: r
                                            udp        0      0 0.0.0.0:46609           0.0.0.0:*                           1002       22419      984/io.broadlink2.0
                                            udp        0      0 0.0.0.0:47439           0.0.0.0:*                           1002       26825      1585/io.snmp.0
                                            udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1002       22415      984/io.broadlink2.0
                                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13990      1/init
                                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          12722      627/cups-browsed
                                            udp        0      0 127.0.0.1:893           0.0.0.0:*                           0          12747      717/rpc.statd
                                            udp6       0      0 :::34696                :::*                                115        12757      717/rpc.statd
                                            udp6       0      0 :::35676                :::*                                105        19333      549/avahi-daemon: r
                                            udp6       0      0 :::36223                :::*                                0          22685      -
                                            udp6       0      0 :::5353                 :::*                                105        19331      549/avahi-daemon: r
                                            udp6       0      0 :::111                  :::*                                0          15864      1/init
                                            udp6       0      0 fe80::9064:1cff:fe5:546 :::*                                0          22731      564/NetworkManager
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2024-08-16 12:35:07.951  - info: ical.1 (7088) Terminated (NO_ERROR): Without reason
                                            2024-08-16 12:35:08.464  - info: host.vm-iobroker instance system.adapter.ical.1 having pid 7088 terminated with code 0 (NO_ERROR)
                                            2024-08-16 12:35:09.475  - info: host.vm-iobroker instance system.adapter.dwd.0 having pid 8016 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2024-08-16 12:36:11.436  - info: javascript.0 (867) script.js.VIS_Scripte.Material-Design_DasWetter: Material Design Widgets: Wetter Skript triggered by 'hm-rpc.1.000EDF29AF0CB5.1.ACTUAL_TEMPERATURE'
                                            2024-08-16 12:36:11.559  - info: host.vm-iobroker instance system.adapter.meteoalarm.0 in version "3.0.2" started with pid 8118
                                            2024-08-16 12:36:15.033  - info: host.vm-iobroker instance system.adapter.meteoalarm.0 having pid 8118 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2024-08-16 12:36:20.016  - info: host.vm-iobroker instance system.adapter.meteoalarm.2 in version "3.0.2" started with pid 8145
                                            2024-08-16 12:36:25.124  - info: host.vm-iobroker instance system.adapter.meteoalarm.2 having pid 8145 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2024-08-16 12:37:43.521  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:44.693  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.357  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.451  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.518  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.625  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.703  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.841  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:37:45.944  - info: admin.0 (790) failed connection to socket.io from ::ffff:192.168.1.57: Passport was not initialized
                                            2024-08-16 12:38:22.312  - info: javascript.0 (867) script.js.VIS_Scripte.Material-Design_DasWetter: Material Design Widgets: Wetter Skript triggered by 'hm-rpc.1.000EDF29AF0CB5.1.ACTUAL_TEMPERATURE'
                                            2024-08-16 12:39:25.497  - info: admin.0 (790) <== Disconnect system.user.admin from ::ffff:192.168.1.55 admin
                                            2024-08-16 12:39:25.636  - info: admin.0 (790) ==> Connected system.user.admin from ::ffff:192.168.1.55
                                            2024-08-16 12:39:26.528  - info: admin.0 (790) ==> Connected system.user.admin from ::ffff:192.168.1.55
                                            2024-08-16 12:40:07.009  - info: host.vm-iobroker instance system.adapter.dwd.0 in version "2.8.5" started with pid 9001
                                            2024-08-16 12:40:09.379  - info: host.vm-iobroker instance system.adapter.dwd.0 having pid 9001 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2024-08-16 12:40:21.610  - info: host.vm-iobroker instance system.adapter.meteoalarm.3 in version "3.0.2" started with pid 9030
                                            2024-08-16 12:40:25.063  - info: host.vm-iobroker instance system.adapter.meteoalarm.3 having pid 9030 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            
                                            

                                            Danke für eure Hilfe.

                                            Thomas Braun crunchip 2 Replies 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

                                            980
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            controller js-controller kiera stable
                                            47
                                            257
                                            32709
                                            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