Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Absturz des Raspberry Pi mit IoBroker

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Absturz des Raspberry Pi mit IoBroker

    This topic has been deleted. Only users with topic management privileges can see it.
    • Meister Mopper
      Meister Mopper @Elektrofix-OL last edited by

      @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

      Du braucht mit mir nicht diskutieren, Du kannst es mir einfach verständlich erklären.

      Ja, das Diskutieren kommt im IT-Bereich vom englischen 'discuss' und das meint nicht zwingend, wie im Deutschen den Meinungsaustausch, sondern dass man ein Thema behandelt.

      Was du in YT siehst ist meistens veraltet und oftmals schlicht falsch.

      Warum du nextcloud hier einführst, ist mir gänzlich unklar.

      Alter! Ich bin Jahrgang 1964, habe aber kapiert, dass man nicht als "root" in Linux-Systemen rumhampelt.

      Sogar Windows empfiehlt, nicht als Administrator rumzuhampeln (.... oder so ähnlich).

      Nimm die Ratschläge an oder lass es.

      Rumlabern führt zu keinem guten Ergebnis.

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

        @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

        In allen Youtube-Videos, wo die Installation von Nextcloud, Grafana und IoBroker gezeigt wird, wird alles unter root gemacht,

        Dann sind die alle falsch. Ist bei Jutjube-Clips ja auch nichts ungewöhnliches.

        Hier wird es aber erklärt, warum das a) gefährlich und b) vollkommen unnötig ist. Nur unter ganz extremen Sonderfällen (System komplett abgeschmiert, du bekommst nur die Notfall-Umgebung z. B.) hantiert man als root. Sonst NIE.

        https://wiki.ubuntuusers.de/mit_Root-Rechten_arbeiten/

        Die Zusammenfassung:

        Eine falsche Verwendung von Root-Rechten kann das System unbrauchbar machen oder schlimmere Folgen haben.

        1 Reply Last reply Reply Quote 0
        • Elektrofix-OL
          Elektrofix-OL @Meister Mopper last edited by Elektrofix-OL

          @meister-mopper Wollte damit nur sagen, das ich ein System mit mehr Last hatte, was trotzdem lief.

          Fasse ich das mal zusammen:

          • ich brauche ein System, wo ich als User ohne rootrechte den IoBroker und alles anderen neu aufsetzte
          • sudo brauche ich nicht zu verwenden, die Installation läuft auch ohne
          • als sudo verdrehe ich die rechte und der IoBroker läuft nicht stabli, daher der schwergang.

          wie benutze ich den apt update und apt upgrade? als User oder root?

          den Link schaue ich mir später an, danke

          Homoran arteck Meister Mopper Thomas Braun 4 Replies Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Elektrofix-OL last edited by

            @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

            @meister-mopper

            ??

            1 Reply Last reply Reply Quote 0
            • arteck
              arteck Developer Most Active @Elektrofix-OL last edited by

              @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

              apt update und apt upgrade

              mit dem sudo davor

              1 Reply Last reply Reply Quote 0
              • Meister Mopper
                Meister Mopper @Elektrofix-OL last edited by

                @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

                wie benutze ich den apt update und apt upgrade? als User oder root?

                Als normaler user und ein komplettes sudo apt update && sudo apt full-upgrade

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

                  @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

                  wie benutze ich den apt update und apt upgrade? als User oder root?

                  Falsche Frage. Bzw. man sieht daran, dass du es noch nicht verstanden hast.
                  An die tieferen Ebenen des Systems kommst du nur mit root-Rechten. Da du aber nicht als root angemeldet bist (Nie!) Holst du dir die Rechte nur einmalig, in dem 'sudo' dem Befehl vorangestellt wird.
                  Versuch mal als entsprechend berechtigter user:

                  whoami
                  sudo whoami 
                  whoami
                  

                  Du fällst also sofort wieder aus der gefährlichen root-Umgebung in den sichereren user space zurück.

                  Elektrofix-OL 1 Reply Last reply Reply Quote 0
                  • Codierknecht
                    Codierknecht Developer Most Active @Elektrofix-OL last edited by

                    @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

                    In allen Youtube-Videos

                    Bis auf wenige Ausnahmen kannst Du die meisten davon in die Tonne treten.
                    Die sind oft falsch und/oder steinalt.
                    Als Ausnahmen möchte ich an dieser Stelle explizit die Videos von Matthias Kleine nennen. Die werden nämlich - im Gegensatz zu den meisten anderen - regelmäßig aktualisiert und auf aktuellem Stand gehalten.

                    Videos schaue ich mir nur an, wenn ich "sehen" muss wie etwas gemacht wird. Also eher im handwerklichen Bereich.
                    Bei so ziemlich allem anderen suche ich eher Beiträge in einschlägigen Portalen/Blogs wie Stackoverflow usw. Und dort achte ich auf die Aktualität. Hat u.a. den Vorteil, dass man dort Befehle usw. kopieren kann.

                    Ich komme aus der Zeit wo CLI nach als Load "Tetris",8,1 eingegeben wurde. Mit der Maus hat sich nur die Katze beschäftigt. Und ein Fenster war immer in der Wand.

                    Willkommen im Club 😀

                    1 Reply Last reply Reply Quote 1
                    • Elektrofix-OL
                      Elektrofix-OL @Thomas Braun last edited by

                      @thomas-braun said in Absturz des Raspberry Pi mit IoBroker:

                      Falsche Frage. Bzw. man sieht daran, dass du es noch nicht verstanden hast.

                      ich glaube schon. ich hatte die Frage nicht präzise genug formuliert, @Meister-Mopper hatte mich verstanden.
                      Ich danke Euch allen für die Geduld mit mir!
                      Ich habe unwissentlich mit dem Feuer gespielt und muss versuchen den Waldbrand zu löschen. 🙄

                      Gerade hatte ich beim Anmelden und bei der Befehlseingabe in der CLI hatte ich ein delay vom 30sec. Habe dann die iob stop und iob fix eingesetzt, nach dem iob start wieder schwergang, half nur den Pi den Strom zu klauen ==> Also Pi neu Aufsetzten unter User 😥

                      Elektrofix-OL Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Elektrofix-OL
                        Elektrofix-OL @Elektrofix-OL last edited by

                        Ich hatte den Raspberry am 8.8. neu aufgesetzt, diesmal auf einem 4 mit 4GB Ram und einem anderen USB-Stick, gleicher Bauart wie bei vorherigen Pi5.
                        Heute kam es wieder zum Schwergang nach einen Neustart wieder alles i.O.
                        Ich habe die Installation als normaler User gemacht.
                        Hat jemand noch eine Idee, was ich falsch gemacht haben könnte?

                        Homoran Ro75 2 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Elektrofix-OL last edited by Homoran

                          @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

                          Heute kam es wieder zum Schwergang

                          was immer das ist, wie sah zu dem Zeitpunkt die Ausgabe von top aus?

                          Elektrofix-OL 1 Reply Last reply Reply Quote 0
                          • Ro75
                            Ro75 @Elektrofix-OL last edited by

                            @elektrofix-ol mach mal bitte ein

                            iob diag
                            

                            und poste die Langfassung hier in Code-Tags (</>).

                            Ro75.

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

                              @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

                              half nur den Pi den Strom zu klauen

                              NIE!
                              Immer sauber herunterfahren.

                              Elektrofix-OL Homoran 2 Replies Last reply Reply Quote 0
                              • Elektrofix-OL
                                Elektrofix-OL @Homoran last edited by

                                @homoran Die Seite zeigte nur die IoBroker Kringel an, und brach denn später ab, der "Engergiefluss-Adapter erweitet" veränderte die Daten nur sporadisch und meinen SmartEVSE bekam die Daten per API nur noch alle 60-70 Sec anstellen von 10 Sec.
                                Da ich auf dem iPad kein F12 habe, war die Anzeige für mich nutzlos.

                                Homoran 1 Reply Last reply Reply Quote 0
                                • Elektrofix-OL
                                  Elektrofix-OL @Ro75 last edited by Elektrofix-OL

                                  @ro75

                                  Skript v.2024-05-22
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                            Kernel: Linux 6.6.31+rpt-rpi-v8
                                      Architecture: arm64
                                  
                                  Model           : Raspberry Pi 4 Model B Rev 1.1
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   16:37:21 up  9:16,  2 users,  load average: 1.73, 1.25, 1.32
                                  CPU threads: 4
                                  
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Sat 2024-08-24 16:37:21 CEST
                                             Universal time: Sat 2024-08-24 14:37:21 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':
                                  Karsten
                                  HOME=/home/Karsten
                                  GROUPS=Karsten adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                  
                                  *** Display-Server-Setup ***
                                  Display-Server: false
                                  Desktop:
                                  Terminal:       tty
                                  Boot Target:    multi-user.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            4.0G        2.3G        280M        1.2M        1.1G        1.7G
                                  Swap:           209M          0B        209M
                                  Total:          4.2G        2.3G        489M
                                  
                                  Active iob-Instances:   24
                                  
                                           3791 M total memory
                                           2174 M used memory
                                           2628 M active memory
                                            760 M inactive memory
                                            266 M free memory
                                            109 M buffer memory
                                            895 M swap cache
                                            199 M total swap
                                              0 M used swap
                                            199 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 16:37:21 up  9:16,  2 users,  load average: 1.73, 1.25, 1.32
                                  Tasks: 196 total,   1 running, 195 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s): 25.0 us, 37.5 sy,  0.0 ni, 25.0 id, 12.5 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :   3791.0 total,    265.6 free,   2175.2 used,   1005.4 buff/cache
                                  MiB Swap:    200.0 total,    200.0 free,      0.0 used.   1615.8 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                  tmpfs          tmpfs     380M  1.2M  378M   1% /run
                                  /dev/sda2      ext4      235G   12G  212G   6% /
                                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                  tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                  /dev/sda1      vfat      510M   64M  447M  13% /boot/firmware
                                  tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Sat Aug 24 07:20:39 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=DC:A6:32:59:05:B8 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=6a029067-02 rootfstype=ext4 fsck.repair=yes rootwait
                                  [Sat Aug 24 07:20:45 2024] EXT4-fs (sda2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                  [Sat Aug 24 07:20:47 2024] EXT4-fs (sda2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET                                                  SOURCE      FSTYPE      OPTIONS
                                  /                                                       /dev/sda2   ext4        rw,noatime
                                  |-/sys                                                  sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/security                                securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/cgroup                                      cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                  | |-/sys/fs/pstore                                      pstore      pstore      rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/bpf                                         bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/sys/kernel/debug                                   debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/tracing                                 tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/fuse/connections                            fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
                                  | `-/sys/kernel/config                                  configfs    configfs    rw,nosuid,nodev,noexec,relatime
                                  |-/proc                                                 proc        proc        rw,relatime
                                  | `-/proc/sys/fs/binfmt_misc                            systemd-1   autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2611
                                  |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
                                  |-/dev                                                  udev        devtmpfs    rw,nosuid,relatime,size=1670784k,nr_inodes=417696,mode=755
                                  | |-/dev/pts                                            devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                  | |-/dev/shm                                            tmpfs       tmpfs       rw,nosuid,nodev
                                  | `-/dev/mqueue                                         mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
                                  |-/run                                                  tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=388204k,mode=755
                                  | |-/run/lock                                           tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                                  | |-/run/credentials/systemd-sysctl.service             ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/credentials/systemd-sysusers.service           ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/rpc_pipefs                                     sunrpc      rpc_pipefs  rw,relatime
                                  | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | `-/run/user/1000                                      tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=388200k,nr_inodes=97050,mode=700,uid=1000,gid=1000
                                  `-/boot/firmware                                        /dev/sda1   vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  6.5G    /var/
                                  4.1G    /var/log/journal/a618ead7915d42e796bf3db02ae03fe8
                                  4.1G    /var/log/journal
                                  4.1G    /var/log
                                  2.1G    /var/lib
                                  
                                  Archived and active journals take up 4.0G in the file system.
                                  
                                  /opt/iobroker/backups:
                                  4.0K    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  868M    /opt/iobroker/iobroker-data/
                                  750M    /opt/iobroker/iobroker-data/files
                                  441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                  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
                                  22M     /opt/iobroker/iobroker-data/objects.jsonl
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0
                                  
                                  
                                  
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v20.17.0
                                  /usr/bin/node           v20.17.0
                                  /usr/bin/npm            10.8.2
                                  /usr/bin/npx            10.8.2
                                  /usr/bin/corepack       0.29.3
                                  
                                  
                                  nodejs:
                                    Installed: 20.17.0-1nodesource1
                                    Candidate: 20.17.0-1nodesource1
                                    Version table:
                                   *** 20.17.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       20.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.15.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.13.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.11.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.8.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.6.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.5.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.3.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u2 500
                                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u1 500
                                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree:
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Core adapters versions
                                  js-controller:  6.0.9
                                  admin:          7.0.23
                                  javascript:     8.7.6
                                  
                                  nodejs modules from github:     1
                                  +-- iobroker.energiefluss-erweitert@0.5.1-alpha.4 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss-erweitert.git#d8c55b0fb6aef6c28860c3401edec87819cf52bf)
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 3001, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                  + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                  + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                                  + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                                    system.adapter.energiefluss-erweitert.1 : energiefluss-erweitert: raspberrypi                              - disabled
                                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                  + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                  + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
                                  + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                  + system.adapter.modbus.1                 : modbus                : raspberrypi                              -  enabled
                                  + system.adapter.modbus.3                 : modbus                : raspberrypi                              -  enabled
                                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                  + system.adapter.sma-em.0                 : sma-em                : raspberrypi                              -  enabled
                                  + system.adapter.smartgarden.0            : smartgarden           : raspberrypi                              -  enabled
                                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                                  + system.adapter.tibberlink.0             : tibberlink            : raspberrypi                              -  enabled
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 3002, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.worx.0                   : worx                  : raspberrypi                              -  enabled
                                  
                                  + 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.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 3001, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                  + system.adapter.influxdb.1               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                  + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 3002, bind: 0.0.0.0 (SSL), run as: admin
                                  
                                  ioBroker-Repositories
                                  ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                  │ (index) │ name     │ url                                                     │ auto upgrade │
                                  ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                  │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                  │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                  └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                  
                                  Active repo(s): stable
                                  Upgrade policy: none
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 7.0.23   , installed 7.0.23
                                  Adapter    "backitup"     : 3.0.19   , installed 3.0.19
                                  Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                  Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                  Adapter    "energiefluss-erweitert": 0.4.1, installed 0.5.1-alpha.4
                                  Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                  Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                  Controller "js-controller": 6.0.9    , installed 6.0.9
                                  Adapter    "mielecloudservice": 6.5.6, installed 6.5.6
                                  Adapter    "modbus"       : 6.2.3    , installed 6.2.3
                                  Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "sma-em"       : 1.0.1    , installed 1.0.1
                                  Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                  Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                  Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                  Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                  Adapter    "tibberlink"   : 3.4.8    , installed 3.4.8
                                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                                  Adapter    "worx"         : 3.0.2    , installed 3.0.2
                                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        3277
                                  States:         3255
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Hit:5 https://repos.influxdata.com/debian stable InRelease
                                  Hit:6 https://apt.grafana.com stable InRelease
                                  Hit:7 https://deb.nodesource.com/node_20.x nodistro InRelease
                                  Reading package lists...
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       10501      1439/io.sonoff.0
                                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       9533       1368/io.mqtt.0
                                  tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       5626       843/iobroker.js-con
                                  tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       5621       843/iobroker.js-con
                                  tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        5557       779/influxd
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6374       720/sshd: /usr/sbin
                                  tcp6       0      0 :::8086                 :::*                    LISTEN      999        5591       779/influxd
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       974        987/io.admin.0
                                  tcp6       0      0 :::3002                 :::*                    LISTEN      1001       10643      1564/io.web.0
                                  tcp6       0      0 :::3000                 :::*                    LISTEN      106        7185       842/grafana
                                  tcp6       0      0 :::3001                 :::*                    LISTEN      1001       6691       1009/io.admin.1
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          6376       720/sshd: /usr/sbin
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6278       566/avahi-daemon: r
                                  udp        0      0 0.0.0.0:9522            0.0.0.0:*                           1001       10582      1520/io.sma-em.0
                                  udp        0      0 0.0.0.0:38478           0.0.0.0:*                           104        6280       566/avahi-daemon: r
                                  udp6       0      0 :::5353                 :::*                                104        6279       566/avahi-daemon: r
                                  udp6       0      0 :::35171                :::*                                104        6281       566/avahi-daemon: r
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-08-24 14:51:04.131  - info: admin.0 (987) <== Disconnect system.user.admin from ::ffff:192.168.9.163 admin
                                  2024-08-24 14:51:09.676  - info: web.0 (1564) ==> Connected system.user.admin from ::ffff:192.168.9.163
                                  2024-08-24 14:51:18.149  - info: web.0 (1564) <== Disconnect system.user.admin from ::ffff:192.168.9.163
                                  2024-08-24 14:53:19.139  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 15:01:09.040  - info: sonoff.0 (1439) Client [Thermometer-Schwarz] connected with secret 1724504469038_3455
                                  2024-08-24 15:03:19.128  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 15:06:11.459  - info: sonoff.0 (1439) Client [Thermometer-Schwarz] connection closed: timeout
                                  2024-08-24 15:13:19.147  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 15:23:19.156  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 15:28:57.859  - info: sonoff.0 (1439) Client [Trockner] connected with secret 1724506137858_3730
                                  2024-08-24 15:33:19.137  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 15:43:19.171  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 15:53:19.184  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 16:02:40.801  - info: sonoff.0 (1439) Client [Thermometer-Schwarz] connected with secret 1724508160799_9073
                                  2024-08-24 16:03:19.163  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 16:07:51.522  - info: sonoff.0 (1439) Client [Thermometer-Schwarz] connection closed: timeout
                                  2024-08-24 16:13:19.142  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 16:15:06.235  - info: web.0 (1564) ==> Connected system.user.admin from ::ffff:192.168.9.149
                                  2024-08-24 16:16:08.200  - info: sonoff.0 (1439) Client [Trockner] reconnected. Old secret 1724506137858_3730 ==> New secret 1724508968190_2339
                                  2024-08-24 16:19:59.845  - info: sonoff.0 (1439) Client [3D-Drucker] connection closed: closed
                                  2024-08-24 16:20:06.174  - info: sonoff.0 (1439) Client [3D-Drucker] connected with secret 1724509206173_5253
                                  2024-08-24 16:20:41.411  - info: sonoff.0 (1439) Client [Trockner] reconnected. Old secret 1724508968190_2339 ==> New secret 1724509241410_7713
                                  2024-08-24 16:23:19.150  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  2024-08-24 16:30:52.343  - info: sonoff.0 (1439) Client [Trockner] connection closed: timeout
                                  2024-08-24 16:33:19.154  - info: worx.0 (1457) No payload found for device 30174202161230030038
                                  
                                  
                                  ======================= SUMMARY =======================
                                                          v.2024-05-22
                                  
                                  
                                   Static hostname: raspberrypi
                                         Icon name: computer
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                            Kernel: Linux 6.6.31+rpt-rpi-v8
                                      Architecture: arm64
                                  
                                  Installation:           native
                                  Kernel:                 aarch64
                                  Userland:               64 bit
                                  Timezone:               Europe/Berlin (CEST, +0200)
                                  User-ID:                1000
                                  Display-Server:         false
                                  Boot Target:            multi-user.target
                                  
                                  Pending OS-Updates:     0
                                  Pending iob updates:    0
                                  
                                  Nodejs-Installation:
                                  /usr/bin/nodejs         v20.17.0
                                  /usr/bin/node           v20.17.0
                                  /usr/bin/npm            10.8.2
                                  /usr/bin/npx            10.8.2
                                  /usr/bin/corepack       0.29.3
                                  
                                  Recommended versions are nodejs 20.17.0 and npm 10.8.2
                                  Your nodejs installation is correct
                                  
                                  MEMORY:
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            4.0G        2.4G        520M        1.2M        1.0G        1.6G
                                  Swap:           209M          0B        209M
                                  Total:          4.2G        2.4G        730M
                                  
                                  Active iob-Instances:   24
                                  Upgrade policy: none
                                  
                                  ioBroker Core:          js-controller           6.0.9
                                                          admin                   7.0.23
                                  
                                  ioBroker Status:        iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Status admin and web instance:
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 3001, bind: 0.0.0.0 (SSL), run as: admin
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 3002, bind: 0.0.0.0 (SSL), run as: admin
                                  
                                  Objects:                3277
                                  States:                 3255
                                  
                                  Size of iob-Database:
                                  
                                  32M     /opt/iobroker/iobroker-data/objects.jsonl
                                  2.2M    /opt/iobroker/iobroker-data/states.jsonl
                                  
                                  
                                  
                                  =================== END OF SUMMARY ====================
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Elektrofix-OL last edited by

                                    @elektrofix-ol was willst du mir damit sagen?

                                    die Ausgabe von top bekommst du per Fernkonsole auf den Server.

                                    Elektrofix-OL 1 Reply Last reply Reply Quote 0
                                    • Elektrofix-OL
                                      Elektrofix-OL @Thomas Braun last edited by

                                      @thomas-braun Das ist auch mein Wunsch, aber wie wenn Du es dem Pi nicht sagen kannst

                                      Thomas Braun 1 Reply Last reply Reply Quote 1
                                      • Thomas Braun
                                        Thomas Braun Most Active @Elektrofix-OL last edited by

                                        @elektrofix-ol sagte in Absturz des Raspberry Pi mit IoBroker:

                                        aber wie wenn Du es dem Pi nicht sagen kannst

                                        Abwarten bis das Terminal wieder reagiert.

                                        Elektrofix-OL 1 Reply Last reply Reply Quote 0
                                        • Elektrofix-OL
                                          Elektrofix-OL @Homoran last edited by

                                          @homoran TOP schein so etwas wie der Task-Manager zu sein, wenn ich die Zeichen richtig deute:
                                          077c03d4-fb89-4496-a0b7-ea59731d3d6e-image.png

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

                                            @thomas-braun Das war aber noch die alte Installation, diesmal hat @Elektrofix-OL alles sauber heruntergefahren und hoffentlich vorher noch mit top nachgesehen was da klemmt.

                                            Elektrofix-OL 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            793
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            140
                                            7212
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo