Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log

    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

    GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mathias2803 @Thomas Braun last edited by

      @thomas-braun

      It looks much better now, but still not running:

      pi@ioBroker:~ $ iobroker info
      node:internal/modules/cjs/loader:1143
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
          at Module._load (node:internal/modules/cjs/loader:981:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
          at node:internal/main/run_main_module:28:49 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      
      Node.js v18.20.4
      
      1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Mathias2803 last edited by

        @mathias2803 sagte in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

        Please refresh or restart your browser in a few moments.

        Kommst du jetzt wieder auf den Admin drauf?

        M 1 Reply Last reply Reply Quote 0
        • M
          Mathias2803 @Thomas Braun last edited by

          @thomas-braun

          Habe neu gestartet, dann "iobroker start" und es hat recht lange geladen.

          Leider aber gab es dann diese Fehlermeldung beim Info:

          pi@ioBroker:~ $ iobroker info
          node:internal/modules/cjs/loader:1143
            throw err;
            ^
          
          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
              at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
              at Module._load (node:internal/modules/cjs/loader:981:27)
              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
              at node:internal/main/run_main_module:28:49 {
            code: 'MODULE_NOT_FOUND',
            requireStack: []
          }
          
          Node.js v18.20.4
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Mathias2803 last edited by

            @mathias2803

            Dann hau den js-controller manuell rein:

            iob stop
            cd /opt/iobroker
            npm install iobroker.js-controller@6.0.9
            sudo reboot
            
            M 2 Replies Last reply Reply Quote 0
            • M
              Mathias2803 @Thomas Braun last edited by

              @thomas-braun said in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

              npm install iobroker.js-controller@6.0.9

              pi@ioBroker:~ $ iob stop
              pi@ioBroker:~ $ cd /opt/iobroker
              pi@ioBroker:/opt/iobroker $ npm install iobroker.js-controller@6.0.9
              npm warn deprecated har-validator@5.1.5: this library is no longer supported
              npm warn deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
              npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
              npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              
              added 563 packages in 4m
              
              59 packages are looking for funding
                run `npm fund` for details
              
              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              1 Reply Last reply Reply Quote 0
              • M
                Mathias2803 @Thomas Braun last edited by

                @thomas-braun

                pi@ioBroker:~ $ iobroker info
                Platform       : linux
                os             : linux
                Architecture   : arm
                CPUs           : 4
                Speed          : 1500 MHz
                Model          : ARMv7 Processor rev 3 (v7l)
                RAM            : 3.7 GB
                System uptime  : 00:06:44
                Node.js        : v18.20.4
                time           : 1722847123885
                timeOffset     : -120
                NPM            : 10.7.0
                adapters count : 539
                Disk size      : 28.9 GiB
                Disk free      : 10.9 GiB
                pi@ioBroker:~ $ iobroker start
                pi@ioBroker:~ $ iobroker info
                 Connection is closed.
                Uncaught Rejection: Error: Objects DB is not allowed to start in the current Multihost environment
                    at Redis.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/build/esm/lib/objects/objectsInRedisClient.js:492:23)
                    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                 Unable to subscribe to evicted Keyspace events from Redis Server: Connection is closed.
                 Unable to subscribe to meta namespace "meta." changes: Connection is closed.
                

                Was ist der nächste Schritt???

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

                  @mathias2803

                  iob status
                  

                  sagt?

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    Mathias2803 @Thomas Braun last edited by

                    @thomas-braun said in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

                    iob status

                    pi@ioBroker:~ $ iob status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Mathias2803 last edited by

                      @mathias2803

                      Kommst du wieder auf die Webseite des Admin?
                      Und bitte die Langfassung von

                      iob diag
                      

                      hier rein.

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        Mathias2803 @Thomas Braun last edited by

                        @thomas-braun said in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

                        iob diag

                        Ja, komme wieder rein, aber es "funktioniert" nicht richtig nach meinem Gefühl.

                        Vis lädt z.B. nicht, Grafana hat keine aktuellen Daten, Telegram Nachricht wurde nach dem Start nicht verschickt,...

                        iob diag:

                        
                        ======== Start marking the full check here =========
                        
                        ``
                        Skript v.2024-05-22
                        
                        *** BASE SYSTEM ***
                           Static hostname: ioBroker
                                 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.2
                        Docker          : false
                        Virtualization  : none
                        Kernel          : armv7l
                        Userland        : 32 bit
                        
                        Systemuptime and Load:
                         10:47:35 up 15 min,  2 users,  load average: 1.66, 2.56, 2.12
                        CPU threads: 4
                        
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** Time and Time Zones ***
                                       Local time: Mon 2024-08-05 10:47:35 CEST
                                   Universal time: Mon 2024-08-05 08:47:35 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        pi
                        HOME=/home/pi
                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                        
                        User that is running 'js-controller':
                        iobroker
                        HOME=/home/iobroker
                        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                        
                        *** Display-Server-Setup ***
                        Display-Server: true
                        Desktop:
                        Terminal:       tty
                        Boot Target:    graphical.target
                        
                        *** MEMORY ***
                                      total        used        free      shared  buff/cache   available
                        Mem:           3.8G        661M        2.1G        8.0M        1.0G        3.0G
                        Swap:           99M          0B         99M
                        Total:         3.9G        661M        2.2G
                        
                        Active iob-Instances:   5
                        
                                 3838 M total memory
                                  661 M used memory
                                  301 M active memory
                                 1275 M inactive memory
                                 2138 M free memory
                                   81 M buffer memory
                                  956 M swap cache
                                   99 M total swap
                                    0 M used swap
                                   99 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 10:47:35 up 15 min,  2 users,  load average: 1.66, 2.56, 2.12
                        Tasks: 162 total,   2 running, 160 sleeping,   0 stopped,   0 zombie
                        %Cpu(s): 24.6 us,  2.9 sy,  0.0 ni, 72.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   3838.7 total,   2137.0 free,    662.7 used,   1039.1 buff/cache
                        MiB Swap:    100.0 total,    100.0 free,      0.0 used.   3030.9 avail Mem
                        
                        *** FAILED SERVICES ***
                        
                          UNIT            LOAD   ACTIVE SUB    DESCRIPTION
                        * lightdm.service loaded failed failed Light Display Manager
                        
                        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       29G   19G  9.7G  66% /
                        devtmpfs                    devtmpfs  1.8G     0  1.8G   0% /dev
                        tmpfs                       tmpfs     1.9G     0  1.9G   0% /dev/shm
                        tmpfs                       tmpfs     1.9G  8.6M  1.9G   1% /run
                        tmpfs                       tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                        tmpfs                       tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
                        /dev/mmcblk0p1              vfat      253M   49M  204M  20% /boot
                        /dev/sda1                   ext4      117G   43G   68G  39% /mnt/mySSD
                        tmpfs                       tmpfs     384M     0  384M   0% /run/user/1000
                        //192.168.0.24/nas/ioBroker cifs      5.4T  2.8T  2.7T  51% /opt/iobroker/backups
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Mon Aug  5 10:32:00 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:98:F2:36 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=f0881a94-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles ip=192.168.1.95::192.168.0.1:255.255.128.0:ioBroker:eth0:off
                        [Mon Aug  5 10:32:05 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        [Mon Aug  5 10:32:05 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [Mon Aug  5 10:32:07 2024] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        [Mon Aug  5 10:32:10 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                        
                        Show mounted filesystems:
                        TARGET                                SOURCE                      FSTYPE     OPTIONS
                        /                                     /dev/mmcblk0p2              ext4       rw,noatime
                        |-/dev                                devtmpfs                    devtmpfs   rw,relatime,size=1800568k,nr_inodes=84157,mode=755
                        | |-/dev/shm                          tmpfs                       tmpfs      rw,nosuid,nodev
                        | |-/dev/pts                          devpts                      devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                        | `-/dev/mqueue                       mqueue                      mqueue     rw,relatime
                        |-/sys                                sysfs                       sysfs      rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/security              securityfs                  securityfs rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/cgroup                    tmpfs                       tmpfs      ro,nosuid,nodev,noexec,mode=755
                        | | |-/sys/fs/cgroup/unified          cgroup2                     cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
                        | | |-/sys/fs/cgroup/systemd          cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                        | | |-/sys/fs/cgroup/devices          cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,devices
                        | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                        | | |-/sys/fs/cgroup/net_cls,net_prio cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                        | | |-/sys/fs/cgroup/blkio            cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,blkio
                        | | |-/sys/fs/cgroup/cpuset           cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
                        | | |-/sys/fs/cgroup/freezer          cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,freezer
                        | | |-/sys/fs/cgroup/pids             cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,pids
                        | | `-/sys/fs/cgroup/perf_event       cgroup                      cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
                        | |-/sys/fs/bpf                       none                        bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                        | |-/sys/kernel/debug                 debugfs                     debugfs    rw,relatime
                        | `-/sys/kernel/config                configfs                    configfs   rw,relatime
                        |-/proc                               proc                        proc       rw,relatime
                        | `-/proc/sys/fs/binfmt_misc          systemd-1                   autofs     rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                        |-/run                                tmpfs                       tmpfs      rw,nosuid,nodev,mode=755
                        | |-/run/lock                         tmpfs                       tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                        | |-/run/rpc_pipefs                   sunrpc                      rpc_pipefs rw,relatime
                        | `-/run/user/1000                    tmpfs                       tmpfs      rw,nosuid,nodev,relatime,size=393084k,mode=700,uid=1000,gid=1000
                        |-/boot                               /dev/mmcblk0p1              vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        |-/mnt/mySSD                          /dev/sda1                   ext4       rw,relatime,sync
                        `-/opt/iobroker/backups               //192.168.0.24/nas/ioBroker cifs       rw,relatime,vers=2.1,cache=strict,username=admin,uid=1001,forceuid,gid=1001,forcegid,addr=192.168.0.24,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=1048576,wsize=1048576,bsize=1048576,echo_interval=60,actimeo=1
                        
                        Files in neuralgic directories:
                        
                        /var:
                        1.8G    /var/
                        1.1G    /var/log
                        408M    /var/cache
                        395M    /var/cache/apt
                        333M    /var/cache/apt/archives
                        
                        Archived and active journals take up 8.0M in the file system.
                        
                        /opt/iobroker/backups:
                        14G     /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        640M    /opt/iobroker/iobroker-data/
                        426M    /opt/iobroker/iobroker-data/files
                        140M    /opt/iobroker/iobroker-data/backup-objects
                        89M     /opt/iobroker/iobroker-data/files/echarts.admin
                        57M     /opt/iobroker/iobroker-data/files/javascript.admin
                        
                        The five largest files in iobroker-data are:
                        35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                        34M     /opt/iobroker/iobroker-data/objects.jsonl
                        24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                        24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                        23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2409981-if00
                        
                        
                        
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v18.20.4
                        /usr/bin/node           v18.20.4
                        /usr/bin/npm            10.7.0
                        /usr/bin/npx            10.7.0
                        /usr/bin/corepack       0.28.0
                        
                        
                        nodejs:
                          Installed: 18.20.4-1nodesource1
                          Candidate: 18.20.4-1nodesource1
                          Version table:
                         *** 18.20.4-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                100 /var/lib/dpkg/status
                             18.20.3-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.20.2-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.20.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.20.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.19.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.19.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.18.2-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.18.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.18.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.17.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.17.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.16.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.16.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.15.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.14.2-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.14.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.14.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.13.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.12.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.11.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.10.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.9.1-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.9.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.8.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.7.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.6.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.5.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.4.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.3.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.2.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.1.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             18.0.0-1nodesource1 600
                                500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                             10.24.0~dfsg-1~deb10u3 500
                                500 https://archive.raspbian.org/raspbian buster/main armhf Packages
                                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.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller:  6.0.9
                        admin:          6.13.16
                        javascript:     "javascript" not found
                        
                        nodejs modules from github:     4
                        | `-- node-botvac@0.4.2-schedule-write (git+ssh://git@github.com/PeterVoronov/node-botvac.git#04674af96bca09ac0db3f2f590209080474521fe)
                        +-- iobroker.husq-automower@1.1.0 (git+ssh://git@github.com/truegreyhound/ioBroker.husq-automower.git#2c07e136ae715bffdde7fc1ceca07a797579735b)
                        +-- iobroker.openuv@0.0.5 (git+ssh://git@github.com/x3l4c0d3/ioBroker.openuv.git#810f8d7ec1fb30af3cc77f8ee0aee709ae68dbc3)
                        | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550)
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
                        + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                        + system.adapter.backitup.1               : backitup              : ioBroker                                 -  enabled
                          system.adapter.botvac.0                 : botvac                : ioBroker                                 - disabled
                          system.adapter.chromecast.0             : chromecast            : ioBroker                                 -  enabled
                          system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
                          system.adapter.deconz.0                 : deconz                : ioBroker                                 -  enabled, port: 80
                          system.adapter.devices.0                : devices               : ioBroker                                 - disabled
                          system.adapter.discord.0                : discord               : ioBroker                                 -  enabled
                        + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
                          system.adapter.echarts.0                : echarts               : ioBroker                                 -  enabled
                          system.adapter.husq-automower.0         : husq-automower        : ioBroker                                 - disabled
                          system.adapter.ical.0                   : ical                  : ioBroker                                 - disabled
                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
                          system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                          system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
                          system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                          system.adapter.lifx.0                   : lifx                  : ioBroker                                 - disabled
                          system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBroker                                 - disabled, port: 54321
                          system.adapter.modbus.0                 : modbus                : ioBroker                                 -  enabled
                          system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                          system.adapter.openuv.0                 : openuv                : ioBroker                                 - disabled
                          system.adapter.panasonic-viera.0        : panasonic-viera       : ioBroker                                 - disabled
                          system.adapter.parcel.0                 : parcel                : ioBroker                                 - disabled
                          system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
                          system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 -  enabled
                          system.adapter.rtl_433.0                : rtl_433               : ioBroker                                 - disabled
                          system.adapter.sainlogic.0              : sainlogic             : ioBroker                                 -  enabled, port: 45000, bind: 0.0.0.0
                          system.adapter.samsung.0                : samsung               : ioBroker                                 - disabled
                          system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          system.adapter.smartgarden.0            : smartgarden           : ioBroker                                 -  enabled
                          system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
                          system.adapter.tr-064.0                 : tr-064                : ioBroker                                 - disabled
                          system.adapter.tr-064.1                 : tr-064                : ioBroker                                 - disabled
                          system.adapter.tr-064.2                 : tr-064                : ioBroker                                 - disabled
                          system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
                          system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 - disabled
                          system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
                          system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
                          system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                          system.adapter.vw-connect.0             : vw-connect            : ioBroker                                 - disabled
                          system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker                                 - disabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.deconz.0                 : deconz                : ioBroker                                 -  enabled, port: 80
                          system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                          system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                          system.adapter.sainlogic.0              : sainlogic             : ioBroker                                 -  enabled, port: 45000, bind: 0.0.0.0
                          system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        ioBroker-Repositories
                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                        │ (index) │   name   │                           url                           │ auto upgrade │
                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                        │    0    │ 'stable' │    'http://download.iobroker.net/sources-dist.json'     │    false     │
                        │    1    │  'beta'  │ 'http://download.iobroker.net/sources-dist-latest.json' │    false     │
                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                        
                        Active repo(s): stable
                        Upgrade policy: none
                        
                        Installed ioBroker-Instances
                        Used repository: stable
                        Adapter    "admin"        : 7.0.22   , installed 6.13.16 [Updatable]
                        Adapter    "backitup"     : 2.11.0   , installed 2.10.11 [Updatable]
                        Adapter    "botvac"       : 2.2.0    , installed 2.0.2  [Updatable]
                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                        Adapter    "discovery"    : 4.5.0    , installed 4.4.0  [Updatable]
                        Adapter    "ical"         : 1.15.0   , installed 1.14.3 [Updatable]
                        Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Controller "js-controller": 6.0.9    , installed 6.0.9
                        Adapter    "lifx"         : 1.0.4    , installed 1.0.4
                        Adapter    "panasonic-viera": 2.1.0  , installed 2.0.0  [Updatable]
                        Adapter    "samsung"      : 0.6.0    , installed 0.5.11 [Updatable]
                        Adapter    "tr-064"       : 4.3.0    , installed 4.2.18 [Updatable]
                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.4.0  [Updatable]
                        Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                        Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                        Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        20714
                        States:         17825
                        
                        *** OS-Repositories and Updates ***
                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://twolife.be/raspbian buster InRelease: The following signatures were invalid: EXPKEYSIG ACA008B8C934A7D4 Sébastien Noel <sebastien@twolife.be>
                        W: Failed to fetch https://twolife.be/raspbian/dists/buster/InRelease  The following signatures were invalid: EXPKEYSIG ACA008B8C934A7D4 Sébastien Noel <sebastien@twolife.be>
                        W: Failed to fetch https://repos.influxdata.com/debian/dists/buster/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        W: Some index files failed to download. They have been ignored, or old ones used instead.
                        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        Get:3 https://repos.influxdata.com/debian buster InRelease [12.9 kB]
                        Hit:4 https://phoscon.de/apt/deconz buster InRelease
                        Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                        Hit:6 https://archive.raspbian.org/raspbian buster InRelease
                        Hit:7 https://twolife.be/raspbian buster InRelease
                        Err:3 https://repos.influxdata.com/debian buster InRelease
                          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        Err:7 https://twolife.be/raspbian buster InRelease
                          The following signatures were invalid: EXPKEYSIG ACA008B8C934A7D4 Sébastien Noel <sebastien@twolife.be>
                        Fetched 12.9 kB in 2s (5857 B/s)
                        Reading package lists...
                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://twolife.be/raspbian buster InRelease: The following signatures were invalid: EXPKEYSIG ACA008B8C934A7D4 Sébastien Noel <sebastien@twolife.be>
                        W: Failed to fetch https://twolife.be/raspbian/dists/buster/InRelease  The following signatures were invalid: EXPKEYSIG ACA008B8C934A7D4 Sébastien Noel <sebastien@twolife.be>
                        W: Failed to fetch https://repos.influxdata.com/debian/dists/buster/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                        W: Some index files failed to download. They have been ignored, or old ones used instead.
                        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:80              0.0.0.0:*               LISTEN      1000       18039      465/deCONZ
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          20122      829/sshd
                        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          17284      447/cupsd
                        tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        33014      2041/influxd
                        tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       17214      465/deCONZ
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       26861      1547/iobroker.js-co
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       28924      1547/iobroker.js-co
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       28191      1640/io.admin.0
                        tcp6       0      0 :::8086                 :::*                    LISTEN      999        32541      2041/influxd
                        tcp6       0      0 ::1:3350                :::*                    LISTEN      0          21758      834/xrdp-sesman
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          20124      829/sshd
                        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          17283      447/cupsd
                        tcp6       0      0 :::3000                 :::*                    LISTEN      115        20145      733/grafana-server
                        tcp6       0      0 :::3389                 :::*                    LISTEN      116        19048      854/xrdp
                        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          18602      690/cups-browsed
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15136      452/avahi-daemon: r
                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       17294      465/deCONZ
                        udp        0      0 0.0.0.0:44442           0.0.0.0:*                           108        15138      452/avahi-daemon: r
                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15184      806/dhcpcd
                        udp6       0      0 :::57988                :::*                                108        15139      452/avahi-daemon: r
                        udp6       0      0 :::5353                 :::*                                108        15137      452/avahi-daemon: r
                        udp6       0      0 :::546                  :::*                                0          16330      806/dhcpcd
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-08-05 10:47:59.237  - info: influxdb.0 (4464) enabled logging of 0_userdata.0.PoolPumpe.Heizung.Solar-Temperatur, Alias=false, 32 points now activated
                        2024-08-05 10:47:59.238  - info: influxdb.0 (4464) enabled logging of alias.0.Pool.UVC.ELECTRIC_POWER, Alias=false, 33 points now activated
                        2024-08-05 10:47:59.239  - info: influxdb.0 (4464) enabled logging of alias.0.Pool.Filter.ELECTRIC_POWER, Alias=false, 34 points now activated
                        2024-08-05 10:47:59.239  - info: influxdb.0 (4464) enabled logging of sainlogic.0.weather.current.indoorhumidity, Alias=false, 35 points now activated
                        2024-08-05 10:47:59.240  - info: influxdb.0 (4464) enabled logging of sainlogic.0.weather.current.indoortemp, Alias=false, 36 points now activated
                        2024-08-05 10:47:59.241  - info: influxdb.0 (4464) enabled logging of sainlogic.0.weather.current.pressureabs, Alias=false, 37 points now activated
                        2024-08-05 10:47:59.241  - info: influxdb.0 (4464) enabled logging of sainlogic.0.weather.current.1.soilmoisture, Alias=false, 38 points now activated
                        2024-08-05 10:47:59.242  - info: influxdb.0 (4464) enabled logging of sainlogic.0.weather.current.2.soilmoisture, Alias=false, 39 points now activated
                        2024-08-05 10:47:59.243  - info: influxdb.0 (4464) enabled logging of 0_userdata.0.PoolPumpe.Wasser-Temp-Test, Alias=false, 40 points now activated
                        2024-08-05 10:47:59.244  - info: influxdb.0 (4464) enabled logging of shelly.0.SHUNI-1#3494547AD6C8#1.ADC.Power, Alias=false, 41 points now activated
                        2024-08-05 10:47:59.244  - info: influxdb.0 (4464) enabled logging of 0_userdata.0.Regenwasserpumpe.Wasserstandsensor.Wasserstand, Alias=false, 42 points now activated
                        2024-08-05 10:47:59.245  - info: influxdb.0 (4464) enabled logging of 0_userdata.0.Regenwasserpumpe.Wasserstandsensor.Fuellstand, Alias=false, 43 points now activated
                        2024-08-05 10:47:59.246  - info: influxdb.0 (4464) enabled logging of Beregnung, Alias=true, 44 points now activated
                        2024-08-05 10:47:59.246  - info: influxdb.0 (4464) enabled logging of smartgarden.0.LOCATION_5ec04d8f-2Dd6ec-2D4b4b-2Daa4a-2D3405684cec21.DEVICE_ee8a5a48-2D2c62-2D4bd6-2Db911-2D711e17b9d5f9.SERVICE_SENSOR_ee8a5a48-2D2c62-2D4bd6-2Db911-2D711e17b9d5f9.soilHumidity_value, Alias=false, 45 points now activated
                        2024-08-05 10:47:59.247  - info: influxdb.0 (4464) enabled logging of smartgarden.0.LOCATION_5ec04d8f-2Dd6ec-2D4b4b-2Daa4a-2D3405684cec21.DEVICE_ee8a5a48-2D2c62-2D4bd6-2Db911-2D711e17b9d5f9.SERVICE_SENSOR_ee8a5a48-2D2c62-2D4bd6-2Db911-2D711e17b9d5f9.soilTemperature_value, Alias=false, 46 points now activated
                        2024-08-05 10:48:00.753  - info: host.ioBroker iobroker npm-install: NPM version: 10.7.0Installing iobroker.javascript@7.8.0... (System call)
                        2024-08-05 10:48:00.854  - info: influxdb.0 (4464) Do not store value "null" for Beregnung because no number
                        2024-08-05 10:48:21.385  - info: host.ioBroker iobroker npm-install:
                        2024-08-05 10:48:21.386  - info: host.ioBroker iobroker npm-install: added 17 packages in 21s184 packages are looking for funding  run `npm fund` for details
                        2024-08-05 10:48:43.558  - info: host.ioBroker iobroker npm-install: host.ioBroker install adapter javascript@7.8.0
                        2024-08-05 10:49:27.144  - info: host.ioBroker iobroker npm-install: upload [310] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                        2024-08-05 10:49:27.446  - info: host.ioBroker iobroker npm-install: upload [300] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.mp3 google-blockly/media/click.mp3 audio/mpeg
                        2024-08-05 10:49:27.852  - info: host.ioBroker iobroker npm-install: upload [250] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/it.js google-blockly/own/msg/it.js application/javascript
                        2024-08-05 10:49:30.586  - info: host.ioBroker iobroker npm-install: upload [200] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/666.f676e7ac.chunk.js.LICENSE.txt static/js/666.f676e7ac.chunk.js.LICENSE.txt text/plain
                        2024-08-05 10:49:46.127  - info: admin.0 (1640) <== Disconnect system.user.admin from ::ffff:192.168.1.87 javascript
                        
                        ``
                        
                        ============ Mark until here for C&P =============
                        
                        iob diag has finished.
                        
                        Homoran M Thomas Braun 3 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Mathias2803 last edited by

                          @mathias2803 läuft ja auch fast nichts!

                          da muss ein + vor der Zeile sein

                          1 Reply Last reply Reply Quote 0
                          • M
                            Mathias2803 @Mathias2803 last edited by Mathias2803

                            @Homoran

                            Warum läuft das alles nicht?

                            Soll ich bei Instanzen einfach alles jetzt starten? Funktioniert leider so nicht.

                            Warum laufen die Instanzen nicht?

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

                              @mathias2803

                              Kiste weiter updaten.

                              iob update
                              iob upgrade all -y
                              

                              Dann zieh ein aktuelles Backup und zieh damit um.
                              Neuinstallation wie hier:
                              https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

                              OHNE Desktop und sonstigem Quatsch und in der 64Bit-Version.

                              M 2 Replies Last reply Reply Quote 0
                              • M
                                Mathias2803 @Thomas Braun last edited by

                                @thomas-braun

                                ======================= SUMMARY =======================
                                                        v.2024-05-22
                                
                                
                                   Static hostname: ioBroker
                                         Icon name: computer
                                  Operating System: Raspbian GNU/Linux 10 (buster)
                                            Kernel: Linux 5.10.103-v7l+
                                      Architecture: arm
                                
                                Installation:           native
                                Kernel:                 armv7l
                                Userland:               32 bit
                                Timezone:               Europe/Berlin (CEST, +0200)
                                User-ID:                1000
                                Display-Server:         true
                                Boot Target:            graphical.target
                                
                                Pending OS-Updates:     0
                                Pending iob updates:    16
                                
                                Nodejs-Installation:
                                /usr/bin/nodejs         v18.20.4
                                /usr/bin/node           v18.20.4
                                /usr/bin/npm            10.7.0
                                /usr/bin/npx            10.7.0
                                /usr/bin/corepack       0.28.0
                                
                                Recommended versions are nodejs 18.20.4 and npm 10.7.0
                                Your nodejs installation is correct
                                
                                MEMORY:
                                              total        used        free      shared  buff/cache   available
                                Mem:           3.8G        1.4G        692M        8.0M        1.8G        2.3G
                                Swap:           99M          0B         99M
                                Total:         3.9G        1.4G        792M
                                
                                Active iob-Instances:   10
                                Upgrade policy: none
                                
                                ioBroker Core:          js-controller           6.0.9
                                                        admin                   6.13.16
                                
                                ioBroker Status:        iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Status admin and web instance:
                                + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                Objects:                20349
                                States:                 17590
                                
                                Size of iob-Database:
                                
                                43M     /opt/iobroker/iobroker-data/objects.jsonl
                                12M     /opt/iobroker/iobroker-data/objects.json.migrated
                                12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                0       /opt/iobroker/iobroker-data/objects.json.broken
                                12M     /opt/iobroker/iobroker-data/states.jsonl
                                4.0M    /opt/iobroker/iobroker-data/states.json.migrated
                                4.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                
                                
                                
                                =================== END OF SUMMARY ====================
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Mathias2803 last edited by

                                  @mathias2803 sagte in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

                                  Pending iob updates: 16

                                  Das muss 0 werden.

                                  Homoran M 2 Replies Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Thomas Braun last edited by

                                    @thomas-braun sagte in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

                                    @mathias2803 sagte in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

                                    Pending iob updates: 16

                                    Das muss 0 werden.

                                    @Mathias2803
                                    wie sieht denn die Seite "Adapter" im admin aus.
                                    gefiltert auf Adapter mit Update

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      Mathias2803 @Thomas Braun last edited by

                                      @thomas-braun

                                      pi@ioBroker:~ $ iob update
                                      Used repository: stable
                                      Adapter    "admin"        : 7.0.22   , installed 6.13.16 [Updatable]
                                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.4 [Updatable]
                                      Adapter    "backitup"     : 2.11.0   , installed 2.10.11 [Updatable]
                                      Adapter    "botvac"       : 2.2.0    , installed 2.0.2  [Updatable]
                                      Adapter    "chromecast"   : 3.4.0    , installed 3.2.0  [Updatable]
                                      Adapter    "daswetter"    : 3.1.15   , installed 3.1.13 [Updatable]
                                      Adapter    "deconz"       : 1.4.1    , installed 2.0.7
                                      Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                      Adapter    "discovery"    : 4.5.0    , installed 4.4.0  [Updatable]
                                      Adapter    "ical"         : 1.15.0   , installed 1.14.3 [Updatable]
                                      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "javascript"   : 8.7.6    , installed 7.8.0  [Updatable]
                                      Controller "js-controller": 6.0.9    , installed 6.0.9
                                      Adapter    "lifx"         : 1.0.4    , installed 1.0.4
                                      Adapter    "modbus"       : 6.2.3    , installed 6.1.0  [Updatable]
                                      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                      Adapter    "panasonic-viera": 2.1.0  , installed 2.0.0  [Updatable]
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                      Adapter    "samsung"      : 0.6.0    , installed 0.5.11 [Updatable]
                                      Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                                      Adapter    "telegram"     : 3.3.2    , installed 3.1.0  [Updatable]
                                      Adapter    "tr-064"       : 4.3.0    , installed 4.2.18 [Updatable]
                                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.4.0  [Updatable]
                                      Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                      Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                      
                                      pi@ioBroker:~ $ iob upgrade all -y
                                      Update vis-jqui-mfd from @1.0.12 to @1.1.1
                                      NPM version: 10.7.0
                                      Installing iobroker.vis-jqui-mfd@1.1.1... (System call)
                                      
                                      changed 1 package in 17s
                                      
                                      231 packages are looking for funding
                                        run `npm fund` for details
                                      INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-jqui-mfd/www" was not found! Nothing was uploaded or deleted.
                                      Adapter "system.adapter.vis.0" restarted.
                                      Update "system.adapter.vis-jqui-mfd.0"
                                      upload [0] vis-jqui-mfd.admin /opt/iobroker/node_modules/iobroker.vis-jqui-mfd/admin/jqui-mfd.png jqui-mfd.png image/png
                                      Update vis-hqwidgets from @1.4.0 to @1.5.1
                                      NPM version: 10.7.0
                                      Installing iobroker.vis-hqwidgets@1.5.1... (System call)
                                      
                                      changed 1 package in 15s
                                      
                                      231 packages are looking for funding
                                        run `npm fund` for details
                                      INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-hqwidgets/www" was not found! Nothing was uploaded or deleted.
                                      Adapter "system.adapter.vis.0" restarted.
                                      Update "system.adapter.vis-hqwidgets.0"
                                      upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png
                                      upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html
                                      Update simple-api from @2.7.2 to @2.8.0
                                      host.ioBroker Adapter "system.adapter.simple-api.0" is stopped.
                                      NPM version: 10.7.0
                                      Installing iobroker.simple-api@2.8.0... (System call)
                                      
                                      added 55 packages, removed 167 packages, and changed 2 packages in 1m
                                      
                                      237 packages are looking for funding
                                        run `npm fund` for details
                                      Update "system.adapter.simple-api.0"
                                      upload [14] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [13] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [12] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [11] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [10] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [9] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [8] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [7] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [6] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [5] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [4] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                      upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                      upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/jsonConfig.json jsonConfig.json application/json
                                      upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                      upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                      host.ioBroker Adapter "system.adapter.simple-api.0" is started
                                      Update discovery from @4.4.0 to @4.5.0
                                      NPM version: 10.7.0
                                      Installing iobroker.discovery@4.5.0... (System call)
                                      
                                      changed 2 packages in 16s
                                      
                                      237 packages are looking for funding
                                        run `npm fund` for details
                                      Update "system.adapter.discovery.0"
                                      upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                      upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                      upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                      upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                      upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                      upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                      upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                      Update daswetter from @3.1.13 to @3.1.15
                                      host.ioBroker Adapter "system.adapter.daswetter.0" is stopped.
                                      NPM version: 10.7.0
                                      Installing iobroker.daswetter@3.1.15... (System call)
                                      
                                      removed 3 packages, and changed 2 packages in 18s
                                      
                                      237 packages are looking for funding
                                        run `npm fund` for details
                                      Update "system.adapter.daswetter.0"
                                      upload [482] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/daswettercom.png daswettercom.png image/png
                                      upload [450] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria1/10.png icons/tiempo-weather/galeria1/10.png image/png
                                      upload [400] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/19.png icons/tiempo-weather/galeria3/19.png image/png
                                      upload [350] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria5/PNG/White/1.png icons/tiempo-weather/galeria5/PNG/White/1.png image/png
                                      upload [300] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria5/SVG/White/15.svg icons/tiempo-weather/galeria5/SVG/White/15.svg image/svg+xml
                                      upload [250] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria6/5.png icons/tiempo-weather/galeria6/5.png image/png
                                      upload [200] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/41.png icons/viento-wind/Beaufort-White/41.png image/png
                                      upload [150] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/87.png icons/viento-wind/Beaufort-White/87.png image/png
                                      upload [100] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/104.png icons/viento-wind/galeria2-Beaufort/104.png image/png
                                      upload [90] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/2.png icons/viento-wind/galeria2-Beaufort/2.png image/png
                                      upload [80] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/29.png icons/viento-wind/galeria2-Beaufort/29.png image/png
                                      upload [70] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/38.png icons/viento-wind/galeria2-Beaufort/38.png image/png
                                      upload [60] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/47.png icons/viento-wind/galeria2-Beaufort/47.png image/png
                                      upload [50] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/56.png icons/viento-wind/galeria2-Beaufort/56.png image/png
                                      upload [40] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/65.png icons/viento-wind/galeria2-Beaufort/65.png image/png
                                      upload [30] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/74.png icons/viento-wind/galeria2-Beaufort/74.png image/png
                                      upload [20] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/83.png icons/viento-wind/galeria2-Beaufort/83.png image/png
                                      upload [19] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/84.png icons/viento-wind/galeria2-Beaufort/84.png image/png
                                      upload [18] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/85.png icons/viento-wind/galeria2-Beaufort/85.png image/png
                                      upload [17] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/86.png icons/viento-wind/galeria2-Beaufort/86.png image/png
                                      upload [16] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/87.png icons/viento-wind/galeria2-Beaufort/87.png image/png
                                      upload [15] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/88.png icons/viento-wind/galeria2-Beaufort/88.png image/png
                                      upload [14] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/89.png icons/viento-wind/galeria2-Beaufort/89.png image/png
                                      upload [13] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/9.png icons/viento-wind/galeria2-Beaufort/9.png image/png
                                      upload [12] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/90.png icons/viento-wind/galeria2-Beaufort/90.png image/png
                                      upload [11] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/91.png icons/viento-wind/galeria2-Beaufort/91.png image/png
                                      upload [10] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/92.png icons/viento-wind/galeria2-Beaufort/92.png image/png
                                      upload [9] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/93.png icons/viento-wind/galeria2-Beaufort/93.png image/png
                                      upload [8] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/94.png icons/viento-wind/galeria2-Beaufort/94.png image/png
                                      upload [7] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/95.png icons/viento-wind/galeria2-Beaufort/95.png image/png
                                      upload [6] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/96.png icons/viento-wind/galeria2-Beaufort/96.png image/png
                                      upload [5] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/97.png icons/viento-wind/galeria2-Beaufort/97.png image/png
                                      upload [4] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/98.png icons/viento-wind/galeria2-Beaufort/98.png image/png
                                      upload [3] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/99.png icons/viento-wind/galeria2-Beaufort/99.png image/png
                                      upload [2] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/index_m.html index_m.html text/html
                                      upload [1] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/jsonConfig.json jsonConfig.json application/json
                                      upload [0] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/words.js words.js application/javascript
                                      host.ioBroker Adapter "system.adapter.daswetter.0" is started
                                      Update alexa2 from @3.26.4 to @3.26.5
                                      NPM version: 10.7.0
                                      Installing iobroker.alexa2@3.26.5... (System call)
                                      
                                      changed 7 packages in 33s
                                      
                                      239 packages are looking for funding
                                        run `npm fund` for details
                                      Update "system.adapter.alexa2.0"
                                      upload [28] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png
                                      upload [20] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot3.png icons/echo_dot3.png image/png
                                      upload [19] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_dot4.png icons/echo_dot4.png image/png
                                      upload [18] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_flex.png icons/echo_flex.png image/png
                                      upload [17] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_plus2.png icons/echo_plus2.png image/png
                                      upload [16] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show.png icons/echo_show.png image/png
                                      upload [15] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show2.png icons/echo_show2.png image/png
                                      upload [14] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_show5.png icons/echo_show5.png image/png
                                      upload [13] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_studio.png icons/echo_studio.png image/png
                                      upload [12] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/echo_sub.png icons/echo_sub.png image/png
                                      upload [11] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetab.png icons/firetab.png image/png
                                      upload [10] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/firetv.png icons/firetv.png image/png
                                      upload [9] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/microphone.png icons/microphone.png image/png
                                      upload [8] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/multiroom.png icons/multiroom.png image/png
                                      upload [7] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/raspi.png icons/raspi.png image/png
                                      upload [6] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/reverb.png icons/reverb.png image/png
                                      upload [5] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/sonos.png icons/sonos.png image/png
                                      upload [4] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/icons/spot.png icons/spot.png image/png
                                      upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html
                                      upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/info.png info.png image/png
                                      upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/warning.png warning.png image/png
                                      upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascript
                                      Update admin from @6.13.16 to @7.0.22
                                      host.ioBroker Adapter "system.adapter.admin.0" is stopped.
                                      NPM version: 10.7.0
                                      Installing iobroker.admin@7.0.22... (System call)
                                      
                                      added 26 packages, removed 8 packages, and changed 21 packages in 2m
                                      
                                      245 packages are looking for funding
                                        run `npm fund` for details
                                      
                                      host.ioBroker Cannot install iobroker.admin@7.0.22: 0
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Mathias2803 last edited by

                                        @mathias2803 sagte in GLIBCXX_3.4.26 not found -> rm -v /home/pi/.pm2/logs/*.log:

                                        host.ioBroker Cannot install iobroker.admin@7.0.22: 0

                                        Danach kommt nix mehr?
                                        Sind die Updates der anderen Adapter nun drin?

                                        iob update
                                        

                                        nochmal anschauen.

                                        M 2 Replies Last reply Reply Quote 0
                                        • M
                                          Mathias2803 @Thomas Braun last edited by

                                          @thomas-braun

                                          pi@ioBroker:~ $ iob update
                                          Used repository: stable
                                          Adapter    "admin"        : 7.0.22   , installed 6.13.16 [Updatable]
                                          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                          Adapter    "backitup"     : 2.11.0   , installed 2.10.11 [Updatable]
                                          Adapter    "botvac"       : 2.2.0    , installed 2.0.2  [Updatable]
                                          Adapter    "chromecast"   : 3.4.0    , installed 3.2.0  [Updatable]
                                          Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                          Adapter    "deconz"       : 1.4.1    , installed 2.0.7
                                          Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                          Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                          Adapter    "ical"         : 1.15.0   , installed 1.14.3 [Updatable]
                                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                          Adapter    "javascript"   : 8.7.6    , installed 7.8.0  [Updatable]
                                          Controller "js-controller": 6.0.9    , installed 6.0.9
                                          Adapter    "lifx"         : 1.0.4    , installed 1.0.4
                                          Adapter    "modbus"       : 6.2.3    , installed 6.1.0  [Updatable]
                                          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                          Adapter    "panasonic-viera": 2.1.0  , installed 2.0.0  [Updatable]
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "samsung"      : 0.6.0    , installed 0.5.11 [Updatable]
                                          Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                          Adapter    "socketio"     : 6.7.0    , installed 6.6.0  [Updatable]
                                          Adapter    "telegram"     : 3.3.2    , installed 3.1.0  [Updatable]
                                          Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                          Adapter    "tr-064"       : 4.3.0    , installed 4.2.18 [Updatable]
                                          Adapter    "trashschedule": 3.3.0    , installed 3.2.0  [Updatable]
                                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                          Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                          Adapter    "web"          : 6.2.5    , installed 6.2.3  [Updatable]
                                          Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                          Adapter    "ws"           : 2.6.1    , installed 2.5.10 [Updatable]
                                          

                                          Wohl leider nicht.

                                          Habe auch neu starten müssen. Der IoBroker lief dann nicht mehr richtig. im Browser.

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            Mathias2803 @Thomas Braun last edited by Mathias2803

                                            @thomas-braun

                                            Aber das System scheint wieder etwas besser zu laufen.

                                            Vis ist an, Daten kommen in Grafana an...

                                            Aber es fehlen doch noch Elemente.

                                            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

                                            944
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            61
                                            2762
                                            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