Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Update js-Controller 3.x auf 5.x funktioniert nicht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Update js-Controller 3.x auf 5.x funktioniert nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      Frank-KNX @Thomas Braun last edited by

      @thomas-braun
      Sorry, hatte ich bisher nicht gemerkt oder gebraucht. Daher an der Fritzbox nichts besonderes eingerichtet.
      Habe ich nun ein Problem, dass ich ein paar Daten von IPV6 Adressen nicht laden kann ?

      W Thomas Braun 2 Replies Last reply Reply Quote 0
      • W
        Wildbill @Frank-KNX last edited by

        @frank-knx Siehe HIER

        Schau, dass Du in Deiner Fritzbox IPv6 vernünftig einstellst, Du wirst sonst immer mehr Probleme bekommen. Wie kann ich Dir leider nicht sagen. Ich habe keine Fritzbox und weiss auch nicht, bei welchem Provider Du bist.

        Gruss, Jürgen

        1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Frank-KNX last edited by

          @frank-knx sagte in Update js-Controller 3.x auf 5.x funktioniert nicht:

          Sorry, hatte ich bisher nicht gemerkt oder gebraucht.

          Jetzt brauchst du es. Einfachster Fall: Nur aktivieren.

          14462e9c-63d4-4089-9a35-114c2e6acaab-image.png

          F 1 Reply Last reply Reply Quote 0
          • F
            Frank-KNX @Thomas Braun last edited by

            @thomas-braun

            Hallo Thomas,

            ich hatte parallel schon gestartet und es ist alles (wie auf deinem Bild) aktiviert und unter "Online Monitor" ist auch der Hinweis, dass die IPV6 Verbindung mit Adresse vergeben ist.
            Fritzbox ist also in Ordnung.

            Kann es am PI liegen, dass dort IPV6 aktiviert sein muss ?
            Ich habe unter Einstellungen nichts gefunden.. ich habe aber den PI in Verdacht.

            Gibt es eine Testmöglichkeit ?

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Frank-KNX last edited by

              @frank-knx sagte in Update js-Controller 3.x auf 5.x funktioniert nicht:

              Gibt es eine Testmöglichkeit ?

              ip a
              

              anschauen.

              F 1 Reply Last reply Reply Quote 0
              • F
                Frank-KNX @Thomas Braun last edited by

                @thomas-braun

                PI hängt derzeit am W-Lan: hier das Ergebnis:

                pi@raspberrypi:~ $ ip a
                1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
                    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                    inet 127.0.0.1/8 scope host lo
                       valid_lft forever preferred_lft forever
                    inet6 ::1/128 scope host
                       valid_lft forever preferred_lft forever
                2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
                    link/ether dc:a6:32:d3:7a:a7 brd ff:ff:ff:ff:ff:ff
                3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                    link/ether dc:a6:32:d3:7a:a8 brd ff:ff:ff:ff:ff:ff
                    inet 192.168.2.98/24 brd 192.168.2.255 scope global noprefixroute wlan0
                       valid_lft forever preferred_lft forever
                    inet6 2a02:6d40:2458:4101:933:caf3:d3fe:118c/64 scope global dynamic mngtmpaddr noprefixroute
                       valid_lft 7081sec preferred_lft 3481sec
                    inet6 fe80::199d:25f7:b037:5cec/64 scope link
                       valid_lft forever preferred_lft forever
                pi@raspberrypi:~ $
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Frank-KNX last edited by

                  @frank-knx

                  Sollte eigentlich passen.

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Frank-KNX @Thomas Braun last edited by

                    @thomas-braun

                    Soll ich das upgrade nochmal versuchen oder wie durch die Oberfläche vorgeschlagen die beiden Befehle versuchen ?

                    E: Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get update« ausführen oder mit »--fix-missing« probieren?
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Frank-KNX last edited by

                      @frank-knx

                      sudo apt update
                      sudo apt full-upgrade
                      

                      nochmal.

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Frank-KNX @Thomas Braun last edited by

                        @thomas-braun

                        Hallo Thomas,

                        dieses Mal ist das Upgrade anders gelaufen. Ich habe nun aber folgende Meldung...
                        Was soll ich machen ?
                        Bestätigen ?

                        libgit2 (0.27.7+dfsg.1-0.2+deb10u1) buster-security; urgency=medium
                        
                          Previous versions of libgit's ssh backend did by default NOT perform
                          certificate checking if the caller did not explicitly provide a
                          certificate check callback and so may be subjected to a
                          man-in-the-middle attack. (CVE-2023-22742)
                        
                          libgit will also check server keys against ~/.ssh/known_hosts, but
                          as an limitation of Debian 10's libssh2 validation can only succeed if
                          the used HostKeyAlgorithm was ssh-dss or ssh-rsa. Otherwise libgit
                          will provide the error "invalid or unknown remote ssh hostkey".
                        
                          In this case remove the known_host entry for this server and configure
                          the ssh client to limit the HostKeyAlgorithms to supported types by adding
                        
                            Host <IP or hostname of the git server>
                               HostKeyAlgorithms ssh-dss,ssh-rsa
                        
                          to ~/.ssh/config for the specific server and re-add the known_hosts
                          entry by e.g manually connecting to it.
                        
                         -- Tobias Frost <tobi@debian.org>  Thi, 23 Feb 2023 21:01:45 +0100
                        
                        (Drücken Sie q zum Beenden (Quit))apt-listchanges: Neuigkeiten
                        ----------------------------
                        
                        libgit2 (0.27.7+dfsg.1-0.2+deb10u1) buster-security; urgency=medium
                        
                          Previous versions of libgit's ssh backend did by default NOT perform
                          certificate checking if the caller did not explicitly provide a
                          certificate check callback and so may be subjected to a
                          man-in-the-middle attack. (CVE-2023-22742)
                        
                          libgit will also check server keys against ~/.ssh/known_hosts, but
                          as an limitation of Debian 10's libssh2 validation can only succeed if
                          the used HostKeyAlgorithm was ssh-dss or ssh-rsa. Otherwise libgit
                          will provide the error "invalid or unknown remote ssh hostkey".
                        
                          In this case remove the known_host entry for this server and configure
                          the ssh client to limit the HostKeyAlgorithms to supported types by adding
                        
                            Host <IP or hostname of the git server>
                               HostKeyAlgorithms ssh-dss,ssh-rsa
                        
                          to ~/.ssh/config for the specific server and re-add the known_hosts
                          entry by e.g manually connecting to it.
                        
                         -- Tobias Frost <tobi@debian.org>  Thi, 23 Feb 2023 21:01:45 +0100
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Frank-KNX last edited by

                          @frank-knx

                          Ja, bestätigen.

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Frank-KNX @Thomas Braun last edited by

                            @thomas-braun

                            Hallo Thomas,

                            dieses Mal gute Nachrichten verbunden mit besten Dank.
                            Also das Update ist fehlerfrei durchgelaufen.. Ich starte gerade mit sudo reboot.

                            Was wären die nächsten Schritte für mich (für Morgen)...

                            Gib mir noch ein paar "Hausaufgaben" für Morgenfrüh.

                            Beste Grüße FRANK

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Frank-KNX last edited by

                              @frank-knx

                              Zeig mal

                              iob diag
                              
                              F 1 Reply Last reply Reply Quote 0
                              • F
                                Frank-KNX @Thomas Braun last edited by

                                @thomas-braun

                                Hier die aktuelle Version:

                                ======== Start marking the full check here =========
                                
                                

                                Skript v.2023-10-10

                                *** BASE SYSTEM ***

                                ======== Start marking the full check here =========

                                Skript v.2023-10-10
                                
                                *** BASE SYSTEM ***
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                  Operating System: Raspbian GNU/Linux 10 (buster)
                                            Kernel: Linux 5.10.103-v7l+
                                      Architecture: arm
                                
                                Model           : Raspberry Pi 4 Model B Rev 1.4
                                Docker          : false
                                Virtualization  : none
                                Kernel          : armv7l
                                Userland        : armhf
                                
                                Systemuptime and Load:
                                 00:47:21 up 4 min,  3 users,  load average: 0.92, 1.06, 0.53
                                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-02-03 00:47:21 CET
                                           Universal time: Fri 2024-02-02 23:47:21 UTC
                                                 RTC time: n/a
                                                Time zone: Europe/Berlin (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                pi
                                /home/pi
                                pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                                
                                *** X-Server-Setup ***
                                X-Server:       true
                                Desktop:
                                Terminal:       tty
                                Boot Target:    graphical.target
                                
                                *** MEMORY ***
                                              total        used        free      shared  buff/cache   available
                                Mem:           7.9G        1.0G        6.3G         40M        572M        6.6G
                                Swap:           99M          0B         99M
                                Total:         8.0G        1.0G        6.4G
                                
                                         7898 M total memory
                                         1023 M used memory
                                          197 M active memory
                                         1257 M inactive memory
                                         6302 M free memory
                                           70 M buffer memory
                                          502 M swap cache
                                           99 M total swap
                                            0 M used swap
                                           99 M free swap
                                
                                Raspberry only:
                                oom events: 0
                                lifetime oom required: 0 Mbytes
                                total time in oom handler: 0 ms
                                max time spent in oom handler: 0 ms
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT                  LOAD   ACTIVE SUB    DESCRIPTION
                                * bthelper@hci0.service loaded failed failed Raspberry Pi bluetooth helper
                                
                                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. Pass --all to see loaded but inactive units, too.
                                To show all installed unit files use 'systemctl list-unit-files'.
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                /dev/root      ext4      117G   11G  103G   9% /
                                devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                tmpfs          tmpfs     3.9G  8.7M  3.9G   1% /run
                                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
                                /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
                                tmpfs          tmpfs     790M  4.0K  790M   1% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Sat Feb  3 00:42:27 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:D3:7A:A7 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=def5eda3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                [Sat Feb  3 00:42:28 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                [Sat Feb  3 00:42:28 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                [Sat Feb  3 00:42:31 2024] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                
                                Show mounted filesystems \(real ones only\):
                                TARGET                SOURCE         FSTYPE          OPTIONS
                                /                     /dev/mmcblk0p2 ext4            rw,noatime
                                |-/sys/fs/bpf         none           bpf             rw,nosuid,nodev,noexec,relatime,mode=700
                                |-/run/user/1000/gvfs gvfsd-fuse     fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                `-/boot               /dev/mmcblk0p1 vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                
                                Files in neuralgic directories:
                                
                                /var:
                                1.5G    /var/
                                1.1G    /var/cache/apt/archives
                                1.1G    /var/cache/apt
                                1.1G    /var/cache
                                262M    /var/lib
                                
                                Archived and active journals take up 8.0M in the file system.
                                
                                /opt/iobroker/backups:
                                101M    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                148M    /opt/iobroker/iobroker-data/
                                69M     /opt/iobroker/iobroker-data/files
                                59M     /opt/iobroker/iobroker-data/backup-objects
                                16M     /opt/iobroker/iobroker-data/files/javascript.admin
                                13M     /opt/iobroker/iobroker-data/files/vis.0
                                
                                The five largest files in iobroker-data are:
                                6.3M    /opt/iobroker/iobroker-data/objects.json.bak
                                6.3M    /opt/iobroker/iobroker-data/objects.json
                                4.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/2.7e0b7583.chunk.js.map
                                3.5M    /opt/iobroker/iobroker-data/files/vis.0/Grundriss_final.png
                                3.4M    /opt/iobroker/iobroker-data/files/vis.0/Parkplatz.jpg
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                
                                find: '/dev/serial/by-id/': No such file or directory
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v18.19.0
                                /usr/bin/node           v18.19.0
                                /usr/bin/npm            10.2.3
                                /usr/bin/npx            10.2.3
                                /usr/bin/corepack       0.22.0
                                
                                
                                nodejs:
                                  Installed: 18.19.0-1nodesource1
                                  Candidate: 18.19.0-1nodesource1
                                  Version table:
                                 *** 18.19.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     18.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.17.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.16.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.9.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     10.24.0~dfsg-1~deb10u3 500
                                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                At least one iobroker host is running.
                                
                                Objects type: file
                                States  type: file
                                
                                Core adapters versions
                                js-controller:  3.1.6
                                admin:          4.1.11
                                javascript:     4.8.4
                                
                                Adapters from github:   0
                                
                                Adapter State
                                + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.discovery.0             : discovery             -  enabled
                                  system.adapter.ical.0                  : ical                  -  enabled
                                  system.adapter.icons-mfd-png.0         : icons-mfd-png         -  enabled
                                + system.adapter.influxdb.0              : influxdb              -  enabled, port: 8086
                                + system.adapter.info.0                  : info                  -  enabled
                                + system.adapter.javascript.0            : javascript            -  enabled
                                + system.adapter.knx.0                   : knx                   -  enabled, bind: 192.168.2.98
                                + system.adapter.linux-control.0         : linux-control         -  enabled
                                + system.adapter.meldungsliste.0         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.1         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.10        : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.11        : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.12        : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.13        : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.2         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.3         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.4         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.5         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.6         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.7         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.8         : meldungsliste         -  enabled
                                + system.adapter.meldungsliste.9         : meldungsliste         -  enabled
                                + system.adapter.node-red.0              : node-red              -  enabled, port: 1880, bind: 192.168.2.98
                                + system.adapter.statistics.0            : statistics            -  enabled
                                  system.adapter.tr-064.0                : tr-064                - disabled
                                + system.adapter.trashschedule.0         : trashschedule         -  enabled
                                  system.adapter.upnp.0                  : upnp                  - disabled
                                  system.adapter.vis-bars.0              : vis-bars              -  enabled
                                  system.adapter.vis-colorpicker.0       : vis-colorpicker       -  enabled
                                  system.adapter.vis-fancyswitch.0       : vis-fancyswitch       -  enabled
                                  system.adapter.vis-hqwidgets.0         : vis-hqwidgets         -  enabled
                                  system.adapter.vis-jqui-mfd.0          : vis-jqui-mfd          -  enabled
                                  system.adapter.vis-timeandweather.0    : vis-timeandweather    -  enabled
                                  system.adapter.vis.0                   : vis                   -  enabled
                                + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.influxdb.0              : influxdb              -  enabled, port: 8086
                                + system.adapter.node-red.0              : node-red              -  enabled, port: 1880, bind: 192.168.2.98
                                + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                ioBroker-Repositories
                                Stable (default): http://download.iobroker.net/sources-dist.json
                                Beta (latest): http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo: Stable (default)
                                
                                Installed ioBroker-Instances
                                Used repository: Stable (default)
                                hash unchanged, use cached sources
                                update done
                                Adapter    "admin"         : 6.13.15  , installed 4.1.11 [Updateable]
                                Adapter    "backitup"      : 2.9.8    , installed 2.9.8
                                Adapter    "discovery"     : 4.2.0    , installed 4.2.0
                                Adapter    "ical"          : 1.13.3   , installed 1.7.4 [Updateable]
                                Adapter    "icons-mfd-png" : 1.2.1    , installed 1.2.1
                                Adapter    "influxdb"      : 3.2.0    , installed 1.9.4 [Updateable]
                                Adapter    "info"          : 2.0.0    , installed 1.7.10 [Updateable]
                                Adapter    "javascript"    : 7.1.6    , installed 4.8.4 [Updateable]
                                Controller "js-controller" : 5.0.17   , installed 3.1.6 [Updateable]
                                Adapter    "knx"           : 2.0.24   , installed 1.0.39 [Updateable]
                                Adapter    "linux-control" : 1.1.5    , installed 1.1.2 [Updateable]
                                Adapter    "node-red"      : 5.1.0    , installed 2.0.1 [Updateable]
                                Adapter    "simple-api"    : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"      : 6.6.0    , installed 6.6.0
                                Adapter    "statistics"    : 2.4.0    , installed 1.0.2 [Updateable]
                                Adapter    "tr-064"        : 4.2.18   , installed 4.2.18
                                Adapter    "trashschedule" : 2.3.0    , installed 1.0.3 [Updateable]
                                Adapter    "upnp"          : 1.0.21   , installed 1.0.17 [Updateable]
                                Adapter    "vis"           : 1.5.4    , installed 1.3.4 [Updateable]
                                Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                Adapter    "vis-colorpicker": 2.0.3   , installed 2.0.3
                                Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                Adapter    "vis-hqwidgets" : 1.4.0    , installed 1.4.0
                                Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                Adapter    "vis-timeandweather": 1.2.2   , installed 1.2.2
                                Adapter    "web"           : 6.2.3    , installed 3.1.0 [Updateable]
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        3504
                                States:         2438
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                                Hit:3 https://repos.influxdata.com/debian stable InRelease
                                Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                Reading package lists...
                                Pending Updates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17021      555/sshd
                                tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          17841      420/cupsd
                                tcp        0      0 192.168.2.98:1880       0.0.0.0:*               LISTEN      1001       21249      1730/node-red
                                tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        19766      482/influxd
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       20250      938/iobroker.js-con
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       20249      938/iobroker.js-con
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       20322      1096/io.admin.0
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       21218      1771/io.web.0
                                tcp6       0      0 :::8086                 :::*                    LISTEN      999        20061      482/influxd
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          17031      555/sshd
                                tcp6       0      0 ::1:631                 :::*                    LISTEN      0          17840      420/cupsd
                                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17159      484/dhcpcd
                                udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          18593      532/cups-browsed
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        16137      413/avahi-daemon: r
                                udp        0      0 192.168.2.98:40181      0.0.0.0:*                           1001       21165      1197/io.knx.0
                                udp        0      0 0.0.0.0:40203           0.0.0.0:*                           1001       21251      1730/node-red
                                udp        0      0 0.0.0.0:42781           0.0.0.0:*                           108        16139      413/avahi-daemon: r
                                udp6       0      0 :::546                  :::*                                0          20302      484/dhcpcd
                                udp6       0      0 :::52887                :::*                                108        16140      413/avahi-daemon: r
                                udp6       0      0 :::5353                 :::*                                108        16138      413/avahi-daemon: r
                                
                                *** Log File - Last 25 Lines ***
                                
                                2024-02-03 00:48:18.227  - info: knx.0 (1197) Received CONNECTIONSTATE_RESPONSE :    06 10 02 08 00 08 4f 00                                                              192.168.2.99:3671 ChID : 79 SeqCntIN : 129 SeqCntOUT : 25  msgCode : [object Object]
                                2024-02-03 00:48:18.227  - info: knx.0 (1197) Change state from STATE_CONNECTION_STATE_REQUEST(5) to STATE_CONNECTION_STATE_RESPONSE(6)
                                2024-02-03 00:48:18.228  - info: knx.0 (1197) Change state from STATE_CONNECTION_STATE_RESPONSE(6) to STATE_READY(7)
                                2024-02-03 00:48:18.236  - info: knx.0 (1197) ( 3.2 ) Received TUNNEL_REQUEST (WRITE - send ACK )         :    06 10 04 20 00 19 04 4f 82 00 29 00 bc c0 12 3c 28 04 05 00 80 42 f2 00 00   ChID: 79
                                2024-02-03 00:48:18.237  - info: knx.0 (1197) WRITE : mappedName : Leistung    dest : 5/0/4  val: 121   (DPT14.056) Leistung
                                2024-02-03 00:48:18.237  - info: knx.0 (1197) Change state from STATE_READY(7) to STATE_TUNNELLING_REQUEST(13)
                                2024-02-03 00:48:18.238  - info: knx.0 (1197) Change state from STATE_TUNNELLING_REQUEST(13) to STATE_TUNNELLING_ACK(14)
                                2024-02-03 00:48:18.238  - info: knx.0 (1197) =====> STATE_TUNNELING_ACK
                                2024-02-03 00:48:18.239  - info: knx.0 (1197) ( 4 ) Sending Tunnel_Request ACK  : 06 10 04 21 00 0a 04 4f 82 00   ChID : 79 SeqCntIN : 130 SeqCntOUT : 25 queue length : 0
                                2024-02-03 00:48:18.240  - info: knx.0 (1197) ( 4.b ) return to STATE_READY, processing : false
                                2024-02-03 00:48:18.240  - info: knx.0 (1197) Change state from STATE_TUNNELLING_ACK(14) to STATE_READY(7)
                                2024-02-03 00:48:28.241  - info: knx.0 (1197) checkConnectionState 192.168.2.99   State : true
                                2024-02-03 00:48:28.242  - info: knx.0 (1197) Send : conCheck Connection State Request :  06 10 02 07 00 10 4f 00 08 01 c0 a8 02 62 9c f5        sent to 192.168.2.99:3671
                                2024-02-03 00:48:28.242  - info: knx.0 (1197) Change state from STATE_READY(7) to STATE_CONNECTION_STATE_REQUEST(5)
                                2024-02-03 00:48:28.245  - info: knx.0 (1197) Received CONNECTIONSTATE_RESPONSE :    06 10 02 08 00 08 4f 00                                                              192.168.2.99:3671 ChID : 79 SeqCntIN : 130 SeqCntOUT : 25  msgCode : [object Object]
                                2024-02-03 00:48:28.246  - info: knx.0 (1197) Change state from STATE_CONNECTION_STATE_REQUEST(5) to STATE_CONNECTION_STATE_RESPONSE(6)
                                2024-02-03 00:48:28.246  - info: knx.0 (1197) Change state from STATE_CONNECTION_STATE_RESPONSE(6) to STATE_READY(7)
                                2024-02-03 00:48:28.263  - info: knx.0 (1197) ( 3.2 ) Received TUNNEL_REQUEST (WRITE - send ACK )         :    06 10 04 20 00 19 04 4f 83 00 29 00 bc c0 12 3c 28 04 05 00 80 42 f8 00 00   ChID: 79
                                2024-02-03 00:48:28.265  - info: knx.0 (1197) WRITE : mappedName : Leistung    dest : 5/0/4  val: 124   (DPT14.056) Leistung
                                2024-02-03 00:48:28.265  - info: knx.0 (1197) Change state from STATE_READY(7) to STATE_TUNNELLING_REQUEST(13)
                                2024-02-03 00:48:28.266  - info: knx.0 (1197) Change state from STATE_TUNNELLING_REQUEST(13) to STATE_TUNNELLING_ACK(14)
                                2024-02-03 00:48:28.266  - info: knx.0 (1197) =====> STATE_TUNNELING_ACK
                                2024-02-03 00:48:28.268  - info: knx.0 (1197) ( 4 ) Sending Tunnel_Request ACK  : 06 10 04 21 00 0a 04 4f 83 00   ChID : 79 SeqCntIN : 131 SeqCntOUT : 25 queue length : 0
                                2024-02-03 00:48:28.268  - info: knx.0 (1197) ( 4.b ) return to STATE_READY, processing : false
                                2024-02-03 00:48:28.269  - info: knx.0 (1197) Change state from STATE_TUNNELLING_ACK(14) to STATE_READY(7)
                                
                                

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

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  Frank-KNX @Frank-KNX last edited by

                                  Und hier noch das Summary:

                                  ======================= SUMMARY =======================
                                                          v.2023-10-10
                                  
                                  
                                     Static hostname: raspberrypi
                                           Icon name: computer
                                    Operating System: Raspbian GNU/Linux 10 (buster)
                                              Kernel: Linux 5.10.103-v7l+
                                        Architecture: arm
                                  
                                  Installation:           native
                                  Kernel:                 armv7l
                                  Userland:               armhf
                                  Timezone:               Europe/Berlin (CET, +0100)
                                  User-ID:                1000
                                  X-Server:               true
                                  Boot Target:            graphical.target
                                  
                                  Pending OS-Updates:     0
                                  Pending iob updates:    14
                                  
                                  Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                          /usr/bin/node           v18.19.0
                                                          /usr/bin/npm            10.2.3
                                                          /usr/bin/npx            10.2.3
                                                          /usr/bin/corepack       0.22.0
                                  
                                  Recommended versions are nodejs  and npm
                                  Your nodejs installation is correct
                                  
                                  MEMORY:
                                                total        used        free      shared  buff/cache   available
                                  Mem:           7.9G        1.1G        6.1G         39M        755M        6.6G
                                  Swap:           99M          0B         99M
                                  Total:         8.0G        1.1G        6.2G
                                  
                                  Active iob-Instances:   26
                                  Active repo: Stable (default)
                                  
                                  ioBroker Core:          js-controller           3.1.6
                                                          admin                   4.1.11
                                  
                                  ioBroker Status:        iobroker is running on this host.
                                  
                                  At least one iobroker host is running.
                                  
                                  Objects type: file
                                  States  type: file
                                  
                                  Status admin and web instance:
                                  + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  Objects:                3504
                                  States:                 2438
                                  
                                  Size of iob-Database:
                                  
                                  6.3M    /opt/iobroker/iobroker-data/objects.json.bak
                                  6.3M    /opt/iobroker/iobroker-data/objects.json
                                  656K    /opt/iobroker/iobroker-data/states.json.bak
                                  656K    /opt/iobroker/iobroker-data/states.json
                                  
                                  
                                  
                                  =================== END OF SUMMARY ====================
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Frank-KNX last edited by

                                    @frank-knx

                                    iob update
                                    iob upgrade 
                                    iob stop
                                    iob upgrade self
                                    iob start
                                    
                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      Frank-KNX @Thomas Braun last edited by

                                      @thomas-braun

                                      Hallo Thomas,

                                      also bei upgrade self bleibt er wieder hängen.
                                      Nachfolgend die Fehlermeldung:

                                      pi@raspberrypi:~ $ iob upgrade self
                                      Update js-controller from @3.1.6 to @5.0.17
                                      NPM version: 10.2.3
                                      npm install iobroker.js-controller@5.0.17 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                                       Objects 127.0.0.1:36630 Error from InMemDB: Error: CONFIG-UNSUPPORTED for ["SET","lua-time-limit","10000"]
                                       States 127.0.0.1:43550 Error from InMemDB: Error: CONFIG-UNSUPPORTED for ["SET","notify-keyspace-events","Exe"]
                                       Objects 127.0.0.1:36630 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.features.useSets"]
                                       States 127.0.0.1:43550 Error from InMemDB: Error: GET-UNSUPPORTED for namespace meta.: Data=["meta.states.protocolVersion"]
                                       Objects 127.0.0.1:36630 Error from InMemDB: Error: GET-UNSUPPORTED for namespace cfg.: Data=["meta.objects.protocolVersion"]
                                       Objects 127.0.0.1:36630 Error from InMemDB: Error: scan NOT SUPPORTED
                                      npm ERR! code 1
                                      npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                      npm ERR! command failed
                                      npm ERR! command sh -c node iobroker.js setup first
                                      npm ERR! Unable to increase LUA script timeout: Error CONFIG-UNSUPPORTED for ["SET","lua-time-limit","10000"]
                                      npm ERR!  Unable to enable Expiry Keyspace events from Redis Server: Error CONFIG-UNSUPPORTED for ["SET","notify-keyspace-events","Exe"]
                                      npm ERR! /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
                                      npm ERR!         throw e;
                                      npm ERR!         ^
                                      npm ERR!
                                      npm ERR! ReplyError: Error scan NOT SUPPORTED
                                      npm ERR!     at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12)
                                      npm ERR!     at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)
                                      npm ERR! Emitted 'error' event on ScanStream instance at:
                                      npm ERR!     at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
                                      npm ERR!     at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
                                      npm ERR!     at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
                                      npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
                                      npm ERR!   command: {
                                      npm ERR!     name: 'scan',
                                      npm ERR!     args: [ '0', 'MATCH', 'cfg.o.system.host.*', 'COUNT', '250' ]
                                      npm ERR!   }
                                      npm ERR! }
                                      npm ERR!
                                      npm ERR! Node.js v18.19.0
                                      
                                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-02-03T00_01_36_505Z-debug-0.log
                                      Starting node restart.js
                                      pi@raspberrypi:~ $
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Frank-KNX last edited by

                                        @frank-knx

                                        Die Adapter-Updates sind durch?

                                        iob update 
                                        

                                        sagt?

                                        F 1 Reply Last reply Reply Quote 0
                                        • F
                                          Frank-KNX @Thomas Braun last edited by

                                          @thomas-braun

                                          Ja, Updates sind ohne Fehlermeldung durchgelaufen. Auch das iob upgrade.

                                          Erst nach iob stop und dann upgrade self die Fehlermeldung.

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            Frank-KNX @Frank-KNX last edited by

                                            Muss noch ergänzen..

                                            Nachfolgend upgrade...
                                            Alles nicht instalierten Adapter werden angezeigt.. aber die installierten meldet er, als nicht upgedated, weil die JS-Controller Version ja bekanntlich zu alt ist => Das will ich ja gerade ändern...

                                            pi@raspberrypi:~ $ iob upgrade
                                            Adapter "accuweather"    is not installed.
                                            Adapter "acme"           is not installed.
                                            Adapter "adb"            is not installed.
                                            Adapter "adguard"        is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=3.3.22
                                            Adapter "aio"            is not installed.
                                            Adapter "airconwithme"   is not installed.
                                            Adapter "airzone"        is not installed.
                                            Adapter "alarm"          is not installed.
                                            Adapter "alexa-shoppinglist" is not installed.
                                            Adapter "alexa-timer-vis" is not installed.
                                            Adapter "alexa2"         is not installed.
                                            Adapter "alias-manager"  is not installed.
                                            Adapter "alpha-ess"      is not installed.
                                            Adapter "alpha2"         is not installed.
                                            Adapter "amazon-dash"    is not installed.
                                            Adapter "amtronwallbox"  is not installed.
                                            Adapter "anelhut"        is not installed.
                                            Adapter "apcups"         is not installed.
                                            Adapter "apg-info"       is not installed.
                                            Adapter "artnet"         is not installed.
                                            Adapter "artnet-recorder" is not installed.
                                            Adapter "asterisk"       is not installed.
                                            Adapter "asuswrt"        is not installed.
                                            Adapter "atlas-scientific-ezo-i2c" is not installed.
                                            Adapter "awattar"        is not installed.
                                            Adapter "awtrix-light"   is not installed.
                                            Adapter "b-control-em"   is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=4.0.0
                                            Adapter "beckhoff"       is not installed.
                                            Adapter "benchmark"      is not installed.
                                            Adapter "benq"           is not installed.
                                            Adapter "bestway"        is not installed.
                                            Adapter "bidirectional-counter" is not installed.
                                            Adapter "birthdays"      is not installed.
                                            Adapter "ble"            is not installed.
                                            Adapter "blebox"         is not installed.
                                            Adapter "bluelink"       is not installed.
                                            Adapter "bmw"            is not installed.
                                            Adapter "bosch-ebike"    is not installed.
                                            Adapter "bosesoundtouch" is not installed.
                                            Adapter "botslab360"     is not installed.
                                            Adapter "botvac"         is not installed.
                                            Adapter "bring"          is not installed.
                                            Adapter "broadlink2"     is not installed.
                                            Adapter "bsblan"         is not installed.
                                            Adapter "bshb"           is not installed.
                                            Adapter "bwt"            is not installed.
                                            Adapter "bydbatt"        is not installed.
                                            Adapter "bydhvs"         is not installed.
                                            Adapter "canbus"         is not installed.
                                            Adapter "cec2"           is not installed.
                                            Adapter "chromecast"     is not installed.
                                            Adapter "cleveron"       is not installed.
                                            Adapter "cloud"          is not installed.
                                            Adapter "cloudflare"     is not installed.
                                            Adapter "comfoair"       is not installed.
                                            Adapter "contactid"      is not installed.
                                            Adapter "coronavirus-statistics" is not installed.
                                            Adapter "countdown"      is not installed.
                                            Adapter "cul"            is not installed.
                                            Adapter "daikin"         is not installed.
                                            Adapter "daikin-cloud"   is not installed.
                                            Adapter "daswetter"      is not installed.
                                            Adapter "deconz"         is not installed.
                                            Adapter "denon"          is not installed.
                                            Adapter "device-reminder" is not installed.
                                            Adapter "device-watcher" is not installed.
                                            Adapter "devices"        is not installed.
                                            Adapter "deyeidc"        is not installed.
                                            Adapter "digitalstrom"   is not installed.
                                            Adapter "discord"        is not installed.
                                            Adapter "discovergy"     is not installed.
                                            Adapter "discovery"      is up to date.
                                            Adapter "divera247"      is not installed.
                                            Adapter "doorbird"       is not installed.
                                            Adapter "doorio"         is not installed.
                                            Adapter "drag-indicator" is not installed.
                                            Adapter "ds18b20"        is not installed.
                                            Adapter "dwd"            is not installed.
                                            Adapter "dysonairpurifier" is not installed.
                                            Adapter "e3dc-rscp"      is not installed.
                                            Adapter "easee"          is not installed.
                                            Adapter "ebus"           is not installed.
                                            Adapter "echarts"        is not installed.
                                            Adapter "ecovacs-deebot" is not installed.
                                            Adapter "egigeozone"     is not installed.
                                            Adapter "ekey"           is not installed.
                                            Adapter "elero-usb-transmitter" is not installed.
                                            Adapter "email"          is not installed.
                                            Adapter "emby"           is not installed.
                                            Adapter "emporia"        is not installed.
                                            Adapter "ems-esp"        is not installed.
                                            Adapter "energiefluss"   is not installed.
                                            Adapter "energymanager"  is not installed.
                                            Adapter "enet"           is not installed.
                                            Adapter "enigma2"        is not installed.
                                            Adapter "envertech-pv"   is not installed.
                                            Adapter "epson_ecotank_et_2750" is not installed.
                                            Adapter "epson_stylus_px830" is not installed.
                                            Adapter "eusec"          is not installed.
                                            Adapter "evcc"           is not installed.
                                            Adapter "eventlist"      is not installed.
                                            Adapter "exchangerates"  is not installed.
                                            Adapter "fahrplan"       is not installed.
                                            Adapter "fakeroku"       is not installed.
                                            Adapter "fb-checkpresence" is not installed.
                                            Adapter "feiertage"      is not installed.
                                            Adapter "fhem"           is not installed.
                                            Adapter "fiat"           is not installed.
                                            Adapter "firetv"         is not installed.
                                            Adapter "fitbit-fitness" is not installed.
                                            Adapter "flot"           is not installed.
                                            Adapter "followthesun"   is not installed.
                                            Adapter "foobar2000"     is not installed.
                                            Adapter "ford"           is not installed.
                                            Adapter "frigate"        is not installed.
                                            Adapter "fritzbox"       is not installed.
                                            Adapter "fritzdect"      is not installed.
                                            Adapter "froeling"       is not installed.
                                            Adapter "fronius"        is not installed.
                                            Adapter "fronius-solarweb" is not installed.
                                            Adapter "fronius-wattpilot" is not installed.
                                            Adapter "frontier_silicon" is not installed.
                                            Adapter "fuelpricemonitor" is not installed.
                                            Adapter "fullcalendar"   is not installed.
                                            Adapter "fullybrowser"   is not installed.
                                            Adapter "g-homa"         is not installed.
                                            Adapter "garmin"         is not installed.
                                            Adapter "geofency"       is not installed.
                                            Adapter "gigaset-elements" is not installed.
                                            Adapter "gira-iot"       is not installed.
                                            Adapter "go-e"           is not installed.
                                            Adapter "govee-local"    is not installed.
                                            Adapter "growatt"        is not installed.
                                            Adapter "gruenbeck"      is not installed.
                                            Adapter "gsmsms"         is not installed.
                                            Adapter "haassohn"       is not installed.
                                            Adapter "habpanel"       is not installed.
                                            Adapter "haier"          is not installed.
                                            Adapter "ham"            is not installed.
                                            Adapter "ham-wemo"       is not installed.
                                            Adapter "harmony"        is not installed.
                                            Adapter "hass"           is not installed.
                                            Adapter "hausbus_de"     is not installed.
                                            Adapter "heatingcontrol" is not installed.
                                            Adapter "heizoel"        is not installed.
                                            Adapter "heizungssteuerung" is not installed.
                                            Adapter "hekr"           is not installed.
                                            Adapter "helios"         is not installed.
                                            Adapter "heos"           is not installed.
                                            Adapter "heytech"        is not installed.
                                            Adapter "hid-community"  is not installed.
                                            Adapter "hikvision-alarmserver" is not installed.
                                            Adapter "history"        is not installed.
                                            Adapter "hm-rega"        is not installed.
                                            Adapter "hm-rpc"         is not installed.
                                            Adapter "hmip"           is not installed.
                                            Adapter "homeconnect"    is not installed.
                                            Adapter "homee"          is not installed.
                                            Adapter "homekit-controller" is not installed.
                                            Adapter "homenet"        is not installed.
                                            Adapter "homepilot"      is not installed.
                                            Adapter "hoover"         is not installed.
                                            Adapter "hp-ilo"         is not installed.
                                            Adapter "hs100"          is not installed.
                                            Adapter "hue"            is not installed.
                                            Adapter "huum-sauna"     is not installed.
                                            Adapter "i2c"            is not installed.
                                            Invalid version of "admin". Installed "4.1.11", required ">=5.3.2
                                            Adapter "iceroad"        is not installed.
                                            Adapter "ico-cloud"      is not installed.
                                            Adapter "icons-addictive-flavour-png" is not installed.
                                            Adapter "icons-eclipse-smarthome-classic" is not installed.
                                            Adapter "icons-fatcow-hosting" is not installed.
                                            Adapter "icons-freepic"  is not installed.
                                            Adapter "icons-icons8"   is not installed.
                                            Adapter "icons-material-png" is not installed.
                                            Adapter "icons-material-svg" is not installed.
                                            Adapter "icons-mfd-png"  is up to date.
                                            Adapter "icons-mfd-svg"  is not installed.
                                            Adapter "icons-open-icon-library-png" is not installed.
                                            Adapter "icons-smarthome" is not installed.
                                            Adapter "icons-ultimate-png" is not installed.
                                            Adapter "ikettle2"       is not installed.
                                            Adapter "imap"           is not installed.
                                            Adapter "imow"           is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=3.3.0
                                            Update info from @1.7.10 to @2.0.0
                                            NPM version: 10.2.3
                                            npm install iobroker.info@2.0.0 --loglevel error --prefix "/opt/iobroker" (System call)
                                            Adapter "system.adapter.vis.0" restarted.
                                            Update "system.adapter.info.0"
                                            upload [90] info.admin /opt/iobroker/node_modules/iobroker.info/admin/tab_m.html tab_m.html text/html
                                            upload [80] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/helper.js lib/js/helper.js application/javascript
                                            upload [70] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootbox.min.js lib/js/bootbox.min.js application/javascript
                                            upload [60] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/redhat.png lib/img/logos/redhat.png image/png
                                            upload [50] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/mandriva.png lib/img/logos/mandriva.png image/png
                                            upload [40] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/centos.png lib/img/logos/centos.png image/png
                                            upload [30] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/graphics.png lib/img/icons/graphics.png image/png
                                            upload [20] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/clockface.png lib/img/clock/clockface.png image/png
                                            upload [19] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.svg lib/fonts/fontawesome-webfont.svg image/svg+xml
                                            upload [18] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/data/infoData.json lib/data/infoData.json application/json
                                            upload [17] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/simplemde.min.css lib/css/simplemde.min.css text/css
                                            upload [16] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css
                                            upload [15] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/font-awesome.min.css lib/css/font-awesome.min.css text/css
                                            upload [14] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/chartist.min.css lib/css/chartist.min.css text/css
                                            upload [13] info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                                            upload [12] info.admin /opt/iobroker/node_modules/iobroker.info/admin/info.png info.png image/png
                                            upload [11] info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html
                                            upload [10] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                            upload [9] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                                            upload [8] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                            upload [7] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                            upload [6] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                            upload [5] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                            upload [4] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                            upload [3] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                            upload [2] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                            upload [1] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                            upload [0] info.admin /opt/iobroker/node_modules/iobroker.info/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                            Adapter "info" updated
                                            Adapter "innogy-smarthome" is not installed.
                                            Adapter "innoxel"        is not installed.
                                            Adapter "intex"          is not installed.
                                            Adapter "iot"            is not installed.
                                            Adapter "iqontrol"       is not installed.
                                            Adapter "iwg-vpn"        is not installed.
                                            Adapter "janitza-gridvis" is not installed.
                                            Adapter "jarvis"         is not installed.
                                            Invalid version of "admin". Installed "4.1.11", required ">=5.1.28
                                            Adapter "jeelink"        is not installed.
                                            Adapter "judoisoft"      is not installed.
                                            Adapter "kecontact"      is not installed.
                                            Adapter "klf200"         is not installed.
                                            Adapter "knmi-weather"   is not installed.
                                            Invalid version of "admin". Installed "4.1.11", required ">=5.1.28
                                            Adapter "kodi"           is not installed.
                                            Adapter "kostal-piko-ba" is not installed.
                                            Adapter "lametric"       is not installed.
                                            Adapter "lcn"            is not installed.
                                            Adapter "legrand-ecocompteur" is not installed.
                                            Adapter "letrika_comgw"  is not installed.
                                            Adapter "lg-ess-home"    is not installed.
                                            Adapter "lg-thinq"       is not installed.
                                            Adapter "lgtv"           is not installed.
                                            Adapter "lgtv-rs"        is not installed.
                                            Adapter "lgtv11"         is not installed.
                                            Adapter "libre"          is not installed.
                                            Adapter "lifx"           is not installed.
                                            Adapter "lightcontrol"   is not installed.
                                            Adapter "lightify"       is not installed.
                                            Adapter "link"           is not installed.
                                            Adapter "link2home"      is not installed.
                                            Adapter "linkeddevices"  is not installed.
                                            Adapter "linktap"        is not installed.
                                            Update linux-control from @1.1.2 to @1.1.5
                                            NPM version: 10.2.3
                                            npm install iobroker.linux-control@1.1.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                            upload [20] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/words.js words.js application/javascript
                                            Update "system.adapter.linux-control.0"
                                            upload [19] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/style.css style.css text/css
                                            upload [18] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/linux-control.png linux-control.png image/png
                                            upload [17] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/updates.json lib/updates.json application/json
                                            upload [16] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/services.json lib/services.json application/json
                                            upload [15] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/needrestart.json lib/needrestart.json application/json
                                            upload [14] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/jquery.fancytree.dnd5.js lib/jquery.fancytree.dnd5.js application/javascript
                                            upload [13] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/info.json lib/info.json application/json
                                            upload [12] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/distribution.json lib/distribution.json application/json
                                            upload [11] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/lib/control.json lib/control.json application/json
                                            upload [10] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/index_m.js index_m.js application/javascript
                                            upload [9] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/index_m.html index_m.html text/html
                                            upload [8] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/state.png img/state.png image/png
                                            upload [7] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/menu_right.svg img/menu_right.svg image/svg+xml
                                            upload [6] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/menu_down.svg img/menu_down.svg image/svg+xml
                                            upload [5] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/info-big.png img/info-big.png image/png
                                            upload [4] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/folder.png img/folder.png image/png
                                            upload [3] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/checkbox_marked.svg img/checkbox_marked.svg image/svg+xml
                                            upload [2] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/checkbox_intermediate.svg img/checkbox_intermediate.svg image/svg+xml
                                            upload [1] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/img/checkbox.svg img/checkbox.svg image/svg+xml
                                            upload [0] linux-control.admin /opt/iobroker/node_modules/iobroker.linux-control/admin/admin.d.ts admin.d.ts video/mp2t
                                            Adapter "linux-control" updated
                                            Adapter "logparser"      is not installed.
                                            Adapter "loqed"          is not installed.
                                            Adapter "lovelace"       is not installed.
                                            Adapter "lowpass-filter" is not installed.
                                            Adapter "loxone"         is not installed.
                                            Adapter "luftdaten"      is not installed.
                                            Adapter "lupusec"        is not installed.
                                            Adapter "luxtronik1"     is not installed.
                                            Adapter "material"       is not installed.
                                            Adapter "matrix-org"     is not installed.
                                            Adapter "maveo"          is not installed.
                                            Adapter "maxcube"        is not installed.
                                            Adapter "maxcul"         is not installed.
                                            Adapter "mbus"           is not installed.
                                            Adapter "mclighting"     is not installed.
                                            Adapter "meater"         is not installed.
                                            Adapter "mediola-gateway" is not installed.
                                            Adapter "megad"          is not installed.
                                            Adapter "megadd"         is not installed.
                                            Adapter "megaesp"        is not installed.
                                            Adapter "melcloud"       is not installed.
                                            Adapter "mercedesme"     is not installed.
                                            Adapter "mercury"        is not installed.
                                            Adapter "meross"         is not installed.
                                            Adapter "meteoalarm"     is not installed.
                                            Adapter "micronova"      is not installed.
                                            Adapter "midea"          is not installed.
                                            Adapter "miele"          is not installed.
                                            Adapter "mielecloudservice" is not installed.
                                            Adapter "mihome"         is not installed.
                                            Adapter "mihome-cloud"   is not installed.
                                            Adapter "mihome-lamp"    is not installed.
                                            Adapter "mihome-plug"    is not installed.
                                            Adapter "mihome-vacuum"  is not installed.
                                            Adapter "mikrotik"       is not installed.
                                            Adapter "milight"        is not installed.
                                            Adapter "milight-smart-light" is not installed.
                                            Adapter "minuvis"        is not installed.
                                            Adapter "mobile"         is not installed.
                                            Adapter "modbus"         is not installed.
                                            Adapter "moma"           is not installed.
                                            Adapter "mpd"            is not installed.
                                            Adapter "mqtt"           is not installed.
                                            Adapter "mqtt-client"    is not installed.
                                            Adapter "musiccast"      is not installed.
                                            Adapter "mydlink"        is not installed.
                                            Adapter "myenergi"       is not installed.
                                            Adapter "mysensors"      is not installed.
                                            Adapter "mystrom"        is not installed.
                                            Adapter "myvbus"         is not installed.
                                            Adapter "nanoleaf-lightpanels" is not installed.
                                            Adapter "net-tools"      is not installed.
                                            Adapter "netatmo"        is not installed.
                                            Adapter "netatmo-crawler" is not installed.
                                            Adapter "netatmo-energy" is not installed.
                                            Adapter "nibeuplink"     is not installed.
                                            Adapter "nina"           is not installed.
                                            Adapter "nissan"         is not installed.
                                            Adapter "niu"            is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=3.3.22
                                            Adapter "notification-manager" is not installed.
                                            Adapter "nsclient"       is not installed.
                                            Adapter "nuki"           is not installed.
                                            Adapter "nuki-extended"  is not installed.
                                            Adapter "nut"            is not installed.
                                            Adapter "ocpp"           is not installed.
                                            Adapter "octoprint"      is not installed.
                                            Adapter "odl"            is not installed.
                                            Adapter "oekofen-json"   is not installed.
                                            Adapter "oilfox"         is not installed.
                                            Adapter "omnicomm-lls"   is not installed.
                                            Adapter "onkyo"          is not installed.
                                            Adapter "onvif"          is not installed.
                                            Adapter "opendtu"        is not installed.
                                            Adapter "openhab"        is not installed.
                                            Adapter "openknx"        is not installed.
                                            Adapter "openligadb"     is not installed.
                                            Adapter "openweathermap" is not installed.
                                            Adapter "operating-hours" is not installed.
                                            Adapter "opi"            is not installed.
                                            Adapter "oppoplayer"     is not installed.
                                            Adapter "owfs"           is not installed.
                                            Adapter "owntracks"      is not installed.
                                            Adapter "panasonic-comfort-cloud" is not installed.
                                            Adapter "panasonic-viera" is not installed.
                                            Adapter "parcel"         is not installed.
                                            Adapter "parser"         is not installed.
                                            Adapter "paw"            is not installed.
                                            Adapter "pegelalarm"     is not installed.
                                            Adapter "ph803w"         is not installed.
                                            Adapter "phantomjs"      is not installed.
                                            Adapter "philips-air"    is not installed.
                                            Adapter "philips-tv"     is not installed.
                                            Adapter "pi-hole"        is not installed.
                                            Adapter "piface"         is not installed.
                                            Adapter "pimatic"        is not installed.
                                            Adapter "ping"           is not installed.
                                            Adapter "pixelit"        is not installed.
                                            Adapter "places"         is not installed.
                                            Adapter "plenticore"     is not installed.
                                            Adapter "plex"           is not installed.
                                            Adapter "plexconnect"    is not installed.
                                            Adapter "pollenflug"     is not installed.
                                            Adapter "porsche"        is not installed.
                                            Adapter "powerfox2"      is not installed.
                                            Adapter "procon-ip"      is not installed.
                                            Adapter "proxmox"        is not installed.
                                            Adapter "proxy"          is not installed.
                                            Adapter "psa"            is not installed.
                                            Adapter "puppeteer"      is not installed.
                                            Adapter "pushbullet"     is not installed.
                                            Adapter "pushover"       is not installed.
                                            Adapter "pushsafer"      is not installed.
                                            Adapter "pvforecast"     is not installed.
                                            Adapter "pvoutputorg"    is not installed.
                                            Adapter "pylontech"      is not installed.
                                            Adapter "radar2"         is not installed.
                                            Adapter "radiohead"      is not installed.
                                            Adapter "rct"            is not installed.
                                            Adapter "renacidc"       is not installed.
                                            Adapter "renault"        is not installed.
                                            Adapter "reolink"        is not installed.
                                            Adapter "residents"      is not installed.
                                            Adapter "resol"          is not installed.
                                            Adapter "rest-api"       is not installed.
                                            Adapter "rflink"         is not installed.
                                            Adapter "rickshaw"       is not installed.
                                            Adapter "ring"           is not installed.
                                            Adapter "robonect"       is not installed.
                                            Adapter "roborock"       is not installed.
                                            Adapter "roomba"         is not installed.
                                            Adapter "rpi2"           is not installed.
                                            Adapter "rssfeed"        is not installed.
                                            Adapter "s7"             is not installed.
                                            Adapter "sainlogic"      is not installed.
                                            Adapter "samsung"        is not installed.
                                            Adapter "samsung_tizen"  is not installed.
                                            Adapter "sanext"         is not installed.
                                            Adapter "sayit"          is not installed.
                                            Adapter "sbfspot"        is not installed.
                                            Adapter "scenes"         is not installed.
                                            Adapter "scheduler"      is not installed.
                                            Adapter "schoolfree"     is not installed.
                                            Adapter "schwoerer-ventcube" is not installed.
                                            Adapter "seko"           is not installed.
                                            Adapter "selverf"        is not installed.
                                            Adapter "semp"           is not installed.
                                            Adapter "seq"            is not installed.
                                            Adapter "shelly"         is not installed.
                                            Adapter "shuttercontrol" is not installed.
                                            Adapter "sia"            is not installed.
                                            Adapter "siegenia"       is not installed.
                                            Adapter "signal-cmb"     is not installed.
                                            Adapter "signifylights"  is not installed.
                                            Adapter "simple-api"     is up to date.
                                            Adapter "sma-em"         is not installed.
                                            Adapter "smappee"        is not installed.
                                            Adapter "smart-eq"       is not installed.
                                            Adapter "smartcontrol"   is not installed.
                                            Adapter "smartgarden"    is not installed.
                                            Adapter "smartmeter"     is not installed.
                                            Adapter "smartthings"    is not installed.
                                            Adapter "snips"          is not installed.
                                            Adapter "snmp"           is not installed.
                                            Invalid version of "admin". Installed "4.1.11", required ">=5.0.0
                                            Adapter "solarlog"       is not installed.
                                            Adapter "solarmanpv"     is not installed.
                                            Adapter "solarviewdatareader" is not installed.
                                            Adapter "solarwetter"    is not installed.
                                            Adapter "solax"          is not installed.
                                            Adapter "sonnen"         is not installed.
                                            Adapter "sonoff"         is not installed.
                                            Adapter "sonos"          is not installed.
                                            Adapter "sony-bravia"    is not installed.
                                            Adapter "spotify-premium" is not installed.
                                            Adapter "sprinklecontrol" is not installed.
                                            Adapter "sql"            is not installed.
                                            Adapter "squeezeboxrpc"  is not installed.
                                            Adapter "starline"       is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=3.3.0
                                            Adapter "stiebel-isg"    is not installed.
                                            Adapter "sureflap"       is not installed.
                                            Adapter "swiss-weather-api" is not installed.
                                            Adapter "synochat"       is not installed.
                                            Adapter "synology"       is not installed.
                                            Adapter "systeminfo"     is not installed.
                                            Adapter "tado"           is not installed.
                                            Adapter "tahoma"         is not installed.
                                            Adapter "tankerkoenig"   is not installed.
                                            Adapter "tapo"           is not installed.
                                            Adapter "telegram"       is not installed.
                                            Adapter "telegram-menu"  is not installed.
                                            Adapter "terminal"       is not installed.
                                            Adapter "tesla-motors"   is not installed.
                                            Adapter "text2command"   is not installed.
                                            Adapter "tibberlink"     is not installed.
                                            Adapter "tinker"         is not installed.
                                            Adapter "tinymqttbroker" is not installed.
                                            Adapter "toyota"         is not installed.
                                            Adapter "tr-064"         is up to date.
                                            Adapter "traccar"        is not installed.
                                            Adapter "tractive-gps"   is not installed.
                                            Adapter "tradfri"        is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=4.0.15
                                            Adapter "trivum"         is not installed.
                                            Adapter "tronity"        is not installed.
                                            Adapter "tunnelbroker-endpoint-updater" is not installed.
                                            Adapter "tuya"           is not installed.
                                            Adapter "tvprogram"      is not installed.
                                            Adapter "tvspielfilm"    is not installed.
                                            Adapter "twinkly"        is not installed.
                                            Adapter "unifi"          is not installed.
                                            Invalid version of "js-controller". Installed "3.1.6", required ">=3.3.0
                                            Adapter "uv-protect"     is not installed.
                                            Adapter "vaillant"       is not installed.
                                            Adapter "valloxmv"       is not installed.
                                            Adapter "valuetrackerovertime" is not installed.
                                            Adapter "vcard"          is not installed.
                                            Adapter "vds2465-server" is not installed.
                                            Adapter "velux"          is not installed.
                                            Adapter "vesync"         is not installed.
                                            Adapter "viessmann"      is not installed.
                                            Adapter "viessmannapi"   is not installed.
                                            Adapter "virtualpowermeter" is not installed.
                                            Update vis from @1.3.4 to @1.5.4
                                            NPM version: 10.2.3
                                            npm install iobroker.vis@1.5.4 --loglevel error --prefix "/opt/iobroker" (System call)
                                            upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                                            Adapter "system.adapter.vis.0" restarted.
                                            upload [600] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/6-1.png widgets/timeandweather/img/clock/6-1.png image/png
                                            upload [550] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/timeandweather/img/clock/01-1.png widgets/timeandweather/img/clock/01-1.png image/png
                                            upload [500] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/sani_valve_60.png widgets/jqui-mfd/img/sani_valve_60.png image/png
                                            upload [450] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/fts_window_roof.svg widgets/jqui-mfd/img/fts_window_roof.svg image/svg+xml
                                            upload [400] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/jqui-mfd/img/authors.txt widgets/jqui-mfd/img/authors.txt text/plain
                                            upload [350] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/hqwidgets/css/glossy.css widgets/hqwidgets/css/glossy.css text/css
                                            upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/pin_red5.svg widgets/basic/img/pin_red5.svg image/svg+xml
                                            upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/bars/js/jquery.sidebar.js widgets/bars/js/jquery.sidebar.js application/javascript
                                            upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/js/jquery-ui-timepicker-addon-1.6.3.js lib/js/jquery-ui-timepicker-addon-1.6.3.js application/javascript
                                            upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/js/visEditExt.js js/visEditExt.js application/javascript
                                            upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/actions/back.png js/fm/icon/actions/back.png image/png
                                            upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/img/zip.png img/zip.png image/png
                                            upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/img/faviconEdit.png img/faviconEdit.png image/png
                                            upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/img/bulbOn.png img/bulbOn.png image/png
                                            upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/img/back/oblique-line-bk.png img/back/oblique-line-bk.png image/png
                                            upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/timestamp.png icon/timestamp.png image/png
                                            upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/ok.png icon/ok.png image/png
                                            upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/distribute-vertical-equal.png icon/distribute-vertical-equal.png image/png
                                            upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-width.png icon/align-width.png image/png
                                            upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-vertical-top-2.png icon/align-vertical-top-2.png image/png
                                            upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-vertical-center-2.png icon/align-vertical-center-2.png image/png
                                            upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-vertical-bottom-2.png icon/align-vertical-bottom-2.png image/png
                                            upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-horizontal-right-2.png icon/align-horizontal-right-2.png image/png
                                            upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-horizontal-left.png icon/align-horizontal-left.png image/png
                                            upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-horizontal-center-2.png icon/align-horizontal-center-2.png image/png
                                            upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-height.png icon/align-height.png image/png
                                            upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/add.png icon/add.png image/png
                                            upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/edit.src.html edit.src.html text/html
                                            upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/edit.html edit.html text/html
                                            upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/css/vis.css css/vis.css text/css
                                            upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/css/vis-editor.css css/vis-editor.css text/css
                                            upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/css/styles.css css/styles.css text/css
                                            upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/css/montserrat-regular-webfont.woff css/montserrat-regular-webfont.woff font/woff
                                            upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/css/doc.css css/doc.css text/css
                                            upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/css/backgrounds.css css/backgrounds.css text/css
                                            upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/css/app.css css/app.css text/css
                                            upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/css/add_kian.css css/add_kian.css text/css
                                            upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/cordova.js cordova.js application/javascript
                                            upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest
                                            Update "system.adapter.vis.0"
                                            Adapter "vis" updated
                                            Adapter "vis-2"          is not installed.
                                            Adapter "vis-2-widgets-energy" is not installed.
                                            Adapter "vis-2-widgets-gauges" is not installed.
                                            Adapter "vis-2-widgets-jaeger-design" is not installed.
                                            Adapter "vis-2-widgets-material" is not installed.
                                            Adapter "vis-bars"       is up to date.
                                            Adapter "vis-canvas-gauges" is not installed.
                                            Adapter "vis-colorpicker" is up to date.
                                            Adapter "vis-fancyswitch" is up to date.
                                            Adapter "vis-google-fonts" is not installed.
                                            Adapter "vis-history"    is not installed.
                                            Adapter "vis-hqwidgets"  is up to date.
                                            Adapter "vis-icontwo"    is not installed.
                                            Adapter "vis-inventwo"   is not installed.
                                            Adapter "vis-jqui-mfd"   is up to date.
                                            Adapter "vis-justgage"   is not installed.
                                            Adapter "vis-keyboard"   is not installed.
                                            Adapter "vis-lcars"      is not installed.
                                            Adapter "vis-map"        is not installed.
                                            Adapter "vis-material"   is not installed.
                                            Adapter "vis-material-advanced" is not installed.
                                            Adapter "vis-materialdesign" is not installed.
                                            Adapter "vis-metro"      is not installed.
                                            Adapter "vis-players"    is not installed.
                                            Adapter "vis-plumb"      is not installed.
                                            Adapter "vis-rgraph"     is not installed.
                                            Adapter "vis-timeandweather" is up to date.
                                            Adapter "vis-weather"    is not installed.
                                            Adapter "voltoplus"      is not installed.
                                            Adapter "volumio"        is not installed.
                                            Adapter "volvo"          is not installed.
                                            Adapter "vr200"          is not installed.
                                            Adapter "vw-connect"     is not installed.
                                            Adapter "wallpanel"      is not installed.
                                            Adapter "warp"           is not installed.
                                            Adapter "weather-warnings" is not installed.
                                            Adapter "weatherflow_udp" is not installed.
                                            Adapter "weatherunderground" is not installed.
                                            Invalid version of "admin". Installed "4.1.11", required ">=5.1.0
                                            Adapter "webcal"         is not installed.
                                            Adapter "webui"          is not installed.
                                            Adapter "webuntis"       is not installed.
                                            Adapter "weishaupt-wem"  is not installed.
                                            Adapter "welcome"        is not installed.
                                            Adapter "whatsapp-cmb"   is not installed.
                                            Adapter "wiegand-tcpip"  is not installed.
                                            Adapter "wiffi-wz"       is not installed.
                                            Adapter "wifilight"      is not installed.
                                            Adapter "windows-control" is not installed.
                                            Adapter "wiobrowser"     is not installed.
                                            Adapter "wireguard"      is not installed.
                                            Adapter "wireless-mbus"  is not installed.
                                            Adapter "withings"       is not installed.
                                            Adapter "wlanthermo-nano" is not installed.
                                            Adapter "wled"           is not installed.
                                            Adapter "wmswebcontrol"  is not installed.
                                            Adapter "wolf"           is not installed.
                                            Adapter "wolf-smartset"  is not installed.
                                            Adapter "worx"           is not installed.
                                            Adapter "ws"             is not installed.
                                            Adapter "x-touch"        is not installed.
                                            Adapter "xbox"           is not installed.
                                            Adapter "xs1"            is not installed.
                                            Adapter "xterm"          is not installed.
                                            Adapter "yahka"          is not installed.
                                            Adapter "yahoo-stock-market" is not installed.
                                            Adapter "yamaha"         is not installed.
                                            Adapter "yeelight-2"     is not installed.
                                            Adapter "youtube"        is not installed.
                                            Adapter "yr"             is not installed.
                                            Adapter "zehnder-cloud"  is not installed.
                                            Adapter "zendure-solarflow" is not installed.
                                            Adapter "zigbee"         is not installed.
                                            Adapter "zigbee2mqtt"    is not installed.
                                            Adapter "zont"           is not installed.
                                            Adapter "zwave2"         is not installed.
                                            pi@raspberrypi:~ $ iob stop
                                            pi@raspberrypi:~ $ iob upgrade self
                                            
                                            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

                                            595
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            67
                                            3981
                                            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