Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. INSTANZEN werden nicht angezeigt - "Cannot read instances"

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    INSTANZEN werden nicht angezeigt - "Cannot read instances"

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @BlackTigga last edited by

      @blacktigga sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

      der Rock64 arbeitet doch ausschließlich mit RAM

      wenn das so wäre, wären alle Daten nach einem Stromausfall weg.

      1 Reply Last reply Reply Quote 0
      • B
        BlackTigga @OliverIO last edited by

        zwischen memory und storage gibt es schon einen deutlichen geschindigkeitsunterschied und den merkst du dann anhand der auslastung

        ed1d7eb2-00af-44a3-a2c7-c2f9e21d1451-image.png

        oh man.. ja logisch, ich ziehe meine Frage dazu zurück, da stand ich auf dem Schlauch ...

        B 1 Reply Last reply Reply Quote 0
        • B
          BlackTigga @BlackTigga last edited by

          Ich konnte das Problem nun weiter einkreisen.

          • Wenn JavaSript Instanz aktiv mit sämtlichen Skripten aktiviert, dann besteht das Problem. Sehe aber eigentlich keine Probleme mit Load Average, verfügbarem RAM und Nutzung von SWAP.
            mitJS alle Skripte aktiviert.jpeg.png

          • Wenn JavaSript Instanz aktiv mit sämtlichen Skripten deaktiviert, dann besteht das Problem ebenfalls. Sehe auch hier eigentlich keine Probleme mit Load Average, verfügbarem RAM und Nutzung von SWAP.
            mitJS alle Skripte deaktiviert.jpeg.png

          • Wenn JavaSript Instanz deaktiviert, dann besteht das Problem nicht. Im Webbrowser erscheint dann sofort die Instanzenseite, wo vorher minutenlang die Seite leer blieb.
            ohneJS.jpeg.png

          Wie kann ich jetzt weiterkommen, wenn das Problem selbst dann vorherrscht, wenn die JS Instanz aktiv ist aber alle darin enthaltenden Skripte deaktiviert sind ?

          B OliverIO 2 Replies Last reply Reply Quote 0
          • B
            BlackTigga @BlackTigga last edited by

            @Homoran @Thomas-Braun @crunchip @Codierknecht

            …hätte einer von Euch Experten noch einen Tip, was ich jetzt noch machen könnte?

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

              @blacktigga

              Da wird ein skript krumm sein. Die werden (soweit ich weiß) beim Start des Adapters kompiliert. Wenn es da klemmt bremst der Adapter u.U. das ganze Ding aus.

              1 Reply Last reply Reply Quote 0
              • OliverIO
                OliverIO @BlackTigga last edited by OliverIO

                @blacktigga sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                Wie kann ich jetzt weiterkommen, wenn das Problem selbst dann vorherrscht, wenn die JS Instanz aktiv ist aber alle darin enthaltenden Skripte deaktiviert sind ?

                ja, jetzt wird es schwierig
                bisher war die theorie, das der rechner ausgelastet ist und deswegen anfragen nicht richtig oder mit Verzögerung bearbeitet.

                mir würde jetzt noch was mit netzwerkproblem einfallen
                oder das speichermedium mal prüfen
                oder das betriebssystem log (nicht iobroker log) prüfen, ob da in diesen zeiträumen was spezielles drin steht.
                oder wenn möglich mit anderem datenträger neu installieren und backup einspielen (mit einer sd karte super möglich, mit anderen wirds etwas schwieriger)

                wir kommen nun in den kreativen bereich

                1 Reply Last reply Reply Quote 0
                • B
                  BlackTigga last edited by

                  Tja... irgendwie liegt es am JS Instanz auch nicht, denn ich hatte jetzt das System einmal komplett neu aufgesetzt und restored und dann sämtliche Skripte rausgelöscht und trotzdem erscheint die Meldung "Cannot read instances" und entsprechend baut sich die Instanzenseite nicht auf.

                  Ich habe mich jetzt entschlossen auf einen Raspi 5 mit 8GB RAM umzusteigen, um so zumindest mögliche Schwächen bei Performance/RAM, die mit dem Thema zusammenhängen könnten, zu eliminieren. Ich werde berichten.

                  Eine Frage zum Redis-server, der hier auch kurz mal Bestandteil der Diskussion war, habe ich noch. Nachfolgende meine Installationsroutine dazu, mit der Frage, ob das aus Eurer Sicht so richtig ist:

                  curl -sLf https://iobroker.net/install.sh | bash -
                  apt install redis-server
                  iobroker stop
                  iobroker setup custom 
                  
                  Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: 
                  Host / Unix Socket of objects DB(jsonl), default[127.0.0.1]: 
                  Port of objects DB(jsonl), default[9001]: 
                  Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]: r
                  
                  When States are stored in a Redis database please make sure to configure Redis
                  persistence to make sure a Redis problem will not cause data loss!
                  
                  Host / Unix Socket of states DB (redis), default[127.0.0.1]: 
                  Port of states DB (redis), default[6379]: 
                  Do you use a TLS connection for your "states" redis-server? [y/N]:
                  Data directory (file), default[../../iobroker-data/]: 
                  Host name of this machine [All-in-One-RasPi]: 
                  This host appears to be a Master or a Single host system. Is this correct? [Y/n]: 
                  
                  Do you want to migrate objects and states from "jsonl/jsonl" to "jsonl/redis" [y/N]: 
                  
                  

                  Ich bestätige eigentlich alles mit ENTER außer in Zeile 9, dort gebe ich vorher "r" ein.

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

                    @blacktigga sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                    Nachfolgende meine Installationsroutine dazu, mit der Frage, ob das aus Eurer Sicht so richtig ist

                    Installier da noch das Meta-Paket 'redis'. Macht allfällige Updates leichter.

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      BlackTigga @Thomas Braun last edited by

                      @Thomas-Braun

                      Habe jetzt meinen neunen Raspi Pi5 gemäß der Installationsanleitung https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht neu aufgesetzt.

                      Erhalte jetzt aber beim ausführen von

                      curl -sLf https://iobroker.net/install.sh | bash -
                      

                      einen Abbruch mit folgender Meldung:

                      curl -sLf https://iobroker.net/install.sh | bash -
                      library: loaded
                      Library version=2024-08-11
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installer!
                          Installer version: 2024-08-11
                          
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/4)
                      ==========================================================================
                      
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease        
                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                        
                      Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease                                       
                      Get:5 https://armbian.github.io/configng stable InRelease [3,264 B]            
                      Err:5 https://armbian.github.io/configng stable InRelease
                        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
                      Reading package lists... Done
                      W: GPG error: https://armbian.github.io/configng stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
                      E: The repository 'https://armbian.github.io/configng stable InRelease' is not signed.
                      N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                      N: See apt-secure(8) manpage for repository creation and user configuration details.
                      
                      ==========================================================================
                      
                          Node.js not found. Installing...
                      
                      ==========================================================================
                      
                      W: GPG error: https://armbian.github.io/configng stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
                      E: The repository 'https://armbian.github.io/configng stable InRelease' is not signed.
                      rm: cannot remove '/etc/apt/keyrings/nodesource.gpg': No such file or directory
                      deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main
                      Package: nodejs
                      Pin: origin deb.nodesource.com
                      Pin-Priority: 1001
                      W: GPG error: https://armbian.github.io/configng stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
                      E: The repository 'https://armbian.github.io/configng stable InRelease' is not signed.
                      Installed nodejs
                      Cannot install Node.js! Please install it manually.
                      

                      Ich lese da etwas raus von einem fehlendem public key. Wo/Wie muss ich das bei der Installation beachten?

                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators last edited by

                        @blacktigga sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                        https://armbian.github.io

                        warum armbian für einen Raspberry?

                        B 2 Replies Last reply Reply Quote 0
                        • B
                          BlackTigga @Homoran last edited by

                          @homoran sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                          warum armbian für einen Raspberry?

                          Ich muss bei meinem Rock64 immer noch in die armbian-config um ein paar Einstellungen vorzunehmen und dazu musste ich das durchführen:
                          https://github.com/armbian/configng?tab=readme-ov-file#add--install-from-development-repository

                          Da ich den Befehl armbian-config auf dem Rasp nicht ausführen konnte (Befehl nicht bekannt), habe ich es hier auch genauso versucht.

                          Ich flashe die SD Karte jetzt nochmal mach das nicht.

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • B
                            BlackTigga @Homoran last edited by

                            @homoran
                            Installation läuft jetzt durch....

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

                              @blacktigga sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                              Da ich den Befehl armbian-config auf dem Rasp nicht ausführen konnte (Befehl nicht bekannt), habe ich es hier auch genauso versucht.

                              Natürlich nicht... Das heißt ja auch raspi-config bei RaspberryOS. Mit armbian hat das alles nix zu tun. Andere Baustelle.

                              Was zur Hölle veranstaltest du da?

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                BlackTigga @Thomas Braun last edited by BlackTigga

                                @thomas-braun sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                                Was zur Hölle veranstaltest du da?

                                Ich versuche meine absoluten rudimentären Linux Kenntnisse so einzusetzen, dass es einfach funktioniert.... mehr eigentlich nicht.

                                Und deswegen auch einen großen Dank an Eure Geduld und Bemühungen!

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

                                  @blacktigga

                                  Du hast also einen reinrassigen Raspberry 5?
                                  Und warum klatschst du dann da Pakete aus einer anderen Distribution als 'RaspberryOS' rein?
                                  Du verfummelst das Ding gerade gnadenlos.
                                  Installier das nochmal komplett neu und lass die Finger von armbian-Quellen.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    BlackTigga last edited by

                                    @thomas-braun sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                                    Du hast also einen reinrassigen Raspberry 5?
                                    Und warum klastschst du dann da Pakete aus einer anderen Distribution als 'RaspberryOS' rein?
                                    Du verfummelst das Ding gerade gnadenlos.
                                    Installier das nochmal komplett neu und lass die Finger von armbian-Quellen.

                                    Das habe ich jetzt auch genauso nochmal gemacht.
                                    1:1 das hier umgesetzt https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                                    Jetzt noch redis installieren.
                                    Reihenfolge erst

                                    sudo apt install redis-server
                                    

                                    und dann Meta-Paket 'redis'

                                    sudo apt install redis
                                    

                                    ??

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

                                      @blacktigga

                                      Nein, das Meta-Paket ist dazu da alles benötigte gesammelt zu installieren.
                                      Also nur

                                      sudo apt install redis
                                      

                                      Das Paket redis-server kommt dann automatisch mit.

                                      B 1 Reply Last reply Reply Quote 1
                                      • B
                                        BlackTigga @Thomas Braun last edited by

                                        @thomas-braun

                                        Das hier notwendig?:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript

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

                                          @blacktigga

                                          Ist denn dein nodejs kaputt?
                                          Schau dir

                                          iob diag
                                          

                                          an.

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            BlackTigga @Thomas Braun last edited by

                                            @thomas-braun sagte in INSTANZEN werden nicht angezeigt - "Cannot read instances":

                                            Ist denn dein nodejs kaputt?
                                            Schau dir
                                            diob diag
                                            an.

                                            Ich sehe dort zumindest keine Fehlermeldung:

                                            Skript v.2024-08-12
                                            
                                            *** BASE SYSTEM ***
                                             Static hostname: All-In-One-RasPi
                                                   Icon name: computer
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                      Kernel: Linux 6.6.31+rpt-rpi-2712
                                                Architecture: arm64
                                            OS is similar to: 
                                            
                                            Model           : Raspberry Pi 5 Model B Rev 1.0
                                            Docker          : false
                                            Virtualization  : none
                                            Kernel          : aarch64
                                            Userland        : 64 bit
                                            
                                            Systemuptime and Load:
                                             17:41:45 up  1:43,  3 users,  load average: 0.28, 0.48, 0.63
                                            CPU threads: 4
                                            
                                            
                                            *** RASPBERRY THROTTLING ***
                                            Current issues:
                                            No throttling issues detected.
                                            
                                            Previously detected issues:
                                            No throttling issues detected.
                                            
                                            *** Time and Time Zones ***
                                                           Local time: Sat 2024-10-19 17:41:45 CEST
                                                       Universal time: Sat 2024-10-19 15:41:45 UTC
                                                             RTC time: Sat 2024-10-19 15:41:45
                                                            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':
                                            blacktigga
                                            HOME=/home/blacktigga
                                            GROUPS=blacktigga adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                            
                                            User that is running 'js-controller':
                                            iobroker
                                            HOME=/home/iobroker
                                            GROUPS=iobroker tty dialout audio video plugdev bluetooth redis gpio i2c
                                            
                                            *** Display-Server-Setup ***
                                            Display-Server: false
                                            Desktop: 
                                            Terminal:       tty
                                            Boot Target:    multi-user.target
                                            
                                            *** MEMORY ***
                                                           total        used        free      shared  buff/cache   available
                                            Mem:            8.4G        1.1G        482M        5.8M        6.9G        7.3G
                                            Swap:           209M          0B        209M
                                            Total:          8.6G        1.1G        691M
                                            
                                            Active iob-Instances:   29
                                            
                                                     8048 M total memory
                                                     1092 M used memory
                                                     1019 M active memory
                                                     6061 M inactive memory
                                                      459 M free memory
                                                      180 M buffer memory
                                                     6418 M swap cache
                                                      199 M total swap
                                                        0 M used swap
                                                      199 M free swap
                                            
                                            *** top - Table Of Processes  ***
                                            top - 17:41:46 up  1:43,  3 users,  load average: 0.28, 0.48, 0.63
                                            Tasks: 156 total,   1 running, 155 sleeping,   0 stopped,   0 zombie
                                            %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                            MiB Mem :   8048.4 total,    459.2 free,   1093.3 used,   6598.3 buff/cache     
                                            MiB Swap:    200.0 total,    200.0 free,      0.0 used.   6955.1 avail Mem 
                                            
                                            *** FAILED SERVICES ***
                                            
                                              UNIT LOAD ACTIVE SUB DESCRIPTION
                                            0 loaded units listed.
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            udev           devtmpfs  3.8G     0  3.8G   0% /dev
                                            tmpfs          tmpfs     805M  5.5M  800M   1% /run
                                            /dev/mmcblk0p2 ext4       59G  5.9G   50G  11% /
                                            tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                                            tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                            /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                                            tmpfs          tmpfs     805M     0  805M   0% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Sat Oct 19 15:58:08 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:7F:28:9C vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=4f036408-02 rootfstype=ext4 fsck.repair=yes rootwait
                                            [Sat Oct 19 15:58:11 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                            [Sat Oct 19 15:58:12 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                            
                                            Show mounted filesystems:
                                            TARGET           SOURCE         FSTYPE OPTIONS
                                            /                /dev/mmcblk0p2 ext4   rw,noatime
                                            `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            808M    /var/
                                            404M    /var/cache
                                            398M    /var/cache/apt
                                            285M    /var/cache/apt/archives
                                            168M    /var/lib
                                            
                                            Archived and active journals take up 36.0M in the file system.
                                            
                                            /opt/iobroker/backups:
                                            7.6M    /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            968M    /opt/iobroker/iobroker-data/
                                            924M    /opt/iobroker/iobroker-data/files
                                            617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                            560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                            558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                            
                                            The five largest files in iobroker-data are:
                                            44M     /opt/iobroker/iobroker-data/objects.jsonl
                                            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.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.c9369f6c.js.map
                                            24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            No Devices found 'by-id'
                                            
                                            
                                            
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v20.18.0
                                            /usr/bin/node           v20.18.0
                                            /usr/bin/npm            10.8.2
                                            /usr/bin/npx            10.8.2
                                            /usr/bin/corepack       0.29.3
                                            
                                            
                                            nodejs:
                                              Installed: 20.18.0-1nodesource1
                                              Candidate: 20.18.0-1nodesource1
                                              Version table:
                                             *** 20.18.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                    100 /var/lib/dpkg/status
                                                 20.17.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.16.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.15.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.15.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.14.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.13.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.13.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.12.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.12.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.12.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.11.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.11.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.10.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.9.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.8.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.8.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.7.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.6.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.6.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.5.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.5.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.4.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.3.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.3.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.2.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.1.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.0.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 18.19.0+dfsg-6~deb12u2 500
                                                    500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                                 18.19.0+dfsg-6~deb12u1 500
                                                    500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                            
                                            Temp directories causing 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: redis
                                            
                                            Core adapters versions
                                            js-controller:  6.0.11
                                            admin:          7.1.5
                                            javascript:     8.8.3
                                            
                                            nodejs modules from github:     3
                                            +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                                            +-- iobroker.vw-connect@0.5.4 (git+ssh://git@github.com/TA2k/ioBroker.vw-connect.git#85f79d2a7282c7dacb8899fe2d0822971e549018)
                                            `-- iobroker.wmswebcontrol@0.1.2 (git+ssh://git@github.com/TA2k/ioBroker.wmswebcontrol.git#b298042f51db69c5f49eb675adbc4f1147767ac5)
                                            
                                            Adapter State
                                            + system.adapter.admin.0                  : admin                 : All-In-One-RasPi                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.backitup.0               : backitup              : All-In-One-RasPi                         -  enabled
                                            + system.adapter.bluelink.0               : bluelink              : All-In-One-RasPi                         - disabled
                                            + system.adapter.cloud.0                  : cloud                 : All-In-One-RasPi                         - disabled
                                            + system.adapter.daikin.0                 : daikin                : All-In-One-RasPi                         - disabled
                                            + system.adapter.daikin.1                 : daikin                : All-In-One-RasPi                         - disabled
                                              system.adapter.daikin.2                 : daikin                : All-In-One-RasPi                         - disabled
                                            + system.adapter.daikin.3                 : daikin                : All-In-One-RasPi                         - disabled
                                              system.adapter.daswetter.0              : daswetter             : All-In-One-RasPi                         - disabled
                                              system.adapter.discovery.0              : discovery             : All-In-One-RasPi                         - disabled
                                            + system.adapter.email.0                  : email                 : All-In-One-RasPi                         - disabled
                                              system.adapter.flot.0                   : flot                  : All-In-One-RasPi                         - disabled
                                            + system.adapter.history.0                : history               : All-In-One-RasPi                         - disabled
                                            + system.adapter.hm-rega.0                : hm-rega               : All-In-One-RasPi                         - disabled
                                            + system.adapter.hm-rega.1                : hm-rega               : All-In-One-RasPi                         - disabled
                                            + system.adapter.hm-rpc.0                 : hm-rpc                : All-In-One-RasPi                         - disabled, port: 0
                                            + system.adapter.hm-rpc.1                 : hm-rpc                : All-In-One-RasPi                         - disabled, port: 0
                                              system.adapter.icons-material-png.0     : icons-material-png    : All-In-One-RasPi                         - disabled
                                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : All-In-One-RasPi                         - disabled
                                              system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : All-In-One-RasPi                         - disabled
                                            + system.adapter.iot.0                    : iot                   : All-In-One-RasPi                         - disabled
                                              system.adapter.javascript.0             : javascript            : All-In-One-RasPi                         - disabled
                                            + system.adapter.logparser.0              : logparser             : All-In-One-RasPi                         - disabled
                                              system.adapter.mobile.0                 : mobile                : All-In-One-RasPi                         - disabled
                                            + system.adapter.modbus.0                 : modbus                : All-In-One-RasPi                         - disabled
                                            + system.adapter.ping.0                   : ping                  : All-In-One-RasPi                         - disabled
                                            + system.adapter.pushover.0               : pushover              : All-In-One-RasPi                         - disabled
                                              system.adapter.scenes.0                 : scenes                : All-In-One-RasPi                         - disabled
                                            + system.adapter.shelly.0                 : shelly                : All-In-One-RasPi                         - disabled, port: 1882, bind: 0.0.0.0
                                            + system.adapter.smartgarden.0            : smartgarden           : All-In-One-RasPi                         - disabled
                                            + system.adapter.socketio.0               : socketio              : All-In-One-RasPi                         - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                            + system.adapter.sonoff.0                 : sonoff                : All-In-One-RasPi                         - disabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.sonos.0                  : sonos                 : All-In-One-RasPi                         - disabled
                                            + system.adapter.viessmannapi.0           : viessmannapi          : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-bars.0               : vis-bars              : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-icontwo.0            : vis-icontwo           : All-In-One-RasPi                         - disabled
                                            + system.adapter.vis-inventwo.0           : vis-inventwo          : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-justgage.0           : vis-justgage          : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-map.0                : vis-map               : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-metro.0              : vis-metro             : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-plumb.0              : vis-plumb             : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : All-In-One-RasPi                         - disabled
                                              system.adapter.vis-weather.0            : vis-weather           : All-In-One-RasPi                         - disabled
                                              system.adapter.vis.0                    : vis                   : All-In-One-RasPi                         - disabled
                                            + system.adapter.vw-connect.0             : vw-connect            : All-In-One-RasPi                         - disabled
                                            + system.adapter.web.0                    : web                   : All-In-One-RasPi                         - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.wmswebcontrol.0          : wmswebcontrol         : All-In-One-RasPi                         - disabled
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                            + system.adapter.admin.0                  : admin                 : All-In-One-RasPi                         -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            
                                            ioBroker-Repositories
                                            ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                            │ (index) │ name               │ url                                                     │ auto upgrade │
                                            ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                            │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                            │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                            └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                            
                                            Active repo(s): Stable (default)
                                            Upgrade policy: none
                                            
                                            Installed ioBroker-Instances
                                            Used repository: Stable (default)
                                            Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                            Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                            Adapter    "bluelink"     : 2.3.6    , installed 2.3.6
                                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                            Adapter    "daikin"       : 1.4.2    , installed 1.4.2
                                            Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
                                            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                            Adapter    "email"        : 1.3.1    , installed 1.3.1
                                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                                            Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                            Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                            Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                            Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                            Controller "js-controller": 6.0.11   , installed 6.0.11
                                            Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                            Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                            Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                            Adapter    "pushover"     : 4.1.0    , installed 4.1.0
                                            Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                            Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                            Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                                            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                            Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                            Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                                            Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                            Adapter    "vis-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-jqui-mfd" : 1.1.1    , installed 1.1.1
                                            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                            Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                                            Adapter    "wmswebcontrol": 0.1.0    , installed 0.1.2
                                            Adapter    "ws"           : 2.6.2    , installed 2.5.11 [Updatable]
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        32920
                                            States:         22727
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://deb.debian.org/debian bookworm InRelease
                                            Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                            Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                                            Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                            Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                                            Reading package lists...
                                            Pending Updates: 0
                                            
                                            *** Listening Ports ***
                                            Active Internet connections (only servers)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                            tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      106        41768      15562/redis-server  
                                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       61743      29096/iobroker.js-c 
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          3897       847/sshd: /usr/sbin 
                                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       61839      29244/io.admin.0    
                                            tcp6       0      0 ::1:6379                :::*                    LISTEN      106        41769      15562/redis-server  
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          3899       847/sshd: /usr/sbin 
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        5058       667/avahi-daemon: r 
                                            udp        0      0 0.0.0.0:47116           0.0.0.0:*                           104        5060       667/avahi-daemon: r 
                                            udp6       0      0 fe80::6a25:96ae:1c5:546 :::*                                0          5720       773/NetworkManager  
                                            udp6       0      0 :::5353                 :::*                                104        5059       667/avahi-daemon: r 
                                            udp6       0      0 :::42527                :::*                                104        5061       667/avahi-daemon: r 
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2024-10-19 17:34:58.122  - info: host.All-In-One-RasPi iobroker npm-install: upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                            2024-10-19 17:34:58.124  - info: host.All-In-One-RasPi iobroker npm-install: upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                            2024-10-19 17:34:58.128  - info: host.All-In-One-RasPi iobroker npm-install: upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                            2024-10-19 17:34:58.132  - info: host.All-In-One-RasPi iobroker npm-install: upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript2024-10-19 17:34:58.136  - info: host.All-In-One-RasPi iobroker npm-install: upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                            2024-10-19 17:34:58.139  - info: host.All-In-One-RasPi iobroker npm-install: upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                            2024-10-19 17:34:58.141  - info: host.All-In-One-RasPi iobroker npm-install: upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                            2024-10-19 17:34:58.147  - info: host.All-In-One-RasPi iobroker npm-install: upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon2024-10-19 17:34:58.151  - info: host.All-In-One-RasPi iobroker npm-install: upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                            2024-10-19 17:34:58.328  - info: host.All-In-One-RasPi iobroker npm-install: host.All-In-One-RasPi object system.adapter.web created/updated
                                            2024-10-19 17:34:59.401  - info: host.All-In-One-RasPi iobroker npm-install: exit 0
                                            2024-10-19 17:35:00.401  - warn: host.All-In-One-RasPi startInstance cannot find adapter "wmswebcontrol@0.1.2". Try to install it... 1 attempt
                                            2024-10-19 17:35:00.402  - info: host.All-In-One-RasPi iobroker url TA2k/ioBroker.wmswebcontrol#b298042f51db69c5f49eb675adbc4f1147767ac5 wmswebcontrol using installedFrom
                                            2024-10-19 17:35:01.240  - info: host.All-In-One-RasPi iobroker npm-install: install TA2k/ioBroker.wmswebcontrol#b298042f51db69c5f49eb675adbc4f1147767ac5
                                            2024-10-19 17:35:01.353  - info: host.All-In-One-RasPi iobroker npm-install: NPM version: 10.8.2
                                            2024-10-19 17:35:01.354  - info: host.All-In-One-RasPi iobroker npm-install: Installing TA2k/ioBroker.wmswebcontrol#b298042f51db69c5f49eb675adbc4f1147767ac5... (System call)
                                            2024-10-19 17:35:10.860  - info: host.All-In-One-RasPi iobroker npm-install: 
                                            2024-10-19 17:35:10.860  - info: host.All-In-One-RasPi iobroker npm-install: added 15 packages in 9s
                                            2024-10-19 17:35:10.861  - info: host.All-In-One-RasPi iobroker npm-install: 287 packages are looking for funding  run `npm fund` for details
                                            2024-10-19 17:35:10.973  - info: host.All-In-One-RasPi iobroker npm-install: upload [4] wmswebcontrol.admin /opt/iobroker/node_modules/iobroker.wmswebcontrol/admin/admin.d.ts admin.d.ts video/mp2t2024-10-19 17:35:10.977  - info: host.All-In-One-RasPi iobroker npm-install: upload [3] wmswebcontrol.admin /opt/iobroker/node_modules/iobroker.wmswebcontrol/admin/index_m.html index_m.html text/html
                                            2024-10-19 17:35:10.979  - info: host.All-In-One-RasPi iobroker npm-install: upload [2] wmswebcontrol.admin /opt/iobroker/node_modules/iobroker.wmswebcontrol/admin/style.css style.css text/css
                                            2024-10-19 17:35:10.985  - info: host.All-In-One-RasPi iobroker npm-install: upload [1] wmswebcontrol.admin /opt/iobroker/node_modules/iobroker.wmswebcontrol/admin/wmswebcontrol.png wmswebcontrol.png image/png
                                            2024-10-19 17:35:10.988  - info: host.All-In-One-RasPi iobroker npm-install: upload [0] wmswebcontrol.admin /opt/iobroker/node_modules/iobroker.wmswebcontrol/admin/words.js words.js application/javascript
                                            2024-10-19 17:35:12.059  - info: host.All-In-One-RasPi iobroker npm-install: exit 0
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            681
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            48
                                            1728
                                            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