Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. Umzug von Bullseye auf Trixie, Probleme mit Backup

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    9
    1
    644

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    3.0k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    3.0k

Umzug von Bullseye auf Trixie, Probleme mit Backup

Geplant Angeheftet Gesperrt Verschoben Installation
46 Beiträge 5 Kommentatoren 297 Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D DiMe

    Die letzte Version ist die 1.12? dachte die 1.8. Okay?
    Also deinstalliere ich die 2.x
    Auch dazu eine Frage, da ich jetzt oft gelesen habe das es Probleme beim deinstallieren gab bin ich über folgende Programmzeilen in diesem Forum (ich meine) gestoßen:

    sudo service influxdb stop
    sudo apt remove influxdb
    sudo apt remove influxdb-client
    sudo apt remove influxdb2
    sudo apt autoclean && sudo apt autoremove
    sudo rm -rf /var/lib/influxdb/
    sudo rm -rf /var/log/influxdb/
    sudo rm -rf /etc/influxdb/
    sudo rm -rf ~/.influxdbv2/configs
    
    

    Und die KI sagt mir eine 1.8 würde so installiert:

    1. System aktualisieren
    sudo apt update && sudo apt upgrade -y
    
    2. Repository-Schlüssel hinzufügen
    wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /usr/share/keyrings/influx-archive-keyring.gpg >/dev/null
    
    3. Paketquelle für InfluxDB einrichten
    echo "deb [signed-by=/usr/share/keyrings/influx-archive-keyring.gpg] https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
    
    4. Paketlisten aktualisieren und InfluxDB installieren
    sudo apt update && sudo apt install -y influxdb
    
    5. Dienst starten und Autostart aktivieren
    sudo systemctl unmask influxdb.service
    sudo systemctl start influxdb
    sudo systemctl enable influxdb.service
    
    6. Installation prüfen
    sudo systemctl status influxdb
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb zuletzt editiert von Thomas Braun
    #27

    @DiMe

    Immer diese KIs...

    https://docs.influxdata.com/influxdb3/core/install/#linux-deb-or-rpm

    Also:

    curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key
    gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \
    | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \
    && cat influxdata-archive.key \
    | gpg --dearmor \
    | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \
    && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \
    | sudo tee /etc/apt/sources.list.d/influxdata.list
    sudo apt-get update
    

    Und man frickelt auch nicht so im Dateibaum herum....

    sudo rm -rf /var/lib/influxdb/
    sudo rm -rf /var/log/influxdb/
    sudo rm -rf /etc/influxdb/
    sudo rm -rf ~/.influxdbv2/configs
    

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

    1 Antwort Letzte Antwort
    0
    • D Online
      D Online
      DiMe
      schrieb zuletzt editiert von DiMe
      #28

      @Thomas-Braun sagte:

      Immer diese KIs...

      😊

      Aber das ist doch die DB3?

      Muss doch erst noch die 2.x deinstallieren

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • D DiMe

        @Thomas-Braun sagte:

        Immer diese KIs...

        😊

        Aber das ist doch die DB3?

        Muss doch erst noch die 2.x deinstallieren

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb zuletzt editiert von Thomas Braun
        #29

        @DiMe sagte:

        Aber das ist doch die DB3?

        Das ist das influxdb-Repo. Da liegt (unter anderem) influxdb1, influxdb2 und influxdb3-core drin...

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

        1 Antwort Letzte Antwort
        0
        • Meister MopperM Meister Mopper

          @Thomas-Braun sagte:

          @DiMe

          Bist du wirklich noch mit influxdb 1.x unterwegs?

          Warum nicht, damit kann man bei InfluxQl bleiben, ohne auf die jungfräuliche 3er-Version schwenken zu müssen. Bis diese soweit ist, kann man auch die 1.x aus meiner Sicht weiter nutzen.

          Der Wechsel auf InfluxDB2 (ich habe ihn gemacht) bedeutet ja, dass alle Queries auf Flux überarbeitet werden müssen.

          Ich bleibe jetzt erstmal bei v2.x und finde nebenbei die Entwicklungsstrategie von InfluxDB gelinde gesagt fragwürdig.

          fuzzy1955F Online
          fuzzy1955F Online
          fuzzy1955
          schrieb zuletzt editiert von fuzzy1955
          #30

          @DiMe
          @Meister-Mopper sagte:

          finde nebenbei die Entwicklungsstrategie von InfluxDB gelinde gesagt fragwürdig

          Uuii .. da lobe ich mir die MariaDB (MySQL). Die hält in der Grundstruktur ewig, wie ich auch 30jähriger SQL-Erfahrung weiß. Und man kann problemlos MS Excel oder MS Access damit verbinden.

          Mein Thread dazu: Wie arbeitet man damit?

          Gruß, Fuzzy

          Smart-Home-Automation unter IOB auf RASPI5, 16GB RAM, 50GB SSD, MariaSQL, VIS-2.
          Anfang 2025 war ich Newbie in Sachen RaspBerry, Linux und IOB.
          Jetzt läuft alles konstant gut und ich gebe gern meine Erfahrungen und mein Wissen an die Forums-User/Innen weiter.
          Großes Danke an alle tatkräftigen Helfer im Forum!

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • fuzzy1955F fuzzy1955

            @DiMe
            @Meister-Mopper sagte:

            finde nebenbei die Entwicklungsstrategie von InfluxDB gelinde gesagt fragwürdig

            Uuii .. da lobe ich mir die MariaDB (MySQL). Die hält in der Grundstruktur ewig, wie ich auch 30jähriger SQL-Erfahrung weiß. Und man kann problemlos MS Excel oder MS Access damit verbinden.

            Mein Thread dazu: Wie arbeitet man damit?

            Gruß, Fuzzy

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb zuletzt editiert von
            #31

            @fuzzy1955

            Nur ist das vom Konzept her was vollkommen anderes.
            InfluxDB für Zeitreihen wie Sensordaten optimiert, MariaDB ist eine klassische, relationale Datenbank.
            (Ob man bei den kleinen Datenmengen beim ioBroker einen Unterschied bemerkt sei dahingestellt).

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

            fuzzy1955F 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @fuzzy1955

              Nur ist das vom Konzept her was vollkommen anderes.
              InfluxDB für Zeitreihen wie Sensordaten optimiert, MariaDB ist eine klassische, relationale Datenbank.
              (Ob man bei den kleinen Datenmengen beim ioBroker einen Unterschied bemerkt sei dahingestellt).

              fuzzy1955F Online
              fuzzy1955F Online
              fuzzy1955
              schrieb zuletzt editiert von
              #32

              @Thomas-Braun sagte:

              InfluxDB für Zeitreihen wie Sensordaten optimiert

              Ja, das habe ich auch so im Thread beschrieben.

              Ob man bei den kleinen Datenmengen beim ioBroker einen Unterschied bemerkt sei dahingestellt

              Nach meiner Erfahrung ist das mit einer klassische, relationale Datenbank völlig "wurscht". Es werden ja nicht >= 1.000 DP pro Sekunde protokolliert.

              Smart-Home-Automation unter IOB auf RASPI5, 16GB RAM, 50GB SSD, MariaSQL, VIS-2.
              Anfang 2025 war ich Newbie in Sachen RaspBerry, Linux und IOB.
              Jetzt läuft alles konstant gut und ich gebe gern meine Erfahrungen und mein Wissen an die Forums-User/Innen weiter.
              Großes Danke an alle tatkräftigen Helfer im Forum!

              1 Antwort Letzte Antwort
              0
              • D Online
                D Online
                DiMe
                schrieb zuletzt editiert von
                #33

                Hallo Zusammen, nach einer langen Nacht ;-) läuft jetzt alles.
                ich habe die Influx 1.12 drauf. Das Restore für die Influx hat auch gepasst.
                Musste Grafana noch ein bisschen anpassen. Habe jetzt nochmals alles aktualisiert und mir ein Image gemacht.
                Vielen Dank an alle, besonderer Dank an Thomas!!

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • D DiMe

                  Hallo Zusammen, nach einer langen Nacht ;-) läuft jetzt alles.
                  ich habe die Influx 1.12 drauf. Das Restore für die Influx hat auch gepasst.
                  Musste Grafana noch ein bisschen anpassen. Habe jetzt nochmals alles aktualisiert und mir ein Image gemacht.
                  Vielen Dank an alle, besonderer Dank an Thomas!!

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb zuletzt editiert von
                  #34

                  @DiMe sagte:

                  Habe jetzt nochmals alles aktualisiert

                  Dann zeig jetzt mal einen Lauf von

                  iob diag
                  

                  auf dem neuen System.

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

                  1 Antwort Letzte Antwort
                  0
                  • D Online
                    D Online
                    DiMe
                    schrieb zuletzt editiert von DiMe
                    #35

                    Gerne doch, die Script Meldungen mal ignorieren.

                    
                    ========== Start marking the full check here ===========
                    
                    ```bash
                    Script v.2026-06-06
                    
                    *** BASE SYSTEM ***
                    Operating System: Debian GNU/Linux 13 (trixie)
                     Static hostname: Raspberry
                           Icon name: computer
                              Kernel: Linux 6.18.34+rpt-rpi-v8
                        Architecture: arm64
                    OS is similar to:
                    
                    Model           : Raspberry Pi 4 Model B Rev 1.1
                    
                    Docker          : false
                    Virtualization  : none
                    Unknown
                    
                    Kernel          : aarch64
                    Userland        : 64bit
                    
                    System was installed 67 days ago (on 2026-04-21).
                    
                    Systemuptime and Load:
                     12:05:03 up 26 min,  1 user,  load average: 0.60, 0.30, 0.47
                    CPU threads     : 4
                    
                    *** LIFE CYCLE STATUS ***
                    Operating System is the current Debian stable version codenamed 'trixie'!
                    
                    *** RASPBERRY THROTTLING ***
                    Current issues:
                    No throttling issues detected.
                    
                    Previously detected issues:
                    No throttling issues detected.
                    
                    *** TIME AND TIMEZONES ***
                                   Local time: Sat 2026-06-27 12:05:03 CEST
                               Universal time: Sat 2026-06-27 10:05:03 UTC
                                     RTC time: n/a
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** Users and Groups ***
                    User that called 'iob diag':
                    pi
                    HOME=/home/pi
                    GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c                                                             spi render input 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:         Unknown
                    Display-Manager:        Not found
                    Desktop:
                    Session:                tty
                    Boot Target:            multi-user.target
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:            4.0G        2.8G        110M        9.9M        1.1G        1.1G
                    Swap:           2.1G          0B        2.1G
                    Total:          6.1G        2.8G        2.3G
                    
                    Active iob-Instances:   12
                    
                             3795 M total memory
                             2708 M used memory
                             3093 M active memory
                              412 M inactive memory
                              105 M free memory
                               60 M buffer memory
                             1010 M swap cache
                             2047 M total swap
                                0 M used swap
                             2047 M free swap
                    
                    *** top - Table Of Processes  ***
                    top - 12:05:04 up 26 min,  1 user,  load average: 0.60, 0.30, 0.47
                    Tasks: 185 total,   1 running, 184 sleeping,   0 stopped,   0 zombie
                    %Cpu(s): 52.1 us, 10.4 sy,  0.0 ni, 37.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                    MiB Mem :   3795.8 total,     91.0 free,   2722.4 used,   1071.0 buff/cache
                    MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   1073.4 avail Mem
                    
                    *** FAILED SERVICES ***
                      UNIT LOAD ACTIVE SUB DESCRIPTION
                    
                    0 loaded units listed.
                    
                    *** DMESG CRITICAL ERRORS ***
                    No critical errors detected
                    
                    *** FILESYSTEM ***
                    Filesystem     Type      Size  Used Avail Use% Mounted on
                    udev           devtmpfs  1.6G     0  1.6G   0% /dev
                    tmpfs          tmpfs     760M  9.0M  751M   2% /run
                    /dev/mmcblk0p2 ext4       28G   11G   16G  42% /
                    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                    tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald                                                            .service
                    tmpfs          tmpfs     1.9G  432K  1.9G   1% /tmp
                    /dev/mmcblk0p1 vfat      505M   66M  439M  14% /boot/firmware
                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.servi                                                            ce
                    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@tty                                                            S0.service
                    tmpfs          tmpfs     380M  8.0K  380M   1% /run/user/1000
                    
                    Messages concerning filesystems in dmesg:
                    [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                    [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958                                                            -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                    [Sat Jun 27 11:38:41 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab                                                            ad-862d2102573f r/w.
                    
                    Show mounted filesystems:
                    TARGET           SOURCE         FSTYPE OPTIONS
                    /                /dev/mmcblk0p2 ext4   rw,noatime
                    `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepag                                                            e=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                    
                    Files in neuralgic directories:
                    /var:
                    4.3G    /var/
                    1.5G    /var/lib
                    859M    /var/lib/influxdb
                    842M    /var/lib/influxdb/data
                    814M    /var/lib/influxdb/data/iobroker/autogen
                    Archived and active journals take up 8M in the file system.
                    
                    /opt/iobroker/backups:
                    1013M   /opt/iobroker/backups/
                    
                    /opt/iobroker/iobroker-data:
                    180M    /opt/iobroker/iobroker-data/
                    144M    /opt/iobroker/iobroker-data/files
                    47M     /opt/iobroker/iobroker-data/files/admin.admin
                    46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                    46M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                    
                    The five largest files in iobroker-data are:
                    24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m                                                            ap
                    22M     /opt/iobroker/iobroker-data/objects.jsonl
                    8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                    7.5M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j                                                            s
                    6.7M    /opt/iobroker/iobroker-data/states.jsonl
                    
                    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'
                    No nvbackup.json found.
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v22.23.1
                    /usr/bin/node           v22.23.1
                    /usr/bin/npm            10.9.8
                    /usr/bin/npx            10.9.8
                    
                    ✓ Node.js installation is correct
                    
                    nodejs:
                      Installed: 22.23.1-1nodesource1
                      Candidate: 22.23.1-1nodesource1
                      Version table:
                     *** 22.23.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                            100 /var/lib/dpkg/status
                         22.23.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.22.3-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.22.2-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.22.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.22.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.21.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.20.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.19.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.18.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.17.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.17.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.16.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.15.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.15.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.14.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.13.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.13.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.12.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.11.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.10.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.9.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.8.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.7.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.6.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.5.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.5.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.4.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.4.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.3.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.2.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.1.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         22.0.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                         20.19.2+dfsg-1+deb13u2 500
                            500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac                                                            kages
                            500 https://deb.debian.org/debian trixie/main arm64 Packages
                    
                    Temp directories causing deletion problem: 0
                    No problems detected
                    
                    Errors in npm tree: 0
                    No problems detected
                    
                    Checking for nodejs vulnerability:
                    No known Vulnerabilities detected!
                    
                    
                    *** ioBroker-Installation ***
                    ioBroker Status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Hosts:
                    Raspberry           Raspberry (version: 7.2.2, hostname: Raspberry     , alive,                                                             uptime: 1590)
                    
                    Core adapters versions
                    js-controller:  7.2.2
                    admin:          7.8.23
                    javascript:     9.0.18
                    
                    nodejs modules from github:     0
                    
                    
                    Adapter State
                    + system.adapter.admin.0                  : admin                 : Raspberry                                                                                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                            n
                      system.adapter.alexa2.0                 : alexa2                : Raspberry                                                                                            -  enabled
                    + system.adapter.backitup.0               : backitup              : Raspberry                                                                                            -  enabled
                    + system.adapter.discovery.0              : discovery             : Raspberry                                                                                            -  enabled
                    + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                            -  enabled, port: 8086
                    + system.adapter.javascript.0             : javascript            : Raspberry                                                                                            -  enabled
                      system.adapter.netatmo-crawler.0        : netatmo-crawler       : Raspberry                                                                                            -  enabled
                    + system.adapter.pvforecast.0             : pvforecast            : Raspberry                                                                                            -  enabled
                    + system.adapter.rpi2.0                   : rpi2                  : Raspberry                                                                                            -  enabled
                    + system.adapter.senec.0                  : senec                 : Raspberry                                                                                            -  enabled
                    + system.adapter.tuya.0                   : tuya                  : Raspberry                                                                                            -  enabled
                    + system.adapter.unifi.0                  : unifi                 : Raspberry                                                                                            -  enabled
                      system.adapter.vis.0                    : vis                   : Raspberry                                                                                            -  enabled
                    + system.adapter.web.0                    : web                   : Raspberry                                                                                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                            n
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                    + system.adapter.admin.0                  : admin                 : Raspberry                                                                                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                            n
                    + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                            -  enabled, port: 8086
                    + system.adapter.web.0                    : web                   : Raspberry                                                                                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                            n
                    
                    
                    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-Adapters
                    ┌───────────────────────────────────────────────────────────────────────────────────────────────────
                    │ (index) │ id                                  │ name                 │ version  │ upgrade policy │
                    ├───────────────────────────────────────────────────────────────────────────────────────────────────
                    │ 0       │ 'system.adapter.admin'              │ 'admin'              │ '7.8.23' │ 'none'         │
                    │ 1       │ 'system.adapter.alexa2'             │ 'alexa2'             │ '3.26.5' │ 'none'         │
                    │ 2       │ 'system.adapter.backitup'           │ 'backitup'           │ '3.3.17' │ 'none'         │
                    │ 3       │ 'system.adapter.daswetter'          │ 'daswetter'          │ '3.1.10' │ 'none'         │
                    │ 4       │ 'system.adapter.discovery'          │ 'discovery'          │ '5.0.0'  │ 'none'         │
                    │ 5       │ 'system.adapter.dwd'                │ 'dwd'                │ '2.8.5'  │ 'none'         │
                    │ 6       │ 'system.adapter.influxdb'           │ 'influxdb'           │ '4.0.2'  │ 'none'         │
                    │ 7       │ 'system.adapter.javascript'         │ 'javascript'         │ '9.0.18' │ 'none'         │
                    │ 8       │ 'system.adapter.netatmo-crawler'    │ 'netatmo-crawler'    │ '1.0.0'  │ 'none'         │
                    │ 9       │ 'system.adapter.pvforecast'         │ 'pvforecast'         │ '2.9.0'  │ 'none'         │
                    │ 10      │ 'system.adapter.rpi2'               │ 'rpi2'               │ '1.3.2'  │ 'none'         │
                    │ 11      │ 'system.adapter.senec'              │ 'senec'              │ '2.5.3'  │ 'none'         │
                    │ 12      │ 'system.adapter.simple-api'         │ 'simple-api'         │ '2.8.0'  │ 'none'         │
                    │ 13      │ 'system.adapter.socketio'           │ 'socketio'           │ '6.7.1'  │ 'none'         │
                    │ 14      │ 'system.adapter.tuya'               │ 'tuya'               │ '3.17.0' │ 'none'         │
                    │ 15      │ 'system.adapter.unifi'              │ 'unifi'              │ '0.7.0'  │ 'none'         │
                    │ 16      │ 'system.adapter.vis'                │ 'vis'                │ '1.5.6'  │ 'none'         │
                    │ 17      │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2'  │ 'none'         │
                    │ 18      │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0'  │ 'none'         │
                    │ 19      │ 'system.adapter.web'                │ 'web'                │ '6.2.5'  │ 'none'         │
                    │ 20      │ 'system.adapter.ws'                 │ 'ws'                 │ '2.6.2'  │ 'none'         │
                    └───────────────────────────────────────────────────────────────────────────────────────────────────
                    
                    
                    ioBroker-Adapter Versions and update status
                    Used repository: stable
                    Adapter    "admin"        : 7.8.23   , installed 7.8.23
                    Adapter    "alexa2"       : 3.27.4   , installed 3.26.5 [Updatable]
                    Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                    Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                    Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                    Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                    Controller "js-controller": 7.2.2    , installed 7.2.2
                    Adapter    "netatmo-crawler": 1.2.0  , installed 1.0.0  [Updatable]
                    Adapter    "pvforecast"   : 6.1.0    , installed 2.9.0  [Updatable]
                    Adapter    "rpi2"         : 3.0.2    , installed 1.3.2  [Updatable]
                    Adapter    "senec"        : 2.5.3    , installed 2.5.3
                    Adapter    "simple-api"   : 3.0.7    , installed 2.8.0  [Updatable]
                    Adapter    "socketio"     : 7.1.3    , installed 6.6.1  [Updatable]
                    Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                    Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                    Adapter    "web"          : 8.0.0    , installed 6.2.5  [Updatable]
                    Adapter    "ws"           : 4.1.0    , installed 2.5.11 [Updatable]
                    
                    
                    Objects and States
                    Please stand by - This may take a while
                    
                    Objects:        10850
                    States:         8809
                    
                    *** OS-Repositories and Updates ***
                    
                    Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                    Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                    Hit:3 https://apt.grafana.com stable InRelease
                    Hit:4 https://deb.debian.org/debian trixie InRelease
                    Hit:5 https://apt.glennr.nl/repo trixie InRelease
                    Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                    Hit:7 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease
                    Get:8 https://packages.adoptium.net/artifactory/deb trixie InRelease [7503 B]
                    Fetched 7503 B in 1s (10.1 kB/s)
                    Reading package lists...
                    
                    Pending systemupdates: 0
                    
                    *** Listening Ports ***
                    Netid State  Recv-Q Send-Q         Local Address:Port     Peer Address:PortProcess
                    udp   UNCONN 0      0                    0.0.0.0:40143         0.0.0.0:*    users:(("avahi-daemon",pid=605,fd=14))
                    udp   UNCONN 0      0                    0.0.0.0:mdns          0.0.0.0:*    users:(("avahi-daemon",pid=605,fd=12))
                    udp   UNCONN 0      0                    0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=540,fd=5),("systemd",pid=1,fd=126))
                    udp   UNCONN 0      0                    0.0.0.0:6666          0.0.0.0:*    users:(("io.tuya.0",pid=1471,fd=45))
                    udp   UNCONN 0      0                    0.0.0.0:6667          0.0.0.0:*    users:(("io.tuya.0",pid=1471,fd=46))
                    udp   UNCONN 0      0                          *:mdns                *:*    users:(("avahi-daemon",pid=605,fd=13))
                    udp   UNCONN 0      0                          *:5514                *:*    users:(("java",pid=1151,fd=204))
                    udp   UNCONN 0      0                          *:3478                *:*    users:(("java",pid=1151,fd=180))
                    udp   UNCONN 0      0                          *:10001               *:*    users:(("java",pid=1151,fd=209))
                    udp   UNCONN 0      0      [::ffff:192.168.0.20]:47172               *:*    users:(("java",pid=1151,fd=208))
                    udp   UNCONN 0      0                          *:sunrpc              *:*    users:(("rpcbind",pid=540,fd=7),("systemd",pid=1,fd=131))
                    udp   UNCONN 0      0                          *:32892               *:*    users:(("avahi-daemon",pid=605,fd=15))
                    tcp   LISTEN 0      4096               127.0.0.1:omniorb       0.0.0.0:*    users:(("influxd",pid=1084,fd=3))
                    tcp   LISTEN 0      128                  0.0.0.0:ssh           0.0.0.0:*    users:(("sshd",pid=1116,fd=6))
                    tcp   LISTEN 0      4096                 0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=540,fd=4),("systemd",pid=1,fd=125))
                    tcp   LISTEN 0      511                127.0.0.1:9000          0.0.0.0:*    users:(("iobroker.js-con",pid=1085,fd=29))
                    tcp   LISTEN 0      511                127.0.0.1:9001          0.0.0.0:*    users:(("iobroker.js-con",pid=1085,fd=23))
                    tcp   LISTEN 0      4096               127.0.0.1:27117         0.0.0.0:*    users:(("mongod",pid=1233,fd=9))
                    tcp   LISTEN 0      128                     [::]:ssh              [::]:*    users:(("sshd",pid=1116,fd=7))
                    tcp   LISTEN 0      4096                    [::]:sunrpc           [::]:*    users:(("rpcbind",pid=540,fd=6),("systemd",pid=1,fd=128))
                    tcp   LISTEN 0      1000                       *:8443                *:*    users:(("java",pid=1151,fd=184))
                    tcp   LISTEN 0      50                         *:6789                *:*    users:(("java",pid=1151,fd=188))
                    tcp   LISTEN 0      1000                       *:8843                *:*    users:(("java",pid=1151,fd=190))
                    tcp   LISTEN 0      1000                       *:8880                *:*    users:(("java",pid=1151,fd=174))
                    tcp   LISTEN 0      4096                       *:3000                *:*    users:(("grafana",pid=1185,fd=32))
                    tcp   LISTEN 0      1000                       *:28082               *:*    users:(("java",pid=1151,fd=179))
                    tcp   LISTEN 0      4096                       *:8086                *:*    users:(("influxd",pid=1084,fd=203))
                    tcp   LISTEN 0      511                        *:8082                *:*    users:(("io.web.0",pid=1606,fd=35))
                    tcp   LISTEN 0      200                        *:http-alt            *:*    users:(("java",pid=1151,fd=163))
                    tcp   LISTEN 0      511                        *:tproxy              *:*    users:(("io.admin.0",pid=1263,fd=36))
                    
                    
                    *** Log File - Last 25 Lines ***
                    2026-06-27 12:06:25.514  - warn: javascript.0 (1360)     at processImmediate (node:internal/timers:452:9)
                    2026-06-27 12:06:25.514  - warn: javascript.0 (1360)     at process.callbackTrampoline (node:internal/async_hooks:130:17)
                    2026-06-27 12:06:25.514  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 591.32 Wh
                    2026-06-27 12:06:25.517  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                    2026-06-27 12:06:25.560  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                    2026-06-27 12:06:36.016  - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 1889.85 W, Zeitdiff: 10.60 s, Berechnete Energie: 5.56 Wh
                    2026-06-27 12:06:36.026  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -1133.21 W, Zeitdiff: 10.59 s, Berechnete Energie: -3.33 Wh
                    2026-06-27 12:06:36.031  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                    2026-06-27 12:06:36.032  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                    2026-06-27 12:06:36.033  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5)
                    2026-06-27 12:06:36.033  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                    2026-06-27 12:06:36.034  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                    2026-06-27 12:06:36.034  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5)
                    2026-06-27 12:06:36.035  - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 6449.71 Wh (6.450 kWh)
                    2026-06-27 12:06:36.037  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string"
                    2026-06-27 12:06:36.039  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string"
                    2026-06-27 12:06:36.126  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                    2026-06-27 12:06:36.127  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                    2026-06-27 12:06:36.131  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9)
                    2026-06-27 12:06:36.132  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                    2026-06-27 12:06:36.133  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                    2026-06-27 12:06:36.134  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9)
                    2026-06-27 12:06:36.134  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 594.65 Wh
                    2026-06-27 12:06:36.137  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                    2026-06-27 12:06:36.138  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                    

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

                    iob diag has finished.

                    Okay mich wundert es jetzt das manche adapter nicht geupdatet worden sind, obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe. Bin gerade dabei die fehlenden manuell über den iobroker zu aktualisieren

                    Thomas BraunT 2 Antworten Letzte Antwort
                    0
                    • D DiMe

                      Gerne doch, die Script Meldungen mal ignorieren.

                      
                      ========== Start marking the full check here ===========
                      
                      ```bash
                      Script v.2026-06-06
                      
                      *** BASE SYSTEM ***
                      Operating System: Debian GNU/Linux 13 (trixie)
                       Static hostname: Raspberry
                             Icon name: computer
                                Kernel: Linux 6.18.34+rpt-rpi-v8
                          Architecture: arm64
                      OS is similar to:
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.1
                      
                      Docker          : false
                      Virtualization  : none
                      Unknown
                      
                      Kernel          : aarch64
                      Userland        : 64bit
                      
                      System was installed 67 days ago (on 2026-04-21).
                      
                      Systemuptime and Load:
                       12:05:03 up 26 min,  1 user,  load average: 0.60, 0.30, 0.47
                      CPU threads     : 4
                      
                      *** LIFE CYCLE STATUS ***
                      Operating System is the current Debian stable version codenamed 'trixie'!
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      No throttling issues detected.
                      
                      *** TIME AND TIMEZONES ***
                                     Local time: Sat 2026-06-27 12:05:03 CEST
                                 Universal time: Sat 2026-06-27 10:05:03 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      pi
                      HOME=/home/pi
                      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c                                                             spi render input 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:         Unknown
                      Display-Manager:        Not found
                      Desktop:
                      Session:                tty
                      Boot Target:            multi-user.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            4.0G        2.8G        110M        9.9M        1.1G        1.1G
                      Swap:           2.1G          0B        2.1G
                      Total:          6.1G        2.8G        2.3G
                      
                      Active iob-Instances:   12
                      
                               3795 M total memory
                               2708 M used memory
                               3093 M active memory
                                412 M inactive memory
                                105 M free memory
                                 60 M buffer memory
                               1010 M swap cache
                               2047 M total swap
                                  0 M used swap
                               2047 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 12:05:04 up 26 min,  1 user,  load average: 0.60, 0.30, 0.47
                      Tasks: 185 total,   1 running, 184 sleeping,   0 stopped,   0 zombie
                      %Cpu(s): 52.1 us, 10.4 sy,  0.0 ni, 37.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   3795.8 total,     91.0 free,   2722.4 used,   1071.0 buff/cache
                      MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   1073.4 avail Mem
                      
                      *** FAILED SERVICES ***
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      
                      0 loaded units listed.
                      
                      *** DMESG CRITICAL ERRORS ***
                      No critical errors detected
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      udev           devtmpfs  1.6G     0  1.6G   0% /dev
                      tmpfs          tmpfs     760M  9.0M  751M   2% /run
                      /dev/mmcblk0p2 ext4       28G   11G   16G  42% /
                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald                                                            .service
                      tmpfs          tmpfs     1.9G  432K  1.9G   1% /tmp
                      /dev/mmcblk0p1 vfat      505M   66M  439M  14% /boot/firmware
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.servi                                                            ce
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@tty                                                            S0.service
                      tmpfs          tmpfs     380M  8.0K  380M   1% /run/user/1000
                      
                      Messages concerning filesystems in dmesg:
                      [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                      [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958                                                            -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                      [Sat Jun 27 11:38:41 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab                                                            ad-862d2102573f r/w.
                      
                      Show mounted filesystems:
                      TARGET           SOURCE         FSTYPE OPTIONS
                      /                /dev/mmcblk0p2 ext4   rw,noatime
                      `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepag                                                            e=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                      
                      Files in neuralgic directories:
                      /var:
                      4.3G    /var/
                      1.5G    /var/lib
                      859M    /var/lib/influxdb
                      842M    /var/lib/influxdb/data
                      814M    /var/lib/influxdb/data/iobroker/autogen
                      Archived and active journals take up 8M in the file system.
                      
                      /opt/iobroker/backups:
                      1013M   /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      180M    /opt/iobroker/iobroker-data/
                      144M    /opt/iobroker/iobroker-data/files
                      47M     /opt/iobroker/iobroker-data/files/admin.admin
                      46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                      46M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                      
                      The five largest files in iobroker-data are:
                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m                                                            ap
                      22M     /opt/iobroker/iobroker-data/objects.jsonl
                      8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                      7.5M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j                                                            s
                      6.7M    /opt/iobroker/iobroker-data/states.jsonl
                      
                      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'
                      No nvbackup.json found.
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v22.23.1
                      /usr/bin/node           v22.23.1
                      /usr/bin/npm            10.9.8
                      /usr/bin/npx            10.9.8
                      
                      ✓ Node.js installation is correct
                      
                      nodejs:
                        Installed: 22.23.1-1nodesource1
                        Candidate: 22.23.1-1nodesource1
                        Version table:
                       *** 22.23.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           22.23.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.22.3-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.22.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.22.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.22.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.21.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.20.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.17.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.17.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.15.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.13.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.5.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.4.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           20.19.2+dfsg-1+deb13u2 500
                              500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac                                                            kages
                              500 https://deb.debian.org/debian trixie/main arm64 Packages
                      
                      Temp directories causing deletion problem: 0
                      No problems detected
                      
                      Errors in npm tree: 0
                      No problems detected
                      
                      Checking for nodejs vulnerability:
                      No known Vulnerabilities detected!
                      
                      
                      *** ioBroker-Installation ***
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Hosts:
                      Raspberry           Raspberry (version: 7.2.2, hostname: Raspberry     , alive,                                                             uptime: 1590)
                      
                      Core adapters versions
                      js-controller:  7.2.2
                      admin:          7.8.23
                      javascript:     9.0.18
                      
                      nodejs modules from github:     0
                      
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : Raspberry                                                                                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                            n
                        system.adapter.alexa2.0                 : alexa2                : Raspberry                                                                                            -  enabled
                      + system.adapter.backitup.0               : backitup              : Raspberry                                                                                            -  enabled
                      + system.adapter.discovery.0              : discovery             : Raspberry                                                                                            -  enabled
                      + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                            -  enabled, port: 8086
                      + system.adapter.javascript.0             : javascript            : Raspberry                                                                                            -  enabled
                        system.adapter.netatmo-crawler.0        : netatmo-crawler       : Raspberry                                                                                            -  enabled
                      + system.adapter.pvforecast.0             : pvforecast            : Raspberry                                                                                            -  enabled
                      + system.adapter.rpi2.0                   : rpi2                  : Raspberry                                                                                            -  enabled
                      + system.adapter.senec.0                  : senec                 : Raspberry                                                                                            -  enabled
                      + system.adapter.tuya.0                   : tuya                  : Raspberry                                                                                            -  enabled
                      + system.adapter.unifi.0                  : unifi                 : Raspberry                                                                                            -  enabled
                        system.adapter.vis.0                    : vis                   : Raspberry                                                                                            -  enabled
                      + system.adapter.web.0                    : web                   : Raspberry                                                                                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                            n
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : Raspberry                                                                                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                            n
                      + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                            -  enabled, port: 8086
                      + system.adapter.web.0                    : web                   : Raspberry                                                                                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                            n
                      
                      
                      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-Adapters
                      ┌───────────────────────────────────────────────────────────────────────────────────────────────────
                      │ (index) │ id                                  │ name                 │ version  │ upgrade policy │
                      ├───────────────────────────────────────────────────────────────────────────────────────────────────
                      │ 0       │ 'system.adapter.admin'              │ 'admin'              │ '7.8.23' │ 'none'         │
                      │ 1       │ 'system.adapter.alexa2'             │ 'alexa2'             │ '3.26.5' │ 'none'         │
                      │ 2       │ 'system.adapter.backitup'           │ 'backitup'           │ '3.3.17' │ 'none'         │
                      │ 3       │ 'system.adapter.daswetter'          │ 'daswetter'          │ '3.1.10' │ 'none'         │
                      │ 4       │ 'system.adapter.discovery'          │ 'discovery'          │ '5.0.0'  │ 'none'         │
                      │ 5       │ 'system.adapter.dwd'                │ 'dwd'                │ '2.8.5'  │ 'none'         │
                      │ 6       │ 'system.adapter.influxdb'           │ 'influxdb'           │ '4.0.2'  │ 'none'         │
                      │ 7       │ 'system.adapter.javascript'         │ 'javascript'         │ '9.0.18' │ 'none'         │
                      │ 8       │ 'system.adapter.netatmo-crawler'    │ 'netatmo-crawler'    │ '1.0.0'  │ 'none'         │
                      │ 9       │ 'system.adapter.pvforecast'         │ 'pvforecast'         │ '2.9.0'  │ 'none'         │
                      │ 10      │ 'system.adapter.rpi2'               │ 'rpi2'               │ '1.3.2'  │ 'none'         │
                      │ 11      │ 'system.adapter.senec'              │ 'senec'              │ '2.5.3'  │ 'none'         │
                      │ 12      │ 'system.adapter.simple-api'         │ 'simple-api'         │ '2.8.0'  │ 'none'         │
                      │ 13      │ 'system.adapter.socketio'           │ 'socketio'           │ '6.7.1'  │ 'none'         │
                      │ 14      │ 'system.adapter.tuya'               │ 'tuya'               │ '3.17.0' │ 'none'         │
                      │ 15      │ 'system.adapter.unifi'              │ 'unifi'              │ '0.7.0'  │ 'none'         │
                      │ 16      │ 'system.adapter.vis'                │ 'vis'                │ '1.5.6'  │ 'none'         │
                      │ 17      │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2'  │ 'none'         │
                      │ 18      │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0'  │ 'none'         │
                      │ 19      │ 'system.adapter.web'                │ 'web'                │ '6.2.5'  │ 'none'         │
                      │ 20      │ 'system.adapter.ws'                 │ 'ws'                 │ '2.6.2'  │ 'none'         │
                      └───────────────────────────────────────────────────────────────────────────────────────────────────
                      
                      
                      ioBroker-Adapter Versions and update status
                      Used repository: stable
                      Adapter    "admin"        : 7.8.23   , installed 7.8.23
                      Adapter    "alexa2"       : 3.27.4   , installed 3.26.5 [Updatable]
                      Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                      Controller "js-controller": 7.2.2    , installed 7.2.2
                      Adapter    "netatmo-crawler": 1.2.0  , installed 1.0.0  [Updatable]
                      Adapter    "pvforecast"   : 6.1.0    , installed 2.9.0  [Updatable]
                      Adapter    "rpi2"         : 3.0.2    , installed 1.3.2  [Updatable]
                      Adapter    "senec"        : 2.5.3    , installed 2.5.3
                      Adapter    "simple-api"   : 3.0.7    , installed 2.8.0  [Updatable]
                      Adapter    "socketio"     : 7.1.3    , installed 6.6.1  [Updatable]
                      Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                      Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "web"          : 8.0.0    , installed 6.2.5  [Updatable]
                      Adapter    "ws"           : 4.1.0    , installed 2.5.11 [Updatable]
                      
                      
                      Objects and States
                      Please stand by - This may take a while
                      
                      Objects:        10850
                      States:         8809
                      
                      *** OS-Repositories and Updates ***
                      
                      Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                      Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                      Hit:3 https://apt.grafana.com stable InRelease
                      Hit:4 https://deb.debian.org/debian trixie InRelease
                      Hit:5 https://apt.glennr.nl/repo trixie InRelease
                      Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                      Hit:7 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease
                      Get:8 https://packages.adoptium.net/artifactory/deb trixie InRelease [7503 B]
                      Fetched 7503 B in 1s (10.1 kB/s)
                      Reading package lists...
                      
                      Pending systemupdates: 0
                      
                      *** Listening Ports ***
                      Netid State  Recv-Q Send-Q         Local Address:Port     Peer Address:PortProcess
                      udp   UNCONN 0      0                    0.0.0.0:40143         0.0.0.0:*    users:(("avahi-daemon",pid=605,fd=14))
                      udp   UNCONN 0      0                    0.0.0.0:mdns          0.0.0.0:*    users:(("avahi-daemon",pid=605,fd=12))
                      udp   UNCONN 0      0                    0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=540,fd=5),("systemd",pid=1,fd=126))
                      udp   UNCONN 0      0                    0.0.0.0:6666          0.0.0.0:*    users:(("io.tuya.0",pid=1471,fd=45))
                      udp   UNCONN 0      0                    0.0.0.0:6667          0.0.0.0:*    users:(("io.tuya.0",pid=1471,fd=46))
                      udp   UNCONN 0      0                          *:mdns                *:*    users:(("avahi-daemon",pid=605,fd=13))
                      udp   UNCONN 0      0                          *:5514                *:*    users:(("java",pid=1151,fd=204))
                      udp   UNCONN 0      0                          *:3478                *:*    users:(("java",pid=1151,fd=180))
                      udp   UNCONN 0      0                          *:10001               *:*    users:(("java",pid=1151,fd=209))
                      udp   UNCONN 0      0      [::ffff:192.168.0.20]:47172               *:*    users:(("java",pid=1151,fd=208))
                      udp   UNCONN 0      0                          *:sunrpc              *:*    users:(("rpcbind",pid=540,fd=7),("systemd",pid=1,fd=131))
                      udp   UNCONN 0      0                          *:32892               *:*    users:(("avahi-daemon",pid=605,fd=15))
                      tcp   LISTEN 0      4096               127.0.0.1:omniorb       0.0.0.0:*    users:(("influxd",pid=1084,fd=3))
                      tcp   LISTEN 0      128                  0.0.0.0:ssh           0.0.0.0:*    users:(("sshd",pid=1116,fd=6))
                      tcp   LISTEN 0      4096                 0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=540,fd=4),("systemd",pid=1,fd=125))
                      tcp   LISTEN 0      511                127.0.0.1:9000          0.0.0.0:*    users:(("iobroker.js-con",pid=1085,fd=29))
                      tcp   LISTEN 0      511                127.0.0.1:9001          0.0.0.0:*    users:(("iobroker.js-con",pid=1085,fd=23))
                      tcp   LISTEN 0      4096               127.0.0.1:27117         0.0.0.0:*    users:(("mongod",pid=1233,fd=9))
                      tcp   LISTEN 0      128                     [::]:ssh              [::]:*    users:(("sshd",pid=1116,fd=7))
                      tcp   LISTEN 0      4096                    [::]:sunrpc           [::]:*    users:(("rpcbind",pid=540,fd=6),("systemd",pid=1,fd=128))
                      tcp   LISTEN 0      1000                       *:8443                *:*    users:(("java",pid=1151,fd=184))
                      tcp   LISTEN 0      50                         *:6789                *:*    users:(("java",pid=1151,fd=188))
                      tcp   LISTEN 0      1000                       *:8843                *:*    users:(("java",pid=1151,fd=190))
                      tcp   LISTEN 0      1000                       *:8880                *:*    users:(("java",pid=1151,fd=174))
                      tcp   LISTEN 0      4096                       *:3000                *:*    users:(("grafana",pid=1185,fd=32))
                      tcp   LISTEN 0      1000                       *:28082               *:*    users:(("java",pid=1151,fd=179))
                      tcp   LISTEN 0      4096                       *:8086                *:*    users:(("influxd",pid=1084,fd=203))
                      tcp   LISTEN 0      511                        *:8082                *:*    users:(("io.web.0",pid=1606,fd=35))
                      tcp   LISTEN 0      200                        *:http-alt            *:*    users:(("java",pid=1151,fd=163))
                      tcp   LISTEN 0      511                        *:tproxy              *:*    users:(("io.admin.0",pid=1263,fd=36))
                      
                      
                      *** Log File - Last 25 Lines ***
                      2026-06-27 12:06:25.514  - warn: javascript.0 (1360)     at processImmediate (node:internal/timers:452:9)
                      2026-06-27 12:06:25.514  - warn: javascript.0 (1360)     at process.callbackTrampoline (node:internal/async_hooks:130:17)
                      2026-06-27 12:06:25.514  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 591.32 Wh
                      2026-06-27 12:06:25.517  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                      2026-06-27 12:06:25.560  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                      2026-06-27 12:06:36.016  - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 1889.85 W, Zeitdiff: 10.60 s, Berechnete Energie: 5.56 Wh
                      2026-06-27 12:06:36.026  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -1133.21 W, Zeitdiff: 10.59 s, Berechnete Energie: -3.33 Wh
                      2026-06-27 12:06:36.031  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                      2026-06-27 12:06:36.032  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                      2026-06-27 12:06:36.033  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5)
                      2026-06-27 12:06:36.033  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                      2026-06-27 12:06:36.034  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                      2026-06-27 12:06:36.034  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5)
                      2026-06-27 12:06:36.035  - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 6449.71 Wh (6.450 kWh)
                      2026-06-27 12:06:36.037  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string"
                      2026-06-27 12:06:36.039  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string"
                      2026-06-27 12:06:36.126  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                      2026-06-27 12:06:36.127  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                      2026-06-27 12:06:36.131  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9)
                      2026-06-27 12:06:36.132  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                      2026-06-27 12:06:36.133  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                      2026-06-27 12:06:36.134  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9)
                      2026-06-27 12:06:36.134  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 594.65 Wh
                      2026-06-27 12:06:36.137  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                      2026-06-27 12:06:36.138  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                      

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

                      iob diag has finished.

                      Okay mich wundert es jetzt das manche adapter nicht geupdatet worden sind, obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe. Bin gerade dabei die fehlenden manuell über den iobroker zu aktualisieren

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb zuletzt editiert von Thomas Braun
                      #36

                      @DiMe

                      Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.

                      Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?

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

                      D 1 Antwort Letzte Antwort
                      0
                      • D DiMe

                        Gerne doch, die Script Meldungen mal ignorieren.

                        
                        ========== Start marking the full check here ===========
                        
                        ```bash
                        Script v.2026-06-06
                        
                        *** BASE SYSTEM ***
                        Operating System: Debian GNU/Linux 13 (trixie)
                         Static hostname: Raspberry
                               Icon name: computer
                                  Kernel: Linux 6.18.34+rpt-rpi-v8
                            Architecture: arm64
                        OS is similar to:
                        
                        Model           : Raspberry Pi 4 Model B Rev 1.1
                        
                        Docker          : false
                        Virtualization  : none
                        Unknown
                        
                        Kernel          : aarch64
                        Userland        : 64bit
                        
                        System was installed 67 days ago (on 2026-04-21).
                        
                        Systemuptime and Load:
                         12:05:03 up 26 min,  1 user,  load average: 0.60, 0.30, 0.47
                        CPU threads     : 4
                        
                        *** LIFE CYCLE STATUS ***
                        Operating System is the current Debian stable version codenamed 'trixie'!
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** TIME AND TIMEZONES ***
                                       Local time: Sat 2026-06-27 12:05:03 CEST
                                   Universal time: Sat 2026-06-27 10:05:03 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        pi
                        HOME=/home/pi
                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c                                                             spi render input 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:         Unknown
                        Display-Manager:        Not found
                        Desktop:
                        Session:                tty
                        Boot Target:            multi-user.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            4.0G        2.8G        110M        9.9M        1.1G        1.1G
                        Swap:           2.1G          0B        2.1G
                        Total:          6.1G        2.8G        2.3G
                        
                        Active iob-Instances:   12
                        
                                 3795 M total memory
                                 2708 M used memory
                                 3093 M active memory
                                  412 M inactive memory
                                  105 M free memory
                                   60 M buffer memory
                                 1010 M swap cache
                                 2047 M total swap
                                    0 M used swap
                                 2047 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 12:05:04 up 26 min,  1 user,  load average: 0.60, 0.30, 0.47
                        Tasks: 185 total,   1 running, 184 sleeping,   0 stopped,   0 zombie
                        %Cpu(s): 52.1 us, 10.4 sy,  0.0 ni, 37.5 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   3795.8 total,     91.0 free,   2722.4 used,   1071.0 buff/cache
                        MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   1073.4 avail Mem
                        
                        *** FAILED SERVICES ***
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        
                        0 loaded units listed.
                        
                        *** DMESG CRITICAL ERRORS ***
                        No critical errors detected
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        udev           devtmpfs  1.6G     0  1.6G   0% /dev
                        tmpfs          tmpfs     760M  9.0M  751M   2% /run
                        /dev/mmcblk0p2 ext4       28G   11G   16G  42% /
                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald                                                            .service
                        tmpfs          tmpfs     1.9G  432K  1.9G   1% /tmp
                        /dev/mmcblk0p1 vfat      505M   66M  439M  14% /boot/firmware
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.servi                                                            ce
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@tty                                                            S0.service
                        tmpfs          tmpfs     380M  8.0K  380M   1% /run/user/1000
                        
                        Messages concerning filesystems in dmesg:
                        [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                        [Sat Jun 27 11:38:38 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958                                                            -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                        [Sat Jun 27 11:38:41 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab                                                            ad-862d2102573f r/w.
                        
                        Show mounted filesystems:
                        TARGET           SOURCE         FSTYPE OPTIONS
                        /                /dev/mmcblk0p2 ext4   rw,noatime
                        `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepag                                                            e=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        
                        Files in neuralgic directories:
                        /var:
                        4.3G    /var/
                        1.5G    /var/lib
                        859M    /var/lib/influxdb
                        842M    /var/lib/influxdb/data
                        814M    /var/lib/influxdb/data/iobroker/autogen
                        Archived and active journals take up 8M in the file system.
                        
                        /opt/iobroker/backups:
                        1013M   /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        180M    /opt/iobroker/iobroker-data/
                        144M    /opt/iobroker/iobroker-data/files
                        47M     /opt/iobroker/iobroker-data/files/admin.admin
                        46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                        46M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                        
                        The five largest files in iobroker-data are:
                        24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.m                                                            ap
                        22M     /opt/iobroker/iobroker-data/objects.jsonl
                        8.5M    /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js
                        7.5M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j                                                            s
                        6.7M    /opt/iobroker/iobroker-data/states.jsonl
                        
                        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'
                        No nvbackup.json found.
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v22.23.1
                        /usr/bin/node           v22.23.1
                        /usr/bin/npm            10.9.8
                        /usr/bin/npx            10.9.8
                        
                        ✓ Node.js installation is correct
                        
                        nodejs:
                          Installed: 22.23.1-1nodesource1
                          Candidate: 22.23.1-1nodesource1
                          Version table:
                         *** 22.23.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             22.23.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.22.3-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.22.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.22.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.22.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.21.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.20.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.19.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.17.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.4.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             20.19.2+dfsg-1+deb13u2 500
                                500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac                                                            kages
                                500 https://deb.debian.org/debian trixie/main arm64 Packages
                        
                        Temp directories causing deletion problem: 0
                        No problems detected
                        
                        Errors in npm tree: 0
                        No problems detected
                        
                        Checking for nodejs vulnerability:
                        No known Vulnerabilities detected!
                        
                        
                        *** ioBroker-Installation ***
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Hosts:
                        Raspberry           Raspberry (version: 7.2.2, hostname: Raspberry     , alive,                                                             uptime: 1590)
                        
                        Core adapters versions
                        js-controller:  7.2.2
                        admin:          7.8.23
                        javascript:     9.0.18
                        
                        nodejs modules from github:     0
                        
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : Raspberry                                                                                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                            n
                          system.adapter.alexa2.0                 : alexa2                : Raspberry                                                                                            -  enabled
                        + system.adapter.backitup.0               : backitup              : Raspberry                                                                                            -  enabled
                        + system.adapter.discovery.0              : discovery             : Raspberry                                                                                            -  enabled
                        + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                            -  enabled, port: 8086
                        + system.adapter.javascript.0             : javascript            : Raspberry                                                                                            -  enabled
                          system.adapter.netatmo-crawler.0        : netatmo-crawler       : Raspberry                                                                                            -  enabled
                        + system.adapter.pvforecast.0             : pvforecast            : Raspberry                                                                                            -  enabled
                        + system.adapter.rpi2.0                   : rpi2                  : Raspberry                                                                                            -  enabled
                        + system.adapter.senec.0                  : senec                 : Raspberry                                                                                            -  enabled
                        + system.adapter.tuya.0                   : tuya                  : Raspberry                                                                                            -  enabled
                        + system.adapter.unifi.0                  : unifi                 : Raspberry                                                                                            -  enabled
                          system.adapter.vis.0                    : vis                   : Raspberry                                                                                            -  enabled
                        + system.adapter.web.0                    : web                   : Raspberry                                                                                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                            n
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : Raspberry                                                                                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                            n
                        + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                            -  enabled, port: 8086
                        + system.adapter.web.0                    : web                   : Raspberry                                                                                            -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                            n
                        
                        
                        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-Adapters
                        ┌───────────────────────────────────────────────────────────────────────────────────────────────────
                        │ (index) │ id                                  │ name                 │ version  │ upgrade policy │
                        ├───────────────────────────────────────────────────────────────────────────────────────────────────
                        │ 0       │ 'system.adapter.admin'              │ 'admin'              │ '7.8.23' │ 'none'         │
                        │ 1       │ 'system.adapter.alexa2'             │ 'alexa2'             │ '3.26.5' │ 'none'         │
                        │ 2       │ 'system.adapter.backitup'           │ 'backitup'           │ '3.3.17' │ 'none'         │
                        │ 3       │ 'system.adapter.daswetter'          │ 'daswetter'          │ '3.1.10' │ 'none'         │
                        │ 4       │ 'system.adapter.discovery'          │ 'discovery'          │ '5.0.0'  │ 'none'         │
                        │ 5       │ 'system.adapter.dwd'                │ 'dwd'                │ '2.8.5'  │ 'none'         │
                        │ 6       │ 'system.adapter.influxdb'           │ 'influxdb'           │ '4.0.2'  │ 'none'         │
                        │ 7       │ 'system.adapter.javascript'         │ 'javascript'         │ '9.0.18' │ 'none'         │
                        │ 8       │ 'system.adapter.netatmo-crawler'    │ 'netatmo-crawler'    │ '1.0.0'  │ 'none'         │
                        │ 9       │ 'system.adapter.pvforecast'         │ 'pvforecast'         │ '2.9.0'  │ 'none'         │
                        │ 10      │ 'system.adapter.rpi2'               │ 'rpi2'               │ '1.3.2'  │ 'none'         │
                        │ 11      │ 'system.adapter.senec'              │ 'senec'              │ '2.5.3'  │ 'none'         │
                        │ 12      │ 'system.adapter.simple-api'         │ 'simple-api'         │ '2.8.0'  │ 'none'         │
                        │ 13      │ 'system.adapter.socketio'           │ 'socketio'           │ '6.7.1'  │ 'none'         │
                        │ 14      │ 'system.adapter.tuya'               │ 'tuya'               │ '3.17.0' │ 'none'         │
                        │ 15      │ 'system.adapter.unifi'              │ 'unifi'              │ '0.7.0'  │ 'none'         │
                        │ 16      │ 'system.adapter.vis'                │ 'vis'                │ '1.5.6'  │ 'none'         │
                        │ 17      │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2'  │ 'none'         │
                        │ 18      │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0'  │ 'none'         │
                        │ 19      │ 'system.adapter.web'                │ 'web'                │ '6.2.5'  │ 'none'         │
                        │ 20      │ 'system.adapter.ws'                 │ 'ws'                 │ '2.6.2'  │ 'none'         │
                        └───────────────────────────────────────────────────────────────────────────────────────────────────
                        
                        
                        ioBroker-Adapter Versions and update status
                        Used repository: stable
                        Adapter    "admin"        : 7.8.23   , installed 7.8.23
                        Adapter    "alexa2"       : 3.27.4   , installed 3.26.5 [Updatable]
                        Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                        Controller "js-controller": 7.2.2    , installed 7.2.2
                        Adapter    "netatmo-crawler": 1.2.0  , installed 1.0.0  [Updatable]
                        Adapter    "pvforecast"   : 6.1.0    , installed 2.9.0  [Updatable]
                        Adapter    "rpi2"         : 3.0.2    , installed 1.3.2  [Updatable]
                        Adapter    "senec"        : 2.5.3    , installed 2.5.3
                        Adapter    "simple-api"   : 3.0.7    , installed 2.8.0  [Updatable]
                        Adapter    "socketio"     : 7.1.3    , installed 6.6.1  [Updatable]
                        Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                        Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "web"          : 8.0.0    , installed 6.2.5  [Updatable]
                        Adapter    "ws"           : 4.1.0    , installed 2.5.11 [Updatable]
                        
                        
                        Objects and States
                        Please stand by - This may take a while
                        
                        Objects:        10850
                        States:         8809
                        
                        *** OS-Repositories and Updates ***
                        
                        Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                        Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                        Hit:3 https://apt.grafana.com stable InRelease
                        Hit:4 https://deb.debian.org/debian trixie InRelease
                        Hit:5 https://apt.glennr.nl/repo trixie InRelease
                        Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                        Hit:7 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease
                        Get:8 https://packages.adoptium.net/artifactory/deb trixie InRelease [7503 B]
                        Fetched 7503 B in 1s (10.1 kB/s)
                        Reading package lists...
                        
                        Pending systemupdates: 0
                        
                        *** Listening Ports ***
                        Netid State  Recv-Q Send-Q         Local Address:Port     Peer Address:PortProcess
                        udp   UNCONN 0      0                    0.0.0.0:40143         0.0.0.0:*    users:(("avahi-daemon",pid=605,fd=14))
                        udp   UNCONN 0      0                    0.0.0.0:mdns          0.0.0.0:*    users:(("avahi-daemon",pid=605,fd=12))
                        udp   UNCONN 0      0                    0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=540,fd=5),("systemd",pid=1,fd=126))
                        udp   UNCONN 0      0                    0.0.0.0:6666          0.0.0.0:*    users:(("io.tuya.0",pid=1471,fd=45))
                        udp   UNCONN 0      0                    0.0.0.0:6667          0.0.0.0:*    users:(("io.tuya.0",pid=1471,fd=46))
                        udp   UNCONN 0      0                          *:mdns                *:*    users:(("avahi-daemon",pid=605,fd=13))
                        udp   UNCONN 0      0                          *:5514                *:*    users:(("java",pid=1151,fd=204))
                        udp   UNCONN 0      0                          *:3478                *:*    users:(("java",pid=1151,fd=180))
                        udp   UNCONN 0      0                          *:10001               *:*    users:(("java",pid=1151,fd=209))
                        udp   UNCONN 0      0      [::ffff:192.168.0.20]:47172               *:*    users:(("java",pid=1151,fd=208))
                        udp   UNCONN 0      0                          *:sunrpc              *:*    users:(("rpcbind",pid=540,fd=7),("systemd",pid=1,fd=131))
                        udp   UNCONN 0      0                          *:32892               *:*    users:(("avahi-daemon",pid=605,fd=15))
                        tcp   LISTEN 0      4096               127.0.0.1:omniorb       0.0.0.0:*    users:(("influxd",pid=1084,fd=3))
                        tcp   LISTEN 0      128                  0.0.0.0:ssh           0.0.0.0:*    users:(("sshd",pid=1116,fd=6))
                        tcp   LISTEN 0      4096                 0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=540,fd=4),("systemd",pid=1,fd=125))
                        tcp   LISTEN 0      511                127.0.0.1:9000          0.0.0.0:*    users:(("iobroker.js-con",pid=1085,fd=29))
                        tcp   LISTEN 0      511                127.0.0.1:9001          0.0.0.0:*    users:(("iobroker.js-con",pid=1085,fd=23))
                        tcp   LISTEN 0      4096               127.0.0.1:27117         0.0.0.0:*    users:(("mongod",pid=1233,fd=9))
                        tcp   LISTEN 0      128                     [::]:ssh              [::]:*    users:(("sshd",pid=1116,fd=7))
                        tcp   LISTEN 0      4096                    [::]:sunrpc           [::]:*    users:(("rpcbind",pid=540,fd=6),("systemd",pid=1,fd=128))
                        tcp   LISTEN 0      1000                       *:8443                *:*    users:(("java",pid=1151,fd=184))
                        tcp   LISTEN 0      50                         *:6789                *:*    users:(("java",pid=1151,fd=188))
                        tcp   LISTEN 0      1000                       *:8843                *:*    users:(("java",pid=1151,fd=190))
                        tcp   LISTEN 0      1000                       *:8880                *:*    users:(("java",pid=1151,fd=174))
                        tcp   LISTEN 0      4096                       *:3000                *:*    users:(("grafana",pid=1185,fd=32))
                        tcp   LISTEN 0      1000                       *:28082               *:*    users:(("java",pid=1151,fd=179))
                        tcp   LISTEN 0      4096                       *:8086                *:*    users:(("influxd",pid=1084,fd=203))
                        tcp   LISTEN 0      511                        *:8082                *:*    users:(("io.web.0",pid=1606,fd=35))
                        tcp   LISTEN 0      200                        *:http-alt            *:*    users:(("java",pid=1151,fd=163))
                        tcp   LISTEN 0      511                        *:tproxy              *:*    users:(("io.admin.0",pid=1263,fd=36))
                        
                        
                        *** Log File - Last 25 Lines ***
                        2026-06-27 12:06:25.514  - warn: javascript.0 (1360)     at processImmediate (node:internal/timers:452:9)
                        2026-06-27 12:06:25.514  - warn: javascript.0 (1360)     at process.callbackTrampoline (node:internal/async_hooks:130:17)
                        2026-06-27 12:06:25.514  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 591.32 Wh
                        2026-06-27 12:06:25.517  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                        2026-06-27 12:06:25.560  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                        2026-06-27 12:06:36.016  - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 1889.85 W, Zeitdiff: 10.60 s, Berechnete Energie: 5.56 Wh
                        2026-06-27 12:06:36.026  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -1133.21 W, Zeitdiff: 10.59 s, Berechnete Energie: -3.33 Wh
                        2026-06-27 12:06:36.031  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                        2026-06-27 12:06:36.032  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                        2026-06-27 12:06:36.033  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5)
                        2026-06-27 12:06:36.033  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                        2026-06-27 12:06:36.034  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                        2026-06-27 12:06:36.034  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5)
                        2026-06-27 12:06:36.035  - info: javascript.0 (1360) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 6449.71 Wh (6.450 kWh)
                        2026-06-27 12:06:36.037  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string"
                        2026-06-27 12:06:36.039  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string"
                        2026-06-27 12:06:36.126  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                        2026-06-27 12:06:36.127  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                        2026-06-27 12:06:36.131  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9)
                        2026-06-27 12:06:36.132  - warn: javascript.0 (1360) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                        2026-06-27 12:06:36.133  - warn: javascript.0 (1360)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                        2026-06-27 12:06:36.134  - warn: javascript.0 (1360)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9)
                        2026-06-27 12:06:36.134  - info: javascript.0 (1360) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 594.65 Wh
                        2026-06-27 12:06:36.137  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                        2026-06-27 12:06:36.138  - info: javascript.0 (1360) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                        

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

                        iob diag has finished.

                        Okay mich wundert es jetzt das manche adapter nicht geupdatet worden sind, obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe. Bin gerade dabei die fehlenden manuell über den iobroker zu aktualisieren

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb zuletzt editiert von Thomas Braun
                        #37

                        @DiMe sagte:

                        obwohl ich sudo apt update && sudo apt full-upgrade durchführt habe.

                        apt ist ausschließlich für deb-Pakete zuständig. Die ioBroker-Adapter werden mit

                        iob update
                        iob upgrade
                        

                        auf Stand gebracht.

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

                        1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @DiMe

                          Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.

                          Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?

                          D Online
                          D Online
                          DiMe
                          schrieb zuletzt editiert von
                          #38

                          @Thomas-Braun sagte:

                          Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.

                          Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?

                          @Thomas-Braun sagte:

                          Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?

                          ich habe wissentlich nichts reingeknallt.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • D DiMe

                            @Thomas-Braun sagte:

                            Das influx-Repo fehlt. Dafür ist da sonstiges 'obskures' Zeug in den Quellen.

                            Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?

                            @Thomas-Braun sagte:

                            Für mongodb gibt es z. B. eine Quelle für Trixie. Warum knallst du da den Ubuntu-Kram rein?

                            ich habe wissentlich nichts reingeknallt.

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb zuletzt editiert von Thomas Braun
                            #39

                            @DiMe sagte:

                            Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?

                            Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.

                            ich habe wissentlich nichts reingeknallt.

                            Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.

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

                            D 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @DiMe sagte:

                              Kam das durch das deinstallieren der 2.x und dem neuen installieren der 1.12?

                              Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.

                              ich habe wissentlich nichts reingeknallt.

                              Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.

                              D Online
                              D Online
                              DiMe
                              schrieb zuletzt editiert von
                              #40

                              @Thomas-Braun sagte:

                              Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.

                              Die Quelle ist von da: https://docs.influxdata.com/influxdb/v1/introduction/install/

                              @Thomas-Braun sagte:

                              Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.

                              Würde ich sofort machen wenn ich wüsste wie?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • D DiMe

                                @Thomas-Braun sagte:

                                Ich weiß ja nicht was du da genau warum wie gemacht hast. Jedenfalls ist da keine ordentlliche Quelle für influxdb vorhanden. Wo auch immer du dann 1.12 her haben willst.

                                Die Quelle ist von da: https://docs.influxdata.com/influxdb/v1/introduction/install/

                                @Thomas-Braun sagte:

                                Ist mir klar, denn wenn Wissen vorhanden wäre, dann hätte dir das selber auffallen müssen. Schmeiß das jedenfalls raus und definiere die Quelle richtig für dein Debian Trixie.

                                Würde ich sofort machen wenn ich wüsste wie?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb zuletzt editiert von
                                #41

                                @DiMe

                                Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?

                                Für influxdb also:

                                curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key
                                gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \
                                | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \
                                && cat influxdata-archive.key \
                                | gpg --dearmor \
                                | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \
                                && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \
                                | sudo tee /etc/apt/sources.list.d/influxdata.list
                                sudo apt-get update
                                

                                Mongodb:

                                Schau dir an, wie die Quelldatei heißt und lösch die:

                                ls -lA /etc/apt/sources.list.d/
                                sudo rm /etc/apt/sources.list.d/NAMEDERMONGO.list
                                

                                Richtige Quell-Datei anlegen:

                                curl -fsSL https://pgp.mongodb.com/server-8.0.asc | \
                                   sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \
                                   --dearmor
                                
                                echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/debian trixie/mongodb-org/8.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
                                

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

                                D 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @DiMe

                                  Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?

                                  Für influxdb also:

                                  curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key
                                  gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \
                                  | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \
                                  && cat influxdata-archive.key \
                                  | gpg --dearmor \
                                  | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \
                                  && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \
                                  | sudo tee /etc/apt/sources.list.d/influxdata.list
                                  sudo apt-get update
                                  

                                  Mongodb:

                                  Schau dir an, wie die Quelldatei heißt und lösch die:

                                  ls -lA /etc/apt/sources.list.d/
                                  sudo rm /etc/apt/sources.list.d/NAMEDERMONGO.list
                                  

                                  Richtige Quell-Datei anlegen:

                                  curl -fsSL https://pgp.mongodb.com/server-8.0.asc | \
                                     sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \
                                     --dearmor
                                  
                                  echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/debian trixie/mongodb-org/8.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
                                  
                                  D Online
                                  D Online
                                  DiMe
                                  schrieb zuletzt editiert von
                                  #42

                                  @Thomas-Braun sagte:

                                  Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?

                                  Als ich es kopiert habe habe ich die Befehle einzelnd eingegeben. Das hat nicht so funktioniert.
                                  da habe ich noch ein bissche rumgesucht und bin über die Info gestoßen.

                                  Ich habe jetz aber einfach nochmal von dir alles kopiert und eingeben (Es kann ja nicht viel passieren, hab ja das Image).

                                  pi@Raspberry:~ $ curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key
                                  gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \
                                  | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \
                                  && cat influxdata-archive.key \
                                  | gpg --dearmor \
                                  | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \
                                  && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \
                                  | sudo tee /etc/apt/sources.list.d/influxdata.list
                                  sudo apt-get update
                                  [sudo] password for pi:
                                  deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main
                                  Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                                  Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                                  Hit:3 https://apt.grafana.com stable InRelease
                                  Get:4 https://repos.influxdata.com/debian stable InRelease [6,922 B]
                                  Hit:5 https://deb.debian.org/debian trixie InRelease
                                  Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                                  Hit:7 https://apt.glennr.nl/repo trixie InRelease
                                  Get:8 https://repos.influxdata.com/debian stable/main armhf Packages [10.6 kB]
                                  Get:9 https://repos.influxdata.com/debian stable/main arm64 Packages [27.9 kB]
                                  Hit:10 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease
                                  Get:11 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B]
                                  Fetched 52.9 kB in 1s (88.2 kB/s)
                                  Reading package lists... Done
                                  
                                  

                                  @Thomas-Braun sagte:

                                  Schau dir an, wie die Quelldatei heißt und lösch die:

                                  Da ist leider keine mongo.list

                                  pi@Raspberry:~ $ ls -lA /etc/apt/sources.list.d/
                                  total 40
                                  -rw-r--r-- 1 root root 388 Jun 19 12:21 debian.sources
                                  -rw-r--r-- 1 root root 144 Jun 19 12:21 glennr-install-script.sources
                                  -rw-r--r-- 1 root root 162 Jun 19 12:21 glennr-mongod-8.0.sources
                                  -rw-r--r-- 1 root root 146 Jun 19 12:24 glennr-packages-adoptium.sources
                                  -rw-r--r-- 1 root root  82 Jun 19 13:11 grafana.list
                                  -rw-r--r-- 1 root root 107 Jun 27 13:07 influxdata.list
                                  -rw-r--r-- 1 root root 780 Jan  9 18:55 influxdata.list.ucf-dist
                                  -rw-r--r-- 1 root root   0 Jun 19 13:41 influxdb.list
                                  -rw-r--r-- 1 root root 179 Jun 19 12:22 mongodb-org-8.0.sources
                                  -rw-r--r-- 1 root root 155 Jun 27 10:53 nodesource.sources
                                  -rw-r--r-- 1 root root 151 Apr 21 02:05 raspi.sources
                                  
                                  

                                  Es tut mir echt Leid, das du dich so mit mir rumschlagen musst

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • D DiMe

                                    @Thomas-Braun sagte:

                                    Und warum hast du nicht den Weg genommen, den ich dir oben gesagt habe?

                                    Als ich es kopiert habe habe ich die Befehle einzelnd eingegeben. Das hat nicht so funktioniert.
                                    da habe ich noch ein bissche rumgesucht und bin über die Info gestoßen.

                                    Ich habe jetz aber einfach nochmal von dir alles kopiert und eingeben (Es kann ja nicht viel passieren, hab ja das Image).

                                    pi@Raspberry:~ $ curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key
                                    gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \
                                    | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \
                                    && cat influxdata-archive.key \
                                    | gpg --dearmor \
                                    | sudo tee /usr/share/keyrings/influxdata-archive.gpg > /dev/null \
                                    && echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' \
                                    | sudo tee /etc/apt/sources.list.d/influxdata.list
                                    sudo apt-get update
                                    [sudo] password for pi:
                                    deb [signed-by=/usr/share/keyrings/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main
                                    Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                                    Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                                    Hit:3 https://apt.grafana.com stable InRelease
                                    Get:4 https://repos.influxdata.com/debian stable InRelease [6,922 B]
                                    Hit:5 https://deb.debian.org/debian trixie InRelease
                                    Hit:6 https://deb.nodesource.com/node_22.x nodistro InRelease
                                    Hit:7 https://apt.glennr.nl/repo trixie InRelease
                                    Get:8 https://repos.influxdata.com/debian stable/main armhf Packages [10.6 kB]
                                    Get:9 https://repos.influxdata.com/debian stable/main arm64 Packages [27.9 kB]
                                    Hit:10 https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 InRelease
                                    Get:11 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B]
                                    Fetched 52.9 kB in 1s (88.2 kB/s)
                                    Reading package lists... Done
                                    
                                    

                                    @Thomas-Braun sagte:

                                    Schau dir an, wie die Quelldatei heißt und lösch die:

                                    Da ist leider keine mongo.list

                                    pi@Raspberry:~ $ ls -lA /etc/apt/sources.list.d/
                                    total 40
                                    -rw-r--r-- 1 root root 388 Jun 19 12:21 debian.sources
                                    -rw-r--r-- 1 root root 144 Jun 19 12:21 glennr-install-script.sources
                                    -rw-r--r-- 1 root root 162 Jun 19 12:21 glennr-mongod-8.0.sources
                                    -rw-r--r-- 1 root root 146 Jun 19 12:24 glennr-packages-adoptium.sources
                                    -rw-r--r-- 1 root root  82 Jun 19 13:11 grafana.list
                                    -rw-r--r-- 1 root root 107 Jun 27 13:07 influxdata.list
                                    -rw-r--r-- 1 root root 780 Jan  9 18:55 influxdata.list.ucf-dist
                                    -rw-r--r-- 1 root root   0 Jun 19 13:41 influxdb.list
                                    -rw-r--r-- 1 root root 179 Jun 19 12:22 mongodb-org-8.0.sources
                                    -rw-r--r-- 1 root root 155 Jun 27 10:53 nodesource.sources
                                    -rw-r--r-- 1 root root 151 Apr 21 02:05 raspi.sources
                                    
                                    

                                    Es tut mir echt Leid, das du dich so mit mir rumschlagen musst

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb zuletzt editiert von
                                    #43

                                    @DiMe sagte:

                                    Da ist leider keine mongo.list

                                    Aber eine mongodb-org-8.0.sources
                                    Die löschen. Rest wie vor.

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

                                    1 Antwort Letzte Antwort
                                    0
                                    • D Online
                                      D Online
                                      DiMe
                                      schrieb zuletzt editiert von
                                      #44

                                      Hab die Datei gelöscht und die neue Quelle angelegt

                                      Neuer Diag

                                      ========== Start marking the full check here ===========
                                      
                                      ```bash
                                      Script v.2026-06-06
                                      
                                      *** BASE SYSTEM ***
                                      Operating System: Debian GNU/Linux 13 (trixie)
                                       Static hostname: Raspberry
                                             Icon name: computer
                                                Kernel: Linux 6.18.34+rpt-rpi-v8
                                          Architecture: arm64
                                      OS is similar to:
                                      
                                      Model           : Raspberry Pi 4 Model B Rev 1.1
                                      
                                      Docker          : false
                                      Virtualization  : none
                                      Unknown
                                      
                                      Kernel          : aarch64
                                      Userland        : 64bit
                                      
                                      System was installed 67 days ago (on 2026-04-21).
                                      
                                      Systemuptime and Load:
                                       13:43:19 up 16 min,  2 users,  load average: 0.58, 0.84, 0.96
                                      CPU threads     : 4
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Operating System is the current Debian stable version codenamed 'trixie'!
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      ~ Under-voltage has occurred
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Sat 2026-06-27 13:43:19 CEST
                                                 Universal time: Sat 2026-06-27 11:43:19 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      pi
                                      HOME=/home/pi
                                      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c                                                                       spi render input 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:         Unknown
                                      Display-Manager:        Not found
                                      Desktop:
                                      Session:                tty
                                      Boot Target:            multi-user.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            4.0G        3.0G        337M        7.0M        704M        952M
                                      Swap:           2.1G         27M        2.1G
                                      Total:          6.1G        3.1G        2.5G
                                      
                                      Active iob-Instances:   12
                                      
                                               3795 M total memory
                                               2887 M used memory
                                                992 M active memory
                                               2299 M inactive memory
                                                321 M free memory
                                                 41 M buffer memory
                                                631 M swap cache
                                               2047 M total swap
                                                 26 M used swap
                                               2021 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 13:43:20 up 16 min,  2 users,  load average: 0.58, 0.84, 0.96
                                      Tasks: 187 total,   1 running, 186 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 :   3795.8 total,    319.7 free,   2888.6 used,    672.5 buff/cache
                                      MiB Swap:   2048.0 total,   2021.8 free,     26.2 used.    907.2 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                        UNIT LOAD ACTIVE SUB DESCRIPTION
                                      
                                      0 loaded units listed.
                                      
                                      *** DMESG CRITICAL ERRORS ***
                                      No critical errors detected
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                      tmpfs          tmpfs     760M  9.1M  751M   2% /run
                                      /dev/mmcblk0p2 ext4       28G   11G   16G  42% /
                                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald                                                                      .service
                                      tmpfs          tmpfs     1.9G  432K  1.9G   1% /tmp
                                      /dev/mmcblk0p1 vfat      505M   66M  439M  14% /boot/firmware
                                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.servi                                                                      ce
                                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@tty                                                                      S0.service
                                      tmpfs          tmpfs     380M  8.0K  380M   1% /run/user/1000
                                      
                                      Messages concerning filesystems in dmesg:
                                      [Sat Jun 27 13:26:25 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                                      [Sat Jun 27 13:26:25 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958                                                                      -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                                      [Sat Jun 27 13:26:28 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab                                                                      ad-862d2102573f r/w.
                                      
                                      Show mounted filesystems:
                                      TARGET           SOURCE         FSTYPE OPTIONS
                                      /                /dev/mmcblk0p2 ext4   rw,noatime
                                      `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepag                                                                      e=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      /var:
                                      4.3G    /var/
                                      1.5G    /var/lib
                                      873M    /var/lib/influxdb
                                      835M    /var/lib/influxdb/data
                                      814M    /var/lib/influxdb/data/iobroker/autogen
                                      Archived and active journals take up 8M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      1013M   /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      159M    /opt/iobroker/iobroker-data/
                                      116M    /opt/iobroker/iobroker-data/files
                                      47M     /opt/iobroker/iobroker-data/files/admin.admin
                                      46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                                      46M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                                      
                                      The five largest files in iobroker-data are:
                                      24M     /opt/iobroker/iobroker-data/objects.jsonl
                                      12M     /opt/iobroker/iobroker-data/states.jsonl
                                      7.5M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j                                                                      s
                                      4.6M    /opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescrip                                                                      t/tsWorker.js
                                      3.7M    /opt/iobroker/iobroker-data/files/javascript.admin/custom/assets/index-C                                                                      npybLRW.js
                                      
                                      USB-Devices by-id:
                                      USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                                      please always prefer the links 'by-id':
                                      
                                      No Devices found 'by-id'
                                      No nvbackup.json found.
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v22.23.1
                                      /usr/bin/node           v22.23.1
                                      /usr/bin/npm            10.9.8
                                      /usr/bin/npx            10.9.8
                                      
                                      ✓ Node.js installation is correct
                                      
                                      nodejs:
                                        Installed: 22.23.1-1nodesource1
                                        Candidate: 22.23.1-1nodesource1
                                        Version table:
                                       *** 22.23.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           22.23.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.22.3-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.22.2-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.22.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.22.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.21.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.20.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.19.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.18.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.17.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.17.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.16.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.15.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.15.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.14.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.13.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.13.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.12.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.11.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.10.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.9.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.8.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.7.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.6.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.5.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.5.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.4.1-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.4.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.3.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.2.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.1.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           22.0.0-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                           20.19.2+dfsg-1+deb13u2 500
                                              500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac                                                                      kages
                                              500 https://deb.debian.org/debian trixie/main arm64 Packages
                                      
                                      Temp directories causing deletion problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree: 0
                                      No problems detected
                                      
                                      Checking for nodejs vulnerability:
                                      No known Vulnerabilities detected!
                                      
                                      
                                      *** ioBroker-Installation ***
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      Raspberry           Raspberry (version: 7.2.2, hostname: Raspberry     , alive,                                                                       uptime: 1018)
                                      
                                      Core adapters versions
                                      js-controller:  7.2.2
                                      admin:          7.8.23
                                      javascript:     9.0.18
                                      
                                      nodejs modules from github:     0
                                      
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : Raspberry                                                                                                      -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                                      n
                                      + system.adapter.alexa2.0                 : alexa2                : Raspberry                                                                                                      -  enabled
                                      + system.adapter.backitup.0               : backitup              : Raspberry                                                                                                      -  enabled
                                      + system.adapter.discovery.0              : discovery             : Raspberry                                                                                                      -  enabled
                                      + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                                      -  enabled, port: 8086
                                      + system.adapter.javascript.0             : javascript            : Raspberry                                                                                                      -  enabled
                                        system.adapter.netatmo-crawler.0        : netatmo-crawler       : Raspberry                                                                                                      -  enabled
                                      + system.adapter.pvforecast.0             : pvforecast            : Raspberry                                                                                                      -  enabled
                                      + system.adapter.senec.0                  : senec                 : Raspberry                                                                                                      -  enabled
                                      + system.adapter.tuya.0                   : tuya                  : Raspberry                                                                                                      -  enabled
                                      + system.adapter.unifi.0                  : unifi                 : Raspberry                                                                                                      -  enabled
                                        system.adapter.vis.0                    : vis                   : Raspberry                                                                                                      -  enabled
                                      + system.adapter.web.0                    : web                   : Raspberry                                                                                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                                      n
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : Raspberry                                                                                                      -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                                      n
                                      + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                                      -  enabled, port: 8086
                                      + system.adapter.web.0                    : web                   : Raspberry                                                                                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                                      n
                                      
                                      
                                      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-Adapters
                                      ┌───────────────────────────────────────────────────────────────────────────────────────────────────
                                      │ (index) │ id                                  │ name                 │ version  │ upgrade policy │
                                      ├───────────────────────────────────────────────────────────────────────────────────────────────────
                                      │ 0       │ 'system.adapter.admin'              │ 'admin'              │ '7.8.23' │ 'none'         │
                                      │ 1       │ 'system.adapter.alexa2'             │ 'alexa2'             │ '3.27.4' │ 'none'         │
                                      │ 2       │ 'system.adapter.backitup'           │ 'backitup'           │ '3.3.17' │ 'none'         │
                                      │ 3       │ 'system.adapter.daswetter'          │ 'daswetter'          │ '3.1.10' │ 'none'         │
                                      │ 4       │ 'system.adapter.discovery'          │ 'discovery'          │ '5.0.0'  │ 'none'         │
                                      │ 5       │ 'system.adapter.dwd'                │ 'dwd'                │ '2.8.5'  │ 'none'         │
                                      │ 6       │ 'system.adapter.influxdb'           │ 'influxdb'           │ '4.0.2'  │ 'none'         │
                                      │ 7       │ 'system.adapter.javascript'         │ 'javascript'         │ '9.0.18' │ 'none'         │
                                      │ 8       │ 'system.adapter.netatmo-crawler'    │ 'netatmo-crawler'    │ '1.2.0'  │ 'none'         │
                                      │ 9       │ 'system.adapter.pvforecast'         │ 'pvforecast'         │ '6.1.0'  │ 'none'         │
                                      │ 10      │ 'system.adapter.senec'              │ 'senec'              │ '2.5.3'  │ 'none'         │
                                      │ 11      │ 'system.adapter.simple-api'         │ 'simple-api'         │ '3.0.7'  │ 'none'         │
                                      │ 12      │ 'system.adapter.socketio'           │ 'socketio'           │ '7.1.3'  │ 'none'         │
                                      │ 13      │ 'system.adapter.tuya'               │ 'tuya'               │ '3.17.0' │ 'none'         │
                                      │ 14      │ 'system.adapter.unifi'              │ 'unifi'              │ '0.7.0'  │ 'none'         │
                                      │ 15      │ 'system.adapter.vis'                │ 'vis'                │ '1.5.6'  │ 'none'         │
                                      │ 16      │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2'  │ 'none'         │
                                      │ 17      │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0'  │ 'none'         │
                                      │ 18      │ 'system.adapter.web'                │ 'web'                │ '8.0.0'  │ 'none'         │
                                      │ 19      │ 'system.adapter.ws'                 │ 'ws'                 │ '4.1.0'  │ 'none'         │
                                      └───────────────────────────────────────────────────────────────────────────────────────────────────
                                      
                                      
                                      ioBroker-Adapter Versions and update status
                                      Used repository: stable
                                      Adapter    "admin"        : 7.8.23   , installed 7.8.23
                                      Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                                      Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                      Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                                      Controller "js-controller": 7.2.2    , installed 7.2.2
                                      Adapter    "netatmo-crawler": 1.2.0  , installed 1.2.0
                                      Adapter    "pvforecast"   : 6.1.0    , installed 6.1.0
                                      Adapter    "senec"        : 2.5.3    , installed 2.5.3
                                      Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
                                      Adapter    "socketio"     : 7.1.3    , installed 7.1.3
                                      Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                                      Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                      Adapter    "web"          : 8.0.0    , installed 8.0.0
                                      Adapter    "ws"           : 4.1.0    , installed 4.1.0
                                      
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      
                                      Objects:        10806
                                      States:         8790
                                      
                                      *** OS-Repositories and Updates ***
                                      
                                      Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                                      Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                                      Hit:3 https://apt.glennr.nl/repo trixie InRelease
                                      Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                                      Hit:5 https://deb.debian.org/debian trixie InRelease
                                      Hit:6 https://apt.grafana.com stable InRelease
                                      Get:7 https://repos.influxdata.com/debian stable InRelease [6922 B]
                                      Hit:8 https://packages.adoptium.net/artifactory/deb trixie InRelease
                                      Hit:9 https://repo.mongodb.org/apt/debian trixie/mongodb-org/8.0 InRelease
                                      Fetched 6922 B in 5s (1529 B/s)
                                      Reading package lists...
                                      
                                      Pending systemupdates: 0
                                      
                                      *** Listening Ports ***
                                      Netid State  Recv-Q Send-Q         Local Address:Port     Peer Address:PortProcess
                                      udp   UNCONN 0      0                    0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=554,fd=5),("systemd",pid=1,fd=77))
                                      udp   UNCONN 0      0                    0.0.0.0:6666          0.0.0.0:*    users:(("io.tuya.0",pid=1596,fd=45))
                                      udp   UNCONN 0      0                    0.0.0.0:6667          0.0.0.0:*    users:(("io.tuya.0",pid=1596,fd=46))
                                      udp   UNCONN 0      0                    0.0.0.0:mdns          0.0.0.0:*    users:(("avahi-daemon",pid=611,fd=12))
                                      udp   UNCONN 0      0                    0.0.0.0:55273         0.0.0.0:*    users:(("avahi-daemon",pid=611,fd=14))
                                      udp   UNCONN 0      0                          *:sunrpc              *:*    users:(("rpcbind",pid=554,fd=7),("systemd",pid=1,fd=79))
                                      udp   UNCONN 0      0      [::ffff:192.168.0.20]:56250               *:*    users:(("java",pid=1157,fd=207))
                                      udp   UNCONN 0      0                          *:mdns                *:*    users:(("avahi-daemon",pid=611,fd=13))
                                      udp   UNCONN 0      0                          *:5514                *:*    users:(("java",pid=1157,fd=204))
                                      udp   UNCONN 0      0                          *:3478                *:*    users:(("java",pid=1157,fd=180))
                                      udp   UNCONN 0      0                          *:10001               *:*    users:(("java",pid=1157,fd=208))
                                      udp   UNCONN 0      0                          *:51178               *:*    users:(("avahi-daemon",pid=611,fd=15))
                                      tcp   LISTEN 0      511                127.0.0.1:9001          0.0.0.0:*    users:(("iobroker.js-con",pid=1091,fd=23))
                                      tcp   LISTEN 0      511                127.0.0.1:9000          0.0.0.0:*    users:(("iobroker.js-con",pid=1091,fd=29))
                                      tcp   LISTEN 0      4096               127.0.0.1:27117         0.0.0.0:*    users:(("mongod",pid=1241,fd=9))
                                      tcp   LISTEN 0      4096               127.0.0.1:omniorb       0.0.0.0:*    users:(("influxd",pid=1090,fd=3))
                                      tcp   LISTEN 0      511                  0.0.0.0:41713         0.0.0.0:*    users:(("io.alexa2.0",pid=1573,fd=37))
                                      tcp   LISTEN 0      128                  0.0.0.0:ssh           0.0.0.0:*    users:(("sshd",pid=1122,fd=6))
                                      tcp   LISTEN 0      4096                 0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=554,fd=4),("systemd",pid=1,fd=76))
                                      tcp   LISTEN 0      511                        *:8082                *:*    users:(("io.web.0",pid=1731,fd=34))
                                      tcp   LISTEN 0      511                        *:tproxy              *:*    users:(("io.admin.0",pid=1499,fd=36))
                                      tcp   LISTEN 0      200                        *:http-alt            *:*    users:(("java",pid=1157,fd=163))
                                      tcp   LISTEN 0      4096                       *:8086                *:*    users:(("influxd",pid=1090,fd=199))
                                      tcp   LISTEN 0      1000                       *:28082               *:*    users:(("java",pid=1157,fd=179))
                                      tcp   LISTEN 0      4096                       *:3000                *:*    users:(("grafana",pid=1198,fd=26))
                                      tcp   LISTEN 0      1000                       *:8843                *:*    users:(("java",pid=1157,fd=190))
                                      tcp   LISTEN 0      50                         *:6789                *:*    users:(("java",pid=1157,fd=203))
                                      tcp   LISTEN 0      1000                       *:8880                *:*    users:(("java",pid=1157,fd=174))
                                      tcp   LISTEN 0      1000                       *:8443                *:*    users:(("java",pid=1157,fd=183))
                                      tcp   LISTEN 0      128                     [::]:ssh              [::]:*    users:(("sshd",pid=1122,fd=7))
                                      tcp   LISTEN 0      4096                    [::]:sunrpc           [::]:*    users:(("rpcbind",pid=554,fd=6),("systemd",pid=1,fd=78))
                                      
                                      
                                      *** Log File - Last 25 Lines ***
                                      2026-06-27 13:44:47.546  - warn: javascript.0 (1554)     at processImmediate (node:internal/timers:452:9)
                                      2026-06-27 13:44:47.546  - warn: javascript.0 (1554)     at process.callbackTrampoline (node:internal/async_hooks:130:17)
                                      2026-06-27 13:44:47.546  - info: javascript.0 (1554) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 5427.11 Wh
                                      2026-06-27 13:44:47.556  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                                      2026-06-27 13:44:47.597  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                                      2026-06-27 13:44:58.123  - info: javascript.0 (1554) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 860.99 W, Zeitdiff: 10.68 s, Berechnete Energie: 2.56 Wh
                                      2026-06-27 13:44:58.134  - info: javascript.0 (1554) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -5769.22 W, Zeitdiff: 10.68 s, Berechnete Energie: -17.12 Wh
                                      2026-06-27 13:44:58.137  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                      2026-06-27 13:44:58.140  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                      2026-06-27 13:44:58.141  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5)
                                      2026-06-27 13:44:58.141  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                      2026-06-27 13:44:58.143  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                      2026-06-27 13:44:58.143  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5)
                                      2026-06-27 13:44:58.144  - info: javascript.0 (1554) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 7883.92 Wh (7.884 kWh)
                                      2026-06-27 13:44:58.155  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string"
                                      2026-06-27 13:44:58.160  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string"
                                      2026-06-27 13:44:58.209  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                      2026-06-27 13:44:58.210  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                      2026-06-27 13:44:58.210  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9)
                                      2026-06-27 13:44:58.211  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                      2026-06-27 13:44:58.211  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                      2026-06-27 13:44:58.212  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9)
                                      2026-06-27 13:44:58.212  - info: javascript.0 (1554) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 5444.23 Wh
                                      2026-06-27 13:44:58.217  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                                      2026-06-27 13:44:58.257  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                                      

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

                                      iob diag has finished.

                                      pi@Raspberry:~ $

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • D DiMe

                                        Hab die Datei gelöscht und die neue Quelle angelegt

                                        Neuer Diag

                                        ========== Start marking the full check here ===========
                                        
                                        ```bash
                                        Script v.2026-06-06
                                        
                                        *** BASE SYSTEM ***
                                        Operating System: Debian GNU/Linux 13 (trixie)
                                         Static hostname: Raspberry
                                               Icon name: computer
                                                  Kernel: Linux 6.18.34+rpt-rpi-v8
                                            Architecture: arm64
                                        OS is similar to:
                                        
                                        Model           : Raspberry Pi 4 Model B Rev 1.1
                                        
                                        Docker          : false
                                        Virtualization  : none
                                        Unknown
                                        
                                        Kernel          : aarch64
                                        Userland        : 64bit
                                        
                                        System was installed 67 days ago (on 2026-04-21).
                                        
                                        Systemuptime and Load:
                                         13:43:19 up 16 min,  2 users,  load average: 0.58, 0.84, 0.96
                                        CPU threads     : 4
                                        
                                        *** LIFE CYCLE STATUS ***
                                        Operating System is the current Debian stable version codenamed 'trixie'!
                                        
                                        *** RASPBERRY THROTTLING ***
                                        Current issues:
                                        No throttling issues detected.
                                        
                                        Previously detected issues:
                                        ~ Under-voltage has occurred
                                        
                                        *** TIME AND TIMEZONES ***
                                                       Local time: Sat 2026-06-27 13:43:19 CEST
                                                   Universal time: Sat 2026-06-27 11:43:19 UTC
                                                         RTC time: n/a
                                                        Time zone: Europe/Berlin (CEST, +0200)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** Users and Groups ***
                                        User that called 'iob diag':
                                        pi
                                        HOME=/home/pi
                                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c                                                                       spi render input 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:         Unknown
                                        Display-Manager:        Not found
                                        Desktop:
                                        Session:                tty
                                        Boot Target:            multi-user.target
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            4.0G        3.0G        337M        7.0M        704M        952M
                                        Swap:           2.1G         27M        2.1G
                                        Total:          6.1G        3.1G        2.5G
                                        
                                        Active iob-Instances:   12
                                        
                                                 3795 M total memory
                                                 2887 M used memory
                                                  992 M active memory
                                                 2299 M inactive memory
                                                  321 M free memory
                                                   41 M buffer memory
                                                  631 M swap cache
                                                 2047 M total swap
                                                   26 M used swap
                                                 2021 M free swap
                                        
                                        *** top - Table Of Processes  ***
                                        top - 13:43:20 up 16 min,  2 users,  load average: 0.58, 0.84, 0.96
                                        Tasks: 187 total,   1 running, 186 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 :   3795.8 total,    319.7 free,   2888.6 used,    672.5 buff/cache
                                        MiB Swap:   2048.0 total,   2021.8 free,     26.2 used.    907.2 avail Mem
                                        
                                        *** FAILED SERVICES ***
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        
                                        0 loaded units listed.
                                        
                                        *** DMESG CRITICAL ERRORS ***
                                        No critical errors detected
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                        tmpfs          tmpfs     760M  9.1M  751M   2% /run
                                        /dev/mmcblk0p2 ext4       28G   11G   16G  42% /
                                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald                                                                      .service
                                        tmpfs          tmpfs     1.9G  432K  1.9G   1% /tmp
                                        /dev/mmcblk0p1 vfat      505M   66M  439M  14% /boot/firmware
                                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.servi                                                                      ce
                                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@tty                                                                      S0.service
                                        tmpfs          tmpfs     380M  8.0K  380M   1% /run/user/1000
                                        
                                        Messages concerning filesystems in dmesg:
                                        [Sat Jun 27 13:26:25 2026] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
                                        [Sat Jun 27 13:26:25 2026] EXT4-fs (mmcblk0p2): mounted filesystem e634e0a4-a958                                                                      -46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                                        [Sat Jun 27 13:26:28 2026] EXT4-fs (mmcblk0p2): re-mounted e634e0a4-a958-46cb-ab                                                                      ad-862d2102573f r/w.
                                        
                                        Show mounted filesystems:
                                        TARGET           SOURCE         FSTYPE OPTIONS
                                        /                /dev/mmcblk0p2 ext4   rw,noatime
                                        `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepag                                                                      e=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        /var:
                                        4.3G    /var/
                                        1.5G    /var/lib
                                        873M    /var/lib/influxdb
                                        835M    /var/lib/influxdb/data
                                        814M    /var/lib/influxdb/data/iobroker/autogen
                                        Archived and active journals take up 8M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        1013M   /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        159M    /opt/iobroker/iobroker-data/
                                        116M    /opt/iobroker/iobroker-data/files
                                        47M     /opt/iobroker/iobroker-data/files/admin.admin
                                        46M     /opt/iobroker/iobroker-data/files/admin.admin/custom/assets
                                        46M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                                        
                                        The five largest files in iobroker-data are:
                                        24M     /opt/iobroker/iobroker-data/objects.jsonl
                                        12M     /opt/iobroker/iobroker-data/states.jsonl
                                        7.5M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BeQV_TGa.j                                                                      s
                                        4.6M    /opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescrip                                                                      t/tsWorker.js
                                        3.7M    /opt/iobroker/iobroker-data/files/javascript.admin/custom/assets/index-C                                                                      npybLRW.js
                                        
                                        USB-Devices by-id:
                                        USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                                        please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        No nvbackup.json found.
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v22.23.1
                                        /usr/bin/node           v22.23.1
                                        /usr/bin/npm            10.9.8
                                        /usr/bin/npx            10.9.8
                                        
                                        ✓ Node.js installation is correct
                                        
                                        nodejs:
                                          Installed: 22.23.1-1nodesource1
                                          Candidate: 22.23.1-1nodesource1
                                          Version table:
                                         *** 22.23.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             22.23.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.22.3-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.22.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.22.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.22.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.21.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.20.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.17.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.15.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.13.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.5.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.4.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             22.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             20.19.2+dfsg-1+deb13u2 500
                                                500 http://deb.debian.org/debian-security trixie-security/main arm64 Pac                                                                      kages
                                                500 https://deb.debian.org/debian trixie/main arm64 Packages
                                        
                                        Temp directories causing deletion problem: 0
                                        No problems detected
                                        
                                        Errors in npm tree: 0
                                        No problems detected
                                        
                                        Checking for nodejs vulnerability:
                                        No known Vulnerabilities detected!
                                        
                                        
                                        *** ioBroker-Installation ***
                                        ioBroker Status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Hosts:
                                        Raspberry           Raspberry (version: 7.2.2, hostname: Raspberry     , alive,                                                                       uptime: 1018)
                                        
                                        Core adapters versions
                                        js-controller:  7.2.2
                                        admin:          7.8.23
                                        javascript:     9.0.18
                                        
                                        nodejs modules from github:     0
                                        
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : Raspberry                                                                                                      -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                                      n
                                        + system.adapter.alexa2.0                 : alexa2                : Raspberry                                                                                                      -  enabled
                                        + system.adapter.backitup.0               : backitup              : Raspberry                                                                                                      -  enabled
                                        + system.adapter.discovery.0              : discovery             : Raspberry                                                                                                      -  enabled
                                        + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                                      -  enabled, port: 8086
                                        + system.adapter.javascript.0             : javascript            : Raspberry                                                                                                      -  enabled
                                          system.adapter.netatmo-crawler.0        : netatmo-crawler       : Raspberry                                                                                                      -  enabled
                                        + system.adapter.pvforecast.0             : pvforecast            : Raspberry                                                                                                      -  enabled
                                        + system.adapter.senec.0                  : senec                 : Raspberry                                                                                                      -  enabled
                                        + system.adapter.tuya.0                   : tuya                  : Raspberry                                                                                                      -  enabled
                                        + system.adapter.unifi.0                  : unifi                 : Raspberry                                                                                                      -  enabled
                                          system.adapter.vis.0                    : vis                   : Raspberry                                                                                                      -  enabled
                                        + system.adapter.web.0                    : web                   : Raspberry                                                                                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                                      n
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : Raspberry                                                                                                      -  enabled, port: 8081, bind: 0.0.0.0, run as: admi                                                                      n
                                        + system.adapter.influxdb.0               : influxdb              : Raspberry                                                                                                      -  enabled, port: 8086
                                        + system.adapter.web.0                    : web                   : Raspberry                                                                                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admi                                                                      n
                                        
                                        
                                        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-Adapters
                                        ┌───────────────────────────────────────────────────────────────────────────────────────────────────
                                        │ (index) │ id                                  │ name                 │ version  │ upgrade policy │
                                        ├───────────────────────────────────────────────────────────────────────────────────────────────────
                                        │ 0       │ 'system.adapter.admin'              │ 'admin'              │ '7.8.23' │ 'none'         │
                                        │ 1       │ 'system.adapter.alexa2'             │ 'alexa2'             │ '3.27.4' │ 'none'         │
                                        │ 2       │ 'system.adapter.backitup'           │ 'backitup'           │ '3.3.17' │ 'none'         │
                                        │ 3       │ 'system.adapter.daswetter'          │ 'daswetter'          │ '3.1.10' │ 'none'         │
                                        │ 4       │ 'system.adapter.discovery'          │ 'discovery'          │ '5.0.0'  │ 'none'         │
                                        │ 5       │ 'system.adapter.dwd'                │ 'dwd'                │ '2.8.5'  │ 'none'         │
                                        │ 6       │ 'system.adapter.influxdb'           │ 'influxdb'           │ '4.0.2'  │ 'none'         │
                                        │ 7       │ 'system.adapter.javascript'         │ 'javascript'         │ '9.0.18' │ 'none'         │
                                        │ 8       │ 'system.adapter.netatmo-crawler'    │ 'netatmo-crawler'    │ '1.2.0'  │ 'none'         │
                                        │ 9       │ 'system.adapter.pvforecast'         │ 'pvforecast'         │ '6.1.0'  │ 'none'         │
                                        │ 10      │ 'system.adapter.senec'              │ 'senec'              │ '2.5.3'  │ 'none'         │
                                        │ 11      │ 'system.adapter.simple-api'         │ 'simple-api'         │ '3.0.7'  │ 'none'         │
                                        │ 12      │ 'system.adapter.socketio'           │ 'socketio'           │ '7.1.3'  │ 'none'         │
                                        │ 13      │ 'system.adapter.tuya'               │ 'tuya'               │ '3.17.0' │ 'none'         │
                                        │ 14      │ 'system.adapter.unifi'              │ 'unifi'              │ '0.7.0'  │ 'none'         │
                                        │ 15      │ 'system.adapter.vis'                │ 'vis'                │ '1.5.6'  │ 'none'         │
                                        │ 16      │ 'system.adapter.vis-timeandweather' │ 'vis-timeandweather' │ '1.2.2'  │ 'none'         │
                                        │ 17      │ 'system.adapter.weatherunderground' │ 'weatherunderground' │ '3.7.0'  │ 'none'         │
                                        │ 18      │ 'system.adapter.web'                │ 'web'                │ '8.0.0'  │ 'none'         │
                                        │ 19      │ 'system.adapter.ws'                 │ 'ws'                 │ '4.1.0'  │ 'none'         │
                                        └───────────────────────────────────────────────────────────────────────────────────────────────────
                                        
                                        
                                        ioBroker-Adapter Versions and update status
                                        Used repository: stable
                                        Adapter    "admin"        : 7.8.23   , installed 7.8.23
                                        Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                                        Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                        Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                                        Controller "js-controller": 7.2.2    , installed 7.2.2
                                        Adapter    "netatmo-crawler": 1.2.0  , installed 1.2.0
                                        Adapter    "pvforecast"   : 6.1.0    , installed 6.1.0
                                        Adapter    "senec"        : 2.5.3    , installed 2.5.3
                                        Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
                                        Adapter    "socketio"     : 7.1.3    , installed 7.1.3
                                        Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                                        Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                        Adapter    "web"          : 8.0.0    , installed 8.0.0
                                        Adapter    "ws"           : 4.1.0    , installed 4.1.0
                                        
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        
                                        Objects:        10806
                                        States:         8790
                                        
                                        *** OS-Repositories and Updates ***
                                        
                                        Hit:1 http://deb.debian.org/debian-security trixie-security InRelease
                                        Hit:2 http://archive.raspberrypi.com/debian trixie InRelease
                                        Hit:3 https://apt.glennr.nl/repo trixie InRelease
                                        Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                                        Hit:5 https://deb.debian.org/debian trixie InRelease
                                        Hit:6 https://apt.grafana.com stable InRelease
                                        Get:7 https://repos.influxdata.com/debian stable InRelease [6922 B]
                                        Hit:8 https://packages.adoptium.net/artifactory/deb trixie InRelease
                                        Hit:9 https://repo.mongodb.org/apt/debian trixie/mongodb-org/8.0 InRelease
                                        Fetched 6922 B in 5s (1529 B/s)
                                        Reading package lists...
                                        
                                        Pending systemupdates: 0
                                        
                                        *** Listening Ports ***
                                        Netid State  Recv-Q Send-Q         Local Address:Port     Peer Address:PortProcess
                                        udp   UNCONN 0      0                    0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=554,fd=5),("systemd",pid=1,fd=77))
                                        udp   UNCONN 0      0                    0.0.0.0:6666          0.0.0.0:*    users:(("io.tuya.0",pid=1596,fd=45))
                                        udp   UNCONN 0      0                    0.0.0.0:6667          0.0.0.0:*    users:(("io.tuya.0",pid=1596,fd=46))
                                        udp   UNCONN 0      0                    0.0.0.0:mdns          0.0.0.0:*    users:(("avahi-daemon",pid=611,fd=12))
                                        udp   UNCONN 0      0                    0.0.0.0:55273         0.0.0.0:*    users:(("avahi-daemon",pid=611,fd=14))
                                        udp   UNCONN 0      0                          *:sunrpc              *:*    users:(("rpcbind",pid=554,fd=7),("systemd",pid=1,fd=79))
                                        udp   UNCONN 0      0      [::ffff:192.168.0.20]:56250               *:*    users:(("java",pid=1157,fd=207))
                                        udp   UNCONN 0      0                          *:mdns                *:*    users:(("avahi-daemon",pid=611,fd=13))
                                        udp   UNCONN 0      0                          *:5514                *:*    users:(("java",pid=1157,fd=204))
                                        udp   UNCONN 0      0                          *:3478                *:*    users:(("java",pid=1157,fd=180))
                                        udp   UNCONN 0      0                          *:10001               *:*    users:(("java",pid=1157,fd=208))
                                        udp   UNCONN 0      0                          *:51178               *:*    users:(("avahi-daemon",pid=611,fd=15))
                                        tcp   LISTEN 0      511                127.0.0.1:9001          0.0.0.0:*    users:(("iobroker.js-con",pid=1091,fd=23))
                                        tcp   LISTEN 0      511                127.0.0.1:9000          0.0.0.0:*    users:(("iobroker.js-con",pid=1091,fd=29))
                                        tcp   LISTEN 0      4096               127.0.0.1:27117         0.0.0.0:*    users:(("mongod",pid=1241,fd=9))
                                        tcp   LISTEN 0      4096               127.0.0.1:omniorb       0.0.0.0:*    users:(("influxd",pid=1090,fd=3))
                                        tcp   LISTEN 0      511                  0.0.0.0:41713         0.0.0.0:*    users:(("io.alexa2.0",pid=1573,fd=37))
                                        tcp   LISTEN 0      128                  0.0.0.0:ssh           0.0.0.0:*    users:(("sshd",pid=1122,fd=6))
                                        tcp   LISTEN 0      4096                 0.0.0.0:sunrpc        0.0.0.0:*    users:(("rpcbind",pid=554,fd=4),("systemd",pid=1,fd=76))
                                        tcp   LISTEN 0      511                        *:8082                *:*    users:(("io.web.0",pid=1731,fd=34))
                                        tcp   LISTEN 0      511                        *:tproxy              *:*    users:(("io.admin.0",pid=1499,fd=36))
                                        tcp   LISTEN 0      200                        *:http-alt            *:*    users:(("java",pid=1157,fd=163))
                                        tcp   LISTEN 0      4096                       *:8086                *:*    users:(("influxd",pid=1090,fd=199))
                                        tcp   LISTEN 0      1000                       *:28082               *:*    users:(("java",pid=1157,fd=179))
                                        tcp   LISTEN 0      4096                       *:3000                *:*    users:(("grafana",pid=1198,fd=26))
                                        tcp   LISTEN 0      1000                       *:8843                *:*    users:(("java",pid=1157,fd=190))
                                        tcp   LISTEN 0      50                         *:6789                *:*    users:(("java",pid=1157,fd=203))
                                        tcp   LISTEN 0      1000                       *:8880                *:*    users:(("java",pid=1157,fd=174))
                                        tcp   LISTEN 0      1000                       *:8443                *:*    users:(("java",pid=1157,fd=183))
                                        tcp   LISTEN 0      128                     [::]:ssh              [::]:*    users:(("sshd",pid=1122,fd=7))
                                        tcp   LISTEN 0      4096                    [::]:sunrpc           [::]:*    users:(("rpcbind",pid=554,fd=6),("systemd",pid=1,fd=78))
                                        
                                        
                                        *** Log File - Last 25 Lines ***
                                        2026-06-27 13:44:47.546  - warn: javascript.0 (1554)     at processImmediate (node:internal/timers:452:9)
                                        2026-06-27 13:44:47.546  - warn: javascript.0 (1554)     at process.callbackTrampoline (node:internal/async_hooks:130:17)
                                        2026-06-27 13:44:47.546  - info: javascript.0 (1554) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 5427.11 Wh
                                        2026-06-27 13:44:47.556  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                                        2026-06-27 13:44:47.597  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                                        2026-06-27 13:44:58.123  - info: javascript.0 (1554) script.js.common.Senec.Hausverbrauch: Aktuelle Leistung: 860.99 W, Zeitdiff: 10.68 s, Berechnete Energie: 2.56 Wh
                                        2026-06-27 13:44:58.134  - info: javascript.0 (1554) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Aktuelle Leistung: -5769.22 W, Zeitdiff: 10.68 s, Berechnete Energie: -17.12 Wh
                                        2026-06-27 13:44:58.137  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                        2026-06-27 13:44:58.140  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                        2026-06-27 13:44:58.141  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:111:5)
                                        2026-06-27 13:44:58.141  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                        2026-06-27 13:44:58.143  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                        2026-06-27 13:44:58.143  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Hausverbrauch:112:5)
                                        2026-06-27 13:44:58.144  - info: javascript.0 (1554) script.js.common.Senec.Hausverbrauch: Hausverbrauch addiert. Neue Summe: 7883.92 Wh (7.884 kWh)
                                        2026-06-27 13:44:58.155  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_Wh" has to be type "number" but received type "string"
                                        2026-06-27 13:44:58.160  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Hausverbrauch_kWh" has to be type "number" but received type "string"
                                        2026-06-27 13:44:58.209  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                        2026-06-27 13:44:58.210  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                        2026-06-27 13:44:58.210  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:123:9)
                                        2026-06-27 13:44:58.211  - warn: javascript.0 (1554) You are assigning a string to the state "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" which expects a number. Please fix your code to use a number or change the state type to string. This warning might become an error in future versions.
                                        2026-06-27 13:44:58.211  - warn: javascript.0 (1554)     at setState (/opt/iobroker/node_modules/iobroker.javascript/src/lib/sandbox.ts:2661:20)
                                        2026-06-27 13:44:58.212  - warn: javascript.0 (1554)     at Object.<anonymous> (script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung:124:9)
                                        2026-06-27 13:44:58.212  - info: javascript.0 (1554) script.js.common.Senec.Grid_Power_Bezug_und_Einspeisung: Einspeisung addiert. Neue Summe: 5444.23 Wh
                                        2026-06-27 13:44:58.217  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_Wh" has to be type "number" but received type "string"
                                        2026-06-27 13:44:58.257  - info: javascript.0 (1554) State value to set for "0_userdata.0.Energie.Senec.Tages_Einspeisung_kWh" has to be type "number" but received type "string"
                                        

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

                                        iob diag has finished.

                                        pi@Raspberry:~ $

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb zuletzt editiert von
                                        #45

                                        @DiMe
                                        Ja, das sieht besser aus

                                        apt policy mongodb
                                        apt policy influxdb
                                        

                                        sagen?

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

                                        1 Antwort Letzte Antwort
                                        0
                                        • D Online
                                          D Online
                                          DiMe
                                          schrieb zuletzt editiert von DiMe
                                          #46
                                          pi@Raspberry:~ $ apt policy mongodb
                                          apt policy influxdb
                                          mongodb:
                                            Installed: (none)
                                            Candidate: (none)
                                            Version table:
                                          influxdb:
                                            Installed: 1.6.7~rc0-2+b12
                                            Candidate: 1.12.4-1
                                            Version table:
                                               1.12.4-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.3-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.2-4 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.2-3 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.2-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.11.8-2 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.11.8-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.11.7-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.8.10-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           *** 1.6.7~rc0-2+b12 500
                                          lines 1-23...skipping...
                                          influxdb:
                                            Installed: 1.6.7~rc0-2+b12
                                            Candidate: 1.12.4-1
                                            Version table:
                                               1.12.4-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.3-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.2-4 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.2-3 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.12.2-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.11.8-2 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.11.8-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.11.7-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                               1.8.10-1 500
                                                  500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           *** 1.6.7~rc0-2+b12 500
                                                  500 https://deb.debian.org/debian trixie/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                          ~
                                          ~
                                          
                                          

                                          mongodb nicht installiert?

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          502

                                          Online

                                          33.0k

                                          Benutzer

                                          83.3k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2026
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe