Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Benachrichtigung nun schon x-Mal bestätigt

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Benachrichtigung nun schon x-Mal bestätigt

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

      @bongo

      Kopier es direkt aus der Konsole.
      Ansonsten liegt ein Log dazu aber auch in /home/iobroker parat.

      1 Reply Last reply Reply Quote 0
      • B
        Bongo @Thomas Braun last edited by

        @thomas-braun @mcm1957

        Mit iob diag musste ich bisher nicht arbeiten. Ich habs in eine Datei umgeleitet.
        diag.txt

        Aber das ist in der Datei nicht sichtbar:
        hc_2979.png

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

          @bongo sagte in Benachrichtigung nun schon x-Mal bestätigt:

          Aber das ist in der Datei nicht sichtbar:

          dafür ein kritisches Problem bei dmesg und ein "unbekanntes Betriebssystem"

          Da scheint mir in Verbindung mit den anderen Dingen einiges faul zu sein

          1 Reply Last reply Reply Quote 0
          • Codierknecht
            Codierknecht Developer Most Active last edited by

            @homoran sagte in Benachrichtigung nun schon x-Mal bestätigt:

            ein "unbekanntes Betriebssystem"

            Das dürfte in einem Container normal sein. Das Script ist halt nicht für Container gemacht.

            @Bongo
            Man macht sich das Leben deutlich einfacher, wenn man per SSH in den Container geht 😉

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

              @codierknecht sagte in Benachrichtigung nun schon x-Mal bestätigt:

              Das dürfte in einem Container normal sein. Das Script ist halt nicht für Container gemacht.

              im lxc erkennt das Skript das OS.
              und in Docker meine ich hätte es immer gepasst.

              Codierknecht 1 Reply Last reply Reply Quote 0
              • Codierknecht
                Codierknecht Developer Most Active @Homoran last edited by

                @homoran
                LXC ist eben anders.

                Ich hab' einen Docker-Container auf 'nem NUC und einen unter DSM laufen.
                Die Meldung kommt in beiden.

                Ist aber vermutlich nicht kriegsentscheidend 😉

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

                  @codierknecht sagte in Benachrichtigung nun schon x-Mal bestätigt:

                  Die Meldung kommt in beiden.
                  Ist aber vermutlich nicht kriegsentscheidend

                  ob @thomas-braun das auch so sieht?
                  der ist Perfektionist!

                  Codierknecht Thomas Braun 2 Replies Last reply Reply Quote 0
                  • Codierknecht
                    Codierknecht Developer Most Active @Homoran last edited by

                    @homoran sagte in Benachrichtigung nun schon x-Mal bestätigt:

                    der ist Perfektionist!

                    ... und so ganz nebenbei kein Freund jeglicher Art von Virtualisierung 😉

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

                      @homoran

                      Warum das OS nicht erkannt wird weiß ich.
                      Da ist nicht alles, was üblicherweise in einem vollen Linux installiert werden sollte (lsb_release) in den Container eingebacken worden.
                      Ist halt so.

                      Eher machen mir die nicht erkannten 'npm error' Kopfweh. Zum einen sollten die natürlich erst gar nicht vorhanden sein, zu anderen sollten die natürlich detektiert und im 'iob diag' gezählt werden.

                      Edit: Logisch... befehl > datei leitet nur die Standardausgabe STDOUT in die Datei um, Fehler werden über STDERR geleitet und landen daher nicht in der Datei.

                      Es muss also

                      iob diag &> output
                      

                      lauten.

                      1 Reply Last reply Reply Quote 1
                      • B
                        Bongo last edited by

                        Danke für die vielen Reaktionen.

                        Ich hab jetzt nochmal das gemacht:

                        iob diag &> output.txt
                        

                        Das Ergebnis:
                        output.txt

                        Bringt euch das was? Mir sagt das leider noch nicht was das Problem ist.

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

                          @bongo

                          Kopier es doch bitte einfach ohne Dateiumleitung aus dem Terminal und dann hier in den Thread rein. Dann stimmen auch die Formatierungen.

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            Bongo @Codierknecht last edited by

                            @codierknecht sagte in Benachrichtigung nun schon x-Mal bestätigt:

                            @Bongo
                            Man macht sich das Leben deutlich einfacher, wenn man per SSH in den Container geht 😉

                            Das ist noch interessant. Ich gehe normal über die Console von Portainer rein.
                            Aber wie komme ich per ssh in einen Container?

                            1 Reply Last reply Reply Quote 0
                            • B
                              Bongo @Thomas Braun last edited by

                              @thomas-braun sagte in Benachrichtigung nun schon x-Mal bestätigt:

                              Kopier es doch bitte einfach ohne Dateiumleitung aus dem Terminal und dann hier in den Thread rein. Dann stimmen auch die Formatierungen.

                              In der Console von Portainer kann ich nicht so weit zurück blättern. Deshalb die Dateiumleitung.
                              Wie komme ich per SSH in den Container?

                              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Bongo last edited by

                                @bongo sagte in Benachrichtigung nun schon x-Mal bestätigt:

                                Wie komme ich per SSH in den Container?

                                Keine Ahnung. Ich verwende keine Container.
                                Üblicherweise per

                                ssh user@host
                                
                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Bongo last edited by

                                  @bongo sagte in Benachrichtigung nun schon x-Mal bestätigt:

                                  Wie komme ich per SSH in den Container?

                                  du legst im Container einen normalen user an, verbindest dich per SSH mit dem User und der IP des Containers

                                  haselchen 1 Reply Last reply Reply Quote 0
                                  • haselchen
                                    haselchen Most Active @Homoran last edited by haselchen

                                    @homoran

                                    Naja, so einfach ist das vermutlich für den normalen User nicht.
                                    Der Container wird dann neu erstellt.
                                    Oder temporär über die Container Konsole ssh installieren.
                                    Was aber auch nicht so einfach für den geneigten User ist .

                                    https://kinsta.com/de/blog/ssh-in-docker-container/

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

                                      @haselchen Danke!

                                      Ich weiss schon warum ich keine Blechbüchsen mag

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        Bongo last edited by

                                        So jetzt aus einem SSH Terminal:

                                        ========== Start marking the full check here ===========

                                        Script v.2024-10-19
                                        
                                        *** BASE SYSTEM ***
                                        Hardware Vendor : Synology
                                        Kernel          : x86_64
                                        Userland        : 64 bit
                                        Docker          : v10.0.0
                                        Virtualization  : docker
                                        Kernel          : x86_64
                                        Userland        : 64 bit
                                        
                                        Systemuptime and Load:
                                         16:15:32 up 8 days,  5:42,  0 user,  load average: 2.01, 1.78, 1.33
                                        CPU threads: 4
                                        
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
                                        
                                        *** TIME AND TIMEZONES ***
                                        Wed Dec 18 15:15:32 UTC 2024
                                        Wed Dec 18 16:15:32 CET 2024
                                        CET +0100
                                        Etc/UTC
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        root
                                        HOME=/root
                                        GROUPS=root
                                        
                                        User that is running 'js-controller':
                                        iobroker
                                        HOME=/opt/iobroker
                                        GROUPS=iobroker tty dialout audio video plugdev
                                        
                                        *** DISPLAY-SERVER SETUP ***
                                        Display-Server: false
                                        Desktop:
                                        Terminal:
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:             12G        5.5G        1.8G         70M        5.4G        6.9G
                                        Swap:           9.6G        761M        8.8G
                                        Total:           21G        6.3G         10G
                                        
                                        Active iob-Instances:   54
                                        
                                                11822 M total memory
                                                 5281 M used memory
                                                 5672 M active memory
                                                 2957 M inactive memory
                                                 1746 M free memory
                                                   21 M buffer memory
                                                 5151 M swap cache
                                                 9143 M total swap
                                                  726 M used swap
                                                 8417 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 16:15:33 up 8 days,  5:42,  0 user,  load average: 2.01, 1.78, 1.33
                                        Tasks:  62 total,   3 running,  59 sleeping,   0 stopped,   0 zombie
                                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                        MiB Mem :  11822.1 total,   1744.6 free,   5283.5 used,   5172.4 buff/cache
                                        MiB Swap:   9143.9 total,   8417.6 free,    726.3 used.   6538.6 avail Mem
                                        
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem             Type   Size  Used Avail Use% Mounted on
                                        /dev/mapper/cachedev_0 btrfs   11T  7.0T  3.6T  67% /
                                        tmpfs                  tmpfs   64M     0   64M   0% /dev
                                        tmpfs                  tmpfs  5.8G     0  5.8G   0% /sys/fs/cgroup
                                        shm                    tmpfs   64M     0   64M   0% /dev/shm
                                        /dev/mapper/cachedev_0 btrfs   11T  7.0T  3.6T  67% /opt/iobroker
                                        /dev/mapper/cachedev_0 btrfs   11T  7.0T  3.6T  67% /etc/hosts
                                        tmpfs                  tmpfs  5.8G     0  5.8G   0% /proc/acpi
                                        tmpfs                  tmpfs  5.8G     0  5.8G   0% /proc/scsi
                                        tmpfs                  tmpfs  5.8G     0  5.8G   0% /sys/firmware
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Tue Dec 10 10:34:57 2024] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
                                        
                                        Show mounted filesystems:
                                        TARGET                    SOURCE                                                                                                                         FSTYPE OPTIONS
                                        /                         /dev/mapper/cachedev_0[/@syno/@docker/btrfs/subvolumes/902931c3d8be127105ef8eb797677d0783f5b8632cb476b46d3b6dbf7f96bc81]       btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=15577,subvol=/@syno/@docker/btrfs/subvolumes/902931c3d8be127105ef8eb797677d0783f5b8632cb476b46d3b6dbf7f96bc81
                                        |-/opt/iobroker           /dev/mapper/cachedev_0[/@syno/docker/iobroker_data]                                                                            btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=529,subvol=/@syno/docker/iobroker_data
                                        | `-/opt/iobroker/backups /dev/mapper/cachedev_0[/@syno/docker/iobroker_backup/backitup]                                                                 btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=529,subvol=/@syno/docker/iobroker_backup/backitup
                                        |-/etc/resolv.conf        /dev/mapper/cachedev_0[/@syno/@docker/containers/7850e60400880212564a1a06e24970965123b8330503d9ae833a0882f727c6af/resolv.conf] btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno/@docker/containers/7850e60400880212564a1a06e24970965123b8330503d9ae833a0882f727c6af/resolv.conf
                                        |-/etc/hostname           /dev/mapper/cachedev_0[/@syno/@docker/containers/7850e60400880212564a1a06e24970965123b8330503d9ae833a0882f727c6af/hostname]    btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno/@docker/containers/7850e60400880212564a1a06e24970965123b8330503d9ae833a0882f727c6af/hostname
                                        `-/etc/hosts              /dev/mapper/cachedev_0[/@syno/@docker/containers/7850e60400880212564a1a06e24970965123b8330503d9ae833a0882f727c6af/hosts]       btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno/@docker/containers/7850e60400880212564a1a06e24970965123b8330503d9ae833a0882f727c6af/hosts
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        35M     /var/
                                        33M     /var/lib
                                        19M     /var/lib/apt/lists
                                        19M     /var/lib/apt
                                        13M     /var/lib/dpkg/info
                                        
                                        
                                        /opt/iobroker/backups:
                                        46M     /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        2.5G    /opt/iobroker/iobroker-data/
                                        1.3G    /opt/iobroker/iobroker-data/files
                                        737M    /opt/iobroker/iobroker-data/history
                                        616M    /opt/iobroker/iobroker-data/files/javascript.admin
                                        560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                        
                                        The five largest files in iobroker-data are:
                                        71M     /opt/iobroker/iobroker-data/objects.jsonl
                                        47M     /opt/iobroker/iobroker-data/states.jsonl
                                        38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                        35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                        26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v20.18.1
                                        /usr/bin/node           v20.18.1
                                        /usr/bin/npm            10.8.2
                                        /usr/bin/npx            10.8.2
                                        /usr/bin/corepack       0.29.4
                                        
                                        nodejs:
                                          Installed: 20.18.1-1nodesource1
                                          Candidate: 20.18.1-1nodesource1
                                          Version table:
                                         *** 20.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             20.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.11.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.8.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.6.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.3.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             20.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                             18.19.0+dfsg-6~deb12u2 500
                                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        *** ioBroker-Installation ***
                                        
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        iobroker            iobroker (version: 7.0.3, hostname: iobroker      , alive, uptime: 9553)
                                        
                                        Core adapters versions
                                        js-controller:  7.0.3
                                        admin:          7.1.5
                                        javascript:     8.8.3
                                        
                                        nodejs modules from github:     2
                                        |   `-- xmlbuilder@0.4.2 invalid: "https://github.com/hobbyquaker/xmlbuilder-js/tarball/29fe5030dc6852007dc8d1bfd5109d75f8da58d5" from node_modules/homematic-xmlrpc
                                        | +-- tplink-smarthome-api@5.0.0 invalid: "https://github.com/arteck/tplink-smarthome-api/tarball/08bcca9334c701b60d1eeb18b0ec72350aa3bf7a" from node_modules/iobroker.hs100
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                        + system.adapter.alexa2.1                 : alexa2                : iobroker                                 -  enabled
                                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                        + system.adapter.broadlink2.0             : broadlink2            : iobroker                                 -  enabled
                                        + system.adapter.cloudless-homeconnect.0  : cloudless-homeconnect : iobroker                                 -  enabled
                                          system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                        + system.adapter.device-watcher.0         : device-watcher        : iobroker                                 -  enabled
                                          system.adapter.devices.0                : devices               : iobroker                                 -  enabled
                                        + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                        + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                                        + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker                                 -  enabled
                                        + system.adapter.energiefluss-erweitert.1 : energiefluss-erweitert: iobroker                                 -  enabled
                                        + system.adapter.energiefluss.0           : energiefluss          : iobroker                                 -  enabled
                                        + system.adapter.enigma2.0                : enigma2               : iobroker                                 -  enabled
                                        + system.adapter.fakeroku.0               : fakeroku              : iobroker                                 -  enabled
                                          system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                          system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                                          system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 - disabled
                                        + system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                                        + system.adapter.history.0                : history               : iobroker                                 -  enabled
                                        + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          system.adapter.homeconnect.0            : homeconnect           : iobroker                                 - disabled
                                        + system.adapter.hs100.0                  : hs100                 : iobroker                                 -  enabled
                                        + system.adapter.hue.0                    : hue                   : iobroker                                 -  enabled, port: 80
                                        + system.adapter.hue.1                    : hue                   : iobroker                                 -  enabled, port: 80
                                        + system.adapter.hue.2                    : hue                   : iobroker                                 -  enabled, port: 80
                                          system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 -  enabled
                                        + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                        + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                        + system.adapter.iot.1                    : iot                   : iobroker                                 -  enabled
                                        + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                        + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                                          system.adapter.judoisoft.0              : judoisoft             : iobroker                                 - disabled
                                        + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                                          system.adapter.mobile.0                 : mobile                : iobroker                                 -  enabled
                                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 172.20.0.2
                                        + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                                          system.adapter.netatmo-crawler.0        : netatmo-crawler       : iobroker                                 - disabled
                                        + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                                        + system.adapter.nut.0                    : nut                   : iobroker                                 -  enabled
                                          system.adapter.onvif.0                  : onvif                 : iobroker                                 - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                                        + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                        + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                                          system.adapter.rickshaw.0               : rickshaw              : iobroker                                 -  enabled
                                        + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled
                                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.shuttercontrol.0         : shuttercontrol        : iobroker                                 -  enabled
                                        + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 -  enabled
                                        + system.adapter.statistics.0             : statistics            : iobroker                                 -  enabled
                                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                        + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                        + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                        + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                                        + system.adapter.virtualpowermeter.0      : virtualpowermeter     : iobroker                                 -  enabled
                                        + system.adapter.vis-2.0                  : vis-2                 : iobroker                                 -  enabled
                                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                                          system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 -  enabled
                                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                          system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
                                          system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 -  enabled
                                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                          system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                                          system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                          system.adapter.vofo-speedtest.0         : vofo-speedtest        : iobroker                                 -  enabled
                                          system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 -  enabled
                                          system.adapter.web-speedy.0             : web-speedy            : iobroker                                 - disabled
                                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 -  enabled
                                        + system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                          system.adapter.youtube.0                : youtube               : iobroker                                 -  enabled
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        + system.adapter.hue.0                    : hue                   : iobroker                                 -  enabled, port: 80
                                        + system.adapter.hue.1                    : hue                   : iobroker                                 -  enabled, port: 80
                                        + system.adapter.hue.2                    : hue                   : iobroker                                 -  enabled, port: 80
                                        + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 172.20.0.2
                                        + system.adapter.nanoleaf-lightpanels.0   : nanoleaf-lightpanels  : iobroker                                 -  enabled, port: 16021
                                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        ioBroker-Repositories
                                        ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┐
                                        │ (index) │ name               │ url                                                                                         │ auto upgrade │
                                        ├─────────┼────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┤
                                        │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'                                            │ false        │
                                        │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json'                                     │ false        │
                                        │ 2       │ 'sources'          │ 'conf/sources-dist.json'                                                                    │ false        │
                                        │ 3       │ 'online'           │ 'https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json' │ false        │
                                        └─────────┴────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┘
                                        
                                        Active repo(s): Stable (default)
                                        Upgrade policy: none
                                        
                                        Installed ioBroker-Instances
                                        Used repository: Stable (default)
                                        Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                        Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                        Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                        Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                        Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
                                        Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                                        Adapter    "energiefluss" : 3.6.1    , installed 3.6.1
                                        Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                                        Adapter    "enigma2"      : 2.2.1    , installed 2.2.1
                                        Adapter    "fakeroku"     : 0.3.0    , installed 0.3.0
                                        Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                        Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                                        Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                        Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                        Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
                                        Adapter    "hs100"        : 2.2.2    , installed 2.2.2
                                        Adapter    "hue"          : 3.13.1   , installed 3.13.1
                                        Adapter    "ical"         : 1.16.1   , installed 1.16.1
                                        Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                        Controller "js-controller": 7.0.3    , installed 7.0.3
                                        Adapter    "judoisoft"    : 1.1.0    , installed 1.1.1
                                        Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                        Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                        Adapter    "nanoleaf-lightpanels": 1.4.0, installed 1.4.0
                                        Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                                        Adapter    "notification-manager": 1.2.1, installed 1.2.1
                                        Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                        Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                        Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
                                        Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                                        Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                        Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                        Adapter    "shuttercontrol": 1.8.5   , installed 1.8.5
                                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                        Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                                        Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                        Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                                        Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                        Adapter    "upnp"         : 1.1.0    , installed 1.1.0
                                        Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                        Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                        Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                        Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                        Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                        Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                        Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                                        Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                        Adapter    "wled"         : 0.7.2    , installed 0.7.2
                                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                        Adapter    "youtube"      : 5.1.1    , installed 5.1.1
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        31901
                                        States:         26843
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                                        Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                        tcp        0      0 127.0.0.11:36836        0.0.0.0:*               LISTEN      0          77421159   -               
                                        tcp        0      0 192.168.178.28:9093     0.0.0.0:*               LISTEN      1000       77439321   -               
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       77424206   -               
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       77424182   -               
                                        tcp        0      0 192.168.178.28:9292     0.0.0.0:*               LISTEN      1000       77444978   -               
                                        tcp        0      0 192.168.178.28:2001     0.0.0.0:*               LISTEN      1000       77438036   -               
                                        tcp        0      0 192.168.178.28:2010     0.0.0.0:*               LISTEN      1000       77440896   -               
                                        tcp        0      0 172.20.0.2:1883         0.0.0.0:*               LISTEN      1000       77445347   -               
                                        tcp6       0      0 :::61991                :::*                    LISTEN      1000       77438811   -               
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1000       77431857   -               
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1000       77447911   -               
                                        tcp6       0      0 :::8084                 :::*                    LISTEN      1000       77460580   -               
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1000       77459211   -               
                                        tcp6       0      0 :::9081                 :::*                    LISTEN      1000       78074659   -               
                                        udp        0      0 0.0.0.0:58741           0.0.0.0:*                           1000       77440203   -               
                                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       77454375   -               
                                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       77453396   -               
                                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       77448094   -               
                                        udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       77439322   -               
                                        udp        0      0 127.0.0.11:60719        0.0.0.0:*                           0          77421158   -               
                                        udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1000       77438812   -               
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       77452191   -               
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       77444842   -               
                                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       77439595   -               
                                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       77439596   -               
                                        udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1000       77436504   -               
                                        udp        0      0 0.0.0.0:48618           0.0.0.0:*                           1000       77436553   -               
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2024-12-18 16:00:17.119  - info: ical.0 (14957) Terminated (NO_ERROR): Without reason
                                        2024-12-18 16:00:17.672  - info: host.iobroker instance system.adapter.ical.0 having pid 14957 terminated with code 0 (NO_ERROR)
                                        2024-12-18 16:00:37.024  - info: host.iobroker instance system.adapter.daswetter.0 in version "3.1.16" started with pid 15031
                                        2024-12-18 16:00:42.219  - info: daswetter.0 (15031) starting. Version 3.1.16 in /opt/iobroker/node_modules/iobroker.daswetter, node: v20.18.1, js-controller: 7.0.3
                                        2024-12-18 16:00:58.122  - info: javascript.0 (222) script.js.common.DasWetter: Material Design Widgets: Wetter Skript triggered by 'daswetter.0.NextHours.Location_1.Day_1.current.temp_value'
                                        2024-12-18 16:01:15.245  - info: daswetter.0 (15031) still wrong data structure from server received! repaired...
                                        2024-12-18 16:01:23.144  - info: daswetter.0 (15031) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                        2024-12-18 16:01:23.660  - info: daswetter.0 (15031) cleaned everything up...
                                        2024-12-18 16:01:23.684  - info: host.iobroker instance system.adapter.daswetter.0 having pid 15031 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2024-12-18 16:01:23.689  - info: javascript.0 (222) script.js.common.DasWetter: Material Design Widgets: Wetter Skript triggered by 'system.adapter.daswetter.0.alive'
                                        2024-12-18 16:05:24.015  - info: javascript.0 (222) script.js.common.Wolf_Heizung: Warmwasser +1
                                        2024-12-18 16:08:36.676  - info: javascript.0 (222) script.js.common.Waschmaschine_Steuerung: 0.15
                                        2024-12-18 16:11:15.027  - info: host.iobroker instance system.adapter.vofo-speedtest.0 in version "2.0.1" started with pid 16002
                                        2024-12-18 16:11:19.689  - info: vofo-speedtest.0 (16002) starting. Version 2.0.1 in /opt/iobroker/node_modules/iobroker.vofo-speedtest, node: v20.18.1, js-controller: 7.0.3
                                        2024-12-18 16:11:36.849  - info: vofo-speedtest.0 (16002) Vofo-Speedtest finished with 593.31mbit download speed and 0mbit upload speed.
                                        2024-12-18 16:11:36.856  - info: vofo-speedtest.0 (16002) starting cleanup...
                                        2024-12-18 16:11:36.857  - info: vofo-speedtest.0 (16002) cleaned everything up...
                                        2024-12-18 16:11:36.907  - info: vofo-speedtest.0 (16002) Terminated (NO_ERROR): Without reason
                                        2024-12-18 16:11:37.445  - info: host.iobroker instance system.adapter.vofo-speedtest.0 having pid 16002 terminated with code 0 (NO_ERROR)
                                        2024-12-18 16:13:43.952  - error: host.iobroker cannot call visUtils: Cannot convert undefined or null to object
                                        2024-12-18 16:13:44.270  - error: host.iobroker cannot call visUtils: Cannot convert undefined or null to object
                                        2024-12-18 16:15:37.032  - info: host.iobroker instance system.adapter.daswetter.0 in version "3.1.16" started with pid 17592
                                        2024-12-18 16:15:43.476  - info: daswetter.0 (17592) starting. Version 3.1.16 in /opt/iobroker/node_modules/iobroker.daswetter, node: v20.18.1, js-controller: 7.0.3
                                        2024-12-18 16:16:02.462  - info: javascript.0 (222) script.js.common.DasWetter: Material Design Widgets: Wetter Skript triggered by 'daswetter.0.NextHours.Location_1.Day_1.current.temp_value'
                                        2024-12-18 16:16:27.492  - info: daswetter.0 (17592) still wrong data structure from server received! repaired...
                                        
                                        

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

                                        iob diag has finished.

                                        Press any key for a summary

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          Bongo last edited by

                                          Das ist noch die Übersicht:

                                          ======================= SUMMARY =======================
                                                                  v.2024-10-19
                                          
                                          
                                          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                                          Kernel          : x86_64
                                          Userland        : amd64
                                          Docker          : v10.0.0
                                          
                                          Installation:           Docker
                                          Kernel:                 x86_64
                                          Userland:               64 bit
                                          Timezone:               CET +0100
                                          User-ID:                0
                                          Display-Server:         false
                                          
                                          
                                          Pending OS-Updates:     0
                                          Pending iob updates:    0
                                          
                                          Nodejs-Installation:
                                          /usr/bin/nodejs         v20.18.1
                                          /usr/bin/node           v20.18.1
                                          /usr/bin/npm            10.8.2
                                          /usr/bin/npx            10.8.2
                                          /usr/bin/corepack       0.29.4
                                          
                                          Recommended versions are nodejs 20.18.1 and npm 10.8.2
                                          nodeJS installation is correct
                                          
                                          MEMORY:
                                                         total        used        free      shared  buff/cache   available
                                          Mem:             12G        5.6G        1.8G         70M        5.5G        6.8G
                                          Swap:           9.6G        761M        8.8G
                                          Total:           21G        6.3G         10G
                                          
                                          Active iob-Instances:   54
                                          Upgrade policy: none
                                          
                                          ioBroker Core:          js-controller           7.0.3
                                                                  admin                   7.1.5
                                          
                                          ioBroker Status:        iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Status admin and web instance:
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                            system.adapter.web-speedy.0             : web-speedy            : iobroker                                 - disabled
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          Objects:                31901
                                          States:                 26843
                                          
                                          Size of iob-Database:
                                          
                                          71M     /opt/iobroker/iobroker-data/objects.jsonl
                                          25M     /opt/iobroker/iobroker-data/objects.json.migrated
                                          25M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                          58M     /opt/iobroker/iobroker-data/states.jsonl
                                          3.9M    /opt/iobroker/iobroker-data/states.json.migrated
                                          3.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                          
                                          
                                          Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
                                          
                                          =================== END OF SUMMARY ====================
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators last edited by

                                            @bongo sagte in Benachrichtigung nun schon x-Mal bestätigt:

                                            No critical errors detected

                                            hast du den Fehler gefunden?

                                            im txt stand noch

                                            *** DMESG CRITICAL ERRORS ***
                                            1 CRITICAL ERRORS DETECTED! 
                                            Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                                            
                                            B 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

                                            546
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            52
                                            1577
                                            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