Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. xelarep

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 123
    • Best 12
    • Groups 2

    xelarep

    @xelarep

    Pro

    16
    Reputation
    45
    Profile views
    123
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    xelarep Follow
    Pro Starter

    Best posts made by xelarep

    • RE: Neuer Befehl: "iob nodejs-update"

      Ich erlaube mir mal diese Liste für ein grösseres Update auf einem Raspberry zu ergänzen 🙂

      @martinp sagte in Neuer Befehl: "iob nodejs-update":

      @thomas-braun also wäre der Entscheidungsprozess

      FALLS ioBroker auf der Übersichtsseite einen Minor-Update anzeigt (z. B. den oben aus dem Screenshot):

      1. iob stop
      2. updaten:
        2a) sudo apt update && sudo apt full-upgrade
        2b) iob nodjs-update # (nur bei großem nodjs update!)
        2b) iob fix
      3. iob start

      NUR FALLS der angezeigte nodejs Update-Schritt zu groß ist ggfs. dann noch 2b) iob nodjs-update einschieben
      ist "iob fix" vor "iob start" dringend ratsam?

      Da ich nur ein Gelegenheit-Linuxer bin, brauch ich immer möglichst vollständige Ablauflisten - ich vermute mal viele andere hier auch 😉

      1. Auf der Weboberfläche oder mit iob backup erstmal ne aktuelle Sicherung schaffen...
      2. iob stop - dann alles anhalten...
      3. sudo apt update && sudo apt full-upgrade - Grundsystem aktualisieren...
      4. iob fix - sonst hat man das nodejs-update nicht zur Verfügung...
      5. iob nodejs-update - Jetzt das Update anstossen und die Rückfrage zum Minor update mit 'y' beantworten...
      6. Kaffee holen, Zeitung lesen, Kaffee trinken...
      7. sudo reboot - wie aufgefordert Systemneustart durchführen
      8. Kaffee Teil 2...
      9. Auf Admin-Oberfläche einloggen, Versionen und Logs checken und sich freuen, dass alles geklappt hat

      Mein System ist jetzt jedenfalls wieder chic.

      Vielen Dank @apollon77, @Thomas-Braun und alle anderen Aktiven. Diese Art ein System zu pflegen ist deutlich einfacher und entspannter als vorher! Gerade, wenn man sich nicht jeden Tag damit beschäftigt.

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: SONOFF NSPanel mit Lovelace UI

      @tt-tom Alles gut! Manche Sachen sollte man nicht nur so nebenher machen, und ja, du hast Recht. Das Stand im Skript sogar vorbildlich drin. Beim nächsten Update gelobe ich Besserung und lese weiter, als wie die ersten drei Zeilen 👼

      posted in Hardware
      X
      xelarep
    • RE: Grundinstallation Debian 12

      Du liebe Güte - Grundsatzdiskussionen wollte ich hier nicht auslösen, nur ein paar Hinweise zur "flachen" Debian 12 Installation bekommen.
      Trotzdem Danke an alle die geantwortet haben:

      • Proxmox ist für mich kein Thema - mein bisheriger Raspi läuf auch ganz "flach"
      • Eine weitere VM könnte ich auch in meiner Synology aufsetzen (will das aber nicht)

      Das Thinkcentre ist exklusiv für ioBroker. Datenbank auf Synology (wie bisher).

      Zurück zur Eingangsfrage:

      Debian 12 per USB installieren

      • kein root Passwort vergeben, nur einen Benutzer anlegen
      • Desktop kann man abwählen, SSH Zugriff reicht
      • Lokalisierung, Netzwerk usw. wie in zahlreichen Anleitungen...
      • curl (nachinstallieren)
      • ioBroker installation starten

      Gibt es noch was Entscheidendes in der Grundinstallation von Debian zu beachten?

      Nachtrag:

      • auch keine externe HW angeschlossen - nur Strom / Netzwerkkabel
      posted in Installation
      X
      xelarep
    • RE: NodeJS Update - benötige Unterstützung

      @thomas-braun überredet 😉 Dann setz ich ein komplett neues System auf nem neuen Pi auf!

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Probleme mit nodejs nach Updateversuch

      Danke @thomas-braun ! Läuft erst mal wieder.

      Wald, Bäume, Tomaten... Erste Panikreaktion... ich hatte erst ein npm -v und dann ein iob stat nachgeschoben, und jeweils die Fehlermeldung erhalten. Ich war daher der Meinung ein iob nodejs-update 18 wird gar nicht erst funktionieren - manchmal steht man sich selber im Weg...

      Ja, du hast Recht: neu aufsetzen steht an. Aber, da will ich dann aber auch gleich die Raspi HW aktualisieren usw. - das war zeitlich für dieses WE nicht vorgesehen 😉

      Danke für die schnelle Hilfe!

      posted in Einsteigerfragen
      X
      xelarep
    • RE: SONOFF NSPanel mit Lovelace UI

      @gargano welches Skript meinst Du? Im Prinzip ja, alles Stand Donnerstag 26.10.

      posted in Hardware
      X
      xelarep
    • RE: [How-to] Node.js ioBroker richtig updaten-2021/22 Edition

      Hallo, ich hab auf meinem Raspberry heute im Rahmen anstehender Updates auch endlich mal Node von 12.x auf 14.x gezogen. Ich hab nicht den ganzen Thread überflogen, aber alles notwendige gefunden, aber vielleicht auch was übersehen:

      Zwei Kleinigkeiten, die mir aufgefallen sind:

      1. In der Anleitung oben wird sudo apt install -y nodejs genannt, die Vorbereitung per curl bittet um sudo apt-get install -y nodejs
        Macht das überhaupt einen Unterschied? Ggf. sollte man das im Eingang mal erwähnen/ergänzen?!

      2. mein Weishaupt WEM Adapter streikte anfangs - ein iobroker rebuild weishaupt-wem half zunächst nichts. Ich hab ihn aber per GitHub Neuinstallation und dann Upgrade wieder aktiviert bekommen. Hab leider die Fehler, bzw. Debugmeldungen vergessen zu sichern...

      Sonst scheint erst mal alles zu laufen 🙂

      An der Stelle mal ein Danke für's kontinuierliche Weiterentwickeln und Dokumentieren! 👍 👍 👍

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: SONOFF NSPanel mit Lovelace UI

      @armilar @Gargano

      Ja, es funktioniert alles. Ich hab in der Zwischenzeit auch mein Gesamtsystem mal aktualisiert https://forum.iobroker.net/topic/69067/neuer-befehl-iob-nodejs-update/72?_=1698741140337

      Ich konnte jetzt im Log nach Neustart nichts mehr finden.

      Danke für Eure Unterstützung!

      posted in Hardware
      X
      xelarep
    • RE: Umzug + Upgrade auf neue HW?

      So, hat alles geklappt - ganz wie in der Anleitung beschrieben.
      Alles in einem Rutsch aus dem Backup…
      Kleinere Baustellen nich offen, aber das verbuche ich mal unter Systempflege…

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: SONOFF NSPanel mit Lovelace UI

      @xelarep sagte in SONOFF NSPanel mit Lovelace UI:

      @armilar @Gargano

      Ja, es funktioniert alles. […]

      Kurze „Nachmeldung“ ich hab heute ein zweites Panel in Betrieb genommen. Das ganze ging im ersten Anlauf ohne irgendwelche Nebenwirkungen 😊

      posted in Hardware
      X
      xelarep

    Latest posts made by xelarep

    • RE: Kein Login nach HW-Tausch / Restore / Admin Adapter Update?

      @tt-tom ja, ich bin mit Macs unterwegs. Die Verschlüsselung abschalten habe ich testweise probiert. Keine Änderung, ich werde jetzt einen issue öffnen.

      --> https://github.com/ioBroker/ioBroker.admin/issues/3116

      xelarep created this issue in ioBroker/ioBroker.admin

      open [bug]: No login after update from 7.5.1 -> 7.6.x #3116

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Kein Login nach HW-Tausch / Restore / Admin Adapter Update?

      Hallo,

      war die letzte Zeit mit anderen Dingen beschäftigt - heute wurde mit Version 7.6.17 angeboten. Leider zeigt diese dasselbe Verhalten 😞

      Ich hab also per Konsole wieder auf 7.5.1 downgegraded.

      Wie komm ich hier jetzt weiter?

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Kein Login nach HW-Tausch / Restore / Admin Adapter Update?

      @mcm1957 Ups, sorry: ja, zwischen den beiden Seiten wird schnell gewechselt!

      Passwortmanager ist für diese Seite deaktiviert/inaktiv, auch ein autoinsert des Browsers ist nicht aktiv.
      Ich habe das Verhalten sowohl unter dem aktuellen Safari als auch Chrome.

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Umzug + Upgrade auf neue HW?

      So, hat alles geklappt - ganz wie in der Anleitung beschrieben.
      Alles in einem Rutsch aus dem Backup…
      Kleinere Baustellen nich offen, aber das verbuche ich mal unter Systempflege…

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Kein Login nach HW-Tausch / Restore / Admin Adapter Update?

      @homoran OK, hier nochmal in code tags

      iob diag bei Admin Adapter 7.6.3:

      Script v.2025-02-23
      
      *** BASE SYSTEM ***
       Static hostname: morbo
             Icon name: computer
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.12.20+rpt-rpi-2712
          Architecture: arm64
      OS is similar to:
      
      Model		: Raspberry Pi 5 Model B Rev 1.0
      Docker          : false
      Virtualization  : none
      Kernel          : aarch64
      Userland        : 64 bit
      
      Systemuptime and Load:
       19:23:33 up  1:31,  2 users,  load average: 0.27, 0.17, 0.09
      CPU threads: 4
      
      
      *** LIFE CYCLE STATUS ***
      Operating System is the current Debian stable version codenamed 'bookworm'!
      
      *** RASPBERRY THROTTLING ***
      Current issues:
      No throttling issues detected.
      
      Previously detected issues:
      No throttling issues detected.
      
      *** TIME AND TIMEZONES ***
                     Local time: Fri 2025-04-11 19:23:33 CEST
                 Universal time: Fri 2025-04-11 17:23:33 UTC
                       RTC time: Fri 2025-04-11 17:23:33
                      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 input render netdev lpadmin gpio i2c spi iobroker
      
      User that is running 'js-controller':
      iobroker
      HOME=/home/iobroker
      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
      
      *** DISPLAY-SERVER SETUP ***
      Display-Server: false
      Desktop:
      Terminal: 	tty
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            4.2G        2.4G        630M        6.1M        1.3G        1.9G
      Swap:           536M          0B        536M
      Total:          4.8G        2.4G        1.2G
      
      Active iob-Instances: 	27
      
               4044 M total memory
               2276 M used memory
               2195 M active memory
                917 M inactive memory
                601 M free memory
                111 M buffer memory
               1125 M swap cache
                511 M total swap
                  0 M used swap
                511 M free swap
      
      *** top - Table Of Processes  ***
      top - 19:23:34 up  1:31,  2 users,  load average: 0.27, 0.17, 0.09
      Tasks: 211 total,   1 running, 210 sleeping,   0 stopped,   0 zombie
      %Cpu(s):  0.0 us, 33.3 sy,  0.0 ni, 66.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :   4044.5 total,    601.7 free,   2276.1 used,   1237.6 buff/cache
      MiB Swap:    512.0 total,    512.0 free,      0.0 used.   1768.3 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  2.0G     0  2.0G   0% /dev
      tmpfs          tmpfs     405M  5.6M  399M   2% /run
      /dev/nvme0n1p2 ext4      235G   10G  213G   5% /
      tmpfs          tmpfs     2.0G   32K  2.0G   1% /dev/shm
      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
      /dev/nvme0n1p1 vfat      510M   68M  443M  14% /boot/firmware
      tmpfs          tmpfs     405M  160K  405M   1% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Fri Apr 11 17:51:58 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=2C:CF:67:98:B1:5E vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=ecef0ffc-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Fri Apr 11 17:52:02 2025] EXT4-fs (nvme0n1p2): mounted filesystem a36be96c-66be-4487-a7a6-0481bca99d89 ro with ordered data mode. Quota mode: none.
      [Fri Apr 11 17:52:03 2025] EXT4-fs (nvme0n1p2): re-mounted a36be96c-66be-4487-a7a6-0481bca99d89 r/w. Quota mode: none.
      
      Show mounted filesystems:
      TARGET           SOURCE         FSTYPE OPTIONS
      /                /dev/nvme0n1p2 ext4   rw,noatime
      `-/boot/firmware /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      1.6G	/var/
      768M	/var/cache
      761M	/var/cache/apt
      647M	/var/cache/apt/archives
      206M	/var/lib
      
      Archived and active journals take up 71.8M in the file system.
      
      /opt/iobroker/backups:
      4.4M	/opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      1013M	/opt/iobroker/iobroker-data/
      979M	/opt/iobroker/iobroker-data/files
      617M	/opt/iobroker/iobroker-data/files/javascript.admin
      560M	/opt/iobroker/iobroker-data/files/javascript.admin/static
      558M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
      
      The five largest files in iobroker-data are:
      35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
      27M	/opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
      26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
      26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
      24M	/opt/iobroker/iobroker-data/objects.jsonl
      
      USB-Devices by-id:
      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
      
      No Devices found 'by-id'
      
      Zigbee Network Settings on your coordinator/in nvbackup are:
      
      zigbee.X
      Extended Pan ID:
      *** MASKED ***
      Pan ID:
      *** MASKED ***
      Channel:
      *** MASKED ***
      Network Key:
      *** MASKED ***
      
      To unmask the settings run 'iob diag --unmask'
      
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs 	v20.19.0
      /usr/bin/node 		v20.19.0
      /usr/bin/npm 		10.8.2
      /usr/bin/npx 		10.8.2
      /usr/bin/corepack 	0.31.0
      
      nodejs:
        Installed: 20.19.0-1nodesource1
        Candidate: 20.19.0-1nodesource1
        Version table:
       *** 20.19.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
              100 /var/lib/dpkg/status
           20.18.3-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.18.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.18.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.18.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.17.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.16.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.15.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.15.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.14.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.13.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.13.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.11.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.11.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.10.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.9.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.8.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.8.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.7.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.6.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.6.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.5.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.5.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.4.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.3.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.3.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.2.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.1.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.0.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           18.19.0+dfsg-6~deb12u2 500
              500 http://deb.debian.org/debian bookworm/main arm64 Packages
           18.19.0+dfsg-6~deb12u1 500
              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
      
      Temp directories causing deletion problem: 0
      No problems detected
      
      Errors in npm tree: 0
      No problems detected
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Hosts:
      morbo               morbo (version: 7.0.6, hostname: morbo         , alive, uptime: 5492)
      
      Core adapters versions
      js-controller: 	7.0.6
      admin: 		7.6.3
      javascript: 	8.8.3
      
      nodejs modules from github: 	3
      | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550)
      +-- iobroker.smartthings@0.0.4 (git+ssh://git@github.com/TA2k/ioBroker.smartthings.git#dc728fb102172783f79dcbcca13e88e65d4c601f)
      +-- iobroker.weishaupt-wem@0.0.17 (git+ssh://git@github.com/ta2k/ioBroker.weishaupt-wem.git#8b3369f89416bfaa955c8292d636580ccb578d90)
      
      Adapter State
      + system.adapter.accuweather.0            : accuweather           : morbo                                    -  enabled
        system.adapter.acme.0                   : acme                  : morbo                                    - disabled
      + system.adapter.admin.0                  : admin                 : morbo                                    -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.backitup.0               : backitup              : morbo                                    -  enabled
        system.adapter.cloud.0                  : cloud                 : morbo                                    - disabled
        system.adapter.daswetter.0              : daswetter             : morbo                                    -  enabled
        system.adapter.devices.0                : devices               : morbo                                    - disabled
      + system.adapter.discovery.0              : discovery             : morbo                                    -  enabled
        system.adapter.dwd.0                    : dwd                   : morbo                                    -  enabled
      + system.adapter.echarts.0                : echarts               : morbo                                    -  enabled
        system.adapter.flot.0                   : flot                  : morbo                                    - disabled
      + system.adapter.fritzbox.0               : fritzbox              : morbo                                    -  enabled
      + system.adapter.fritzdect.0              : fritzdect             : morbo                                    -  enabled
      + system.adapter.history.0                : history               : morbo                                    -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : morbo                                    -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : morbo                                    -  enabled, port: 12001
      + system.adapter.hm-rpc.1                 : hm-rpc                : morbo                                    -  enabled, port: 12010
      + system.adapter.hs100.0                  : hs100                 : morbo                                    -  enabled
        system.adapter.ical.0                   : ical                  : morbo                                    -  enabled
        system.adapter.icons-icons8.0           : icons-icons8          : morbo                                    - disabled
        system.adapter.icons-mfd-png.0          : icons-mfd-png         : morbo                                    - disabled
      + system.adapter.javascript.0             : javascript            : morbo                                    -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : morbo                                    -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.nut.0                    : nut                   : morbo                                    -  enabled
        system.adapter.oilfox.0                 : oilfox                : morbo                                    -  enabled
      + system.adapter.ping.0                   : ping                  : morbo                                    -  enabled
      + system.adapter.rpi2.0                   : rpi2                  : morbo                                    -  enabled
        system.adapter.samsung.0                : samsung               : morbo                                    - disabled
      + system.adapter.shelly.0                 : shelly                : morbo                                    -  enabled, port: 1882, bind: 0.0.0.0
        system.adapter.smartthings.0            : smartthings           : morbo                                    - disabled
      + system.adapter.sql.0                    : sql                   : morbo                                    -  enabled, port: 3306
      + system.adapter.tankerkoenig.0           : tankerkoenig          : morbo                                    -  enabled
      + system.adapter.tr-064.0                 : tr-064                : morbo                                    -  enabled
      + system.adapter.trashschedule.0          : trashschedule         : morbo                                    -  enabled
        system.adapter.vis-colorpicker.0        : vis-colorpicker       : morbo                                    - disabled
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : morbo                                    - disabled
        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : morbo                                    - disabled
        system.adapter.vis-timeandweather.0     : vis-timeandweather    : morbo                                    - disabled
        system.adapter.vis.0                    : vis                   : morbo                                    -  enabled
      + system.adapter.web.0                    : web                   : morbo                                    -  enabled, port: 8082, bind: 0.0.0.0, run as: tablet
      + system.adapter.web.1                    : web                   : morbo                                    -  enabled, port: 8085, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.weishaupt-wem.0          : weishaupt-wem         : morbo                                    -  enabled
      + system.adapter.wled.0                   : wled                  : morbo                                    -  enabled
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : morbo                                    -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : morbo                                    -  enabled, port: 12001
      + system.adapter.hm-rpc.1                 : hm-rpc                : morbo                                    -  enabled, port: 12010
      + system.adapter.mqtt.0                   : mqtt                  : morbo                                    -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.shelly.0                 : shelly                : morbo                                    -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.sql.0                    : sql                   : morbo                                    -  enabled, port: 3306
      + system.adapter.web.0                    : web                   : morbo                                    -  enabled, port: 8082, bind: 0.0.0.0, run as: tablet
      + system.adapter.web.1                    : web                   : morbo                                    -  enabled, port: 8085, bind: 0.0.0.0 (SSL), run as: admin
      
      ioBroker-Repositories
      ┌─────────┬───────────┬─────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┐
      │ (index) │ name      │ url                                                                                         │ auto upgrade │
      ├─────────┼───────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┤
      │ 0       │ 'sources' │ 'conf/sources-dist.json'                                                                    │ false        │
      │ 1       │ 'online'  │ 'https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json' │ false        │
      │ 2       │ 'stable'  │ 'http://download.iobroker.net/sources-dist.json'                                            │ false        │
      │ 3       │ 'beta'    │ 'http://download.iobroker.net/sources-dist-latest.json'                                     │ false        │
      └─────────┴───────────┴─────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┘
      
      Active repo(s): stable
      Upgrade policy: none
      
      Installed ioBroker-Adapters
      Used repository: stable
      Adapter    "accuweather"  : 2.1.0    , installed 2.1.0
      Adapter    "acme"         : 1.0.6    , installed 1.0.6
      Adapter    "admin"        : 7.6.3    , installed 7.6.3
      Adapter    "backitup"     : 3.0.31   , installed 3.0.31
      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
      Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
      Adapter    "devices"      : 1.1.5    , installed 1.1.5
      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
      Adapter    "flot"         : 1.12.0   , installed 1.12.0
      Adapter    "fritzbox"     : 0.6.0    , installed 0.6.0
      Adapter    "fritzdect"    : 2.5.11   , installed 2.5.11
      Adapter    "history"      : 3.0.1    , installed 3.0.1
      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
      Adapter    "hs100"        : 2.2.2    , installed 2.2.2
      Adapter    "ical"         : 1.16.1   , installed 1.16.1
      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
      Controller "js-controller": 7.0.6    , installed 7.0.6
      Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
      Adapter    "nut"          : 1.6.0    , installed 1.6.0
      Adapter    "oilfox"       : 4.3.1    , installed 4.3.1
      Adapter    "ping"         : 1.6.2    , installed 1.6.2
      Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
      Adapter    "samsung"      : 0.6.1    , installed 0.6.1
      Adapter    "shelly"       : 9.2.0    , installed 9.2.0
      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
      Adapter    "sql"          : 3.0.1    , installed 3.0.1
      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
      Adapter    "vis"          : 1.5.6    , installed 1.5.6
      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
      Adapter    "web"          : 7.0.8    , installed 7.0.8
      Adapter    "weishaupt-wem": 0.0.15   , installed 0.0.17
      Adapter    "wled"         : 0.7.2    , installed 0.7.2
      Adapter    "ws"           : 2.6.2    , installed 2.6.2
      
      Objects and States
      Please stand by - This may take a while
      Objects: 	9238
      States: 	7977
      
      *** OS-Repositories and Updates ***
      Hit:1 http://deb.debian.org/debian bookworm InRelease
      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
      Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
      Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
      Reading package lists...
      Pending Updates: 0
      
      *** Listening Ports ***
      Active Internet connections (only servers)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5709       748/sshd: /usr/sbin
      tcp        0      0 192.168.71.206:12010    0.0.0.0:*               LISTEN      1001       11267      1207/io.hm-rpc.1
      tcp        0      0 192.168.71.206:12001    0.0.0.0:*               LISTEN      1001       8755       1191/io.hm-rpc.0
      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          6764       731/cupsd
      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       10674      1338/io.shelly.0
      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       9443       1237/io.mqtt.0
      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       9444       1237/io.mqtt.0
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       5723       732/iobroker.js-con
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       5728       732/iobroker.js-con
      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          6763       731/cupsd
      tcp6       0      0 :::22                   :::*                    LISTEN      0          5711       748/sshd: /usr/sbin
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       90473      9035/io.admin.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       10964      1527/io.web.0
      tcp6       0      0 :::8085                 :::*                    LISTEN      1001       12373      1544/io.web.1
      udp        0      0 0.0.0.0:42019           0.0.0.0:*                           104        426        578/avahi-daemon: r
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       11066      1618/io.wled.0
      udp        0      0 192.168.71.206:5353     0.0.0.0:*                           1001       9078       1355/io.tr-064.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        424        578/avahi-daemon: r
      udp6       0      0 fe80::c1e6:582d:1ee:546 :::*                                0          8003       637/NetworkManager
      udp6       0      0 :::45747                :::*                                104        427        578/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                104        425        578/avahi-daemon: r
      
      *** Log File - Last 25 Lines ***
      
      2025-04-11 19:21:59.669  - info: host.morbo stopInstance system.adapter.admin.0 send kill signal
      2025-04-11 19:22:00.136  - info: admin.0 (3106) terminating
      2025-04-11 19:22:00.197  - info: host.morbo instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2025-04-11 19:22:02.668  - info: host.morbo [WEBSERVER_UPGRADE] (admin) Server is running on http://localhost:8081
      2025-04-11 19:22:08.480  - info: host.morbo [WEBSERVER_UPGRADE] (admin) Successfully upgraded admin to version 7.6.3
      2025-04-11 19:22:08.590  - info: host.morbo [WEBSERVER_UPGRADE] (admin) Final information delivered
      2025-04-11 19:22:08.613  - info: host.morbo "system.adapter.admin.0" enabled
      2025-04-11 19:22:08.615  - info: host.morbo [WEBSERVER_UPGRADE] (admin) Successfully started adapter
      2025-04-11 19:22:08.892  - info: host.morbo instance system.adapter.admin.0 in version "7.6.3" started with pid 9035
      2025-04-11 19:22:10.046  - info: admin.0 (9035) starting. Version 7.6.3 in /opt/iobroker/node_modules/iobroker.admin, node: v20.19.0, js-controller: 7.0.6
      2025-04-11 19:22:10.064  - info: admin.0 (9035) requesting all objects
      2025-04-11 19:22:10.804  - info: admin.0 (9035) received all objects
      2025-04-11 19:22:11.096  - info: admin.0 (9035) Secure socket.io server listening on port 8081
      2025-04-11 19:22:11.102  - info: admin.0 (9035) https server listening on port 8081
      2025-04-11 19:22:11.102  - info: admin.0 (9035) Use link "https://127.0.0.1:8081" to configure.
      2025-04-11 19:22:16.059  - info: admin.0 (9035) ==> Connected system.user.admin from ::ffff:192.168.71.20
      2025-04-11 19:22:17.163  - info: admin.0 (9035) <== Disconnect system.user.admin from ::ffff:192.168.71.20 admin
      2025-04-11 19:22:18.165  - info: admin.0 (9035) ==> Connected system.user.admin from ::ffff:192.168.71.20
      2025-04-11 19:22:19.873  - info: sql.0 (892) Do not store value "NULL" for javascript.0.jsconverter.mqtt.lil-sensor.humidity because no number
      2025-04-11 19:22:19.878  - info: sql.0 (892) Do not store value "NULL" for javascript.0.jsconverter.mqtt.lil-sensor.pressure because no number
      2025-04-11 19:22:19.879  - info: sql.0 (892) Do not store value "NULL" for javascript.0.jsconverter.mqtt.lil-sensor.temp because no number
      2025-04-11 19:22:19.895  - info: sql.0 (892) Do not store value "NULL" for shelly.0.SHHT-1#20CBF2#1.hum.value because no number
      2025-04-11 19:22:19.895  - info: sql.0 (892) Do not store value "NULL" for shelly.0.SHHT-1#20CBF2#1.tmp.temperatureC because no number
      2025-04-11 19:22:20.275  - info: sql.0 (892) Do not store value "NULL" for alias.0.Sensoren.Arbeitszimmer.THIRD because no number
      2025-04-11 19:22:28.075  - info: admin.0 (9035) <== Disconnect system.user.admin from ::ffff:192.168.71.20 admin
      
      

      Und vom funktionsfähigen 7.5.1

      Script v.2025-02-23
      
      *** BASE SYSTEM ***
       Static hostname: morbo
             Icon name: computer
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.12.20+rpt-rpi-2712
          Architecture: arm64
      OS is similar to:
      
      Model		: Raspberry Pi 5 Model B Rev 1.0
      Docker          : false
      Virtualization  : none
      Kernel          : aarch64
      Userland        : 64 bit
      
      Systemuptime and Load:
       19:29:24 up  1:37,  2 users,  load average: 0.52, 0.32, 0.16
      CPU threads: 4
      
      
      *** LIFE CYCLE STATUS ***
      Operating System is the current Debian stable version codenamed 'bookworm'!
      
      *** RASPBERRY THROTTLING ***
      Current issues:
      No throttling issues detected.
      
      Previously detected issues:
      No throttling issues detected.
      
      *** TIME AND TIMEZONES ***
                     Local time: Fri 2025-04-11 19:29:24 CEST
                 Universal time: Fri 2025-04-11 17:29:24 UTC
                       RTC time: Fri 2025-04-11 17:29:24
                      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 input render netdev lpadmin gpio i2c spi iobroker
      
      User that is running 'js-controller':
      iobroker
      HOME=/home/iobroker
      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
      
      *** DISPLAY-SERVER SETUP ***
      Display-Server: false
      Desktop:
      Terminal: 	tty
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            4.2G        2.3G        430M        6.1M        1.6G        2.0G
      Swap:           536M          0B        536M
      Total:          4.8G        2.3G        967M
      
      Active iob-Instances: 	27
      
               4044 M total memory
               2174 M used memory
               2096 M active memory
               1201 M inactive memory
                410 M free memory
                113 M buffer memory
               1416 M swap cache
                511 M total swap
                  0 M used swap
                511 M free swap
      
      *** top - Table Of Processes  ***
      top - 19:29:24 up  1:37,  2 users,  load average: 0.52, 0.32, 0.16
      Tasks: 210 total,   1 running, 209 sleeping,   0 stopped,   0 zombie
      %Cpu(s):  0.0 us, 50.0 sy,  0.0 ni, 50.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :   4044.5 total,    410.1 free,   2175.5 used,   1529.8 buff/cache
      MiB Swap:    512.0 total,    512.0 free,      0.0 used.   1869.0 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  2.0G     0  2.0G   0% /dev
      tmpfs          tmpfs     405M  5.6M  399M   2% /run
      /dev/nvme0n1p2 ext4      235G   11G  213G   5% /
      tmpfs          tmpfs     2.0G   32K  2.0G   1% /dev/shm
      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
      /dev/nvme0n1p1 vfat      510M   68M  443M  14% /boot/firmware
      tmpfs          tmpfs     405M  160K  405M   1% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Fri Apr 11 17:51:58 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=2C:CF:67:98:B1:5E vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=ecef0ffc-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Fri Apr 11 17:52:02 2025] EXT4-fs (nvme0n1p2): mounted filesystem a36be96c-66be-4487-a7a6-0481bca99d89 ro with ordered data mode. Quota mode: none.
      [Fri Apr 11 17:52:03 2025] EXT4-fs (nvme0n1p2): re-mounted a36be96c-66be-4487-a7a6-0481bca99d89 r/w. Quota mode: none.
      
      Show mounted filesystems:
      TARGET           SOURCE         FSTYPE OPTIONS
      /                /dev/nvme0n1p2 ext4   rw,noatime
      `-/boot/firmware /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      1.6G	/var/
      768M	/var/cache
      761M	/var/cache/apt
      647M	/var/cache/apt/archives
      206M	/var/lib
      
      Archived and active journals take up 71.8M in the file system.
      
      /opt/iobroker/backups:
      4.4M	/opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      1.2G	/opt/iobroker/iobroker-data/
      1.1G	/opt/iobroker/iobroker-data/files
      617M	/opt/iobroker/iobroker-data/files/javascript.admin
      560M	/opt/iobroker/iobroker-data/files/javascript.admin/static
      558M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
      
      The five largest files in iobroker-data are:
      35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
      27M	/opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
      26M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
      26M	/opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
      24M	/opt/iobroker/iobroker-data/objects.jsonl
      
      USB-Devices by-id:
      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
      
      No Devices found 'by-id'
      
      Zigbee Network Settings on your coordinator/in nvbackup are:
      
      zigbee.X
      Extended Pan ID:
      *** MASKED ***
      Pan ID:
      *** MASKED ***
      Channel:
      *** MASKED ***
      Network Key:
      *** MASKED ***
      
      To unmask the settings run 'iob diag --unmask'
      
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs 	v20.19.0
      /usr/bin/node 		v20.19.0
      /usr/bin/npm 		10.8.2
      /usr/bin/npx 		10.8.2
      /usr/bin/corepack 	0.31.0
      
      nodejs:
        Installed: 20.19.0-1nodesource1
        Candidate: 20.19.0-1nodesource1
        Version table:
       *** 20.19.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
              100 /var/lib/dpkg/status
           20.18.3-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.18.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.18.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.18.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.17.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.16.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.15.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.15.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.14.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.13.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.13.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.11.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.11.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.10.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.9.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.8.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.8.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.7.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.6.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.6.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.5.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.5.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.4.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.3.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.3.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.2.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.1.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.0.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           18.19.0+dfsg-6~deb12u2 500
              500 http://deb.debian.org/debian bookworm/main arm64 Packages
           18.19.0+dfsg-6~deb12u1 500
              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
      
      Temp directories causing deletion problem: 0
      No problems detected
      
      Errors in npm tree: 0
      No problems detected
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Hosts:
      morbo               morbo (version: 7.0.6, hostname: morbo         , alive, uptime: 5837)
      
      Core adapters versions
      js-controller: 	7.0.6
      admin: 		7.5.1
      javascript: 	8.8.3
      
      nodejs modules from github: 	3
      | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550)
      +-- iobroker.smartthings@0.0.4 (git+ssh://git@github.com/TA2k/ioBroker.smartthings.git#dc728fb102172783f79dcbcca13e88e65d4c601f)
      +-- iobroker.weishaupt-wem@0.0.17 (git+ssh://git@github.com/ta2k/ioBroker.weishaupt-wem.git#8b3369f89416bfaa955c8292d636580ccb578d90)
      
      Adapter State
      + system.adapter.accuweather.0            : accuweather           : morbo                                    -  enabled
        system.adapter.acme.0                   : acme                  : morbo                                    - disabled
      + system.adapter.admin.0                  : admin                 : morbo                                    -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.backitup.0               : backitup              : morbo                                    -  enabled
        system.adapter.cloud.0                  : cloud                 : morbo                                    - disabled
        system.adapter.daswetter.0              : daswetter             : morbo                                    -  enabled
        system.adapter.devices.0                : devices               : morbo                                    - disabled
      + system.adapter.discovery.0              : discovery             : morbo                                    -  enabled
        system.adapter.dwd.0                    : dwd                   : morbo                                    -  enabled
      + system.adapter.echarts.0                : echarts               : morbo                                    -  enabled
        system.adapter.flot.0                   : flot                  : morbo                                    - disabled
      + system.adapter.fritzbox.0               : fritzbox              : morbo                                    -  enabled
      + system.adapter.fritzdect.0              : fritzdect             : morbo                                    -  enabled
      + system.adapter.history.0                : history               : morbo                                    -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : morbo                                    -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : morbo                                    -  enabled, port: 12001
      + system.adapter.hm-rpc.1                 : hm-rpc                : morbo                                    -  enabled, port: 12010
      + system.adapter.hs100.0                  : hs100                 : morbo                                    -  enabled
        system.adapter.ical.0                   : ical                  : morbo                                    -  enabled
        system.adapter.icons-icons8.0           : icons-icons8          : morbo                                    - disabled
        system.adapter.icons-mfd-png.0          : icons-mfd-png         : morbo                                    - disabled
      + system.adapter.javascript.0             : javascript            : morbo                                    -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : morbo                                    -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.nut.0                    : nut                   : morbo                                    -  enabled
        system.adapter.oilfox.0                 : oilfox                : morbo                                    -  enabled
      + system.adapter.ping.0                   : ping                  : morbo                                    -  enabled
      + system.adapter.rpi2.0                   : rpi2                  : morbo                                    -  enabled
        system.adapter.samsung.0                : samsung               : morbo                                    - disabled
      + system.adapter.shelly.0                 : shelly                : morbo                                    -  enabled, port: 1882, bind: 0.0.0.0
        system.adapter.smartthings.0            : smartthings           : morbo                                    - disabled
      + system.adapter.sql.0                    : sql                   : morbo                                    -  enabled, port: 3306
      + system.adapter.tankerkoenig.0           : tankerkoenig          : morbo                                    -  enabled
      + system.adapter.tr-064.0                 : tr-064                : morbo                                    -  enabled
      + system.adapter.trashschedule.0          : trashschedule         : morbo                                    -  enabled
        system.adapter.vis-colorpicker.0        : vis-colorpicker       : morbo                                    - disabled
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : morbo                                    - disabled
        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : morbo                                    - disabled
        system.adapter.vis-timeandweather.0     : vis-timeandweather    : morbo                                    - disabled
        system.adapter.vis.0                    : vis                   : morbo                                    -  enabled
      + system.adapter.web.0                    : web                   : morbo                                    -  enabled, port: 8082, bind: 0.0.0.0, run as: tablet
      + system.adapter.web.1                    : web                   : morbo                                    -  enabled, port: 8085, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.weishaupt-wem.0          : weishaupt-wem         : morbo                                    -  enabled
      + system.adapter.wled.0                   : wled                  : morbo                                    -  enabled
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : morbo                                    -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : morbo                                    -  enabled, port: 12001
      + system.adapter.hm-rpc.1                 : hm-rpc                : morbo                                    -  enabled, port: 12010
      + system.adapter.mqtt.0                   : mqtt                  : morbo                                    -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.shelly.0                 : shelly                : morbo                                    -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.sql.0                    : sql                   : morbo                                    -  enabled, port: 3306
      + system.adapter.web.0                    : web                   : morbo                                    -  enabled, port: 8082, bind: 0.0.0.0, run as: tablet
      + system.adapter.web.1                    : web                   : morbo                                    -  enabled, port: 8085, bind: 0.0.0.0 (SSL), run as: admin
      
      ioBroker-Repositories
      ┌─────────┬───────────┬─────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┐
      │ (index) │ name      │ url                                                                                         │ auto upgrade │
      ├─────────┼───────────┼─────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┤
      │ 0       │ 'sources' │ 'conf/sources-dist.json'                                                                    │ false        │
      │ 1       │ 'online'  │ 'https://raw.githubusercontent.com/ioBroker/ioBroker.repositories/master/sources-dist.json' │ false        │
      │ 2       │ 'stable'  │ 'http://download.iobroker.net/sources-dist.json'                                            │ false        │
      │ 3       │ 'beta'    │ 'http://download.iobroker.net/sources-dist-latest.json'                                     │ false        │
      └─────────┴───────────┴─────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┘
      
      Active repo(s): stable
      Upgrade policy: none
      
      Installed ioBroker-Adapters
      Used repository: stable
      Adapter    "accuweather"  : 2.1.0    , installed 2.1.0
      Adapter    "acme"         : 1.0.6    , installed 1.0.6
      Adapter    "admin"        : 7.6.3    , installed 7.5.1  [Updatable]
      Adapter    "backitup"     : 3.0.31   , installed 3.0.31
      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
      Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
      Adapter    "devices"      : 1.1.5    , installed 1.1.5
      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
      Adapter    "flot"         : 1.12.0   , installed 1.12.0
      Adapter    "fritzbox"     : 0.6.0    , installed 0.6.0
      Adapter    "fritzdect"    : 2.5.11   , installed 2.5.11
      Adapter    "history"      : 3.0.1    , installed 3.0.1
      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
      Adapter    "hs100"        : 2.2.2    , installed 2.2.2
      Adapter    "ical"         : 1.16.1   , installed 1.16.1
      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
      Controller "js-controller": 7.0.6    , installed 7.0.6
      Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
      Adapter    "nut"          : 1.6.0    , installed 1.6.0
      Adapter    "oilfox"       : 4.3.1    , installed 4.3.1
      Adapter    "ping"         : 1.6.2    , installed 1.6.2
      Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
      Adapter    "samsung"      : 0.6.1    , installed 0.6.1
      Adapter    "shelly"       : 9.2.0    , installed 9.2.0
      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
      Adapter    "sql"          : 3.0.1    , installed 3.0.1
      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
      Adapter    "vis"          : 1.5.6    , installed 1.5.6
      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
      Adapter    "web"          : 7.0.8    , installed 7.0.8
      Adapter    "weishaupt-wem": 0.0.15   , installed 0.0.17
      Adapter    "wled"         : 0.7.2    , installed 0.7.2
      Adapter    "ws"           : 2.6.2    , installed 2.6.2
      
      Objects and States
      Please stand by - This may take a while
      Objects: 	9238
      States: 	7976
      
      *** OS-Repositories and Updates ***
      Hit:1 http://deb.debian.org/debian bookworm InRelease
      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
      Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
      Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
      Reading package lists...
      Pending Updates: 0
      
      *** Listening Ports ***
      Active Internet connections (only servers)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5709       748/sshd: /usr/sbin
      tcp        0      0 192.168.71.206:12010    0.0.0.0:*               LISTEN      1001       11267      1207/io.hm-rpc.1
      tcp        0      0 192.168.71.206:12001    0.0.0.0:*               LISTEN      1001       8755       1191/io.hm-rpc.0
      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          6764       731/cupsd
      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       10674      1338/io.shelly.0
      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       9443       1237/io.mqtt.0
      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       9444       1237/io.mqtt.0
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       5723       732/iobroker.js-con
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       5728       732/iobroker.js-con
      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          6763       731/cupsd
      tcp6       0      0 :::22                   :::*                    LISTEN      0          5711       748/sshd: /usr/sbin
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       100229     11123/io.admin.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       10964      1527/io.web.0
      tcp6       0      0 :::8085                 :::*                    LISTEN      1001       12373      1544/io.web.1
      udp        0      0 0.0.0.0:42019           0.0.0.0:*                           104        426        578/avahi-daemon: r
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       11066      1618/io.wled.0
      udp        0      0 192.168.71.206:5353     0.0.0.0:*                           1001       9078       1355/io.tr-064.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        424        578/avahi-daemon: r
      udp6       0      0 fe80::c1e6:582d:1ee:546 :::*                                0          8003       637/NetworkManager
      udp6       0      0 :::45747                :::*                                104        427        578/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                104        425        578/avahi-daemon: r
      
      *** Log File - Last 25 Lines ***
      
      2025-04-11 19:22:19.895  - info: sql.0 (892) Do not store value "NULL" for shelly.0.SHHT-1#20CBF2#1.tmp.temperatureC because no number
      2025-04-11 19:22:20.275  - info: sql.0 (892) Do not store value "NULL" for alias.0.Sensoren.Arbeitszimmer.THIRD because no number
      2025-04-11 19:22:28.075  - info: admin.0 (9035) <== Disconnect system.user.admin from ::ffff:192.168.71.20 admin
      2025-04-11 19:25:04.013  - info: host.morbo instance system.adapter.dwd.0 in version "2.8.5" started with pid 10692
      2025-04-11 19:25:04.997  - info: dwd.0 (10692) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.19.0, js-controller: 7.0.6
      2025-04-11 19:25:05.196  - info: dwd.0 (10692) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2025-04-11 19:25:05.706  - info: host.morbo instance system.adapter.dwd.0 having pid 10692 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2025-04-11 19:28:30.650  - info: host.morbo "system.adapter.admin.0" disabled
      2025-04-11 19:28:30.651  - info: host.morbo stopInstance system.adapter.admin.0 (force=false, process=true)
      2025-04-11 19:28:30.654  - info: admin.0 (9035) Got terminate signal TERMINATE_YOURSELF
      2025-04-11 19:28:30.657  - info: admin.0 (9035) terminating https server on port 8081
      2025-04-11 19:28:30.659  - info: admin.0 (9035) terminating
      2025-04-11 19:28:30.659  - info: admin.0 (9035) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2025-04-11 19:28:30.697  - info: host.morbo stopInstance system.adapter.admin.0 send kill signal
      2025-04-11 19:28:31.160  - info: admin.0 (9035) terminating
      2025-04-11 19:28:31.224  - info: host.morbo instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2025-04-11 19:28:39.324  - info: host.morbo "system.adapter.admin.0" enabled
      2025-04-11 19:28:39.590  - info: host.morbo instance system.adapter.admin.0 in version "7.5.1" started with pid 11123
      2025-04-11 19:28:40.756  - info: admin.0 (11123) starting. Version 7.5.1 in /opt/iobroker/node_modules/iobroker.admin, node: v20.19.0, js-controller: 7.0.6
      2025-04-11 19:28:40.775  - info: admin.0 (11123) requesting all objects
      2025-04-11 19:28:41.505  - info: admin.0 (11123) received all objects
      2025-04-11 19:28:41.778  - info: admin.0 (11123) Secure socket.io server listening on port 8081
      2025-04-11 19:28:41.779  - info: admin.0 (11123) https server listening on port 8081
      2025-04-11 19:28:41.779  - info: admin.0 (11123) Use link "https://127.0.0.1:8081" to configure.
      2025-04-11 19:28:56.172  - info: admin.0 (11123) ==> Connected system.user.admin from ::ffff:192.168.71.20
      
      
      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Kein Login nach HW-Tausch / Restore / Admin Adapter Update?

      @thomas-braun Danke, ich hab jetzt jeweils einen iob diag gemacht, als die Admin version 7.6.3 bzw. die 7.5.1 aktiv war.

      In der Zusammenfassung sehe ich nichts ausser genau diesem unterschiedlichen Versionsnummer, Zeitstempeln, Speichergrössen/States (diff in VSC...)

      In der ausführlichen Fassung, nach was suche ich da? Oder was benötigst Du/Ihr um das weiter eingrenzen zu können.

      Admin-7.5.1.txt
      Admin-7.6.3.txt

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: iPad Battery Level arbeitet nicht mehr korrekt

      @xelarep ich antworte mir mal selbst und stelle mich schämend ins Eck:

      ich hatte noch die alte "ioBroker" App auf dem iPad, und nicht die neuere "ioBroker Visu"...

      Kaum macht man's richtig (dann gehen auch ein paar andere Dinge wieder...)

      posted in Visualisierung
      X
      xelarep
    • iPad Battery Level arbeitet nicht mehr korrekt

      Hallo,

      ich hab seit ein paar Tagen das Problem, dass der Battery Level (vis.0.iPad.battery.level) von der iobroker Visualisation App nicht mehr korrekt übertragen wird.

      Ich kann in meinen Objekten schön sehen, wie der vis.0.iPad.battery.state mit dem Ein/Ausschalten des Ladegeräts direkt aktualisiert wird (unplugged(1)/charging(2)), aber nicht der Level?! Bzw. wird dieser ab und zu aktualisiert mit ein % Unterschied zur Anzeige?!

      Wo kann ich ansetzen?

      Es ist ein iPad Air 3, aktualisiert auf iPadOS 18.4.

      posted in Visualisierung
      X
      xelarep
    • Kein Login nach HW-Tausch / Restore / Admin Adapter Update?

      Hallo,

      hab nun endlich meinen ioBroker auf eine neue HW umgezogen (RPi4->5) und dabei gleich das System aktualisiert (Bullseye->Bookworm).

      Hat soweit auch alles funktioniert, nur kann ich mich jetzt nach dem letzten Adapterupdate des Administrator Adapters auf 7.6.3 nicht mehr einloggen.

      Die Website wechselt immer ganz schnell von https://IP:8081/ und https://IP:8081/?login&href=#tab-intro

      Ich meine ich hatte das auch schon mal auf dem alten System, beim neuen hätte ich das jetzt nicht erwartet. Werde jetzt also erst mal den Adapter wieder downgraden (7.5.1).

      Spannende Frage: an was kann das liegen?

      posted in ioBroker Allgemein
      X
      xelarep
    • RE: Umzug + Upgrade auf neue HW?

      OK, dann hole ich diesen Thread mal wieder nach oben.

      Ich hatte mich das letzte halbe Jahr noch vor dem Umzug gedrückt, das extra angeschaffte ThinkCentre inzwischen für was anderes benötigt.

      Jetzt ist es aber endgültig so weit: letztes Wochenende habe ich begonnen einen neuen Raspi5(4GB) aufzusetzen und bereite mich für den Umzug am Freitag vor.

      BTW: hab das ja schon lange nicht mehr gemacht, aber einen 5er Raspi mit M2. PiHat und SSD per Netzwerkboot neu aufzusetzen ist ja inzwischen echt der Hammer. So schnell war früher ja nicht mal ne SD-Karte geschrieben 😨

      Grundsystem steht also und ist aktuell 😎

      Ich habe mal meine Notizen zum letzten Umzug vor vielen Jahren durchgelesen, sowie meinen internen log des altsystems - "was bisher geschah":

      • hatte mir damals ein dynmotd SSH login Banner gebaut, kopiert, OK
      • für den backup adapter musste ich irgendwann mal den mariadb-client mit sudo apt install mariadb-client dazuinstallieren, den muss ich noch nachziehen (oder brauchts das heute nicht mehr?)

      Ansonsten denke ich bin ich gerüstet:

      • letztes backup ziehen, alten Raspi runterfahren
      • beim neuen Raspi hostname und IP anpassen, iobroker aufspielen und backup einspielen
      • warten, fertig?

      Hoffentlich letzte Fragen bevor es losgeht:

      • Mein altes System läuft ja noch auf Bullseye, das neue dann auf Bookworm - ist da mit Nebenwirkungen zu rechnen? Insbesondere nodejs usw. sind dann ja neuere Versionen
      • macht es Sinn einen Grossteil der Adapterinstanzen (und Skripte) vor dem letzten backup auf dem Altsystem anzuhalten, und dann beim neuen System Stück für Stück in Betrieb zu nehmen, oder reicht Augen zu und durch?
      • Passwörter, UIDs, Lizenschlüssel usw. vom alten System werden zusammen mit dem Backup übertragen, oder muss ich da händisch noch was nachziehen?
      • sonst noch was?

      Edit: ist https://forum.iobroker.net/topic/27271/howto-iobroker-restore-unter-linux-durchführen noch aktuell/vollständig?

      posted in ioBroker Allgemein
      X
      xelarep
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo