Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Raspberry Pi4 friert ein

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Raspberry Pi4 friert ein

Raspberry Pi4 friert ein

Scheduled Pinned Locked Moved ioBroker Allgemein
32 Posts 10 Posters 2.6k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • WinniW Offline
    WinniW Offline
    Winni
    wrote on last edited by
    #12
    Previously detected issues:
    ~ Under-voltage has occurred
    ~ Arm frequency capping has occurred
    ~ Throttling has occurred
    ~ Soft temperature limit has occurred
    

    Ich würde mal testweise die Festplatte mit einem separaten Netzteil versorgen und beim Raspi für mehr Kühlung sorgen.

    Es gibt nicht Gutes. Außer man tut es. Erich Kästner

    J 1 Reply Last reply
    0
    • J jwerlsdf

      @thomas-braun
      gemacht.

      Das ist eben mein Problem. Ich finde den Fehler nicht. Habe bereits bookworm komplett neu installiert und das Backup vom iobroker eingespielt. Keine Verbesserung.
      Ich habe einen weiteren Raspberry Pi4 laufen (dort ist nur deconz und Homematic IP) installiert und dort habe ich keine Probleme. Dieser läuft und läuft.
      Aber bei diesem tritt der Fehler im Schnitt jeden zweiten Tag auf. Meine Überlegung ist, dass ich mittlerweile zu viel darauf installiert habe und er somit an seine Grenzen kommt?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #13

      @jwerlsdf

      Da denkst Du in die richtige Richtung. 4 GB sind bei Deiner Anzahl an Instanzen etwas wenig.

      Dein Swap ist nach ein paar Stunden aufgebraucht und der Raspi kann keinen weiteren Arbeitsspeicher adressieren.
      Die 100 MB im Default sind da zu wenig.

                     total        used        free      shared  buff/cache   available
      Mem:            4.0G        3.2G        281M         39M        656M        819M
      Swap:           104M        104M        4.1K
      
      

      Mach den mal größer, dann hast Du die Change, dass er länger online bleibt.
      Über die Suchmaschine findest Du komplette Anleitungen. (Raspi swap size)

      Hat das besondere Gründe, dass Du komplett im Beta-Repo arbeitest, für eine
      Produktivumgebung ist das nicht ratsam!?

      J 1 Reply Last reply
      0
      • WinniW Winni
        Previously detected issues:
        ~ Under-voltage has occurred
        ~ Arm frequency capping has occurred
        ~ Throttling has occurred
        ~ Soft temperature limit has occurred
        

        Ich würde mal testweise die Festplatte mit einem separaten Netzteil versorgen und beim Raspi für mehr Kühlung sorgen.

        J Offline
        J Offline
        jwerlsdf
        wrote on last edited by
        #14

        @winni
        Die ssd hat bereits ein separates Netzteil. Es würde mich aber jetzt wundern, wenn das Netzteil zu schwach dimensioniert wäre....

        Mein raspberry ist in einem Alu-Gehäuse. Normalerweise müsste die Wärme ja darüber abgegeben werden, besser als in einem Plastik Gehäuse.
        Ich habe nun den raspberry im Keller freistehend positioniert. Die Temperatur lag vorher immer zwischen 68 und 71 Grad Celsius, jetzt bei 61-63.

        Thomas BraunT 1 Reply Last reply
        0
        • J jwerlsdf

          @winni
          Die ssd hat bereits ein separates Netzteil. Es würde mich aber jetzt wundern, wenn das Netzteil zu schwach dimensioniert wäre....

          Mein raspberry ist in einem Alu-Gehäuse. Normalerweise müsste die Wärme ja darüber abgegeben werden, besser als in einem Plastik Gehäuse.
          Ich habe nun den raspberry im Keller freistehend positioniert. Die Temperatur lag vorher immer zwischen 68 und 71 Grad Celsius, jetzt bei 61-63.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #15

          @jwerlsdf sagte in Raspberry Pi4 friert ein:

          Da sag ich nur:

          echad@chet:~ $ vcgencmd measure_temp
          temp=43.8'C
          echad@chet:~ $
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          J 1 Reply Last reply
          0
          • ? A Former User

            @jwerlsdf

            Da denkst Du in die richtige Richtung. 4 GB sind bei Deiner Anzahl an Instanzen etwas wenig.

            Dein Swap ist nach ein paar Stunden aufgebraucht und der Raspi kann keinen weiteren Arbeitsspeicher adressieren.
            Die 100 MB im Default sind da zu wenig.

                           total        used        free      shared  buff/cache   available
            Mem:            4.0G        3.2G        281M         39M        656M        819M
            Swap:           104M        104M        4.1K
            
            

            Mach den mal größer, dann hast Du die Change, dass er länger online bleibt.
            Über die Suchmaschine findest Du komplette Anleitungen. (Raspi swap size)

            Hat das besondere Gründe, dass Du komplett im Beta-Repo arbeitest, für eine
            Produktivumgebung ist das nicht ratsam!?

            J Offline
            J Offline
            jwerlsdf
            wrote on last edited by
            #16

            @rscsb
            Da ich noch auf dritten raspberry go2rtc laufen habe, würde das was bringen, wenn ich auf diesem iobroker als slave laufen lassen würde und dann Instanzen auf diesen schiebe?

            "Raspi swap size" schaue ich mir mal an.

            1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @jwerlsdf sagte in Raspberry Pi4 friert ein:

              Da sag ich nur:

              echad@chet:~ $ vcgencmd measure_temp
              temp=43.8'C
              echad@chet:~ $
              
              J Offline
              J Offline
              jwerlsdf
              wrote on last edited by
              #17

              @thomas-braun
              Diese Temperatur habe ich auf dem anderen raspy auch 🙂 aber mit 60 Grad sollte er noch nicht die Leistung drosseln....

              Thomas BraunT 1 Reply Last reply
              0
              • J jwerlsdf

                @thomas-braun
                Diese Temperatur habe ich auf dem anderen raspy auch 🙂 aber mit 60 Grad sollte er noch nicht die Leistung drosseln....

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #18

                @jwerlsdf

                Tut die Kiste aber laut Log.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                J 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @jwerlsdf

                  Tut die Kiste aber laut Log.

                  J Offline
                  J Offline
                  jwerlsdf
                  wrote on last edited by
                  #19

                  @thomas-braun
                  Dann fassen ich kurz zusammen.
                  Ich habe ein temp Problem, welches ich nur lösen kann, wenn ich einen turmlüfter auf den pi draufbaue. Zweites Problem ist die fehlende Leistung (zu wenig ram).
                  Einmal blöd gefragt, macht es da noch Sinn, bei einem Raspberry pi4 zu bleiben oder auf den 5er mit aktiver Kühlung zu gehen oder etwas ganz anderes zu nehmen? Wie gesagt, da soll dann noch go2rtc laufen, was ein bisschen Ressourcen hungrig ist. Oder wie seht ihr das?

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    m4rgott
                    wrote on last edited by
                    #20

                    Hallo zusammen,

                    ich habe seit ein paar Wochen das selbe Problem.
                    Auf meine Frage dazu in der Facebook-Gruppe hat man mir empfohlen von der SD auf SSD umzustellen weil wahrscheinlich die SD defekt wäre.
                    Dass der Raspi nicht von SSD booten will (Unsupported block sice 4096) ist wohl ein anderes Thema.

                    Die offene Frage von @jwerlsdf ob das Problem mit Vergrößerung des swap nur aufgeschoben ist stellt sich mir auch.

                    Gibt es dazu eine Lösung?

                    Ro75R haus-automatisierungH 2 Replies Last reply
                    0
                    • M m4rgott

                      Hallo zusammen,

                      ich habe seit ein paar Wochen das selbe Problem.
                      Auf meine Frage dazu in der Facebook-Gruppe hat man mir empfohlen von der SD auf SSD umzustellen weil wahrscheinlich die SD defekt wäre.
                      Dass der Raspi nicht von SSD booten will (Unsupported block sice 4096) ist wohl ein anderes Thema.

                      Die offene Frage von @jwerlsdf ob das Problem mit Vergrößerung des swap nur aufgeschoben ist stellt sich mir auch.

                      Gibt es dazu eine Lösung?

                      Ro75R Online
                      Ro75R Online
                      Ro75
                      wrote on last edited by
                      #21

                      @m4rgott da ich nicht auf Facebook unterwegs bin kenne ich deine spezielle Thematik nicht.

                      Vielleicht kannst du dein spezielles Anliegen hier mal bitte posten. Danke.

                      Ro75.

                      SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                      1 Reply Last reply
                      0
                      • M m4rgott

                        Hallo zusammen,

                        ich habe seit ein paar Wochen das selbe Problem.
                        Auf meine Frage dazu in der Facebook-Gruppe hat man mir empfohlen von der SD auf SSD umzustellen weil wahrscheinlich die SD defekt wäre.
                        Dass der Raspi nicht von SSD booten will (Unsupported block sice 4096) ist wohl ein anderes Thema.

                        Die offene Frage von @jwerlsdf ob das Problem mit Vergrößerung des swap nur aufgeschoben ist stellt sich mir auch.

                        Gibt es dazu eine Lösung?

                        haus-automatisierungH Online
                        haus-automatisierungH Online
                        haus-automatisierung
                        Developer Most Active
                        wrote on last edited by
                        #22

                        @m4rgott sagte in Raspberry Pi4 friert ein:

                        Auf meine Frage dazu in der Facebook-Gruppe hat man mir empfohlen von der SD auf SSD umzustellen weil wahrscheinlich die SD defekt wäre.

                        Das ist leider die pauschale Antwort auf alle Fragen geworden, wenn man nicht weiter weiß... In den seltensten Fällen ist die SD-Karte wirklich defekt.

                        🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                        🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                        📚 Meine inoffizielle ioBroker Dokumentation

                        mcm1957M 1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          m4rgott
                          wrote on last edited by m4rgott
                          #23

                          Hi @Ro75 und @haus-automatisierung ,

                          vielen Dank für die schnelle Antwort.

                          Wie der Kollege auch schon geschrieben hatte, hängt sich auch bei mir der Raspi 4b (4 GB) inzwischen jeden tag auf. In den Logs vom iob kann ich nicht nachvollziehen woran es liegt und in den Logs vom Raspi kenne ich mich nicht gut genug aus um da etwas nachvollziehen zu können.

                          Das Problem hatte ich dann auch schonmal in der FB Gruppe "IoBroker SmartHome und IoT" geschildert. Hier kam dann schnell der Hinweis, dass sich häufig die SD Karten verabschieden, weshalb ich ein Backup auf eine Neue SD gezogen habe. Leider hat das nicht geholfen. Nächster Tipp war, dass ich auf eine SSD umsteigen soll. Das ist aber eine Vollkatastrophe. Trotz rpi-eeprom-update bekomm ich das nicht zum laufen und bekomme die Fehlermeldung "Unsupported block sice 4096".

                          Ich bin jetzt komplett verunsichert. Kann ich den Raspi weiter mit SD betreiben und der Fehler liegt irgendwo anders? Reicht es wenn ich es irgendewie schaffe das auf SSD zum Laufen zu bekommen?
                          Oder muss ich kurzfristig alles auf einem Mini PC neu aufsetzen?

                          Hier die komplette Ausgabe vom iob diag:

                          ======== Start marking the full check here =========
                          
                          --
                          Skript v.2024-05-22
                          
                          *** BASE SYSTEM ***
                             Static hostname: raspberrypi
                                   Icon name: computer
                            Operating System: Raspbian GNU/Linux 11 (bullseye)
                                      Kernel: Linux 6.1.21-v8+
                                Architecture: arm64
                          
                          Model           : Raspberry Pi 4 Model B Rev 1.2
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : 32 bit
                          
                          Systemuptime and Load:
                           11:27:11 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                          CPU threads: 4
                          
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          ~ Under-voltage has occurred
                          
                          *** Time and Time Zones ***
                                         Local time: Mon 2024-06-10 11:27:12 CEST
                                     Universal time: Mon 2024-06-10 09:27:12 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Berlin (CEST, +0200)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          iobroker
                          HOME=/home/iobroker
                          GROUPS=iobroker tty dialout sudo audio video bluetooth gpio i2c
                          
                          User that is running 'js-controller':
                          iobroker
                          HOME=/home/iobroker
                          GROUPS=iobroker tty dialout sudo audio video 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:            3.8G        1.5G        1.5G        0.0K        806M        2.3G
                          Swap:           1.0G          0B        1.0G
                          Total:          4.8G        1.5G        2.5G
                          
                          Active iob-Instances:   26
                          
                                   3794 M total memory
                                   1515 M used memory
                                   1632 M active memory
                                    518 M inactive memory
                                   1471 M free memory
                                    127 M buffer memory
                                    678 M swap cache
                                   1023 M total swap
                                      0 M used swap
                                   1023 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 11:27:12 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                          Tasks: 190 total,   2 running, 188 sleeping,   0 stopped,   0 zombie
                          %Cpu(s): 12.9 us,  8.6 sy,  0.0 ni, 78.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                          MiB Mem :   3794.3 total,   1471.9 free,   1515.8 used,    806.7 buff/cache
                          MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   2292.5 avail Mem
                          
                          *** FAILED SERVICES ***
                          
                            UNIT LOAD ACTIVE SUB DESCRIPTION
                          0 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem                       Type      Size  Used Avail Use% Mounted on
                          /dev/root                        ext4      117G   19G   94G  17% /
                          devtmpfs                         devtmpfs  1.7G     0  1.7G   0% /dev
                          tmpfs                            tmpfs     1.9G     0  1.9G   0% /dev/shm
                          tmpfs                            tmpfs     759M  884K  759M   1% /run
                          tmpfs                            tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                          /dev/mmcblk0p1                   vfat      253M   51M  202M  20% /boot
                          //192.168.188.1/FRITZ.NAS/Intern cifs      1.9T  137G  1.7T   8% /home/iobroker/nas
                          tmpfs                            tmpfs     380M     0  380M   0% /run/user/1000
                          tmpfs                            tmpfs     380M     0  380M   0% /run/user/1001
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [sudo] password for iobroker:
                          [Mon Jun 10 10:45:22 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:11:73:1C vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=79014aeb-02 rootfstype=ext4 fsck.repair=yes rootwait
                          [Mon Jun 10 10:45:23 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                          [Mon Jun 10 10:45:23 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [Mon Jun 10 10:45:26 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                       SOURCE                           FSTYPE     OPTIONS
                          /                            /dev/mmcblk0p2                   ext4       rw,noatime
                          |-/dev                       devtmpfs                         devtmpfs   rw,relatime,size=1678472k,nr_inodes=419618,mode=755
                          | |-/dev/shm                 tmpfs                            tmpfs      rw,nosuid,nodev
                          | |-/dev/pts                 devpts                           devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                          | `-/dev/mqueue              mqueue                           mqueue     rw,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
                          |-/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
                          |-/run                       tmpfs                            tmpfs      rw,nosuid,nodev,size=777080k,nr_inodes=819200,mode=755
                          | |-/run/lock                tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                          | |-/run/rpc_pipefs          sunrpc                           rpc_pipefs rw,relatime
                          | |-/run/user/1001           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1001,gid=1001
                          | `-/run/user/1000           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1000,gid=1000
                          |-/boot                      /dev/mmcblk0p1                   vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                          `-/home/iobroker/nas         //192.168.188.1/FRITZ.NAS/Intern cifs       rw,nosuid,nodev,noexec,relatime,vers=3.1.1,cache=strict,username=markus,domain=WORKGROUP,uid=1001,noforceuid,gid=1001,noforcegid,addr=192.168.188.1,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5
                          
                          Files in neuralgic directories:
                          
                          /var:
                          6.3G    /var/
                          3.9G    /var/log
                          3.5G    /var/log/journal/c2df7990107f4916961d78d0f5d95a53
                          3.5G    /var/log/journal
                          750M    /var/lib
                          
                          Hint: You are currently not seeing messages from other users and the system.
                                Users in groups 'adm', 'systemd-journal' can see all messages.
                                Pass -q to turn off this notice.
                          Archived and active journals take up 200.0M in the file system.
                          
                          /opt/iobroker/backups:
                          2.7G    /opt/iobroker/backups/
                          11M     /opt/iobroker/backups/influxDB_2024_05_20-14_17_02_backupiobroker
                          
                          /opt/iobroker/iobroker-data:
                          611M    /opt/iobroker/iobroker-data/
                          506M    /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:
                          27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                          24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                          24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                          24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                          23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                          
                          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         v18.20.3
                          /usr/bin/node           v18.20.3
                          /usr/bin/npm            10.7.0
                          /usr/bin/npx            10.7.0
                          /usr/bin/corepack       0.28.0
                          
                          
                          nodejs:
                            Installed: 18.20.3-1nodesource1
                            Candidate: 18.20.3-1nodesource1
                            Version table:
                           *** 18.20.3-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                  100 /var/lib/dpkg/status
                               18.20.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.20.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.20.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.19.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.19.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.18.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.18.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.18.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.17.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.16.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.14.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.14.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.9.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               18.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                               12.22.12~dfsg-1~deb11u4 500
                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller:  5.0.19
                          admin:          6.13.16
                          javascript:     8.3.1
                          
                          nodejs modules from github:     0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                            system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                            system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                          + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                            system.adapter.echarts.0                : echarts               : raspberrypi                              - disabled
                          + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                          + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                            system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              - disabled
                            system.adapter.heos.0                   : heos                  : raspberrypi                              - disabled
                          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                          + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                          + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                            system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              - disabled
                            system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                          + system.adapter.knx.0                    : knx                   : raspberrypi                              -  enabled, bind: 192.168.188.52
                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                          + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                            system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                            system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                            system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                          + system.adapter.ring.0                   : ring                  : raspberrypi                              -  enabled
                          + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                          + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                          + system.adapter.smartmeter.1             : smartmeter            : raspberrypi                              -  enabled
                          + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
                          + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                          + system.adapter.viessmannapi.0           : viessmannapi          : raspberrypi                              -  enabled
                            system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, 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.13.16  , installed 6.13.16
                          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                          Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                          Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                          Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                          Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                          Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                          Adapter    "heos"         : 2.2.1    , installed 2.2.1
                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                          Adapter    "hmip"         : 1.22.0   , installed 1.22.0
                          Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                          Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                          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    "knx"          : 2.0.28   , installed 2.0.28
                          Adapter    "mihome-vacuum": 4.2.0    , installed 4.2.0
                          Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                          Adapter    "net-tools"    : 1.0.11   , installed 0.2.0  [Updatable]
                          Adapter    "openweathermap": 1.0.4   , installed 1.0.4
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "ring"         : 5.0.10   , installed 5.0.10
                          Adapter    "roborock"     : 0.6.4    , installed 0.6.4
                          Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                          Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                          Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                          Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                          Adapter    "text2command" : 3.0.3    , installed 3.0.3
                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                          Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.1    , installed 2.6.1
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        15614
                          States:         12683
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                          Hit:3 https://repos.influxdata.com/debian stable InRelease
                          Hit:4 https://apt.grafana.com stable InRelease
                          Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                          Reading package lists...
                          Pending Updates: 0
                          
                          *** Listening Ports ***
                          Active Internet connections (only servers)
                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18554      1508/iobroker.js-co
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       19837      1508/iobroker.js-co
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11886      523/sshd: /usr/sbin
                          tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          19663      1484/master
                          tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        15217      787/influxd
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          11888      523/sshd: /usr/sbin
                          tcp6       0      0 :::25                   :::*                    LISTEN      0          19664      1484/master
                          tcp6       0      0 :::3000                 :::*                    LISTEN      109        16608      1507/grafana
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18249      1542/io.admin.0
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23891      2211/io.web.0
                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        18531      787/influxd
                          udp        0      0 192.168.188.52:5353     0.0.0.0:*                           1001       20981      2054/io.tr-064.0
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14030      411/avahi-daemon: r
                          udp        0      0 192.168.188.52:50964    0.0.0.0:*                           1001       22722      1792/io.knx.0
                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14971      775/dhcpcd
                          udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       19078      1804/io.mihome-vacu
                          udp        0      0 0.0.0.0:41968           0.0.0.0:*                           108        14032      411/avahi-daemon: r
                          udp6       0      0 :::5353                 :::*                                108        14031      411/avahi-daemon: r
                          udp6       0      0 :::546                  :::*                                0          14982      775/dhcpcd
                          udp6       0      0 :::50062                :::*                                108        14033      411/avahi-daemon: r
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-06-10 10:48:09.368  - info: ring.0 (2234) Daily sun parameter calculation scheduled for 00:00:31
                          2024-06-10 10:48:13.648  - info: sourceanalytix.0 (2148) Initialization of modbus.0.inputRegisters.30513_Sum_Einspeisung_ges successfully
                          2024-06-10 10:48:13.650  - info: sourceanalytix.0 (2148) Initialising (2 of 5) "smartmeter.0.1-0:1_8_0__255.value"
                          2024-06-10 10:48:20.519  - info: openweathermap.0 (1831) Terminated (NO_ERROR): Without reason
                          2024-06-10 10:48:21.256  - info: host.raspberrypi instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                          2024-06-10 10:48:22.558  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:1_8_0__255.value successfully
                          2024-06-10 10:48:22.560  - info: sourceanalytix.0 (2148) Initialising (3 of 5) "smartmeter.0.1-0:2_8_0__255.value"
                          2024-06-10 10:48:25.282  - info: tankerkoenig.0 (2169) Start first request
                          2024-06-10 10:48:28.475  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:2_8_0__255.value successfully
                          2024-06-10 10:48:28.483  - info: sourceanalytix.0 (2148) Initialising (4 of 5) "smartmeter.1.1-0:1_8_0__255.value"
                          2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:1_8_0__255.value successfully
                          2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialising (5 of 5) "smartmeter.1.1-0:2_8_0__255.value"
                          2024-06-10 10:48:36.802  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:2_8_0__255.value successfully
                          2024-06-10 10:48:36.817  - info: sourceanalytix.0 (2148) Successfully activated SourceAnalytix for 5 of 5 states, will do my Job until you stop me!
                          2024-06-10 10:48:54.805  - info: alexa2.0 (1697) Unknown Device, but enabling commands, Try it and report back if commands work.
                          2024-06-10 10:48:54.806  - info: alexa2.0 (1697) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                          2024-06-10 10:48:54.808  - info: alexa2.0 (1697)     Device-type:A3TMFGFCIJD290 - Miriam's JBL LIVE660NC (JBL LIVE660NC) (TUNE_IN,SLEEP,TIMERS_AND_ALARMS,AUDIBLE,VOLUME_SETTING,TIDAL,HANDS_FREE,DEREGISTER_DEVICE,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,PERSISTENT_CONNECTION,ADAPTIVE_LISTENING,MICROPHONE,CHANGE_NAME,SIRIUSXM,I_HEART_RADIO,APPLE_MUSIC,KINDLE_BOOKS,AMAZON_MUSIC,MUSIC_SKILL,DREAM_TRAINING,GOLDFISH,DEEZER,AUDIO_PLAYER)
                          2024-06-10 10:49:23.128  - info: alexa2.0 (1697) Using cached smart home devices list from Mon Jun 10 2024 10:40:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                          2024-06-10 10:49:32.719  - info: alexa2.0 (1697) No smart home devices to query
                          2024-06-10 10:49:39.341  - info: alexa2.0 (1697) Subscribing to states...
                          2024-06-10 10:49:39.351  - info: alexa2.0 (1697) Deleting the following states: ["Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe","Smart-Home-Devices.3583ea70-fd69-4048-9edd-fac94de2e7b2.door-toggleState","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#delete","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#enabled","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#includeInAllQuery","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#query","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Black Cartridge HP CF400X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Cyan Cartridge HP CF401X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Magenta Cartridge HP CF403X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Yellow Cartridge HP CF402X-level"]
                          2024-06-10 10:49:41.413  - info: alexa2.0 (1697) Alexa-Push-Connection (macDms = true) established. Disable Polling
                          2024-06-10 10:50:08.922  - info: alexa2.0 (1697) Initialization Done ...
                          2024-06-10 11:28:01.348  - info: host.raspberrypi instance system.adapter.openweathermap.0 started with pid 3908
                          2024-06-10 11:28:05.883  - info: openweathermap.0 (3908) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v18.20.3, js-controller: 5.0.19
                          
                          --
                          
                          ============ Mark until here for C&P =============
                          
                          iob diag has finished.
                          

                          Über alle Tipps bin ich sehr dankbar, da ich den iob inzwischen nicht nur zu Komfortzwecken, sondern auch sicherheitsrelevant im Einsatz habe.

                          Herzlichen Gruß
                          m4rgott

                          Ro75R haus-automatisierungH Thomas BraunT 3 Replies Last reply
                          0
                          • M m4rgott

                            Hi @Ro75 und @haus-automatisierung ,

                            vielen Dank für die schnelle Antwort.

                            Wie der Kollege auch schon geschrieben hatte, hängt sich auch bei mir der Raspi 4b (4 GB) inzwischen jeden tag auf. In den Logs vom iob kann ich nicht nachvollziehen woran es liegt und in den Logs vom Raspi kenne ich mich nicht gut genug aus um da etwas nachvollziehen zu können.

                            Das Problem hatte ich dann auch schonmal in der FB Gruppe "IoBroker SmartHome und IoT" geschildert. Hier kam dann schnell der Hinweis, dass sich häufig die SD Karten verabschieden, weshalb ich ein Backup auf eine Neue SD gezogen habe. Leider hat das nicht geholfen. Nächster Tipp war, dass ich auf eine SSD umsteigen soll. Das ist aber eine Vollkatastrophe. Trotz rpi-eeprom-update bekomm ich das nicht zum laufen und bekomme die Fehlermeldung "Unsupported block sice 4096".

                            Ich bin jetzt komplett verunsichert. Kann ich den Raspi weiter mit SD betreiben und der Fehler liegt irgendwo anders? Reicht es wenn ich es irgendewie schaffe das auf SSD zum Laufen zu bekommen?
                            Oder muss ich kurzfristig alles auf einem Mini PC neu aufsetzen?

                            Hier die komplette Ausgabe vom iob diag:

                            ======== Start marking the full check here =========
                            
                            --
                            Skript v.2024-05-22
                            
                            *** BASE SYSTEM ***
                               Static hostname: raspberrypi
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v8+
                                  Architecture: arm64
                            
                            Model           : Raspberry Pi 4 Model B Rev 1.2
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : 32 bit
                            
                            Systemuptime and Load:
                             11:27:11 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                            CPU threads: 4
                            
                            
                            *** RASPBERRY THROTTLING ***
                            Current issues:
                            No throttling issues detected.
                            
                            Previously detected issues:
                            ~ Under-voltage has occurred
                            
                            *** Time and Time Zones ***
                                           Local time: Mon 2024-06-10 11:27:12 CEST
                                       Universal time: Mon 2024-06-10 09:27:12 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** Users and Groups ***
                            User that called 'iob diag':
                            iobroker
                            HOME=/home/iobroker
                            GROUPS=iobroker tty dialout sudo audio video bluetooth gpio i2c
                            
                            User that is running 'js-controller':
                            iobroker
                            HOME=/home/iobroker
                            GROUPS=iobroker tty dialout sudo audio video 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:            3.8G        1.5G        1.5G        0.0K        806M        2.3G
                            Swap:           1.0G          0B        1.0G
                            Total:          4.8G        1.5G        2.5G
                            
                            Active iob-Instances:   26
                            
                                     3794 M total memory
                                     1515 M used memory
                                     1632 M active memory
                                      518 M inactive memory
                                     1471 M free memory
                                      127 M buffer memory
                                      678 M swap cache
                                     1023 M total swap
                                        0 M used swap
                                     1023 M free swap
                            
                            *** top - Table Of Processes  ***
                            top - 11:27:12 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                            Tasks: 190 total,   2 running, 188 sleeping,   0 stopped,   0 zombie
                            %Cpu(s): 12.9 us,  8.6 sy,  0.0 ni, 78.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                            MiB Mem :   3794.3 total,   1471.9 free,   1515.8 used,    806.7 buff/cache
                            MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   2292.5 avail Mem
                            
                            *** FAILED SERVICES ***
                            
                              UNIT LOAD ACTIVE SUB DESCRIPTION
                            0 loaded units listed.
                            
                            *** FILESYSTEM ***
                            Filesystem                       Type      Size  Used Avail Use% Mounted on
                            /dev/root                        ext4      117G   19G   94G  17% /
                            devtmpfs                         devtmpfs  1.7G     0  1.7G   0% /dev
                            tmpfs                            tmpfs     1.9G     0  1.9G   0% /dev/shm
                            tmpfs                            tmpfs     759M  884K  759M   1% /run
                            tmpfs                            tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/mmcblk0p1                   vfat      253M   51M  202M  20% /boot
                            //192.168.188.1/FRITZ.NAS/Intern cifs      1.9T  137G  1.7T   8% /home/iobroker/nas
                            tmpfs                            tmpfs     380M     0  380M   0% /run/user/1000
                            tmpfs                            tmpfs     380M     0  380M   0% /run/user/1001
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [sudo] password for iobroker:
                            [Mon Jun 10 10:45:22 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:11:73:1C vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=79014aeb-02 rootfstype=ext4 fsck.repair=yes rootwait
                            [Mon Jun 10 10:45:23 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                            [Mon Jun 10 10:45:23 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [Mon Jun 10 10:45:26 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems:
                            TARGET                       SOURCE                           FSTYPE     OPTIONS
                            /                            /dev/mmcblk0p2                   ext4       rw,noatime
                            |-/dev                       devtmpfs                         devtmpfs   rw,relatime,size=1678472k,nr_inodes=419618,mode=755
                            | |-/dev/shm                 tmpfs                            tmpfs      rw,nosuid,nodev
                            | |-/dev/pts                 devpts                           devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                            | `-/dev/mqueue              mqueue                           mqueue     rw,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
                            |-/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
                            |-/run                       tmpfs                            tmpfs      rw,nosuid,nodev,size=777080k,nr_inodes=819200,mode=755
                            | |-/run/lock                tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                            | |-/run/rpc_pipefs          sunrpc                           rpc_pipefs rw,relatime
                            | |-/run/user/1001           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1001,gid=1001
                            | `-/run/user/1000           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1000,gid=1000
                            |-/boot                      /dev/mmcblk0p1                   vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                            `-/home/iobroker/nas         //192.168.188.1/FRITZ.NAS/Intern cifs       rw,nosuid,nodev,noexec,relatime,vers=3.1.1,cache=strict,username=markus,domain=WORKGROUP,uid=1001,noforceuid,gid=1001,noforcegid,addr=192.168.188.1,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5
                            
                            Files in neuralgic directories:
                            
                            /var:
                            6.3G    /var/
                            3.9G    /var/log
                            3.5G    /var/log/journal/c2df7990107f4916961d78d0f5d95a53
                            3.5G    /var/log/journal
                            750M    /var/lib
                            
                            Hint: You are currently not seeing messages from other users and the system.
                                  Users in groups 'adm', 'systemd-journal' can see all messages.
                                  Pass -q to turn off this notice.
                            Archived and active journals take up 200.0M in the file system.
                            
                            /opt/iobroker/backups:
                            2.7G    /opt/iobroker/backups/
                            11M     /opt/iobroker/backups/influxDB_2024_05_20-14_17_02_backupiobroker
                            
                            /opt/iobroker/iobroker-data:
                            611M    /opt/iobroker/iobroker-data/
                            506M    /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:
                            27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                            24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                            24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                            23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                            
                            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         v18.20.3
                            /usr/bin/node           v18.20.3
                            /usr/bin/npm            10.7.0
                            /usr/bin/npx            10.7.0
                            /usr/bin/corepack       0.28.0
                            
                            
                            nodejs:
                              Installed: 18.20.3-1nodesource1
                              Candidate: 18.20.3-1nodesource1
                              Version table:
                             *** 18.20.3-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 18.20.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.20.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.20.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.19.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.19.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.18.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.18.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.18.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.17.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.17.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.16.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.16.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.15.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.14.2-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.14.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.14.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.13.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.12.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.11.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.10.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.9.1-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.9.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.8.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.7.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.6.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.5.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.4.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.3.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.2.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.1.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 18.0.0-1nodesource1 1001
                                    500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            Errors in npm tree:
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Core adapters versions
                            js-controller:  5.0.19
                            admin:          6.13.16
                            javascript:     8.3.1
                            
                            nodejs modules from github:     0
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                              system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                              system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                            + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                              system.adapter.echarts.0                : echarts               : raspberrypi                              - disabled
                            + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                            + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                              system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              - disabled
                              system.adapter.heos.0                   : heos                  : raspberrypi                              - disabled
                            + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                            + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                            + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                            + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                              system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              - disabled
                              system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                            + system.adapter.knx.0                    : knx                   : raspberrypi                              -  enabled, bind: 192.168.188.52
                            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                            + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                              system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                              system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                              system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                            + system.adapter.ring.0                   : ring                  : raspberrypi                              -  enabled
                            + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                            + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                            + system.adapter.smartmeter.1             : smartmeter            : raspberrypi                              -  enabled
                            + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                            + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                              system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
                            + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                            + system.adapter.viessmannapi.0           : viessmannapi          : raspberrypi                              -  enabled
                              system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, 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.13.16  , installed 6.13.16
                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                            Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                            Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                            Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                            Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                            Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                            Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                            Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                            Adapter    "heos"         : 2.2.1    , installed 2.2.1
                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                            Adapter    "hmip"         : 1.22.0   , installed 1.22.0
                            Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
                            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                            Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                            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    "knx"          : 2.0.28   , installed 2.0.28
                            Adapter    "mihome-vacuum": 4.2.0    , installed 4.2.0
                            Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                            Adapter    "net-tools"    : 1.0.11   , installed 0.2.0  [Updatable]
                            Adapter    "openweathermap": 1.0.4   , installed 1.0.4
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "ring"         : 5.0.10   , installed 5.0.10
                            Adapter    "roborock"     : 0.6.4    , installed 0.6.4
                            Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                            Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                            Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                            Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                            Adapter    "text2command" : 3.0.3    , installed 3.0.3
                            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                            Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                            Adapter    "vis"          : 1.5.4    , installed 1.5.4
                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                            Adapter    "ws"           : 2.6.1    , installed 2.6.1
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        15614
                            States:         12683
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:3 https://repos.influxdata.com/debian stable InRelease
                            Hit:4 https://apt.grafana.com stable InRelease
                            Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                            Reading package lists...
                            Pending Updates: 0
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18554      1508/iobroker.js-co
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       19837      1508/iobroker.js-co
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11886      523/sshd: /usr/sbin
                            tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          19663      1484/master
                            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        15217      787/influxd
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          11888      523/sshd: /usr/sbin
                            tcp6       0      0 :::25                   :::*                    LISTEN      0          19664      1484/master
                            tcp6       0      0 :::3000                 :::*                    LISTEN      109        16608      1507/grafana
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18249      1542/io.admin.0
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23891      2211/io.web.0
                            tcp6       0      0 :::8086                 :::*                    LISTEN      999        18531      787/influxd
                            udp        0      0 192.168.188.52:5353     0.0.0.0:*                           1001       20981      2054/io.tr-064.0
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14030      411/avahi-daemon: r
                            udp        0      0 192.168.188.52:50964    0.0.0.0:*                           1001       22722      1792/io.knx.0
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14971      775/dhcpcd
                            udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       19078      1804/io.mihome-vacu
                            udp        0      0 0.0.0.0:41968           0.0.0.0:*                           108        14032      411/avahi-daemon: r
                            udp6       0      0 :::5353                 :::*                                108        14031      411/avahi-daemon: r
                            udp6       0      0 :::546                  :::*                                0          14982      775/dhcpcd
                            udp6       0      0 :::50062                :::*                                108        14033      411/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2024-06-10 10:48:09.368  - info: ring.0 (2234) Daily sun parameter calculation scheduled for 00:00:31
                            2024-06-10 10:48:13.648  - info: sourceanalytix.0 (2148) Initialization of modbus.0.inputRegisters.30513_Sum_Einspeisung_ges successfully
                            2024-06-10 10:48:13.650  - info: sourceanalytix.0 (2148) Initialising (2 of 5) "smartmeter.0.1-0:1_8_0__255.value"
                            2024-06-10 10:48:20.519  - info: openweathermap.0 (1831) Terminated (NO_ERROR): Without reason
                            2024-06-10 10:48:21.256  - info: host.raspberrypi instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                            2024-06-10 10:48:22.558  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:1_8_0__255.value successfully
                            2024-06-10 10:48:22.560  - info: sourceanalytix.0 (2148) Initialising (3 of 5) "smartmeter.0.1-0:2_8_0__255.value"
                            2024-06-10 10:48:25.282  - info: tankerkoenig.0 (2169) Start first request
                            2024-06-10 10:48:28.475  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:2_8_0__255.value successfully
                            2024-06-10 10:48:28.483  - info: sourceanalytix.0 (2148) Initialising (4 of 5) "smartmeter.1.1-0:1_8_0__255.value"
                            2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:1_8_0__255.value successfully
                            2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialising (5 of 5) "smartmeter.1.1-0:2_8_0__255.value"
                            2024-06-10 10:48:36.802  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:2_8_0__255.value successfully
                            2024-06-10 10:48:36.817  - info: sourceanalytix.0 (2148) Successfully activated SourceAnalytix for 5 of 5 states, will do my Job until you stop me!
                            2024-06-10 10:48:54.805  - info: alexa2.0 (1697) Unknown Device, but enabling commands, Try it and report back if commands work.
                            2024-06-10 10:48:54.806  - info: alexa2.0 (1697) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                            2024-06-10 10:48:54.808  - info: alexa2.0 (1697)     Device-type:A3TMFGFCIJD290 - Miriam's JBL LIVE660NC (JBL LIVE660NC) (TUNE_IN,SLEEP,TIMERS_AND_ALARMS,AUDIBLE,VOLUME_SETTING,TIDAL,HANDS_FREE,DEREGISTER_DEVICE,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,PERSISTENT_CONNECTION,ADAPTIVE_LISTENING,MICROPHONE,CHANGE_NAME,SIRIUSXM,I_HEART_RADIO,APPLE_MUSIC,KINDLE_BOOKS,AMAZON_MUSIC,MUSIC_SKILL,DREAM_TRAINING,GOLDFISH,DEEZER,AUDIO_PLAYER)
                            2024-06-10 10:49:23.128  - info: alexa2.0 (1697) Using cached smart home devices list from Mon Jun 10 2024 10:40:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                            2024-06-10 10:49:32.719  - info: alexa2.0 (1697) No smart home devices to query
                            2024-06-10 10:49:39.341  - info: alexa2.0 (1697) Subscribing to states...
                            2024-06-10 10:49:39.351  - info: alexa2.0 (1697) Deleting the following states: ["Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe","Smart-Home-Devices.3583ea70-fd69-4048-9edd-fac94de2e7b2.door-toggleState","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#delete","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#enabled","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#includeInAllQuery","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#query","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Black Cartridge HP CF400X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Cyan Cartridge HP CF401X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Magenta Cartridge HP CF403X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Yellow Cartridge HP CF402X-level"]
                            2024-06-10 10:49:41.413  - info: alexa2.0 (1697) Alexa-Push-Connection (macDms = true) established. Disable Polling
                            2024-06-10 10:50:08.922  - info: alexa2.0 (1697) Initialization Done ...
                            2024-06-10 11:28:01.348  - info: host.raspberrypi instance system.adapter.openweathermap.0 started with pid 3908
                            2024-06-10 11:28:05.883  - info: openweathermap.0 (3908) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v18.20.3, js-controller: 5.0.19
                            
                            --
                            
                            ============ Mark until here for C&P =============
                            
                            iob diag has finished.
                            

                            Über alle Tipps bin ich sehr dankbar, da ich den iob inzwischen nicht nur zu Komfortzwecken, sondern auch sicherheitsrelevant im Einsatz habe.

                            Herzlichen Gruß
                            m4rgott

                            Ro75R Online
                            Ro75R Online
                            Ro75
                            wrote on last edited by
                            #24

                            @m4rgott was für ein Netzteil nutzt du?

                            Ro75.

                            SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                            M 1 Reply Last reply
                            0
                            • haus-automatisierungH haus-automatisierung

                              @m4rgott sagte in Raspberry Pi4 friert ein:

                              Auf meine Frage dazu in der Facebook-Gruppe hat man mir empfohlen von der SD auf SSD umzustellen weil wahrscheinlich die SD defekt wäre.

                              Das ist leider die pauschale Antwort auf alle Fragen geworden, wenn man nicht weiter weiß... In den seltensten Fällen ist die SD-Karte wirklich defekt.

                              mcm1957M Online
                              mcm1957M Online
                              mcm1957
                              wrote on last edited by
                              #25

                              @haus-automatisierung said in Raspberry Pi4 friert ein:

                              @m4rgott sagte in Raspberry Pi4 friert ein:

                              Auf meine Frage dazu in der Facebook-Gruppe hat man mir empfohlen von der SD auf SSD umzustellen weil wahrscheinlich die SD defekt wäre.

                              Das ist leider die pauschale Antwort auf alle Fragen geworden, wenn man nicht weiter weiß... In den seltensten Fällen ist die SD-Karte wirklich defekt.

                              Da hier nicht mal das Problem klar dokumentiert wurde ist diese Aussage auch nicht so wirklich hilfreich. Gerade bei SDs gibt es große Qualitätsunterschiede. Und es macht natürlich auch einen Unterschied ob man nur die Logs auf die SD schreibt oder historisierte Daten im Sekundenrythmus bis die SD als Herdplatte dienen kann.

                              In jedem Fall ist die Aussage dass die SD defekt sein könnte nur mit Infos zum Problem und ggF Systemlogs bewertbar.

                              Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                              Support Repositoryverwaltung.

                              Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                              LESEN - gute Forenbeitrage

                              1 Reply Last reply
                              0
                              • M m4rgott

                                Hi @Ro75 und @haus-automatisierung ,

                                vielen Dank für die schnelle Antwort.

                                Wie der Kollege auch schon geschrieben hatte, hängt sich auch bei mir der Raspi 4b (4 GB) inzwischen jeden tag auf. In den Logs vom iob kann ich nicht nachvollziehen woran es liegt und in den Logs vom Raspi kenne ich mich nicht gut genug aus um da etwas nachvollziehen zu können.

                                Das Problem hatte ich dann auch schonmal in der FB Gruppe "IoBroker SmartHome und IoT" geschildert. Hier kam dann schnell der Hinweis, dass sich häufig die SD Karten verabschieden, weshalb ich ein Backup auf eine Neue SD gezogen habe. Leider hat das nicht geholfen. Nächster Tipp war, dass ich auf eine SSD umsteigen soll. Das ist aber eine Vollkatastrophe. Trotz rpi-eeprom-update bekomm ich das nicht zum laufen und bekomme die Fehlermeldung "Unsupported block sice 4096".

                                Ich bin jetzt komplett verunsichert. Kann ich den Raspi weiter mit SD betreiben und der Fehler liegt irgendwo anders? Reicht es wenn ich es irgendewie schaffe das auf SSD zum Laufen zu bekommen?
                                Oder muss ich kurzfristig alles auf einem Mini PC neu aufsetzen?

                                Hier die komplette Ausgabe vom iob diag:

                                ======== Start marking the full check here =========
                                
                                --
                                Skript v.2024-05-22
                                
                                *** BASE SYSTEM ***
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                  Operating System: Raspbian GNU/Linux 11 (bullseye)
                                            Kernel: Linux 6.1.21-v8+
                                      Architecture: arm64
                                
                                Model           : Raspberry Pi 4 Model B Rev 1.2
                                Docker          : false
                                Virtualization  : none
                                Kernel          : aarch64
                                Userland        : 32 bit
                                
                                Systemuptime and Load:
                                 11:27:11 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                                CPU threads: 4
                                
                                
                                *** RASPBERRY THROTTLING ***
                                Current issues:
                                No throttling issues detected.
                                
                                Previously detected issues:
                                ~ Under-voltage has occurred
                                
                                *** Time and Time Zones ***
                                               Local time: Mon 2024-06-10 11:27:12 CEST
                                           Universal time: Mon 2024-06-10 09:27:12 UTC
                                                 RTC time: n/a
                                                Time zone: Europe/Berlin (CEST, +0200)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** Users and Groups ***
                                User that called 'iob diag':
                                iobroker
                                HOME=/home/iobroker
                                GROUPS=iobroker tty dialout sudo audio video bluetooth gpio i2c
                                
                                User that is running 'js-controller':
                                iobroker
                                HOME=/home/iobroker
                                GROUPS=iobroker tty dialout sudo audio video 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:            3.8G        1.5G        1.5G        0.0K        806M        2.3G
                                Swap:           1.0G          0B        1.0G
                                Total:          4.8G        1.5G        2.5G
                                
                                Active iob-Instances:   26
                                
                                         3794 M total memory
                                         1515 M used memory
                                         1632 M active memory
                                          518 M inactive memory
                                         1471 M free memory
                                          127 M buffer memory
                                          678 M swap cache
                                         1023 M total swap
                                            0 M used swap
                                         1023 M free swap
                                
                                *** top - Table Of Processes  ***
                                top - 11:27:12 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                                Tasks: 190 total,   2 running, 188 sleeping,   0 stopped,   0 zombie
                                %Cpu(s): 12.9 us,  8.6 sy,  0.0 ni, 78.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                MiB Mem :   3794.3 total,   1471.9 free,   1515.8 used,    806.7 buff/cache
                                MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   2292.5 avail Mem
                                
                                *** FAILED SERVICES ***
                                
                                  UNIT LOAD ACTIVE SUB DESCRIPTION
                                0 loaded units listed.
                                
                                *** FILESYSTEM ***
                                Filesystem                       Type      Size  Used Avail Use% Mounted on
                                /dev/root                        ext4      117G   19G   94G  17% /
                                devtmpfs                         devtmpfs  1.7G     0  1.7G   0% /dev
                                tmpfs                            tmpfs     1.9G     0  1.9G   0% /dev/shm
                                tmpfs                            tmpfs     759M  884K  759M   1% /run
                                tmpfs                            tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                /dev/mmcblk0p1                   vfat      253M   51M  202M  20% /boot
                                //192.168.188.1/FRITZ.NAS/Intern cifs      1.9T  137G  1.7T   8% /home/iobroker/nas
                                tmpfs                            tmpfs     380M     0  380M   0% /run/user/1000
                                tmpfs                            tmpfs     380M     0  380M   0% /run/user/1001
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [sudo] password for iobroker:
                                [Mon Jun 10 10:45:22 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:11:73:1C vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=79014aeb-02 rootfstype=ext4 fsck.repair=yes rootwait
                                [Mon Jun 10 10:45:23 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                [Mon Jun 10 10:45:23 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                [Mon Jun 10 10:45:26 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                
                                Show mounted filesystems:
                                TARGET                       SOURCE                           FSTYPE     OPTIONS
                                /                            /dev/mmcblk0p2                   ext4       rw,noatime
                                |-/dev                       devtmpfs                         devtmpfs   rw,relatime,size=1678472k,nr_inodes=419618,mode=755
                                | |-/dev/shm                 tmpfs                            tmpfs      rw,nosuid,nodev
                                | |-/dev/pts                 devpts                           devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                | `-/dev/mqueue              mqueue                           mqueue     rw,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
                                |-/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
                                |-/run                       tmpfs                            tmpfs      rw,nosuid,nodev,size=777080k,nr_inodes=819200,mode=755
                                | |-/run/lock                tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                | |-/run/rpc_pipefs          sunrpc                           rpc_pipefs rw,relatime
                                | |-/run/user/1001           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1001,gid=1001
                                | `-/run/user/1000           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1000,gid=1000
                                |-/boot                      /dev/mmcblk0p1                   vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                `-/home/iobroker/nas         //192.168.188.1/FRITZ.NAS/Intern cifs       rw,nosuid,nodev,noexec,relatime,vers=3.1.1,cache=strict,username=markus,domain=WORKGROUP,uid=1001,noforceuid,gid=1001,noforcegid,addr=192.168.188.1,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5
                                
                                Files in neuralgic directories:
                                
                                /var:
                                6.3G    /var/
                                3.9G    /var/log
                                3.5G    /var/log/journal/c2df7990107f4916961d78d0f5d95a53
                                3.5G    /var/log/journal
                                750M    /var/lib
                                
                                Hint: You are currently not seeing messages from other users and the system.
                                      Users in groups 'adm', 'systemd-journal' can see all messages.
                                      Pass -q to turn off this notice.
                                Archived and active journals take up 200.0M in the file system.
                                
                                /opt/iobroker/backups:
                                2.7G    /opt/iobroker/backups/
                                11M     /opt/iobroker/backups/influxDB_2024_05_20-14_17_02_backupiobroker
                                
                                /opt/iobroker/iobroker-data:
                                611M    /opt/iobroker/iobroker-data/
                                506M    /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:
                                27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                
                                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         v18.20.3
                                /usr/bin/node           v18.20.3
                                /usr/bin/npm            10.7.0
                                /usr/bin/npx            10.7.0
                                /usr/bin/corepack       0.28.0
                                
                                
                                nodejs:
                                  Installed: 18.20.3-1nodesource1
                                  Candidate: 18.20.3-1nodesource1
                                  Version table:
                                 *** 18.20.3-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     18.20.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.20.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.20.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.19.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.19.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.17.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.16.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.9.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     18.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                     12.22.12~dfsg-1~deb11u4 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                
                                Temp directories causing npm8 problem: 0
                                No problems detected
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller:  5.0.19
                                admin:          6.13.16
                                javascript:     8.3.1
                                
                                nodejs modules from github:     0
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                  system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                  system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                                + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                  system.adapter.echarts.0                : echarts               : raspberrypi                              - disabled
                                + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                                + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                                  system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              - disabled
                                  system.adapter.heos.0                   : heos                  : raspberrypi                              - disabled
                                + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                                + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                  system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              - disabled
                                  system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                + system.adapter.knx.0                    : knx                   : raspberrypi                              -  enabled, bind: 192.168.188.52
                                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                                + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                  system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                                  system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                                  system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                                + system.adapter.ring.0                   : ring                  : raspberrypi                              -  enabled
                                + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                                + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                                + system.adapter.smartmeter.1             : smartmeter            : raspberrypi                              -  enabled
                                + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                                + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                  system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
                                + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                + system.adapter.viessmannapi.0           : viessmannapi          : raspberrypi                              -  enabled
                                  system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, 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.13.16  , installed 6.13.16
                                Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                                Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                                Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                                Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                Adapter    "heos"         : 2.2.1    , installed 2.2.1
                                Adapter    "history"      : 3.0.1    , installed 3.0.1
                                Adapter    "hmip"         : 1.22.0   , installed 1.22.0
                                Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
                                Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                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    "knx"          : 2.0.28   , installed 2.0.28
                                Adapter    "mihome-vacuum": 4.2.0    , installed 4.2.0
                                Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                                Adapter    "net-tools"    : 1.0.11   , installed 0.2.0  [Updatable]
                                Adapter    "openweathermap": 1.0.4   , installed 1.0.4
                                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                Adapter    "ring"         : 5.0.10   , installed 5.0.10
                                Adapter    "roborock"     : 0.6.4    , installed 0.6.4
                                Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
                                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                                Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                                Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                Adapter    "web"          : 6.2.5    , installed 6.2.5
                                Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        15614
                                States:         12683
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                Hit:3 https://repos.influxdata.com/debian stable InRelease
                                Hit:4 https://apt.grafana.com stable InRelease
                                Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                Reading package lists...
                                Pending Updates: 0
                                
                                *** Listening Ports ***
                                Active Internet connections (only servers)
                                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18554      1508/iobroker.js-co
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       19837      1508/iobroker.js-co
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11886      523/sshd: /usr/sbin
                                tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          19663      1484/master
                                tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        15217      787/influxd
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          11888      523/sshd: /usr/sbin
                                tcp6       0      0 :::25                   :::*                    LISTEN      0          19664      1484/master
                                tcp6       0      0 :::3000                 :::*                    LISTEN      109        16608      1507/grafana
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18249      1542/io.admin.0
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23891      2211/io.web.0
                                tcp6       0      0 :::8086                 :::*                    LISTEN      999        18531      787/influxd
                                udp        0      0 192.168.188.52:5353     0.0.0.0:*                           1001       20981      2054/io.tr-064.0
                                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14030      411/avahi-daemon: r
                                udp        0      0 192.168.188.52:50964    0.0.0.0:*                           1001       22722      1792/io.knx.0
                                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14971      775/dhcpcd
                                udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       19078      1804/io.mihome-vacu
                                udp        0      0 0.0.0.0:41968           0.0.0.0:*                           108        14032      411/avahi-daemon: r
                                udp6       0      0 :::5353                 :::*                                108        14031      411/avahi-daemon: r
                                udp6       0      0 :::546                  :::*                                0          14982      775/dhcpcd
                                udp6       0      0 :::50062                :::*                                108        14033      411/avahi-daemon: r
                                
                                *** Log File - Last 25 Lines ***
                                
                                2024-06-10 10:48:09.368  - info: ring.0 (2234) Daily sun parameter calculation scheduled for 00:00:31
                                2024-06-10 10:48:13.648  - info: sourceanalytix.0 (2148) Initialization of modbus.0.inputRegisters.30513_Sum_Einspeisung_ges successfully
                                2024-06-10 10:48:13.650  - info: sourceanalytix.0 (2148) Initialising (2 of 5) "smartmeter.0.1-0:1_8_0__255.value"
                                2024-06-10 10:48:20.519  - info: openweathermap.0 (1831) Terminated (NO_ERROR): Without reason
                                2024-06-10 10:48:21.256  - info: host.raspberrypi instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                                2024-06-10 10:48:22.558  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:1_8_0__255.value successfully
                                2024-06-10 10:48:22.560  - info: sourceanalytix.0 (2148) Initialising (3 of 5) "smartmeter.0.1-0:2_8_0__255.value"
                                2024-06-10 10:48:25.282  - info: tankerkoenig.0 (2169) Start first request
                                2024-06-10 10:48:28.475  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:2_8_0__255.value successfully
                                2024-06-10 10:48:28.483  - info: sourceanalytix.0 (2148) Initialising (4 of 5) "smartmeter.1.1-0:1_8_0__255.value"
                                2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:1_8_0__255.value successfully
                                2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialising (5 of 5) "smartmeter.1.1-0:2_8_0__255.value"
                                2024-06-10 10:48:36.802  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:2_8_0__255.value successfully
                                2024-06-10 10:48:36.817  - info: sourceanalytix.0 (2148) Successfully activated SourceAnalytix for 5 of 5 states, will do my Job until you stop me!
                                2024-06-10 10:48:54.805  - info: alexa2.0 (1697) Unknown Device, but enabling commands, Try it and report back if commands work.
                                2024-06-10 10:48:54.806  - info: alexa2.0 (1697) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                2024-06-10 10:48:54.808  - info: alexa2.0 (1697)     Device-type:A3TMFGFCIJD290 - Miriam's JBL LIVE660NC (JBL LIVE660NC) (TUNE_IN,SLEEP,TIMERS_AND_ALARMS,AUDIBLE,VOLUME_SETTING,TIDAL,HANDS_FREE,DEREGISTER_DEVICE,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,PERSISTENT_CONNECTION,ADAPTIVE_LISTENING,MICROPHONE,CHANGE_NAME,SIRIUSXM,I_HEART_RADIO,APPLE_MUSIC,KINDLE_BOOKS,AMAZON_MUSIC,MUSIC_SKILL,DREAM_TRAINING,GOLDFISH,DEEZER,AUDIO_PLAYER)
                                2024-06-10 10:49:23.128  - info: alexa2.0 (1697) Using cached smart home devices list from Mon Jun 10 2024 10:40:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                                2024-06-10 10:49:32.719  - info: alexa2.0 (1697) No smart home devices to query
                                2024-06-10 10:49:39.341  - info: alexa2.0 (1697) Subscribing to states...
                                2024-06-10 10:49:39.351  - info: alexa2.0 (1697) Deleting the following states: ["Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe","Smart-Home-Devices.3583ea70-fd69-4048-9edd-fac94de2e7b2.door-toggleState","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#delete","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#enabled","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#includeInAllQuery","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#query","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Black Cartridge HP CF400X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Cyan Cartridge HP CF401X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Magenta Cartridge HP CF403X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Yellow Cartridge HP CF402X-level"]
                                2024-06-10 10:49:41.413  - info: alexa2.0 (1697) Alexa-Push-Connection (macDms = true) established. Disable Polling
                                2024-06-10 10:50:08.922  - info: alexa2.0 (1697) Initialization Done ...
                                2024-06-10 11:28:01.348  - info: host.raspberrypi instance system.adapter.openweathermap.0 started with pid 3908
                                2024-06-10 11:28:05.883  - info: openweathermap.0 (3908) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v18.20.3, js-controller: 5.0.19
                                
                                --
                                
                                ============ Mark until here for C&P =============
                                
                                iob diag has finished.
                                

                                Über alle Tipps bin ich sehr dankbar, da ich den iob inzwischen nicht nur zu Komfortzwecken, sondern auch sicherheitsrelevant im Einsatz habe.

                                Herzlichen Gruß
                                m4rgott

                                haus-automatisierungH Online
                                haus-automatisierungH Online
                                haus-automatisierung
                                Developer Most Active
                                wrote on last edited by
                                #26

                                @m4rgott sagte in Raspberry Pi4 friert ein:

                                Ich bin jetzt komplett verunsichert. Kann ich den Raspi weiter mit SD betreiben und der Fehler liegt irgendwo anders? Reicht es wenn ich es irgendewie schaffe das auf SSD zum Laufen zu bekommen?
                                Oder muss ich kurzfristig alles auf einem Mini PC neu aufsetzen?

                                Keine der Fragen kann man mit den Infos hier wirklich seriös beantworten. Aber ich bin da auch bei @Ro75 :

                                Previously detected issues:
                                 ~ Under-voltage has occurred
                                

                                🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                                🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                                📚 Meine inoffizielle ioBroker Dokumentation

                                1 Reply Last reply
                                1
                                • Ro75R Ro75

                                  @m4rgott was für ein Netzteil nutzt du?

                                  Ro75.

                                  M Offline
                                  M Offline
                                  m4rgott
                                  wrote on last edited by
                                  #27

                                  @ro75
                                  Das Original Netzteil vom Raspberry.

                                  Ro75R 1 Reply Last reply
                                  0
                                  • M m4rgott

                                    @ro75
                                    Das Original Netzteil vom Raspberry.

                                    Ro75R Online
                                    Ro75R Online
                                    Ro75
                                    wrote on last edited by
                                    #28

                                    @m4rgott dann hat das wohl ein Problem.

                                    Ro75.

                                    SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                    1 Reply Last reply
                                    0
                                    • M m4rgott

                                      Hi @Ro75 und @haus-automatisierung ,

                                      vielen Dank für die schnelle Antwort.

                                      Wie der Kollege auch schon geschrieben hatte, hängt sich auch bei mir der Raspi 4b (4 GB) inzwischen jeden tag auf. In den Logs vom iob kann ich nicht nachvollziehen woran es liegt und in den Logs vom Raspi kenne ich mich nicht gut genug aus um da etwas nachvollziehen zu können.

                                      Das Problem hatte ich dann auch schonmal in der FB Gruppe "IoBroker SmartHome und IoT" geschildert. Hier kam dann schnell der Hinweis, dass sich häufig die SD Karten verabschieden, weshalb ich ein Backup auf eine Neue SD gezogen habe. Leider hat das nicht geholfen. Nächster Tipp war, dass ich auf eine SSD umsteigen soll. Das ist aber eine Vollkatastrophe. Trotz rpi-eeprom-update bekomm ich das nicht zum laufen und bekomme die Fehlermeldung "Unsupported block sice 4096".

                                      Ich bin jetzt komplett verunsichert. Kann ich den Raspi weiter mit SD betreiben und der Fehler liegt irgendwo anders? Reicht es wenn ich es irgendewie schaffe das auf SSD zum Laufen zu bekommen?
                                      Oder muss ich kurzfristig alles auf einem Mini PC neu aufsetzen?

                                      Hier die komplette Ausgabe vom iob diag:

                                      ======== Start marking the full check here =========
                                      
                                      --
                                      Skript v.2024-05-22
                                      
                                      *** BASE SYSTEM ***
                                         Static hostname: raspberrypi
                                               Icon name: computer
                                        Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                  Kernel: Linux 6.1.21-v8+
                                            Architecture: arm64
                                      
                                      Model           : Raspberry Pi 4 Model B Rev 1.2
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : 32 bit
                                      
                                      Systemuptime and Load:
                                       11:27:11 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                                      CPU threads: 4
                                      
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      ~ Under-voltage has occurred
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Mon 2024-06-10 11:27:12 CEST
                                                 Universal time: Mon 2024-06-10 09:27:12 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      iobroker
                                      HOME=/home/iobroker
                                      GROUPS=iobroker tty dialout sudo audio video bluetooth gpio i2c
                                      
                                      User that is running 'js-controller':
                                      iobroker
                                      HOME=/home/iobroker
                                      GROUPS=iobroker tty dialout sudo audio video 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:            3.8G        1.5G        1.5G        0.0K        806M        2.3G
                                      Swap:           1.0G          0B        1.0G
                                      Total:          4.8G        1.5G        2.5G
                                      
                                      Active iob-Instances:   26
                                      
                                               3794 M total memory
                                               1515 M used memory
                                               1632 M active memory
                                                518 M inactive memory
                                               1471 M free memory
                                                127 M buffer memory
                                                678 M swap cache
                                               1023 M total swap
                                                  0 M used swap
                                               1023 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 11:27:12 up 41 min,  2 users,  load average: 1.30, 1.23, 1.19
                                      Tasks: 190 total,   2 running, 188 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s): 12.9 us,  8.6 sy,  0.0 ni, 78.6 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :   3794.3 total,   1471.9 free,   1515.8 used,    806.7 buff/cache
                                      MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   2292.5 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT LOAD ACTIVE SUB DESCRIPTION
                                      0 loaded units listed.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem                       Type      Size  Used Avail Use% Mounted on
                                      /dev/root                        ext4      117G   19G   94G  17% /
                                      devtmpfs                         devtmpfs  1.7G     0  1.7G   0% /dev
                                      tmpfs                            tmpfs     1.9G     0  1.9G   0% /dev/shm
                                      tmpfs                            tmpfs     759M  884K  759M   1% /run
                                      tmpfs                            tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      /dev/mmcblk0p1                   vfat      253M   51M  202M  20% /boot
                                      //192.168.188.1/FRITZ.NAS/Intern cifs      1.9T  137G  1.7T   8% /home/iobroker/nas
                                      tmpfs                            tmpfs     380M     0  380M   0% /run/user/1000
                                      tmpfs                            tmpfs     380M     0  380M   0% /run/user/1001
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [sudo] password for iobroker:
                                      [Mon Jun 10 10:45:22 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:11:73:1C vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=79014aeb-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Mon Jun 10 10:45:23 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Mon Jun 10 10:45:23 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Mon Jun 10 10:45:26 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET                       SOURCE                           FSTYPE     OPTIONS
                                      /                            /dev/mmcblk0p2                   ext4       rw,noatime
                                      |-/dev                       devtmpfs                         devtmpfs   rw,relatime,size=1678472k,nr_inodes=419618,mode=755
                                      | |-/dev/shm                 tmpfs                            tmpfs      rw,nosuid,nodev
                                      | |-/dev/pts                 devpts                           devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                      | `-/dev/mqueue              mqueue                           mqueue     rw,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
                                      |-/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
                                      |-/run                       tmpfs                            tmpfs      rw,nosuid,nodev,size=777080k,nr_inodes=819200,mode=755
                                      | |-/run/lock                tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                      | |-/run/rpc_pipefs          sunrpc                           rpc_pipefs rw,relatime
                                      | |-/run/user/1001           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1001,gid=1001
                                      | `-/run/user/1000           tmpfs                            tmpfs      rw,nosuid,nodev,relatime,size=388536k,nr_inodes=97134,mode=700,uid=1000,gid=1000
                                      |-/boot                      /dev/mmcblk0p1                   vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                      `-/home/iobroker/nas         //192.168.188.1/FRITZ.NAS/Intern cifs       rw,nosuid,nodev,noexec,relatime,vers=3.1.1,cache=strict,username=markus,domain=WORKGROUP,uid=1001,noforceuid,gid=1001,noforcegid,addr=192.168.188.1,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=65536,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=5
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      6.3G    /var/
                                      3.9G    /var/log
                                      3.5G    /var/log/journal/c2df7990107f4916961d78d0f5d95a53
                                      3.5G    /var/log/journal
                                      750M    /var/lib
                                      
                                      Hint: You are currently not seeing messages from other users and the system.
                                            Users in groups 'adm', 'systemd-journal' can see all messages.
                                            Pass -q to turn off this notice.
                                      Archived and active journals take up 200.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      2.7G    /opt/iobroker/backups/
                                      11M     /opt/iobroker/backups/influxDB_2024_05_20-14_17_02_backupiobroker
                                      
                                      /opt/iobroker/iobroker-data:
                                      611M    /opt/iobroker/iobroker-data/
                                      506M    /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:
                                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                      24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                      24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                      23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.245b61c0.js.map
                                      
                                      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         v18.20.3
                                      /usr/bin/node           v18.20.3
                                      /usr/bin/npm            10.7.0
                                      /usr/bin/npx            10.7.0
                                      /usr/bin/corepack       0.28.0
                                      
                                      
                                      nodejs:
                                        Installed: 18.20.3-1nodesource1
                                        Candidate: 18.20.3-1nodesource1
                                        Version table:
                                       *** 18.20.3-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           18.20.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.20.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.20.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.19.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.19.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.18.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.18.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.17.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.17.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.16.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.16.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.15.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.14.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.14.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.14.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.13.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.12.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.11.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.10.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.9.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.9.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.8.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.7.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.6.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.5.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.4.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.3.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.2.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.1.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           18.0.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                                           12.22.12~dfsg-1~deb11u4 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller:  5.0.19
                                      admin:          6.13.16
                                      javascript:     8.3.1
                                      
                                      nodejs modules from github:     0
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                        system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                        system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                        system.adapter.echarts.0                : echarts               : raspberrypi                              - disabled
                                      + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                                      + system.adapter.followthesun.0           : followthesun          : raspberrypi                              -  enabled
                                        system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              - disabled
                                        system.adapter.heos.0                   : heos                  : raspberrypi                              - disabled
                                      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                      + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                                      + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                        system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              - disabled
                                        system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                      + system.adapter.knx.0                    : knx                   : raspberrypi                              -  enabled, bind: 192.168.188.52
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                                      + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                        system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                                        system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
                                        system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                                      + system.adapter.ring.0                   : ring                  : raspberrypi                              -  enabled
                                      + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                                      + system.adapter.smartmeter.0             : smartmeter            : raspberrypi                              -  enabled
                                      + system.adapter.smartmeter.1             : smartmeter            : raspberrypi                              -  enabled
                                      + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                                      + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                        system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
                                      + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                      + system.adapter.viessmannapi.0           : viessmannapi          : raspberrypi                              -  enabled
                                        system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                                      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, 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.13.16  , installed 6.13.16
                                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                      Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                      Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                                      Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                      Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                                      Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                                      Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                      Adapter    "heos"         : 2.2.1    , installed 2.2.1
                                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                                      Adapter    "hmip"         : 1.22.0   , installed 1.22.0
                                      Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                      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    "knx"          : 2.0.28   , installed 2.0.28
                                      Adapter    "mihome-vacuum": 4.2.0    , installed 4.2.0
                                      Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                                      Adapter    "net-tools"    : 1.0.11   , installed 0.2.0  [Updatable]
                                      Adapter    "openweathermap": 1.0.4   , installed 1.0.4
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "ring"         : 5.0.10   , installed 5.0.10
                                      Adapter    "roborock"     : 0.6.4    , installed 0.6.4
                                      Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
                                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                      Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                      Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                      Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                      Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                                      Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                                      Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        15614
                                      States:         12683
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:3 https://repos.influxdata.com/debian stable InRelease
                                      Hit:4 https://apt.grafana.com stable InRelease
                                      Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                      Reading package lists...
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18554      1508/iobroker.js-co
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       19837      1508/iobroker.js-co
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11886      523/sshd: /usr/sbin
                                      tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          19663      1484/master
                                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        15217      787/influxd
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          11888      523/sshd: /usr/sbin
                                      tcp6       0      0 :::25                   :::*                    LISTEN      0          19664      1484/master
                                      tcp6       0      0 :::3000                 :::*                    LISTEN      109        16608      1507/grafana
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18249      1542/io.admin.0
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23891      2211/io.web.0
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      999        18531      787/influxd
                                      udp        0      0 192.168.188.52:5353     0.0.0.0:*                           1001       20981      2054/io.tr-064.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14030      411/avahi-daemon: r
                                      udp        0      0 192.168.188.52:50964    0.0.0.0:*                           1001       22722      1792/io.knx.0
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14971      775/dhcpcd
                                      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       19078      1804/io.mihome-vacu
                                      udp        0      0 0.0.0.0:41968           0.0.0.0:*                           108        14032      411/avahi-daemon: r
                                      udp6       0      0 :::5353                 :::*                                108        14031      411/avahi-daemon: r
                                      udp6       0      0 :::546                  :::*                                0          14982      775/dhcpcd
                                      udp6       0      0 :::50062                :::*                                108        14033      411/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-06-10 10:48:09.368  - info: ring.0 (2234) Daily sun parameter calculation scheduled for 00:00:31
                                      2024-06-10 10:48:13.648  - info: sourceanalytix.0 (2148) Initialization of modbus.0.inputRegisters.30513_Sum_Einspeisung_ges successfully
                                      2024-06-10 10:48:13.650  - info: sourceanalytix.0 (2148) Initialising (2 of 5) "smartmeter.0.1-0:1_8_0__255.value"
                                      2024-06-10 10:48:20.519  - info: openweathermap.0 (1831) Terminated (NO_ERROR): Without reason
                                      2024-06-10 10:48:21.256  - info: host.raspberrypi instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                                      2024-06-10 10:48:22.558  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:1_8_0__255.value successfully
                                      2024-06-10 10:48:22.560  - info: sourceanalytix.0 (2148) Initialising (3 of 5) "smartmeter.0.1-0:2_8_0__255.value"
                                      2024-06-10 10:48:25.282  - info: tankerkoenig.0 (2169) Start first request
                                      2024-06-10 10:48:28.475  - info: sourceanalytix.0 (2148) Initialization of smartmeter.0.1-0:2_8_0__255.value successfully
                                      2024-06-10 10:48:28.483  - info: sourceanalytix.0 (2148) Initialising (4 of 5) "smartmeter.1.1-0:1_8_0__255.value"
                                      2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:1_8_0__255.value successfully
                                      2024-06-10 10:48:32.951  - info: sourceanalytix.0 (2148) Initialising (5 of 5) "smartmeter.1.1-0:2_8_0__255.value"
                                      2024-06-10 10:48:36.802  - info: sourceanalytix.0 (2148) Initialization of smartmeter.1.1-0:2_8_0__255.value successfully
                                      2024-06-10 10:48:36.817  - info: sourceanalytix.0 (2148) Successfully activated SourceAnalytix for 5 of 5 states, will do my Job until you stop me!
                                      2024-06-10 10:48:54.805  - info: alexa2.0 (1697) Unknown Device, but enabling commands, Try it and report back if commands work.
                                      2024-06-10 10:48:54.806  - info: alexa2.0 (1697) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                      2024-06-10 10:48:54.808  - info: alexa2.0 (1697)     Device-type:A3TMFGFCIJD290 - Miriam's JBL LIVE660NC (JBL LIVE660NC) (TUNE_IN,SLEEP,TIMERS_AND_ALARMS,AUDIBLE,VOLUME_SETTING,TIDAL,HANDS_FREE,DEREGISTER_DEVICE,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,PERSISTENT_CONNECTION,ADAPTIVE_LISTENING,MICROPHONE,CHANGE_NAME,SIRIUSXM,I_HEART_RADIO,APPLE_MUSIC,KINDLE_BOOKS,AMAZON_MUSIC,MUSIC_SKILL,DREAM_TRAINING,GOLDFISH,DEEZER,AUDIO_PLAYER)
                                      2024-06-10 10:49:23.128  - info: alexa2.0 (1697) Using cached smart home devices list from Mon Jun 10 2024 10:40:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                                      2024-06-10 10:49:32.719  - info: alexa2.0 (1697) No smart home devices to query
                                      2024-06-10 10:49:39.341  - info: alexa2.0 (1697) Subscribing to states...
                                      2024-06-10 10:49:39.351  - info: alexa2.0 (1697) Deleting the following states: ["Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe","Smart-Home-Devices.3583ea70-fd69-4048-9edd-fac94de2e7b2.door-toggleState","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#delete","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#enabled","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#includeInAllQuery","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.#query","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Black Cartridge HP CF400X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Cyan Cartridge HP CF401X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Magenta Cartridge HP CF403X-level","Smart-Home-Devices.82ba897f-a7a6-46fc-9e7c-992e859ccdfe.Yellow Cartridge HP CF402X-level"]
                                      2024-06-10 10:49:41.413  - info: alexa2.0 (1697) Alexa-Push-Connection (macDms = true) established. Disable Polling
                                      2024-06-10 10:50:08.922  - info: alexa2.0 (1697) Initialization Done ...
                                      2024-06-10 11:28:01.348  - info: host.raspberrypi instance system.adapter.openweathermap.0 started with pid 3908
                                      2024-06-10 11:28:05.883  - info: openweathermap.0 (3908) starting. Version 1.0.4 in /opt/iobroker/node_modules/iobroker.openweathermap, node: v18.20.3, js-controller: 5.0.19
                                      
                                      --
                                      
                                      ============ Mark until here for C&P =============
                                      
                                      iob diag has finished.
                                      

                                      Über alle Tipps bin ich sehr dankbar, da ich den iob inzwischen nicht nur zu Komfortzwecken, sondern auch sicherheitsrelevant im Einsatz habe.

                                      Herzlichen Gruß
                                      m4rgott

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #29

                                      @m4rgott sagte in Raspberry Pi4 friert ein:

                                      Kernel : aarch64
                                      Userland : 32 bit

                                      Alleine deswegen würde ich das schon neu auf einen neuen Datenträger installieren. Dann halt Bookworm / Debian 12 in der 64Bit-Lite-Version.
                                      Mit einem eigenen User ungleich 'iobroker', der dann auch in die Gruppe 'adm' gehört.

                                      Zusammen mit einem richtigen Netzteil. Das jetzige ist offenbar zu klein (oder kein Netzteil).

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      1 Reply Last reply
                                      0
                                      • WinniW Offline
                                        WinniW Offline
                                        Winni
                                        wrote on last edited by
                                        #30

                                        Netzteile können auch altern. Ein neues kostet nicht die Welt. Ich würde dann gleich dieses nehmen: https://www.berrybase.de/raspberry-pi-27w-usb-c-power-supply-netzteil-weiss
                                        Dann hast du mehr Reserve und bist für den Pi5 gerüstet.

                                        Es gibt nicht Gutes. Außer man tut es. Erich Kästner

                                        1 Reply Last reply
                                        0
                                        • J Offline
                                          J Offline
                                          jwerlsdf
                                          wrote on last edited by
                                          #31

                                          Ich klinke mich hier noch einmal ein. Ich habe nun doch auf einen rpi5 mit aktiver kühlung gewechselt. Dabei ohne sd Karte sondern mi ssd Festplatte. Seitdem kein einziger hänger mehr. Es läuft nun wie es soll. Der rp4 hat tatsächlich zu wenig RAM gehabt. Das zeigt mit die aktuelle Leistung. Ich benötige ca 4,5 GB RAM. Temperatur konnte icu mittels turmlüfter auf dem rp5 runter regulieren.

                                          HomoranH 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          577

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe