Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Umzug von Docker (Synology NAS) auf Raspberry 5

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Umzug von Docker (Synology NAS) auf Raspberry 5

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

      @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

      Würde das funktionieren?

      Mach es doch mit dem Backitup-Adapter. Dafür ist der da.
      Alt-System auf den letzten Stand bringen, davon dann ein Backup ziehen, auf dem neuen System das Backup einspielen, fertig.

      O 2 Replies Last reply Reply Quote 2
      • O
        Oceanwaves @Thomas Braun last edited by

        @thomas-braun Danke, das klingt nach einer vernünftigen Idee ;-). Ich muss mich wirklich mal um eine Basisschulung ioBroker kümmern. Mal schauen, ob Udemy da was hat...

        Im Verzeichnis backups liegt für die letzten 10 Tage jeweils eine Sicherung. Dann installiere ich ioBroker jetzt mal auf dem Pi 5, stoße manuell eine Sicherung im Docker-ioBroker an und lasse die dann auf dem Pi 5 importieren.

        black.falcon87 OliverIO 2 Replies Last reply Reply Quote 0
        • O
          Oceanwaves @Thomas Braun last edited by

          @thomas-braun Hm, war im 1. Anlauf leider nicht erfolgreich. Nach dem Neustart erreiche ich ioBroker nicht mehr.

          Nach der Installation auf dem Pi 5 war er über Port 8081 erreichbar. Die Docker-installation lief auf einer anderen IP-Adresse und über Port 7234, der dann intern auf die 8081 weitergeleitet wurde.

          Nach dem Neustart sehe ich auf dem Pi einen Prozess (io.admin.0) auf Port 7234 lauschen, bekomme im Browser allerdings eine Fehlermeldung, wenn ich ihn auf dem Pi 5 auf Port 7234 anspreche (Fehler: Verbindung unterbrochen. Die Verbindung zum Server wurde zurückgesetzt, während die Seite geladen wurde). Auf Port 8081 lauscht nichts mehr.

          Braucht ioBroker zwingend Port 8081, ist im Backup evtl. noch irgendwo die IP-Adresse der Docker-Installation hinterlegt?

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

            @oceanwaves

            Dann schau per

            iob diag
            

            (in der Langfassung) was da nun konkret eingestellt ist.

            Hast du auch nach dem Einspielen des 'Bauplans' abgewartet? Die Wiederherstellung des Systems kann eine Stunde dauern.

            O 1 Reply Last reply Reply Quote 0
            • black.falcon87
              black.falcon87 @Oceanwaves last edited by

              @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

              Ich muss mich wirklich mal um eine Basisschulung ioBroker kümmern. Mal schauen, ob Udemy da was hat...

              Bevor du irgendwas bei Udemy suchst / kaufst schau dir lieber den Kurs von Matthias an 😉
              https://haus-automatisierung.com/iobroker-kurs/

              O 1 Reply Last reply Reply Quote 2
              • O
                Oceanwaves @Thomas Braun last edited by Oceanwaves

                @thomas-braun Ooops, ok, eine Stunde hatte ich nicht gewartet... 😞 Dann dürfte das Restore jetzt wohl unterbrochen sein. Kann ich das mittels "iob restore <datei.tgz>" noch mal anstoßen?

                Output der Diagnose:

                ======================= SUMMARY =======================
                                        v.2024-05-22
                
                
                 Static hostname: pi5
                       Icon name: computer
                Operating System: Debian GNU/Linux 12 (bookworm)
                          Kernel: Linux 6.6.31+rpt-rpi-2712
                    Architecture: arm64
                
                Installation:           native
                Kernel:                 aarch64
                Userland:               64 bit
                Timezone:               Europe/Berlin (CEST, +0200)
                User-ID:                1000
                Display-Server:         false
                Boot Target:            multi-user.target
                
                Pending OS-Updates:     0
                Pending iob updates:    2
                
                Nodejs-Installation:
                /usr/bin/nodejs         v20.15.0
                /usr/bin/node           v20.15.0
                /usr/bin/npm            10.7.0
                /usr/bin/npx            10.7.0
                /usr/bin/corepack       0.28.1
                
                Recommended versions are nodejs 18.20.3 and npm 10.7.0
                Your nodejs installation is correct
                
                MEMORY: 
                               total        used        free      shared  buff/cache   available
                Mem:            8.4G        866M        2.6G         14M        5.1G        7.6G
                Swap:           209M          0B        209M
                Total:          8.7G        866M        2.8G
                
                Active iob-Instances:   3
                Active repo(s): stable
                
                ioBroker Core:          js-controller           5.0.19
                                        admin                   6.17.14
                
                ioBroker Status:        iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin and web instance:
                + system.adapter.admin.0                  : admin                 : pi5                                      -  enabled, port: 7234, bind: 0.0.0.0 (SSL), run as: admin
                  system.adapter.web.0                    : web                   : pi5                                      - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                Objects:                8856
                States:                 7764
                
                Size of iob-Database:
                
                19M     /opt/iobroker/iobroker-data/objects.jsonl
                2.1M    /opt/iobroker/iobroker-data/states.jsonl
                
                
                
                =================== END OF SUMMARY ====================
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • O
                  Oceanwaves @black.falcon87 last edited by

                  @black-falcon87 said in Umzug von Docker (Synology NAS) auf Raspberry 5:

                  @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                  Ich muss mich wirklich mal um eine Basisschulung ioBroker kümmern. Mal schauen, ob Udemy da was hat...

                  Bevor du irgendwas bei Udemy suchst / kaufst schau dir lieber den Kurs von Matthias an 😉
                  https://haus-automatisierung.com/iobroker-kurs/

                  Kaufen muss ich zum Glück nichts, habe über die Firma Udemy Business. Aber dann schaue ich mir den auch mal an. Bislang lief halt alles ohne Probleme, auch meine ersten Blockly-Skripte tun, was sie sollen.

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

                    @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                    Kann ich das mittels "iob restore <datei.tgz>" noch mal anstoßen?

                    Mach es nochmal komplett neu. Wer weiß an welcher Stelle das nun aus dem Gleis gesprungen ist.

                    Schau dir die Wiederherstellung im

                    iob logs --watch
                    

                    an. Erst wenn da mehrere Minuten gar nichts mehr passiert ist das durch.

                    Die Summary ist übrigens nicht die Langfassung.

                    O 1 Reply Last reply Reply Quote 0
                    • O
                      Oceanwaves @Thomas Braun last edited by

                      @thomas-braun said in Umzug von Docker (Synology NAS) auf Raspberry 5:

                      @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                      Kann ich das mittels "iob restore <datei.tgz>" noch mal anstoßen?

                      Mach es nochmal komplett neu. Wer weiß an welcher Stelle das nun aus dem Gleis gesprungen ist.

                      Noch mal komplett neu installieren oder das Restore von der Kommandozeile noch mal? Über Browser komme ich ja nicht mehr dran.

                      Die Summary ist übrigens nicht die Langfassung.

                      Hab die Diagnose noch mal laufen lassen:

                      Skript v.2024-05-22
                      
                      *** BASE SYSTEM ***
                       Static hostname: pi5
                             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:
                       15:04:03 up 1 day,  7:15,  2 users,  load average: 0.40, 0.11, 0.17
                      CPU threads: 4
                      
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      No throttling issues detected.
                      
                      *** Time and Time Zones ***
                                     Local time: Fri 2024-06-28 15:04:03 CEST
                                 Universal time: Fri 2024-06-28 13:04:03 UTC
                                       RTC time: Fri 2024-06-28 13:04:03
                                      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':
                      oliver
                      HOME=/home/oliver
                      GROUPS=oliver 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:            8.4G        814M        2.6G         14M        5.1G        7.6G
                      Swap:           209M          0B        209M
                      Total:          8.7G        814M        2.8G
                      
                      Active iob-Instances:   3
                      
                               8052 M total memory
                                777 M used memory
                                762 M active memory
                               4324 M inactive memory
                               2505 M free memory
                                199 M buffer memory
                               4680 M swap cache
                                199 M total swap
                                  0 M used swap
                                199 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 15:04:04 up 1 day,  7:15,  2 users,  load average: 0.40, 0.11, 0.17
                      Tasks: 161 total,   2 running, 159 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                      MiB Mem :   8052.4 total,   2505.2 free,    777.4 used,   4880.3 buff/cache     
                      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   7275.0 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  5.2M  801M   1% /run
                      /dev/mmcblk0p2 ext4      117G  5.1G  106G   5% /
                      tmpfs          tmpfs     4.0G  5.7M  4.0G   1% /dev/shm
                      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                      /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                      tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Thu Jun 27 07:48:29 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=D8:3A:DD:F4:90:96 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=7fcffbe4-02 rootfstype=ext4 fsck.repair=yes rootwait
                      [Thu Jun 27 07:48:32 2024] EXT4-fs (mmcblk0p2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
                      [Thu Jun 27 07:48:33 2024] EXT4-fs (mmcblk0p2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
                      
                      Show mounted filesystems:
                      TARGET                                                  SOURCE         FSTYPE      OPTIONS
                      /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                      |-/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/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                      | `-/sys/kernel/config                                  configfs       configfs    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=5456
                      |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                      |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=3950816k,nr_inodes=246926,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/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=824560k,nr_inodes=206140,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:
                      684M    /var/
                      214M    /var/cache
                      208M    /var/cache/apt
                      166M    /var/lib
                      133M    /var/lib/apt/lists
                      
                      Archived and active journals take up 55.9M in the file system.
                      
                      /opt/iobroker/backups:
                      12M     /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      406M    /opt/iobroker/iobroker-data/
                      385M    /opt/iobroker/iobroker-data/files
                      138M    /opt/iobroker/iobroker-data/files/javascript.admin
                      118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                      117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                      
                      The five largest files in iobroker-data are:
                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                      22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                      19M     /opt/iobroker/iobroker-data/objects.jsonl
                      8.8M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js
                      8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                      
                      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.15.0
                      /usr/bin/node           v20.15.0
                      /usr/bin/npm            10.7.0
                      /usr/bin/npx            10.7.0
                      /usr/bin/corepack       0.28.1
                      
                      
                      nodejs:
                        Installed: 20.15.0-1nodesource1
                        Candidate: 20.15.0-1nodesource1
                        Version table:
                       *** 20.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           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~deb12u1 500
                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                           18.13.0+dfsg1-1 500
                              500 http://deb.debian.org/debian bookworm/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:  5.0.19
                      admin:          6.17.14
                      javascript:     8.3.1
                      
                      nodejs modules from github:     3
                      +-- iobroker.energiefluss@3.6.0 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss.git#8afa48ebada70c772c98508f53857ed94c7601a7)
                      | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                      +-- iobroker.vw-connect@0.4.2 (git+ssh://git@github.com/TA2k/ioBroker.vw-connect.git#3bdf7271f809464125ed2ea67d46d1025d366f57)
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : pi5                                      -  enabled, port: 7234, bind: 0.0.0.0 (SSL), run as: admin
                      + system.adapter.backitup.0               : backitup              : pi5                                      -  enabled
                        system.adapter.cloud.0                  : cloud                 : pi5                                      - disabled
                        system.adapter.daswetter.0              : daswetter             : pi5                                      - disabled
                        system.adapter.denon.0                  : denon                 : pi5                                      - disabled
                        system.adapter.discovery.0              : discovery             : pi5                                      - disabled
                        system.adapter.email.0                  : email                 : pi5                                      - disabled
                        system.adapter.energiefluss.0           : energiefluss          : pi5                                      - disabled
                        system.adapter.fritzdect.0              : fritzdect             : pi5                                      - disabled
                        system.adapter.history.0                : history               : pi5                                      - disabled
                        system.adapter.icons-icons8.0           : icons-icons8          : pi5                                      - disabled
                        system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: pi5                                      - disabled
                        system.adapter.jarvis.0                 : jarvis                : pi5                                      - disabled
                        system.adapter.javascript.0             : javascript            : pi5                                      - disabled
                        system.adapter.modbus.0                 : modbus                : pi5                                      - disabled
                        system.adapter.modbus.1                 : modbus                : pi5                                      - disabled
                        system.adapter.modbus.2                 : modbus                : pi5                                      - disabled
                        system.adapter.modbus.3                 : modbus                : pi5                                      - disabled
                        system.adapter.net-tools.0              : net-tools             : pi5                                      - disabled
                        system.adapter.ping.0                   : ping                  : pi5                                      - disabled
                        system.adapter.plex.0                   : plex                  : pi5                                      - disabled
                        system.adapter.pollenflug.0             : pollenflug            : pi5                                      - disabled
                        system.adapter.pvforecast.0             : pvforecast            : pi5                                      - disabled
                        system.adapter.sonoff.0                 : sonoff                : pi5                                      - disabled, port: 1883, bind: 0.0.0.0
                        system.adapter.sourceanalytix.0         : sourceanalytix        : pi5                                      - disabled
                        system.adapter.synology.0               : synology              : pi5                                      - disabled, port: 5000
                        system.adapter.tibberlink.0             : tibberlink            : pi5                                      - disabled
                        system.adapter.tronity.0                : tronity               : pi5                                      - disabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : pi5                                      - disabled
                        system.adapter.vis-inventwo.0           : vis-inventwo          : pi5                                      - disabled
                        system.adapter.vis-material-webfont.0   : vis-material-webfont  : pi5                                      - disabled
                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : pi5                                      - disabled
                        system.adapter.vis.0                    : vis                   : pi5                                      - disabled
                        system.adapter.vw-connect.0             : vw-connect            : pi5                                      - disabled
                        system.adapter.weatherunderground.0     : weatherunderground    : pi5                                      - disabled
                        system.adapter.web.0                    : web                   : pi5                                      - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        system.adapter.worx.0                   : worx                  : pi5                                      - disabled
                        system.adapter.ws.0                     : ws                    : pi5                                      - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : pi5                                      -  enabled, port: 7234, bind: 0.0.0.0 (SSL), run as: admin
                      
                      ioBroker-Repositories
                      stable        : http://download.iobroker.net/sources-dist.json
                      beta          : http://download.iobroker.net/sources-dist-latest.json
                      
                      Active repo(s): stable
                      
                      Installed ioBroker-Instances
                      Used repository: stable
                      Adapter    "admin"        : 6.17.14  , installed 6.17.14
                      Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                      Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                      Adapter    "denon"        : 1.15.5   , installed 1.15.5
                      Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                      Adapter    "email"        : 1.3.1    , installed 1.3.1
                      Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                      Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                      Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                      Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                      Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                      Controller "js-controller": 5.0.19   , installed 5.0.19
                      Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                      Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                      Adapter    "plex"         : 1.1.4    , installed 1.1.4
                      Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                      Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.0    , installed 6.6.1  [Updatable]
                      Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                      Adapter    "synology"     : 3.1.0    , installed 3.1.0
                      Adapter    "tibberlink"   : 3.3.0    , installed 3.3.0
                      Adapter    "tronity"      : 1.1.1    , installed 1.1.1
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                      Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                      Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                      Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                      Adapter    "worx"         : 3.0.2    , installed 3.0.2
                      Adapter    "ws"           : 2.6.1    , installed 2.5.11 [Updatable]
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        8856
                      States:         7764
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
                      Hit:3 http://deb.debian.org/debian-security bookworm-security 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:4711          0.0.0.0:*               LISTEN      999        4029       868/pihole-FTL      
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       290033     21640/iobroker.js-c 
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       290028     21640/iobroker.js-c 
                      tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          6116       872/lighttpd        
                      tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      999        4023       868/pihole-FTL      
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4755       793/sshd: /usr/sbin 
                      tcp6       0      0 ::1:4711                :::*                    LISTEN      999        4030       868/pihole-FTL      
                      tcp6       0      0 :::7234                 :::*                    LISTEN      1001       290110     21665/io.admin.0    
                      tcp6       0      0 :::80                   :::*                    LISTEN      0          6115       872/lighttpd        
                      tcp6       0      0 :::53                   :::*                    LISTEN      999        4025       868/pihole-FTL      
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          4757       793/sshd: /usr/sbin 
                      udp        0      0 0.0.0.0:53              0.0.0.0:*                           999        4022       868/pihole-FTL      
                      udp        0      0 0.0.0.0:41788           0.0.0.0:*                           104        3766       644/avahi-daemon: r 
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        3764       644/avahi-daemon: r 
                      udp6       0      0 :::53                   :::*                                999        4024       868/pihole-FTL      
                      udp6       0      0 :::36975                :::*                                104        3767       644/avahi-daemon: r 
                      udp6       0      0 :::5353                 :::*                                104        3765       644/avahi-daemon: r 
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-06-28 14:35:58.896  - info: host.pi5 iobroker npm-install: upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                      2024-06-28 14:35:58.899  - info: host.pi5 iobroker npm-install: upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                      2024-06-28 14:35:58.902  - info: host.pi5 iobroker npm-install: upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                      2024-06-28 14:35:58.906  - info: host.pi5 iobroker npm-install: upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                      2024-06-28 14:35:58.910  - info: host.pi5 iobroker npm-install: upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                      2024-06-28 14:35:58.913  - info: host.pi5 iobroker npm-install: upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                      2024-06-28 14:35:58.916  - info: host.pi5 iobroker npm-install: upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                      2024-06-28 14:35:58.919  - info: host.pi5 iobroker npm-install: upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                      2024-06-28 14:35:58.923  - info: host.pi5 iobroker npm-install: upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                      2024-06-28 14:35:58.928  - info: host.pi5 iobroker npm-install: upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                      2024-06-28 14:35:58.941  - info: host.pi5 iobroker npm-install: upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                      2024-06-28 14:35:58.966  - info: host.pi5 iobroker npm-install: upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                      2024-06-28 14:35:58.970  - info: host.pi5 iobroker npm-install: upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                      2024-06-28 14:35:58.974  - info: host.pi5 iobroker npm-install: upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                      2024-06-28 14:35:58.978  - info: host.pi5 iobroker npm-install: upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                      2024-06-28 14:35:58.982  - info: host.pi5 iobroker npm-install: upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                      2024-06-28 14:35:58.985  - info: host.pi5 iobroker npm-install: upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                      2024-06-28 14:35:58.990  - info: host.pi5 iobroker npm-install: upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                      2024-06-28 14:35:58.993  - info: host.pi5 iobroker npm-install: upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                      2024-06-28 14:35:59.053  - info: host.pi5 iobroker npm-install: host.pi5 object system.adapter.web created/updated
                      2024-06-28 14:36:00.082  - info: host.pi5 iobroker npm-install: exit 0
                      2024-06-28 14:36:01.083  - warn: host.pi5 startInstance cannot find adapter "ws@2.6.1". Try to install it... 1 attempt
                      2024-06-28 14:36:01.083  - info: host.pi5 iobroker install ws@2.6.1 using installedFrom
                      2024-06-28 14:36:01.696  - info: host.pi5 iobroker npm-install: adapter "ws" already installed. Use "upgrade" to upgrade to a newer version.
                      2024-06-28 14:36:02.703  - info: host.pi5 iobroker npm-install: exit 51
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Oceanwaves last edited by Thomas Braun

                        @oceanwaves

                        Mach es nochmal von Grund auf neu.

                        Hast du eigentlich vor dem Backup den Alt-ioBroker auf den aktuellsten Stand gebracht? Du kannst nämlich kein steinaltes Setup in einen aktuellen ioBroker pflanzen. Jedenfalls nicht ohne zusätzliche Klimmzüge.

                        O 1 Reply Last reply Reply Quote 0
                        • O
                          Oceanwaves @Thomas Braun last edited by

                          @thomas-braun said in Umzug von Docker (Synology NAS) auf Raspberry 5:

                          @oceanwaves

                          Mach es nochmal von Grund auf neu.

                          Ok. Wie bekomme ich ioBroker sauber vom System? Gibt's ein Uninstall oder reicht es, /opt/iobroker zu löschen?

                          Hatte bislang immer nur Docker-Images...

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

                            @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                            Ich würde vermutlich den ganzen Raspberry neuinstallieren. Dauert nur unwesentlich länger, dafür ist die Basis dann aber auch komplett sauber.

                            O 1 Reply Last reply Reply Quote 0
                            • O
                              Oceanwaves @Thomas Braun last edited by Oceanwaves

                              @thomas-braun said in Umzug von Docker (Synology NAS) auf Raspberry 5:

                              @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                              Ich würde vermutlich den ganzen Raspberry neuinstallieren. Dauert nur unwesentlich länger, dafür ist die Basis dann aber auch komplett sauber.

                              Wenn da nicht z.B. auch mein Pihole drauf laufen würde, wäre das kein Problem. Ok, dann schaue ich mal, wie ich ioBroker wieder runter bekomme...

                              Ich habe erst mal /opt/iobroker nach /opt/iobroker.save umbenannt und lasse die Installation jetzt noch mal laufen. Hoffe mal, dass ioBroker keine Konfigurationsdateien außerhalb /opt/iobroker nutzt...

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

                                @oceanwaves

                                Halt systemd-units, Einträge für die bash, gepimptes npm usw...

                                O 1 Reply Last reply Reply Quote 0
                                • O
                                  Oceanwaves @Thomas Braun last edited by

                                  @thomas-braun said in Umzug von Docker (Synology NAS) auf Raspberry 5:

                                  @oceanwaves

                                  Halt systemd-units, Einträge für die bash, gepimptes npm usw...

                                  Ok, aber das sollte mein halbes Restore ja nicht beeinflusst haben. ioBroker läuft jetzt wieder auf Port 8081, ich laufe noch mal durch den Setup-Assi und starte dann ein geduldiges Restore einer neuen Sicherung.

                                  O 1 Reply Last reply Reply Quote 0
                                  • O
                                    Oceanwaves @Oceanwaves last edited by

                                    Ok, sehe im Log, dass "Restore completed successfully" noch lange nicht heißt, das das Restore auch abgeschlossen ist... Es werden noch munter Adapter installiert...

                                    Dann warte ich mal ab, bis in den Logs nichts mehr passiert.

                                    Und ja, hatte die laufende Installation auf den neuesten Stand gebracht (Adapter-Updates). Das Docker-Image wurde über Watchtower eigentlich immer aktuell gehalten.

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

                                      @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                                      sehe im Log, dass "Restore completed successfully" noch lange nicht heißt, das das Restore auch abgeschlossen ist.

                                      Doch, der Restore der gesicherten Dateien ist abgeschlossen.
                                      Mehr macht Backitup ja nicht und deswegen ist das Backup auch so klein.

                                      jetzt legt der Controller los und stellt fest, dass zu den Instanzenkonfigurationen ja gar keine Adapter installiert s7nd und baut diese neu.

                                      Das muss auch so sein, denn je nach OS-Wecchsel, Node-Version, Hardware usw, passen die alten Pakete nicht mehr.

                                      O 1 Reply Last reply Reply Quote 0
                                      • O
                                        Oceanwaves @Homoran last edited by

                                        @homoran said in Umzug von Docker (Synology NAS) auf Raspberry 5:

                                        @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                                        sehe im Log, dass "Restore completed successfully" noch lange nicht heißt, das das Restore auch abgeschlossen ist.

                                        Doch, der Restore der gesicherten Dateien ist abgeschlossen.
                                        Mehr macht Backitup ja nicht und deswegen ist das Backup auch so klein.

                                        jetzt legt der Controller los und stellt fest, dass zu den Instanzenkonfigurationen ja gar keine Adapter installiert s7nd und baut diese neu.

                                        Das muss auch so sein, denn je nach OS-Wecchsel, Node-Version, Hardware usw, passen die alten Pakete nicht mehr.

                                        Ok, Restore ist abgeschlossen. Adapter-Installation wohl auch, zumindest tut sich im Log nichts mehr.

                                        Letzte Meldung vor 15 Minuten:

                                        2024-06-28 15:42:23.519  - info: host.pi5 iobroker npm-install: host.pi5 object system.adapter.web created/updated
                                        2024-06-28 15:42:24.550  - info: host.pi5 iobroker npm-install: exit 0
                                        2024-06-28 15:42:25.551  - warn: host.pi5 startInstance cannot find adapter "ws@2.6.1". Try to install it... 1 attempt
                                        2024-06-28 15:42:25.551  - info: host.pi5 iobroker install ws@2.6.1 using installedFrom
                                        2024-06-28 15:42:26.224  - info: host.pi5 iobroker npm-install: adapter "ws" already installed. Use "upgrade" to upgrade to a newer version.
                                        2024-06-28 15:42:27.233  - info: host.pi5 iobroker npm-install: exit 51
                                        

                                        Im Fenster, in dem ich den Restore gestartet habe, dreht sich weiterhin ein bunter Kreis, dürfte aber daran liegen, dass ich da ioBroker noch auf Port 8081 laufen hatte. Jetzt läuft er wohl auf 7234 (wie das Docker-Image), lässt sich aber nicht ansprechen (Verbindung zum Server wurde zurückgesetzt, während die Seite geladen wurde).

                                        Output der Diagnose:

                                        Skript v.2024-05-22
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: pi5
                                               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:
                                         15:51:13 up 1 day,  8:02,  2 users,  load average: 0.17, 0.25, 0.37
                                        CPU threads: 4
                                        
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        No throttling issues detected.
                                        
                                        *** Time and Time Zones ***
                                                       Local time: Fri 2024-06-28 15:51:13 CEST
                                                   Universal time: Fri 2024-06-28 13:51:13 UTC
                                                         RTC time: Fri 2024-06-28 13:51:13
                                                        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':
                                        oliver
                                        HOME=/home/oliver
                                        GROUPS=oliver 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:            8.4G        832M        478M         14M        7.2G        7.6G
                                        Swap:           209M          0B        209M
                                        Total:          8.7G        832M        687M
                                        
                                        Active iob-Instances:   3
                                        
                                                 8052 M total memory
                                                  794 M used memory
                                                 1136 M active memory
                                                 5806 M inactive memory
                                                  455 M free memory
                                                  251 M buffer memory
                                                 6661 M swap cache
                                                  199 M total swap
                                                    0 M used swap
                                                  199 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 15:51:13 up 1 day,  8:02,  2 users,  load average: 0.17, 0.25, 0.37
                                        Tasks: 161 total,   1 running, 160 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                        MiB Mem :   8052.4 total,    454.1 free,    795.9 used,   6912.9 buff/cache     
                                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   7256.5 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  5.2M  801M   1% /run
                                        /dev/mmcblk0p2 ext4      117G  6.6G  105G   6% /
                                        tmpfs          tmpfs     4.0G  5.7M  4.0G   1% /dev/shm
                                        tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                        /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                                        tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Thu Jun 27 07:48:29 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe  smsc95xx.macaddr=D8:3A:DD:F4:90:96 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=7fcffbe4-02 rootfstype=ext4 fsck.repair=yes rootwait
                                        [Thu Jun 27 07:48:32 2024] EXT4-fs (mmcblk0p2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none.
                                        [Thu Jun 27 07:48:33 2024] EXT4-fs (mmcblk0p2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Quota mode: none.
                                        
                                        Show mounted filesystems:
                                        TARGET                                                  SOURCE         FSTYPE      OPTIONS
                                        /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                                        |-/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/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                                        | `-/sys/kernel/config                                  configfs       configfs    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=5456
                                        |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                                        |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=3950816k,nr_inodes=246926,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/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=824560k,nr_inodes=206140,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:
                                        686M    /var/
                                        214M    /var/cache
                                        208M    /var/cache/apt
                                        166M    /var/lib
                                        133M    /var/lib/apt/lists
                                        
                                        Archived and active journals take up 55.9M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        12M     /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        407M    /opt/iobroker/iobroker-data/
                                        386M    /opt/iobroker/iobroker-data/files
                                        138M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                        22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                                        19M     /opt/iobroker/iobroker-data/objects.jsonl
                                        8.8M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js
                                        8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                                        
                                        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.15.0
                                        /usr/bin/node           v20.15.0
                                        /usr/bin/npm            10.7.0
                                        /usr/bin/npx            10.7.0
                                        /usr/bin/corepack       0.28.1
                                        
                                        
                                        nodejs:
                                          Installed: 20.15.0-1nodesource1
                                          Candidate: 20.15.0-1nodesource1
                                          Version table:
                                         *** 20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             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~deb12u1 500
                                                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                             18.13.0+dfsg1-1 500
                                                500 http://deb.debian.org/debian bookworm/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:  5.0.19
                                        admin:          6.17.14
                                        javascript:     8.3.1
                                        
                                        nodejs modules from github:     3
                                        +-- iobroker.energiefluss@3.6.0 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss.git#8afa48ebada70c772c98508f53857ed94c7601a7)
                                        | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                                        +-- iobroker.vw-connect@0.4.2 (git+ssh://git@github.com/TA2k/ioBroker.vw-connect.git#3bdf7271f809464125ed2ea67d46d1025d366f57)
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : pi5                                      -  enabled, port: 7234, bind: 0.0.0.0 (SSL), run as: admin
                                        + system.adapter.backitup.0               : backitup              : pi5                                      -  enabled
                                          system.adapter.cloud.0                  : cloud                 : pi5                                      - disabled
                                          system.adapter.daswetter.0              : daswetter             : pi5                                      - disabled
                                          system.adapter.denon.0                  : denon                 : pi5                                      - disabled
                                          system.adapter.discovery.0              : discovery             : pi5                                      - disabled
                                          system.adapter.email.0                  : email                 : pi5                                      - disabled
                                          system.adapter.energiefluss.0           : energiefluss          : pi5                                      - disabled
                                          system.adapter.fritzdect.0              : fritzdect             : pi5                                      - disabled
                                          system.adapter.history.0                : history               : pi5                                      - disabled
                                          system.adapter.icons-icons8.0           : icons-icons8          : pi5                                      - disabled
                                          system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: pi5                                      - disabled
                                          system.adapter.jarvis.0                 : jarvis                : pi5                                      - disabled
                                          system.adapter.javascript.0             : javascript            : pi5                                      - disabled
                                          system.adapter.modbus.0                 : modbus                : pi5                                      - disabled
                                          system.adapter.modbus.1                 : modbus                : pi5                                      - disabled
                                          system.adapter.modbus.2                 : modbus                : pi5                                      - disabled
                                          system.adapter.modbus.3                 : modbus                : pi5                                      - disabled
                                          system.adapter.net-tools.0              : net-tools             : pi5                                      - disabled
                                          system.adapter.ping.0                   : ping                  : pi5                                      - disabled
                                          system.adapter.plex.0                   : plex                  : pi5                                      - disabled
                                          system.adapter.pollenflug.0             : pollenflug            : pi5                                      - disabled
                                          system.adapter.pvforecast.0             : pvforecast            : pi5                                      - disabled
                                          system.adapter.sonoff.0                 : sonoff                : pi5                                      - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sourceanalytix.0         : sourceanalytix        : pi5                                      - disabled
                                          system.adapter.synology.0               : synology              : pi5                                      - disabled, port: 5000
                                          system.adapter.tibberlink.0             : tibberlink            : pi5                                      - disabled
                                          system.adapter.tronity.0                : tronity               : pi5                                      - disabled
                                          system.adapter.vis-icontwo.0            : vis-icontwo           : pi5                                      - disabled
                                          system.adapter.vis-inventwo.0           : vis-inventwo          : pi5                                      - disabled
                                          system.adapter.vis-material-webfont.0   : vis-material-webfont  : pi5                                      - disabled
                                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : pi5                                      - disabled
                                          system.adapter.vis.0                    : vis                   : pi5                                      - disabled
                                          system.adapter.vw-connect.0             : vw-connect            : pi5                                      - disabled
                                          system.adapter.weatherunderground.0     : weatherunderground    : pi5                                      - disabled
                                          system.adapter.web.0                    : web                   : pi5                                      - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.worx.0                   : worx                  : pi5                                      - disabled
                                          system.adapter.ws.0                     : ws                    : pi5                                      - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : pi5                                      -  enabled, port: 7234, bind: 0.0.0.0 (SSL), run as: admin
                                        
                                        ioBroker-Repositories
                                        stable        : http://download.iobroker.net/sources-dist.json
                                        beta          : http://download.iobroker.net/sources-dist-latest.json
                                        
                                        Active repo(s): stable
                                        
                                        Installed ioBroker-Instances
                                        Used repository: stable
                                        Adapter    "admin"        : 6.17.14  , installed 6.17.14
                                        Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                        Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                        Adapter    "denon"        : 1.15.5   , installed 1.15.5
                                        Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                        Adapter    "email"        : 1.3.1    , installed 1.3.1
                                        Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                                        Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                        Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                                        Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                        Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                                        Controller "js-controller": 5.0.19   , installed 5.0.19
                                        Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                                        Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                        Adapter    "plex"         : 1.1.4    , installed 1.1.4
                                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                        Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                        Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                        Adapter    "synology"     : 3.1.0    , installed 3.1.0
                                        Adapter    "tibberlink"   : 3.3.0    , installed 3.3.0
                                        Adapter    "tronity"      : 1.1.1    , installed 1.1.1
                                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                        Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                        Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                        Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                                        Adapter    "worx"         : 3.0.2    , installed 3.0.2
                                        Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        8856
                                        States:         7763
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
                                        Hit:3 http://deb.debian.org/debian-security bookworm-security 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:4711          0.0.0.0:*               LISTEN      999        4029       868/pihole-FTL      
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       325824     28715/iobroker.js-c 
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       325819     28715/iobroker.js-c 
                                        tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          6116       872/lighttpd        
                                        tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      999        4023       868/pihole-FTL      
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4755       793/sshd: /usr/sbin 
                                        tcp6       0      0 ::1:4711                :::*                    LISTEN      999        4030       868/pihole-FTL      
                                        tcp6       0      0 :::7234                 :::*                    LISTEN      1001       325903     28743/io.admin.0    
                                        tcp6       0      0 :::80                   :::*                    LISTEN      0          6115       872/lighttpd        
                                        tcp6       0      0 :::53                   :::*                    LISTEN      999        4025       868/pihole-FTL      
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          4757       793/sshd: /usr/sbin 
                                        udp        0      0 0.0.0.0:53              0.0.0.0:*                           999        4022       868/pihole-FTL      
                                        udp        0      0 0.0.0.0:41788           0.0.0.0:*                           104        3766       644/avahi-daemon: r 
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        3764       644/avahi-daemon: r 
                                        udp6       0      0 :::53                   :::*                                999        4024       868/pihole-FTL      
                                        udp6       0      0 :::36975                :::*                                104        3767       644/avahi-daemon: r 
                                        udp6       0      0 :::5353                 :::*                                104        3765       644/avahi-daemon: r 
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2024-06-28 15:42:23.354  - info: host.pi5 iobroker npm-install: upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                        2024-06-28 15:42:23.358  - info: host.pi5 iobroker npm-install: upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                        2024-06-28 15:42:23.363  - info: host.pi5 iobroker npm-install: upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                        2024-06-28 15:42:23.367  - info: host.pi5 iobroker npm-install: upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                        2024-06-28 15:42:23.371  - info: host.pi5 iobroker npm-install: upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                        2024-06-28 15:42:23.376  - info: host.pi5 iobroker npm-install: upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                        2024-06-28 15:42:23.379  - info: host.pi5 iobroker npm-install: upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                        2024-06-28 15:42:23.383  - info: host.pi5 iobroker npm-install: upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                        2024-06-28 15:42:23.387  - info: host.pi5 iobroker npm-install: upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                        2024-06-28 15:42:23.406  - info: host.pi5 iobroker npm-install: upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                        2024-06-28 15:42:23.420  - info: host.pi5 iobroker npm-install: upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                        2024-06-28 15:42:23.433  - info: host.pi5 iobroker npm-install: upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                        2024-06-28 15:42:23.439  - info: host.pi5 iobroker npm-install: upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                        2024-06-28 15:42:23.444  - info: host.pi5 iobroker npm-install: upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                        2024-06-28 15:42:23.448  - info: host.pi5 iobroker npm-install: upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                        2024-06-28 15:42:23.452  - info: host.pi5 iobroker npm-install: upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                        2024-06-28 15:42:23.456  - info: host.pi5 iobroker npm-install: upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                        2024-06-28 15:42:23.462  - info: host.pi5 iobroker npm-install: upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                        2024-06-28 15:42:23.465  - info: host.pi5 iobroker npm-install: upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                        2024-06-28 15:42:23.519  - info: host.pi5 iobroker npm-install: host.pi5 object system.adapter.web created/updated
                                        2024-06-28 15:42:24.550  - info: host.pi5 iobroker npm-install: exit 0
                                        2024-06-28 15:42:25.551  - warn: host.pi5 startInstance cannot find adapter "ws@2.6.1". Try to install it... 1 attempt
                                        2024-06-28 15:42:25.551  - info: host.pi5 iobroker install ws@2.6.1 using installedFrom
                                        2024-06-28 15:42:26.224  - info: host.pi5 iobroker npm-install: adapter "ws" already installed. Use "upgrade" to upgrade to a newer version.
                                        2024-06-28 15:42:27.233  - info: host.pi5 iobroker npm-install: exit 51
                                        
                                        

                                        Ich habe dann noch mal ein

                                        iob upgrade
                                        

                                        gemacht, er hat ws auf 2.61 aktualisiert, aber ich kann ioBroker weiterhin nicht erreichen.

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

                                          @oceanwaves sagte in Umzug von Docker (Synology NAS) auf Raspberry 5:

                                          enabled, port: 7234, bind: 0.0.0.0 (SSL), run as: admin

                                          das ist alles so gewollt?
                                          wie versuchst du iobroker zu erreichen?

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

                                            @oceanwaves

                                            Starte den ioBroker mal durch.

                                            iob restart 
                                            
                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            590
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            31
                                            1461
                                            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