Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Multihost probleme ## Error: No configuration received! ##

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Multihost probleme ## Error: No configuration received! ##

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

      Hallo Zusammen,

      ich versuche gerade ein Multihost aufzustellen.
      Ich bekomme folgenden Fehlermeldung:

       iobroker multihost connect
      1 |         192.168.0.34 |  host |         192.168.0.34 | "authentication required"
      Please select host [1]: 1
      Enter secret phrase for connection: ****
      
      Error: No configuration received!
          at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupMultihost.ts:339:26
          at onFinished (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:267:21)
          at Timeout.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:98:17)
          at listOnTimeout (node:internal/timers:581:17)
          at processTimers (node:internal/timers:519:7)
      
      

      Beide Hosts sind von Software indentisch, Hardware ist unterschiedlich:
      Master: Raspi5 und Slave: Raspi4

      Für EURE Hilfe Vielen Dank im Voraus

      haselchen M 2 Replies Last reply Reply Quote 0
      • haselchen
        haselchen Most Active @von.cartman last edited by haselchen

        @von-cartman

        Hier kannste nen bisschen schmökern. Ich meine Deine Fehlermeldung kommt in dem Thread auch vor.

        https://forum.iobroker.net/topic/76216/richtig-host-und-client-updaten/21?page=2

        1 Reply Last reply Reply Quote 0
        • D
          Dirk 0 last edited by

          ...gibt es hier eine Lösung? Habe das gleiche Problem - kann nach Update keinen Multihost aufsetzen!
          Habe beide beteiligtes Raspi's neu aufgesetzt (bullseye -> bookworm, wegen node.js), iobroker neu installiert und backup eingespielt.

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

            @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

            Habe das gleiche Problem

            wirklich??

            Da war gerade vor ein paar Tagen auch jemand der das meinte, und doch nach stundenlangem Gebastel feststellte, dass er einen Fehler in seiner Konfiguration hatte.

            D 1 Reply Last reply Reply Quote 0
            • D
              Dirk 0 @Homoran last edited by

              @homoran welche Konfiguration kann es sein? Ich suche verzweifelt nach Fehlern in Netzwerk, aber da ist alles ok.
              Wenn ich per "iobroker multihost connect" auf dem slave die Verbindung herzustellen versuche, wird mir der master angezeigt, nach pwd Bestätigung kommt jedoch o.g. Fehler: "no configuration received". Zusätzlich crashed der iobroker master mit folgendem log:

              2024-08-26 17:04:47.044 - error: host.raspi7 uncaught exception: dbTools.isLocalObjectsDbServer is not a function
              2024-08-26 17:04:47.044 - error: host.raspi7 TypeError: dbTools.isLocalObjectsDbServer is not a function
              at file:///opt/iobroker/node_modules/iobroker.js-controller/src/lib/multihostServer.js:131:53
              at Hash. (file:///opt/iobroker/node_modules/iobroker.js-controller/src/lib/multihostServer.js:88:21)
              at Hash.emit (node:events:519:28)
              at Hash.emit (node:domain:488:12)
              at emitReadable_ (node:internal/streams/readable:832:12)
              at onEofChunk (node:internal/streams/readable:810:5)
              at readableAddChunkPushByteMode (node:internal/streams/readable:464:5)
              at Hash.Readable.push (node:internal/streams/readable:390:5)
              at node:internal/streams/transform:141:12
              at Hash._flush (node:internal/crypto/hash:104:3)```
              
              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Dirk 0 last edited by

                @dirk-0 versuchs mal über iob setup custom

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

                  @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                  Habe beide beteiligtes Raspi's neu aufgesetzt
                  iobroker neu installiert

                  Soweit gut.

                  @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                  backup eingespielt.

                  damit hast du aber wieder die alte iob Konfiguration.
                  Gab es Fehlermeldungen?

                  Haben beide Hosts fie selben Hostnamen wie vorher?

                  am besten iob diag von beiden Hosts bevor wir weitermachen.

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Dirk 0 @Homoran last edited by

                    @homoran ... nach einspielen des backups habe ich alle adapter auf den neues Stand gebracht.
                    Ein Problem könnte sein, dass das backup die alte multihost Umgebung enthielt, der Slave war jedoch nicht zugreifbar. Ich habe ihn gelöscht und wollte danach den multihost neu aufsetzen...
                    Ja, beide hostnamen sind die gleichen wie vorher...
                    Hier als Anhang die beiden Diagnosen:
                    iobMasterDiag
                    iobSlaveDiag
                    ...und schon mal danke für die super schnellen Antworten!! 🙂

                    G Homoran 2 Replies Last reply Reply Quote 0
                    • G
                      guergen @Dirk 0 last edited by guergen

                      @dirk-0 ich würde mich zuerst beim Slave um folgendes Problem kümmern:

                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      ~ Under-voltage detected
                      ~ Arm frequency capped
                      
                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Dirk 0 last edited by

                        @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                        Hier als Anhang die beiden Diagnosen:

                        bitte hier als Text in (bereits integrierten) code-tags posten

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          Dirk 0 @Homoran last edited by

                          @homoran ...das wird etwas länglich...:

                          Master:
                          ======== Start marking the full check here =========

                          Skript v.2024-05-22
                          
                          *** BASE SYSTEM ***
                           Static hostname: raspi7
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.6.31+rpt-rpi-2712
                              Architecture: arm64
                          
                          Model           : Raspberry Pi 5 Model B Rev 1.0
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           17:42:20 up  7:18,  5 users,  load average: 0.29, 0.14, 0.14
                          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-26 17:42:20 CEST
                                     Universal time: Mon 2024-08-26 15:42:20 UTC
                                           RTC time: Mon 2024-08-26 15:42:20
                                          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 render 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:            8.4G        1.9G        1.3G         35M        5.4G        6.6G
                          Swap:           209M          0B        209M
                          Total:          8.7G        1.9G        1.5G
                          
                          Active iob-Instances:   17
                          
                                   8052 M total memory
                                   1786 M used memory
                                   1794 M active memory
                                   4679 M inactive memory
                                   1234 M free memory
                                    224 M buffer memory
                                   4936 M swap cache
                                    199 M total swap
                                      0 M used swap
                                    199 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 17:42:21 up  7:18,  5 users,  load average: 0.29, 0.14, 0.14
                          Tasks: 231 total,   1 running, 227 sleeping,   3 stopped,   0 zombie
                          %Cpu(s): 33.3 us,  0.0 sy,  0.0 ni, 66.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                          MiB Mem :   8052.4 total,   1233.5 free,   1787.5 used,   5161.1 buff/cache
                          MiB Swap:    200.0 total,    200.0 free,      0.0 used.   6264.8 avail Mem
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          udev           devtmpfs  3.8G     0  3.8G   0% /dev
                          tmpfs          tmpfs     806M  6.0M  800M   1% /run
                          /dev/nvme0n1p2 ext4      916G   14G  856G   2% /
                          tmpfs          tmpfs     4.0G  288K  4.0G   1% /dev/shm
                          tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                          /dev/nvme0n1p1 vfat      511M   76M  436M  15% /boot/firmware
                          tmpfs          tmpfs     806M  160K  806M   1% /run/user/1000
                          /dev/mmcblk0p2 ext4       29G  5.3G   22G  20% /media/pi/rootfs
                          /dev/mmcblk0p1 vfat      510M   75M  436M  15% /media/pi/bootfs
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Mon Aug 26 10:23:36 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=2C:CF:67:33:1F:89 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=da30460c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=DE
                          [Mon Aug 26 10:23:37 2024] EXT4-fs (nvme0n1p2): mounted filesystem fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 ro with ordered data mode. Quota mode: none.
                          [Mon Aug 26 10:23:38 2024] EXT4-fs (nvme0n1p2): re-mounted fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 r/w. Quota mode: none.
                          [Mon Aug 26 10:23:42 2024] EXT4-fs (mmcblk0p2): mounted filesystem fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 r/w with ordered data mode. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                                                  SOURCE         FSTYPE          OPTIONS
                          /                                                       /dev/nvme0n1p2 ext4            rw,noatime
                          |-/sys                                                  sysfs          sysfs           rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/security                                securityfs     securityfs      rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/cgroup                                      cgroup2        cgroup2         rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                          | |-/sys/fs/pstore                                      pstore         pstore          rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/bpf                                         bpf            bpf             rw,nosuid,nodev,noexec,relatime,mode=700
                          | |-/sys/kernel/debug                                   debugfs        debugfs         rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/tracing                                 tracefs        tracefs         rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/config                                  configfs       configfs        rw,nosuid,nodev,noexec,relatime
                          | `-/sys/fs/fuse/connections                            fusectl        fusectl         rw,nosuid,nodev,noexec,relatime
                          |-/proc                                                 proc           proc            rw,relatime
                          | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs          rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=5204
                          |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc     rw,nosuid,nodev,noexec,relatime
                          |-/dev                                                  udev           devtmpfs        rw,nosuid,relatime,size=3947856k,nr_inodes=246741,mode=755
                          | |-/dev/pts                                            devpts         devpts          rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                          | |-/dev/shm                                            tmpfs          tmpfs           rw,nosuid,nodev
                          | `-/dev/mqueue                                         mqueue         mqueue          rw,nosuid,nodev,noexec,relatime
                          |-/run                                                  tmpfs          tmpfs           rw,nosuid,nodev,noexec,relatime,size=824576k,mode=755
                          | |-/run/lock                                           tmpfs          tmpfs           rw,nosuid,nodev,noexec,relatime,size=5120k
                          | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs      rw,relatime
                          | `-/run/user/1000                                      tmpfs          tmpfs           rw,nosuid,nodev,relatime,size=824560k,nr_inodes=206140,mode=700,uid=1000,gid=1000
                          |   |-/run/user/1000/gvfs                               gvfsd-fuse     fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                          |   `-/run/user/1000/doc                                portal         fuse.portal     rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                          |-/boot/firmware                                        /dev/nvme0n1p1 vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                          |-/media/pi/rootfs                                      /dev/mmcblk0p2 ext4            rw,nosuid,nodev,relatime,errors=remount-ro
                          `-/media/pi/bootfs                                      /dev/mmcblk0p1 vfat            rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,flush,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          1.2G    /var/
                          613M    /var/cache
                          606M    /var/cache/apt
                          493M    /var/cache/apt/archives
                          197M    /var/lib
                          
                          Archived and active journals take up 157.7M in the file system.
                          
                          /opt/iobroker/backups:
                          4.0K    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          4.5G    /opt/iobroker/iobroker-data/
                          3.7G    /opt/iobroker/iobroker-data/history
                          710M    /opt/iobroker/iobroker-data/files
                          441M    /opt/iobroker/iobroker-data/files/javascript.admin
                          409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                          
                          The five largest files in iobroker-data are:
                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          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
                          17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b756fe6.js.map
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          No Devices found 'by-id'
                          
                          
                          
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v20.17.0
                          /usr/bin/node           v20.17.0
                          /usr/bin/npm            10.8.2
                          /usr/bin/npx            10.8.2
                          /usr/bin/corepack       0.29.3
                          
                          
                          nodejs:
                            Installed: 20.17.0-1nodesource1
                            Candidate: 20.17.0-1nodesource1
                            Version table:
                           *** 20.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                  100 /var/lib/dpkg/status
                               20.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.15.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               18.19.0+dfsg-6~deb12u2 500
                                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                               18.19.0+dfsg-6~deb12u1 500
                                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller:  6.0.9
                          admin:          7.0.23
                          javascript:     8.7.6
                          
                          nodejs modules from github:     0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : raspi7                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.backitup.0               : backitup              : raspi7                                   -  enabled
                            system.adapter.denon.0                  : denon                 : raspi7                                   - disabled
                          + system.adapter.discovery.0              : discovery             : raspi7                                   -  enabled
                          + system.adapter.echarts.0                : echarts               : raspi7                                   -  enabled
                            system.adapter.email.0                  : email                 : raspi7                                   - disabled
                          + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspi7                                   -  enabled
                          + system.adapter.followthesun.0           : followthesun          : raspi7                                   -  enabled
                          + system.adapter.history.0                : history               : raspi7                                   -  enabled
                          + system.adapter.hue.0                    : hue                   : raspi7                                   -  enabled, port: 443
                          + system.adapter.javascript.0             : javascript            : raspi7                                   -  enabled
                          + system.adapter.lgtv.0                   : lgtv                  : raspi7                                   -  enabled
                            system.adapter.mielecloudservice.0      : mielecloudservice     : raspi7                                   - disabled
                            system.adapter.mobile.0                 : mobile                : raspi7                                   - disabled
                          + system.adapter.mqtt.0                   : mqtt                  : raspi7                                   -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.openweathermap.0         : openweathermap        : raspi7                                   -  enabled
                            system.adapter.robonect.0               : robonect              : raspi7                                   - disabled
                            system.adapter.rpi2.0                   : rpi2                  : raspi7                                   - disabled
                            system.adapter.rpi2.1                   : rpi2                  : raspi7                                   - disabled
                          + system.adapter.shelly.0                 : shelly                : raspi7                                   -  enabled, port: 1882, bind: 0.0.0.0
                            system.adapter.signal-cmb.0             : signal-cmb            : raspi7                                   - disabled
                            system.adapter.smartmeter.0             : smartmeter            : raspi7                                   - disabled
                          + system.adapter.tibberlink.0             : tibberlink            : raspi7                                   -  enabled
                          + system.adapter.tuya.0                   : tuya                  : raspi7                                   -  enabled
                          + system.adapter.valuetrackerovertime.0   : valuetrackerovertime  : raspi7                                   -  enabled
                            system.adapter.vis-history.0            : vis-history           : raspi7                                   - disabled
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspi7                                   - disabled
                            system.adapter.vis-rgraph.0             : vis-rgraph            : raspi7                                   - disabled
                            system.adapter.vis.0                    : vis                   : raspi7                                   -  enabled
                          + system.adapter.web.0                    : web                   : raspi7                                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : raspi7                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.hue.0                    : hue                   : raspi7                                   -  enabled, port: 443
                          + system.adapter.mqtt.0                   : mqtt                  : raspi7                                   -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.shelly.0                 : shelly                : raspi7                                   -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : raspi7                                   -  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.23   , installed 7.0.23
                          Adapter    "backitup"     : 3.0.19   , installed 3.0.19
                          Adapter    "denon"        : 1.15.12  , installed 1.15.12
                          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                          Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                          Adapter    "email"        : 1.3.1    , installed 1.3.1
                          Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                          Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                          Adapter    "hue"          : 3.11.0   , installed 3.11.0
                          Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                          Controller "js-controller": 6.0.9    , installed 6.0.9
                          Adapter    "lgtv"         : 2.2.0    , installed 2.2.0
                          Adapter    "mielecloudservice": 6.5.6, installed 6.5.6
                          Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                          Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                          Adapter    "openweathermap": 1.1.2   , installed 1.1.2
                          Adapter    "robonect"     : 1.3.6    , installed 1.3.6
                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                          Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                          Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                          Adapter    "tibberlink"   : 3.4.8    , installed 3.4.8
                          Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                          Adapter    "valuetrackerovertime": 1.0.1, installed 1.0.1
                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        5677
                          States:         4871
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                          Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                          Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                          Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                          Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                          Reading package lists...
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          5908       839/cupsd
                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       61911      7189/io.shelly.0
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       61964      7249/io.mqtt.0
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7578       864/sshd: /usr/sbin
                          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       61486      6839/iobroker.js-co
                          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       59849      6839/iobroker.js-co
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       62666      7200/io.web.0
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       59957      6949/io.admin.0
                          tcp6       0      0 :::5900                 :::*                    LISTEN      992        4801       883/wayvnc
                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          5907       839/cupsd
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          7580       864/sshd: /usr/sbin
                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       60255      7280/io.tuya.0
                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       60256      7280/io.tuya.0
                          udp        0      0 0.0.0.0:33123           0.0.0.0:*                           104        4617       678/avahi-daemon: r
                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          11498      1526/cups-browsed
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4615       678/avahi-daemon: r
                          udp6       0      0 :::56493                :::*                                104        4618       678/avahi-daemon: r
                          udp6       0      0 :::5353                 :::*                                104        4616       678/avahi-daemon: r
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-08-26 17:41:40.108  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 131 level: 0
                          2024-08-26 17:41:41.987  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 140 level: 0
                          2024-08-26 17:41:45.874  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 138 level: 0
                          2024-08-26 17:41:50.002  - info: javascript.0 (7027) script.js.Gesamtleistung(Strom): Gesamtleistung: 292
                          2024-08-26 17:41:53.206  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 137 level: 0
                          2024-08-26 17:41:54.170  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 133 level: 0
                          2024-08-26 17:41:57.124  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 136 level: 0
                          2024-08-26 17:42:00.001  - info: javascript.0 (7027) script.js.Gesamtleistung(Strom): Gesamtleistung: 294
                          2024-08-26 17:42:00.006  - info: javascript.0 (7027) script.js.Gesamtenergie(Strom): Gesamtenergie (Strom): 4895.099
                          2024-08-26 17:42:00.009  - info: javascript.0 (7027) script.js.PVEigenverbrauch: PV Eigenverbrauch: 849.615
                          2024-08-26 17:42:00.585  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 134 level: 0
                          2024-08-26 17:42:04.376  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 133 level: 0
                          2024-08-26 17:42:06.414  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 131 level: 0
                          2024-08-26 17:42:09.926  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 130 level: 0
                          2024-08-26 17:42:10.001  - info: javascript.0 (7027) script.js.Gesamtleistung(Strom): Gesamtleistung: 280
                          2024-08-26 17:42:12.831  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 131 level: 0
                          2024-08-26 17:42:15.761  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 126 level: 0
                          2024-08-26 17:42:20.001  - info: javascript.0 (7027) script.js.Gesamtleistung(Strom): Gesamtleistung: 285
                          2024-08-26 17:42:22.174  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 123 level: 0
                          2024-08-26 17:42:28.180  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 129 level: 0
                          2024-08-26 17:42:30.001  - info: javascript.0 (7027) script.js.Gesamtleistung(Strom): Gesamtleistung: 288
                          2024-08-26 17:42:34.019  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 128 level: 0
                          2024-08-26 17:42:37.422  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 146 level: 0
                          2024-08-26 17:42:40.002  - info: javascript.0 (7027) script.js.Gesamtleistung(Strom): Gesamtleistung: 305
                          2024-08-26 17:42:40.359  - info: javascript.0 (7027) script.js.Strom_0: aktuelle Leistung (W): 141 level: 0
                          
                          

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

                          Slave:
                          ======== Start marking the full check here =========

                          Skript v.2024-05-22
                          
                          *** BASE SYSTEM ***
                           Static hostname: raspi3
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.6.31+rpt-rpi-v8
                              Architecture: arm64
                          
                          Model           : Raspberry Pi 3 Model B Rev 1.2
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           17:47:16 up  1:04,  2 users,  load average: 0.79, 0.24, 0.09
                          CPU threads: 4
                          
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          ~ Under-voltage detected
                          ~ Arm frequency capped
                          
                          Previously detected issues:
                          ~ Under-voltage has occurred
                          ~ Arm frequency capping has occurred
                          
                          *** Time and Time Zones ***
                                         Local time: Mon 2024-08-26 17:47:17 CEST
                                     Universal time: Mon 2024-08-26 15:47:17 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 render netdev 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: false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    multi-user.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            951M        391M        309M        1.1M        308M        560M
                          Swap:           209M          0B        209M
                          Total:          1.2G        391M        518M
                          
                          Active iob-Instances:   4
                          
                                    907 M total memory
                                    373 M used memory
                                    460 M active memory
                                     78 M inactive memory
                                    294 M free memory
                                     28 M buffer memory
                                    265 M swap cache
                                    199 M total swap
                                      0 M used swap
                                    199 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 17:47:18 up  1:04,  2 users,  load average: 0.79, 0.24, 0.09
                          Tasks: 149 total,   2 running, 147 sleeping,   0 stopped,   0 zombie
                          %Cpu(s):  6.7 us, 20.0 sy,  0.0 ni, 73.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                          MiB Mem :    907.3 total,    293.1 free,    374.4 used,    294.7 buff/cache
                          MiB Swap:    200.0 total,    200.0 free,      0.0 used.    532.9 avail Mem
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          udev           devtmpfs  318M     0  318M   0% /dev
                          tmpfs          tmpfs      91M 1020K   90M   2% /run
                          /dev/mmcblk0p2 ext4       29G  3.2G   25G  12% /
                          tmpfs          tmpfs     454M     0  454M   0% /dev/shm
                          tmpfs          tmpfs     5.0M   12K  5.0M   1% /run/lock
                          /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                          tmpfs          tmpfs      91M     0   91M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Mon Aug 26 16:43:03 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=cda0b3af-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                          [Mon Aug 26 16:43:07 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                          [Mon Aug 26 16:43:10 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                                                  SOURCE         FSTYPE      OPTIONS
                          /                                                       /dev/mmcblk0p2 ext4        rw,noatime
                          |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                          | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                          | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                          | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                          | |-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                          | `-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                          |-/proc                                                 proc           proc        rw,relatime
                          | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1282
                          |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                          |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=325396k,nr_inodes=81349,mode=755
                          | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                          | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                          | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                          |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=92912k,mode=755
                          | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                          | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                          | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                          | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                          | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=92908k,nr_inodes=23227,mode=700,uid=1000,gid=1000
                          `-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                          
                          Files in neuralgic directories:
                          
                          /var:
                          669M    /var/
                          205M    /var/cache
                          200M    /var/cache/apt
                          163M    /var/lib
                          134M    /var/lib/apt/lists
                          
                          Archived and active journals take up 100.0M in the file system.
                          
                          /opt/iobroker/backups:
                          13M     /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          108M    /opt/iobroker/iobroker-data/
                          57M     /opt/iobroker/iobroker-data/files
                          38M     /opt/iobroker/iobroker-data/backup-objects
                          31M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                          31M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
                          
                          The five largest files in iobroker-data are:
                          11M     /opt/iobroker/iobroker-data/objects.jsonl
                          8.4M    /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.70cad8ba.js
                          7.0M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.0c96b194.chunk.js.map
                          5.6M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/static/js/vendors-node_modules_file-saver_dist_FileSaver_min_js-node_modules_react-icons_di_index_mjs-n-f0ed96.6c33ff1f.chunk.js
                          5.5M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-2d33e4.42bb0640.chunk.js.map
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0049-if00-port0
                          
                          
                          
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v20.17.0
                          /usr/bin/node           v20.17.0
                          /usr/bin/npm            10.8.2
                          /usr/bin/npx            10.8.2
                          /usr/bin/corepack       0.29.3
                          
                          
                          nodejs:
                            Installed: 20.17.0-1nodesource1
                            Candidate: 20.17.0-1nodesource1
                            Version table:
                           *** 20.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                  100 /var/lib/dpkg/status
                               20.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.15.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               20.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                               18.19.0+dfsg-6~deb12u2 500
                                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                               18.19.0+dfsg-6~deb12u1 500
                                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller:  6.0.9
                          admin:          7.0.23
                          javascript:     "javascript" not found
                          
                          nodejs modules from github:     0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : raspi3                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.backitup.0               : backitup              : raspi3                                   -  enabled
                          + system.adapter.discovery.0              : discovery             : raspi3                                   -  enabled
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : raspi3                                   -  enabled, port: 8081, 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.23   , installed 7.0.23
                          Adapter    "backitup"     : 3.0.19   , installed 3.0.19
                          Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                          Controller "js-controller": 6.0.9    , installed 6.0.9
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        149
                          States:         107
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                          Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                          Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                          Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                          Reading package lists...
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       4624       605/iobroker.js-con
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       4629       605/iobroker.js-con
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1806       622/sshd: /usr/sbin
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       4721       653/io.admin.0
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          1808       622/sshd: /usr/sbin
                          udp        0      0 0.0.0.0:33918           0.0.0.0:*                           104        6287       452/avahi-daemon: r
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6285       452/avahi-daemon: r
                          udp6       0      0 :::5353                 :::*                                104        6286       452/avahi-daemon: r
                          udp6       0      0 :::36949                :::*                                104        6288       452/avahi-daemon: r
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-08-26 16:43:12.367  - info: host.raspi3 hostname: raspi3, node: v20.17.0
                          2024-08-26 16:43:12.370  - info: host.raspi3 ip addresses: fe80::5e7a:a3b:deb7:57e9
                          2024-08-26 16:43:15.497  - info: host.raspi3 connected to Objects and States
                          2024-08-26 16:43:15.601  - info: host.raspi3 added notifications configuration of host
                          2024-08-26 16:43:17.250  - info: host.raspi3 3 instances found
                          2024-08-26 16:43:17.282  - info: host.raspi3 starting 3 instances
                          2024-08-26 16:43:18.676  - info: host.raspi3 Delete state "system.host.raspi3.versions.nodeCurrent"
                          2024-08-26 16:43:20.367  - info: host.raspi3 Delete state "system.host.raspi3.versions.nodeNewest"
                          2024-08-26 16:43:20.391  - info: host.raspi3 Delete state "system.host.raspi3.versions.nodeNewestNext"
                          2024-08-26 16:43:20.416  - info: host.raspi3 Delete state "system.host.raspi3.versions.npmCurrent"
                          2024-08-26 16:43:20.440  - info: host.raspi3 Delete state "system.host.raspi3.versions.npmNewest"
                          2024-08-26 16:43:20.470  - info: host.raspi3 Delete state "system.host.raspi3.versions.npmNewestNext"
                          2024-08-26 16:43:20.492  - info: host.raspi3 Some obsolete host states deleted.
                          2024-08-26 16:43:20.564  - info: host.raspi3 instance system.adapter.admin.0 in version "7.0.23" started with pid 653
                          2024-08-26 16:43:22.761  - info: host.raspi3 instance system.adapter.backitup.0 in version "3.0.19" started with pid 660
                          2024-08-26 16:43:26.874  - info: host.raspi3 instance system.adapter.discovery.0 in version "4.5.0" started with pid 667
                          2024-08-26 16:43:33.491  - info: backitup.0 (660) starting. Version 3.0.19 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.17.0, js-controller: 6.0.9
                          2024-08-26 16:43:33.892  - info: backitup.0 (660) [iobroker] backup will be activated at 02:48 every 1 day(s)
                          2024-08-26 16:43:34.273  - info: admin.0 (653) starting. Version 7.0.23 in /opt/iobroker/node_modules/iobroker.admin, node: v20.17.0, js-controller: 6.0.9
                          2024-08-26 16:43:34.457  - info: admin.0 (653) requesting all objects
                          2024-08-26 16:43:53.176  - info: admin.0 (653) received all objects
                          2024-08-26 16:43:53.825  - info: discovery.0 (667) starting. Version 4.5.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.17.0, js-controller: 6.0.9
                          2024-08-26 16:43:54.533  - info: admin.0 (653) socket.io server listening on port 8081
                          2024-08-26 16:43:54.547  - info: admin.0 (653) http server listening on port 8081
                          2024-08-26 16:43:54.550  - info: admin.0 (653) Use link "http://127.0.0.1:8081" to configure.
                          
                          

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

                          ..das throttling von raspi3 ist bekannt - ich bekomme das leider mit diversen Netzteilen nicht gelöst - allerdings hatte das bislang außer der Meldung selbst keine Auswirkungen, auch als iob slave lief er bislang ohne Probleme.

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

                            @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                            Adapter State

                            auf dem slave muss keine Instanz existieren!

                            und das Throttling ist dir bekannt.
                            sollte aver wegen under-voltage an der Spannungsversorgung und eher nicht an over temperature liegen.

                            Dann solltest du es mal über iob setup custom versuchen.
                            Anfangen beim slave

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              Dirk 0 @Homoran last edited by

                              @homoran

                              iob setup custom mit defaults hat leider nichts geändert.
                              Hab noch alle instanzen des slave gelöscht - hat aber auch nichts gebracht.

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

                                @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                                iob setup custom mit defaults hat leider nichts geändert.

                                zeigen!!
                                defaults werden nicht unbedingt deine Gegebenheiten widerspiegeln

                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  Dirk 0 @Homoran last edited by

                                  @homoran
                                  ...hmm, mir ist nicht ganz klar was es macht.
                                  Ich habe iob setup custom aufgerufen und bei allen Konfigurationen den default Wert bestätigt,
                                  ich vermute, die Konfiguration wird dadurch nicht geändert?

                                  pi@raspi7:~ $ iob setup custom
                                  Current configuration:
                                  - Objects database:
                                    - Type: jsonl
                                    - Host/Unix Socket: 0.0.0.0
                                    - Port: 9001
                                  - States database:
                                    - Type: jsonl
                                    - Host/Unix Socket: 0.0.0.0
                                    - Port: 9000
                                  - Data Directory: ../../iobroker-data/
                                  
                                  Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: 
                                  Host / Unix Socket of objects DB(jsonl), default[0.0.0.0]: 
                                  Port of objects DB(jsonl), default[9001]: 
                                  Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]: 
                                  Host / Unix Socket of states DB (jsonl), default[0.0.0.0]: 
                                  Port of states DB (jsonl), default[9000]: 
                                  Data directory (file), default[../../iobroker-data/]: 
                                  Host name of this machine [raspi7]: 
                                  updating conf/iobroker.json
                                  pi@raspi7:~ $ iobroker restart
                                  pi@raspi7:~ $ iobroker multihost enable
                                  
                                  
                                  I Homoran 2 Replies Last reply Reply Quote 0
                                  • I
                                    innriver @Dirk 0 last edited by

                                    @dirk-0
                                    bei iob setup custom auf dem Slave muss die Host-Adresse des Masters rein nicht 0.0.0.0

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

                                      @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                                      Host / Unix Socket of states DB (jsonl), default[0.0.0.0]:

                                      Hier die IP des Masters!
                                      bei Objects auch.

                                      BTW
                                      Hier ist der
                                      @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                                      Master:
                                      ======== Start marking the full check here =========

                                      Raspi7!!!

                                      wo bist du denn gerade?

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        Dirk 0 @Homoran last edited by

                                        @homoran

                                        ja, das hat jetzt geklappt!! 🙂 🙂 - Vielen lieben Dank!

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Dirk 0 @Dirk 0 last edited by

                                          @dirk-0

                                          statt IP geht auch der hostname:

                                          pi@raspi3:~ $ iob setup custom
                                          Current configuration:
                                          - Objects database:
                                            - Type: jsonl
                                            - Host/Unix Socket: raspi7
                                            - Port: 9001
                                          - States database:
                                            - Type: jsonl
                                            - Host/Unix Socket: raspi7
                                            - Port: 9000
                                          - Data Directory: ../../iobroker-data/
                                          
                                          Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: 
                                          Host / Unix Socket of objects DB(jsonl), default[raspi7]: 
                                          Port of objects DB(jsonl), default[9001]: 
                                          Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]: 
                                          Host / Unix Socket of states DB (jsonl), default[raspi7]: 
                                          Port of states DB (jsonl), default[9000]: 
                                          Host name of this machine [raspi3]: 
                                          updating conf/iobroker.json
                                          
                                          
                                          Homoran 1 Reply Last reply Reply Quote 1
                                          • Homoran
                                            Homoran Global Moderator Administrators @Dirk 0 last edited by

                                            @dirk-0 sagte in Multihost probleme ## Error: No configuration received! ##:

                                            statt IP geht auch der hostname:

                                            Ja, intern läuft es sowieso über den Hostnamen.
                                            Deswegen ist es wichtig bei einer Neuinstallation den selnen Hostnamen zu verwenden

                                            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

                                            883
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            28
                                            1510
                                            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