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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. RPI2 Adapter kann nicht installiert werden

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    501

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

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

RPI2 Adapter kann nicht installiert werden

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
81 Beiträge 10 Kommentatoren 994 Aufrufe 9 Watching
  • Ä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.
  • teletapiT teletapi

    Im Iobroker log steht ja das gleiche.

    Ic mach noch ein iob diag

    2025-08-22 13:18:57.870	error	iobroker gyp info it worked if it ends with okgyp info using node-gyp@11.2.0gyp info using node@22.18.0 | linux | arm64gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.18.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.18.0',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.18.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]gyp info ok gyp info it worked if it ends with okgyp info using node-gyp@11.2.0gyp info using node@22.18.0 | linux | arm64gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/opengpio/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.18.0/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.18.0',gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.18.0/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]gyp info spawn makegyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’ 14 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0}); | ^~~~ | gpiod::lineIn file included from /usr/include/gpiodcxx/chip.hpp:21, from /usr/include/gpiod.hpp:27, from ../cpp/opengpio.cpp:3:/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’ 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0}); | ^~~~~~~~~~~~~~~../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:30:22: error: ‘line’ is not captured 30 | bool value = line.get_value(); | ^~~~../cpp/opengpio.cpp:28:66: note: the lambda has no capture-default 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared here 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:34:52: error: ‘line’ is not captured 34 | { line.release(); }); | ^~~~../cpp/opengpio.cpp:33:67: note: the lambda has no capture-default 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared here 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’ 49 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’ 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~~~~~~~~~~~~~../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:66:9: error: ‘line’ is not captured 66 | line.set_value(value); }); | ^~~~../cpp/opengpio.cpp:63:66: note: the lambda has no capture-default 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared here 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:69:52: error: ‘line’ is not captured 69 | { line.release(); }); | ^~~~../cpp/opengpio.cpp:68:67: note: the lambda has no capture-default 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared here 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: At global scope:../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a type 81 | gpiod::line line; | ^~~~/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’ 92 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0); | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’ 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0); | ^~~~~~~~~~~~~~~~../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:111:22: error: ‘line’ is not captured 111 | bool value = line.get_value(); | ^~~~../cpp/opengpio.cpp:109:66: note: the lambda has no capture-default 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared here 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’ 115 | data->line = line; | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’ 127 | gpiod::line line = data->line; | ^~~~../cpp/opengpio.cpp:131:33: error: ‘line’ is not captured 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1)); | ^~~~../cpp/opengpio.cpp:124:10: note: the lambda has no capture-default 124 | [](uv_work_t *req) | ^../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared here 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info) | ^~~~../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’? 134 | gpiod::line_event event = line.event_read(); | ^~~~~~~~~~ | info_event../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’? 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false; | ^~~~~ | servent../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declared 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false; | ^~~~~~~~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’ 147 | data->line.release(); | ^~~~../cpp/opengpio.cpp: At global scope:../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a type 168 | gpiod::line line; | ^~~~/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’ 196 | gpiod::line line = chip.get_line(lineNumber); | ^~~~../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’ 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1); | ^~~~~~~~~~~~~~~~../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’ 213 | data->line = line; | ^~~~../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’? 213 | data->line = line; | ^~~~ | gpiod::line/usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared here 24 | namespace line { | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’ 224 | gpiod::line line = data->line; | ^~~~../cpp/opengpio.cpp:264:17: error: ‘line’ is not captured 264 | line.set_value(true); | ^~~~../cpp/opengpio.cpp:221:10: note: the lambda has no capture-default 221 | [](uv_work_t *req) | ^../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared here 213 | data->line = line; | ^~~~../cpp/opengpio.cpp:278:17: error: ‘line’ is not captured 278 | line.set_value(false); | ^~~~../cpp/opengpio.cpp:221:10: note: the lambda has no capture-default 221 | [](uv_work_t *req) | ^../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared here 213 | data->line = line; | ^~~~../cpp/opengpio.cpp: In lambda function:../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’ 327 | gpiod::line line = data->line; | ^~~~../cpp/opengpio.cpp:328:13: error: ‘line’ is not captured 328 | line.release(); | ^~~~../cpp/opengpio.cpp:324:10: note: the lambda has no capture-default 324 | [](uv_work_t *req, int status) | ^../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared here 213 | data->line = line; | ^~~~make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Fehler 1gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)gyp ERR! System Linux 6.12.34+rpt-rpi-2712gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.18.0gyp ERR! node-gyp -v v11.2.0gyp ERR! not ok npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-08-22T11_18_51_462Z-debug-0.log
    
    teletapiT Online
    teletapiT Online
    teletapi
    schrieb am zuletzt editiert von teletapi
    #5

    Hier das iob diag zum raspi

    ========== Start marking the full check here ===========
    
    ```bash
    Script v.2025-08-09
    
    *** BASE SYSTEM ***
    Operating System: Debian GNU/Linux 13 (trixie)
     Static hostname: Raspberrypi5
           Icon name: computer
              Kernel: Linux 6.12.34+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:
     13:25:49 up  3:20,  1 user,  load average: 0.84, 0.65, 0.48
    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: Fri 2025-08-22 13:25:49 CEST
               Universal time: Fri 2025-08-22 11:25:49 UTC
                     RTC time: Fri 2025-08-22 11:25:49
                    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 gpio i2c spi iobroker
    
    User that is running 'js-controller':
    iobroker
    HOME=/home/iobroker
    SUDO_HOME=/home/pi
    GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
    
    *** DISPLAY-SERVER SETUP ***
    Display-Server:         false
    Unit display-manager.service could not be found.
    Display-Manager:
    Desktop:
    Session:                tty
    
    *** MEMORY ***
                   total        used        free      shared  buff/cache   available
    Mem:            8.5G        4.0G        1.8G         26M        2.8G        4.4G
    Swap:           209M          0B        209M
    Total:          8.7G        4.0G        2.0G
    
    Active iob-Instances:   33
    
             8063 M total memory
             3826 M used memory
             5223 M active memory
              641 M inactive memory
             1699 M free memory
              170 M buffer memory
             2478 M swap cache
              199 M total swap
                0 M used swap
              199 M free swap
    
    *** top - Table Of Processes  ***
    top - 13:25:49 up  3:20,  1 user,  load average: 0.84, 0.65, 0.48
    Tasks: 215 total,   1 running, 214 sleeping,   0 stopped,   0 zombie
    %Cpu(s): 18.6 us,  2.3 sy,  0.0 ni, 79.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
    MiB Mem :   8063.1 total,   1697.5 free,   3828.0 used,   2649.6 buff/cache
    MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4235.1 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  3.9G     0  3.9G   0% /dev
    tmpfs          tmpfs     1.6G   16M  1.6G   1% /run
    /dev/sda2      ext4       59G   23G   34G  40% /
    tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
    tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
    tmpfs          tmpfs     4.0G  9.9M  4.0G   1% /tmp
    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
    /dev/sda1      vfat      510M   73M  438M  15% /boot/firmware
    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
    tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyAMA10.service
    tmpfs          tmpfs     807M   32K  807M   1% /run/user/1000
    
    Messages concerning ext4 filesystem in dmesg:
    [Fri Aug 22 10:05:09 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:A3:25:8A vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=beeda195-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
    [Fri Aug 22 10:05:14 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
    [Fri Aug 22 10:05:15 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w.
    
    Show mounted filesystems:
    TARGET           SOURCE    FSTYPE OPTIONS
    /                /dev/sda2 ext4   rw,noatime
    `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
    
    Files in neuralgic directories:
    
    /var:
    3.1G    /var/
    1.4G    /var/lib
    1.3G    /var/log/journal/02a43974e4004c17afbe02a71ed8236e
    1.3G    /var/log/journal
    1.3G    /var/log
    
    Archived and active journals take up 1.2G in the file system.
    
    /opt/iobroker/backups:
    3.3G    /opt/iobroker/backups/
    
    /opt/iobroker/iobroker-data:
    488M    /opt/iobroker/iobroker-data/
    160M    /opt/iobroker/iobroker-data/files
    110M    /opt/iobroker/iobroker-data/backup-objects
    72M     /opt/iobroker/iobroker-data/node-red
    71M     /opt/iobroker/iobroker-data/node-red/node_modules
    
    The five largest files in iobroker-data are:
    28M     /opt/iobroker/iobroker-data/objects.jsonl
    9.8M    /opt/iobroker/iobroker-data/states.jsonl
    8.8M    /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CjzUbllv.js
    8.6M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js
    6.2M    /opt/iobroker/iobroker-data/jarvis/0/jarvis.0.devices.json
    
    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 Settings ***
    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         v22.18.0
    /usr/bin/node           v22.18.0
    /usr/bin/npm            10.9.3
    /usr/bin/npx            10.9.3
    /usr/bin/corepack       0.33.0
    
    nodejs:
      Installed: 22.18.0-1nodesource1
      Candidate: 22.18.0-1nodesource1
      Version table:
     *** 22.18.0-1nodesource1 1001
            500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
            100 /var/lib/dpkg/status
         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 500
            500 http://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:
    
    
     █████  ██      ██           ██████   ██████   ██████  ██████         ██
    ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
    ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
    ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
    ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
    
    
    
    *** ioBroker-Installation ***
    
    ioBroker Status
    iobroker is running on this host.
    
    
    Objects type: jsonl
    States  type: jsonl
    
    Hosts:
    Raspberrypi5        Raspberrypi5 (version: 7.0.7, hostname: Raspberrypi5  , alive, uptime: 12022)
    
    Core adapters versions
    js-controller:  7.0.7
    admin:          7.7.2
    javascript:     9.0.11
    
    nodejs modules from github:     4
    +-- iobroker.influxdb@4.0.3 (git+ssh://git@github.com/ioBroker/ioBroker.influxdb.git#28ac2b78843928094d8a6fea3a43a45cde1cc19d)
    +-- iobroker.jarvis@3.2.0-rc.17 (git+ssh://git@github.com/Zefau/ioBroker.jarvis.git#65370bd2ad4617722447bcff04ba4dc6429bed9b)
    +-- iobroker.nspanel-lovelace-ui@0.2.4 (git+ssh://git@github.com/ticaki/ioBroker.nspanel-lovelace-ui.git#dcbe5f9e78b9f2b992650058cd43c45843b6ddff)
    +-- iobroker.pirate-weather@0.2.0 (git+ssh://git@github.com/ticaki/ioBroker.pirate-weather.git#5afe302853331ec86024d6aa8b3f1aefd85f7c03)
    
    Adapter State
    + system.adapter.admin.0                  : admin                 : Raspberrypi5                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
    + system.adapter.alexa2.0                 : alexa2                : Raspberrypi5                             -  enabled
      system.adapter.alias-manager.0          : alias-manager         : Raspberrypi5                             -  enabled
    + system.adapter.alpha-ess.0              : alpha-ess             : Raspberrypi5                             -  enabled
    + system.adapter.backitup.0               : backitup              : Raspberrypi5                             -  enabled
    + system.adapter.cloud.0                  : cloud                 : Raspberrypi5                             -  enabled
      system.adapter.devices.0                : devices               : Raspberrypi5                             -  enabled
    + system.adapter.discovery.0              : discovery             : Raspberrypi5                             -  enabled
    + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: Raspberrypi5                             -  enabled
      system.adapter.energiefluss-erweitert.1 : energiefluss-erweitert: Raspberrypi5                             - disabled
    + system.adapter.energiefluss-erweitert.2 : energiefluss-erweitert: Raspberrypi5                             -  enabled
      system.adapter.energiefluss-erweitert.3 : energiefluss-erweitert: Raspberrypi5                             - disabled
    + system.adapter.fritzdect.0              : fritzdect             : Raspberrypi5                             -  enabled
    + system.adapter.hm-rega.0                : hm-rega               : Raspberrypi5                             -  enabled
    + system.adapter.hm-rpc.0                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
    + system.adapter.hm-rpc.1                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
    + system.adapter.hm-rpc.2                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 12001
    + system.adapter.homeconnect.0            : homeconnect           : Raspberrypi5                             -  enabled
    + system.adapter.hue.0                    : hue                   : Raspberrypi5                             -  enabled, port: 80
      system.adapter.ical.0                   : ical                  : Raspberrypi5                             -  enabled
      system.adapter.ical.1                   : ical                  : Raspberrypi5                             -  enabled
    + system.adapter.influxdb.0               : influxdb              : Raspberrypi5                             -  enabled, port: 8086
      system.adapter.iot.0                    : iot                   : Raspberrypi5                             - disabled
    + system.adapter.jarvis.0                 : jarvis                : Raspberrypi5                             -  enabled
    + system.adapter.javascript.0             : javascript            : Raspberrypi5                             -  enabled
    + system.adapter.matter.0                 : matter                : Raspberrypi5                             -  enabled
    + system.adapter.modbus.0                 : modbus                : Raspberrypi5                             -  enabled
    + system.adapter.mqtt.0                   : mqtt                  : Raspberrypi5                             -  enabled, port: 1883, bind: 0.0.0.0
    + system.adapter.net-tools.0              : net-tools             : Raspberrypi5                             -  enabled
    + system.adapter.nspanel-lovelace-ui.0    : nspanel-lovelace-ui   : Raspberrypi5                             -  enabled
    + system.adapter.nuki.0                   : nuki                  : Raspberrypi5                             -  enabled
      system.adapter.openweathermap.0         : openweathermap        : Raspberrypi5                             -  enabled
    + system.adapter.ping.0                   : ping                  : Raspberrypi5                             -  enabled
    + system.adapter.pirate-weather.0         : pirate-weather        : Raspberrypi5                             -  enabled
    + system.adapter.simple-api.0             : simple-api            : Raspberrypi5                             -  enabled, port: 8087, bind: 192.168.178.82, run as: admin
    + system.adapter.socketio.0               : socketio              : Raspberrypi5                             -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
    + system.adapter.sonoff.0                 : sonoff                : Raspberrypi5                             -  enabled, port: 1886, bind: 0.0.0.0
    + system.adapter.telegram.0               : telegram              : Raspberrypi5                             -  enabled, port: 8443, bind: 0.0.0.0
    + system.adapter.tr-064.0                 : tr-064                : Raspberrypi5                             -  enabled
    + system.adapter.web.0                    : web                   : Raspberrypi5                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
    
    + instance is alive
    
    Enabled adapters with bindings
    + system.adapter.admin.0                  : admin                 : Raspberrypi5                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
    + system.adapter.hm-rpc.0                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
    + system.adapter.hm-rpc.1                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
    + system.adapter.hm-rpc.2                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 12001
    + system.adapter.hue.0                    : hue                   : Raspberrypi5                             -  enabled, port: 80
    + system.adapter.influxdb.0               : influxdb              : Raspberrypi5                             -  enabled, port: 8086
    + system.adapter.mqtt.0                   : mqtt                  : Raspberrypi5                             -  enabled, port: 1883, bind: 0.0.0.0
    + system.adapter.simple-api.0             : simple-api            : Raspberrypi5                             -  enabled, port: 8087, bind: 192.168.178.82, run as: admin
    + system.adapter.socketio.0               : socketio              : Raspberrypi5                             -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
    + system.adapter.sonoff.0                 : sonoff                : Raspberrypi5                             -  enabled, port: 1886, bind: 0.0.0.0
    + system.adapter.telegram.0               : telegram              : Raspberrypi5                             -  enabled, port: 8443, bind: 0.0.0.0
    + system.adapter.web.0                    : web                   : Raspberrypi5                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
    
    ioBroker-Repositories
    ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
    │ (index) │ name     │ url                                                     │ auto upgrade │
    ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
    │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
    │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
    └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
    
    Active repo(s): beta
    Upgrade policy: none
    
    Installed ioBroker-Adapters
    Used repository: beta
    Adapter    "admin"        : 7.7.2    , installed 7.7.2
    Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
    Adapter    "alias-manager": 2.0.0    , installed 2.0.0
    Adapter    "alpha-ess"    : 3.0.1    , installed 3.0.1
    Adapter    "backitup"     : 3.3.5    , installed 3.3.5
    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
    Adapter    "devices"      : 1.2.8    , installed 1.2.8
    Adapter    "discovery"    : 5.0.0    , installed 5.0.0
    Adapter    "energiefluss-erweitert": 0.7.8, installed 0.7.8
    Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
    Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
    Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
    Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
    Adapter    "hue"          : 3.16.2   , installed 3.16.2
    Adapter    "ical"         : 1.16.2   , installed 1.16.2
    Adapter    "influxdb"     : 4.0.2    , installed 4.0.3
    Adapter    "iot"          : 3.6.0    , installed 3.6.0
    Adapter    "jarvis"       : 3.2.0-rc.5, installed 3.2.0-rc.17
    Adapter    "javascript"   : 9.0.11   , installed 9.0.11
    Controller "js-controller": 7.0.7    , installed 7.0.7
    Adapter    "matter"       : 0.5.2    , installed 0.5.2
    Adapter    "modbus"       : 6.4.0    , installed 6.4.0
    Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
    Adapter    "net-tools"    : 1.2.0    , installed 1.2.0
    Adapter    "nuki"         : 2.0.0    , installed 2.0.0
    Adapter    "openweathermap": 1.4.0   , installed 1.4.0
    Adapter    "ping"         : 1.7.9    , installed 1.7.9
    Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
    Adapter    "socketio"     : 7.0.8    , installed 7.0.8
    Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
    Adapter    "telegram"     : 4.1.0    , installed 4.1.0
    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
    Adapter    "web"          : 7.0.9    , installed 7.0.9
    Adapter    "ws"           : 3.0.19   , installed 3.0.19
    
    Objects and States
    Please stand by - This may take a while
    Objects:        14989
    States:         14520
    
    *** OS-Repositories and Updates ***
    W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
    Hit:1 http://deb.debian.org/debian trixie InRelease
    Hit:2 http://deb.debian.org/debian-security trixie-security InRelease
    Hit:3 http://archive.raspberrypi.com/debian trixie InRelease
    Hit:4 https://repos.influxdata.com/debian stable InRelease
    Hit:5 http://deb.debian.org/debian trixie-updates InRelease
    Hit:6 https://apt.grafana.com stable InRelease
    Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
    Reading package lists...
    W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
    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:1886            0.0.0.0:*               LISTEN      1001       11185      2050/io.sonoff.0
    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        7894       872/mosquitto
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5691       834/sshd: /usr/sbin
    tcp        0      0 192.168.178.82:18702    0.0.0.0:*               LISTEN      1001       10925      1771/io.hm-rpc.1
    tcp        0      0 192.168.178.82:18701    0.0.0.0:*               LISTEN      1001       9073       1691/io.hm-rpc.0
    tcp        0      0 192.168.178.82:12001    0.0.0.0:*               LISTEN      1001       9153       1756/io.hm-rpc.2
    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       8512       1188/iobroker.js-co
    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       8507       1188/iobroker.js-co
    tcp        0      0 192.168.178.82:8087     0.0.0.0:*               LISTEN      1001       13159      2302/io.simple-api.
    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          8429       1152/exim4
    tcp6       0      0 :::1883                 :::*                    LISTEN      106        7895       872/mosquitto
    tcp6       0      0 :::8400                 :::*                    LISTEN      1001       13652      2241/io.jarvis.0
    tcp6       0      0 :::22                   :::*                    LISTEN      0          5693       834/sshd: /usr/sbin
    tcp6       0      0 :::8086                 :::*                    LISTEN      999        7074       862/influxd
    tcp6       0      0 :::8084                 :::*                    LISTEN      1001       15492      2325/io.socketio.0
    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19457      2523/io.web.0
    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       10460      1356/io.admin.0
    tcp6       0      0 :::3000                 :::*                    LISTEN      107        8478       1187/grafana
    tcp6       0      0 ::1:25                  :::*                    LISTEN      0          8430       1152/exim4
    udp        0      0 0.0.0.0:54373           0.0.0.0:*                           104        4001       674/avahi-daemon: r
    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       329053     2267/io.matter.0
    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       314212     2267/io.matter.0
    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13177      2267/io.matter.0
    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13169      2267/io.matter.0
    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        3999       674/avahi-daemon: r
    udp        0      0 0.0.0.0:5541            0.0.0.0:*                           1001       13186      2267/io.matter.0
    udp        0      0 0.0.0.0:51505           0.0.0.0:*                           1001       13230      2267/io.matter.0
    udp6       0      0 fe80::f05b:9255:16f:546 :::*                                0          7126       768/NetworkManager
    udp6       0      0 fe80::38be:beb2:fe6:546 :::*                                0          7742       768/NetworkManager
    udp6       0      0 :::50016                :::*                                104        4002       674/avahi-daemon: r
    udp6       0      0 :::5353                 :::*                                1001       329054     2267/io.matter.0
    udp6       0      0 :::5353                 :::*                                1001       314213     2267/io.matter.0
    udp6       0      0 :::5353                 :::*                                1001       13180      2267/io.matter.0
    udp6       0      0 :::5353                 :::*                                1001       13172      2267/io.matter.0
    udp6       0      0 :::5353                 :::*                                104        4000       674/avahi-daemon: r
    udp6       0      0 :::5541                 :::*                                1001       13185      2267/io.matter.0
    udp6       0      0 :::51505                :::*                                1001       13229      2267/io.matter.0
    
    *** Log File - Last 25 Lines ***
    
    2025-08-22 13:26:00.021  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:00.024  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:00.036  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
    2025-08-22 13:26:00.037  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
    2025-08-22 13:26:05.007  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:05.009  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:10.025  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:10.028  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:10.033  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
    2025-08-22 13:26:10.076  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
    2025-08-22 13:26:15.046  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:15.049  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:20.179  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:20.182  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:20.192  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
    2025-08-22 13:26:20.193  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
    2025-08-22 13:26:25.056  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:25.062  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:25.064  - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend]
    2025-08-22 13:26:25.065  - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend]
    2025-08-22 13:26:25.069  - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend]
    2025-08-22 13:26:30.005  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
    2025-08-22 13:26:30.009  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
    2025-08-22 13:26:30.013  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
    2025-08-22 13:26:30.016  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
    
    

    Auffällig wäre das hier

    *** FAILED SERVICES ***
    
    {1}
    
      UNIT LOAD ACTIVE SUB DESCRIPTION
    
    {1}
    
    0 loaded units listed.
    
    {1}
    
    {1}
    
    *** DMESG CRITICAL ERRORS ***
    
    No critical errors detected
    
    {1}
    

    Nach einem iob fix und einem reboot ist aber diese Auffäligkeit wieder weg

    HomoranH 1 Antwort Letzte Antwort
    0
    • teletapiT teletapi

      Hier das iob diag zum raspi

      ========== Start marking the full check here ===========
      
      ```bash
      Script v.2025-08-09
      
      *** BASE SYSTEM ***
      Operating System: Debian GNU/Linux 13 (trixie)
       Static hostname: Raspberrypi5
             Icon name: computer
                Kernel: Linux 6.12.34+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:
       13:25:49 up  3:20,  1 user,  load average: 0.84, 0.65, 0.48
      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: Fri 2025-08-22 13:25:49 CEST
                 Universal time: Fri 2025-08-22 11:25:49 UTC
                       RTC time: Fri 2025-08-22 11:25:49
                      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 gpio i2c spi iobroker
      
      User that is running 'js-controller':
      iobroker
      HOME=/home/iobroker
      SUDO_HOME=/home/pi
      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
      
      *** DISPLAY-SERVER SETUP ***
      Display-Server:         false
      Unit display-manager.service could not be found.
      Display-Manager:
      Desktop:
      Session:                tty
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            8.5G        4.0G        1.8G         26M        2.8G        4.4G
      Swap:           209M          0B        209M
      Total:          8.7G        4.0G        2.0G
      
      Active iob-Instances:   33
      
               8063 M total memory
               3826 M used memory
               5223 M active memory
                641 M inactive memory
               1699 M free memory
                170 M buffer memory
               2478 M swap cache
                199 M total swap
                  0 M used swap
                199 M free swap
      
      *** top - Table Of Processes  ***
      top - 13:25:49 up  3:20,  1 user,  load average: 0.84, 0.65, 0.48
      Tasks: 215 total,   1 running, 214 sleeping,   0 stopped,   0 zombie
      %Cpu(s): 18.6 us,  2.3 sy,  0.0 ni, 79.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :   8063.1 total,   1697.5 free,   3828.0 used,   2649.6 buff/cache
      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4235.1 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  3.9G     0  3.9G   0% /dev
      tmpfs          tmpfs     1.6G   16M  1.6G   1% /run
      /dev/sda2      ext4       59G   23G   34G  40% /
      tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
      tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
      tmpfs          tmpfs     4.0G  9.9M  4.0G   1% /tmp
      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
      /dev/sda1      vfat      510M   73M  438M  15% /boot/firmware
      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyAMA10.service
      tmpfs          tmpfs     807M   32K  807M   1% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Fri Aug 22 10:05:09 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:A3:25:8A vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=beeda195-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
      [Fri Aug 22 10:05:14 2025] EXT4-fs (sda2): mounted filesystem 6835594d-a5f3-459f-a244-318060e7e0ab ro with ordered data mode. Quota mode: none.
      [Fri Aug 22 10:05:15 2025] EXT4-fs (sda2): re-mounted 6835594d-a5f3-459f-a244-318060e7e0ab r/w.
      
      Show mounted filesystems:
      TARGET           SOURCE    FSTYPE OPTIONS
      /                /dev/sda2 ext4   rw,noatime
      `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      3.1G    /var/
      1.4G    /var/lib
      1.3G    /var/log/journal/02a43974e4004c17afbe02a71ed8236e
      1.3G    /var/log/journal
      1.3G    /var/log
      
      Archived and active journals take up 1.2G in the file system.
      
      /opt/iobroker/backups:
      3.3G    /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      488M    /opt/iobroker/iobroker-data/
      160M    /opt/iobroker/iobroker-data/files
      110M    /opt/iobroker/iobroker-data/backup-objects
      72M     /opt/iobroker/iobroker-data/node-red
      71M     /opt/iobroker/iobroker-data/node-red/node_modules
      
      The five largest files in iobroker-data are:
      28M     /opt/iobroker/iobroker-data/objects.jsonl
      9.8M    /opt/iobroker/iobroker-data/states.jsonl
      8.8M    /opt/iobroker/iobroker-data/files/matter.admin/assets/index-CjzUbllv.js
      8.6M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-BBu8-Y_o.js
      6.2M    /opt/iobroker/iobroker-data/jarvis/0/jarvis.0.devices.json
      
      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 Settings ***
      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         v22.18.0
      /usr/bin/node           v22.18.0
      /usr/bin/npm            10.9.3
      /usr/bin/npx            10.9.3
      /usr/bin/corepack       0.33.0
      
      nodejs:
        Installed: 22.18.0-1nodesource1
        Candidate: 22.18.0-1nodesource1
        Version table:
       *** 22.18.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
              100 /var/lib/dpkg/status
           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 500
              500 http://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:
      
      
       █████  ██      ██           ██████   ██████   ██████  ██████         ██
      ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
      ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
      ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
      ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
      
      
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Hosts:
      Raspberrypi5        Raspberrypi5 (version: 7.0.7, hostname: Raspberrypi5  , alive, uptime: 12022)
      
      Core adapters versions
      js-controller:  7.0.7
      admin:          7.7.2
      javascript:     9.0.11
      
      nodejs modules from github:     4
      +-- iobroker.influxdb@4.0.3 (git+ssh://git@github.com/ioBroker/ioBroker.influxdb.git#28ac2b78843928094d8a6fea3a43a45cde1cc19d)
      +-- iobroker.jarvis@3.2.0-rc.17 (git+ssh://git@github.com/Zefau/ioBroker.jarvis.git#65370bd2ad4617722447bcff04ba4dc6429bed9b)
      +-- iobroker.nspanel-lovelace-ui@0.2.4 (git+ssh://git@github.com/ticaki/ioBroker.nspanel-lovelace-ui.git#dcbe5f9e78b9f2b992650058cd43c45843b6ddff)
      +-- iobroker.pirate-weather@0.2.0 (git+ssh://git@github.com/ticaki/ioBroker.pirate-weather.git#5afe302853331ec86024d6aa8b3f1aefd85f7c03)
      
      Adapter State
      + system.adapter.admin.0                  : admin                 : Raspberrypi5                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.alexa2.0                 : alexa2                : Raspberrypi5                             -  enabled
        system.adapter.alias-manager.0          : alias-manager         : Raspberrypi5                             -  enabled
      + system.adapter.alpha-ess.0              : alpha-ess             : Raspberrypi5                             -  enabled
      + system.adapter.backitup.0               : backitup              : Raspberrypi5                             -  enabled
      + system.adapter.cloud.0                  : cloud                 : Raspberrypi5                             -  enabled
        system.adapter.devices.0                : devices               : Raspberrypi5                             -  enabled
      + system.adapter.discovery.0              : discovery             : Raspberrypi5                             -  enabled
      + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: Raspberrypi5                             -  enabled
        system.adapter.energiefluss-erweitert.1 : energiefluss-erweitert: Raspberrypi5                             - disabled
      + system.adapter.energiefluss-erweitert.2 : energiefluss-erweitert: Raspberrypi5                             -  enabled
        system.adapter.energiefluss-erweitert.3 : energiefluss-erweitert: Raspberrypi5                             - disabled
      + system.adapter.fritzdect.0              : fritzdect             : Raspberrypi5                             -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : Raspberrypi5                             -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
      + system.adapter.hm-rpc.1                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
      + system.adapter.hm-rpc.2                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 12001
      + system.adapter.homeconnect.0            : homeconnect           : Raspberrypi5                             -  enabled
      + system.adapter.hue.0                    : hue                   : Raspberrypi5                             -  enabled, port: 80
        system.adapter.ical.0                   : ical                  : Raspberrypi5                             -  enabled
        system.adapter.ical.1                   : ical                  : Raspberrypi5                             -  enabled
      + system.adapter.influxdb.0               : influxdb              : Raspberrypi5                             -  enabled, port: 8086
        system.adapter.iot.0                    : iot                   : Raspberrypi5                             - disabled
      + system.adapter.jarvis.0                 : jarvis                : Raspberrypi5                             -  enabled
      + system.adapter.javascript.0             : javascript            : Raspberrypi5                             -  enabled
      + system.adapter.matter.0                 : matter                : Raspberrypi5                             -  enabled
      + system.adapter.modbus.0                 : modbus                : Raspberrypi5                             -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : Raspberrypi5                             -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.net-tools.0              : net-tools             : Raspberrypi5                             -  enabled
      + system.adapter.nspanel-lovelace-ui.0    : nspanel-lovelace-ui   : Raspberrypi5                             -  enabled
      + system.adapter.nuki.0                   : nuki                  : Raspberrypi5                             -  enabled
        system.adapter.openweathermap.0         : openweathermap        : Raspberrypi5                             -  enabled
      + system.adapter.ping.0                   : ping                  : Raspberrypi5                             -  enabled
      + system.adapter.pirate-weather.0         : pirate-weather        : Raspberrypi5                             -  enabled
      + system.adapter.simple-api.0             : simple-api            : Raspberrypi5                             -  enabled, port: 8087, bind: 192.168.178.82, run as: admin
      + system.adapter.socketio.0               : socketio              : Raspberrypi5                             -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
      + system.adapter.sonoff.0                 : sonoff                : Raspberrypi5                             -  enabled, port: 1886, bind: 0.0.0.0
      + system.adapter.telegram.0               : telegram              : Raspberrypi5                             -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.tr-064.0                 : tr-064                : Raspberrypi5                             -  enabled
      + system.adapter.web.0                    : web                   : Raspberrypi5                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : Raspberrypi5                             -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
      + system.adapter.hm-rpc.1                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 18701
      + system.adapter.hm-rpc.2                 : hm-rpc                : Raspberrypi5                             -  enabled, port: 12001
      + system.adapter.hue.0                    : hue                   : Raspberrypi5                             -  enabled, port: 80
      + system.adapter.influxdb.0               : influxdb              : Raspberrypi5                             -  enabled, port: 8086
      + system.adapter.mqtt.0                   : mqtt                  : Raspberrypi5                             -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.simple-api.0             : simple-api            : Raspberrypi5                             -  enabled, port: 8087, bind: 192.168.178.82, run as: admin
      + system.adapter.socketio.0               : socketio              : Raspberrypi5                             -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
      + system.adapter.sonoff.0                 : sonoff                : Raspberrypi5                             -  enabled, port: 1886, bind: 0.0.0.0
      + system.adapter.telegram.0               : telegram              : Raspberrypi5                             -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : Raspberrypi5                             -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      ioBroker-Repositories
      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
      │ (index) │ name     │ url                                                     │ auto upgrade │
      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
      
      Active repo(s): beta
      Upgrade policy: none
      
      Installed ioBroker-Adapters
      Used repository: beta
      Adapter    "admin"        : 7.7.2    , installed 7.7.2
      Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
      Adapter    "alias-manager": 2.0.0    , installed 2.0.0
      Adapter    "alpha-ess"    : 3.0.1    , installed 3.0.1
      Adapter    "backitup"     : 3.3.5    , installed 3.3.5
      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
      Adapter    "devices"      : 1.2.8    , installed 1.2.8
      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
      Adapter    "energiefluss-erweitert": 0.7.8, installed 0.7.8
      Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
      Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
      Adapter    "hue"          : 3.16.2   , installed 3.16.2
      Adapter    "ical"         : 1.16.2   , installed 1.16.2
      Adapter    "influxdb"     : 4.0.2    , installed 4.0.3
      Adapter    "iot"          : 3.6.0    , installed 3.6.0
      Adapter    "jarvis"       : 3.2.0-rc.5, installed 3.2.0-rc.17
      Adapter    "javascript"   : 9.0.11   , installed 9.0.11
      Controller "js-controller": 7.0.7    , installed 7.0.7
      Adapter    "matter"       : 0.5.2    , installed 0.5.2
      Adapter    "modbus"       : 6.4.0    , installed 6.4.0
      Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
      Adapter    "net-tools"    : 1.2.0    , installed 1.2.0
      Adapter    "nuki"         : 2.0.0    , installed 2.0.0
      Adapter    "openweathermap": 1.4.0   , installed 1.4.0
      Adapter    "ping"         : 1.7.9    , installed 1.7.9
      Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
      Adapter    "socketio"     : 7.0.8    , installed 7.0.8
      Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
      Adapter    "telegram"     : 4.1.0    , installed 4.1.0
      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
      Adapter    "web"          : 7.0.9    , installed 7.0.9
      Adapter    "ws"           : 3.0.19   , installed 3.0.19
      
      Objects and States
      Please stand by - This may take a while
      Objects:        14989
      States:         14520
      
      *** OS-Repositories and Updates ***
      W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
      Hit:1 http://deb.debian.org/debian trixie InRelease
      Hit:2 http://deb.debian.org/debian-security trixie-security InRelease
      Hit:3 http://archive.raspberrypi.com/debian trixie InRelease
      Hit:4 https://repos.influxdata.com/debian stable InRelease
      Hit:5 http://deb.debian.org/debian trixie-updates InRelease
      Hit:6 https://apt.grafana.com stable InRelease
      Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
      Reading package lists...
      W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
      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:1886            0.0.0.0:*               LISTEN      1001       11185      2050/io.sonoff.0
      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      106        7894       872/mosquitto
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          5691       834/sshd: /usr/sbin
      tcp        0      0 192.168.178.82:18702    0.0.0.0:*               LISTEN      1001       10925      1771/io.hm-rpc.1
      tcp        0      0 192.168.178.82:18701    0.0.0.0:*               LISTEN      1001       9073       1691/io.hm-rpc.0
      tcp        0      0 192.168.178.82:12001    0.0.0.0:*               LISTEN      1001       9153       1756/io.hm-rpc.2
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       8512       1188/iobroker.js-co
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       8507       1188/iobroker.js-co
      tcp        0      0 192.168.178.82:8087     0.0.0.0:*               LISTEN      1001       13159      2302/io.simple-api.
      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          8429       1152/exim4
      tcp6       0      0 :::1883                 :::*                    LISTEN      106        7895       872/mosquitto
      tcp6       0      0 :::8400                 :::*                    LISTEN      1001       13652      2241/io.jarvis.0
      tcp6       0      0 :::22                   :::*                    LISTEN      0          5693       834/sshd: /usr/sbin
      tcp6       0      0 :::8086                 :::*                    LISTEN      999        7074       862/influxd
      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       15492      2325/io.socketio.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19457      2523/io.web.0
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       10460      1356/io.admin.0
      tcp6       0      0 :::3000                 :::*                    LISTEN      107        8478       1187/grafana
      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          8430       1152/exim4
      udp        0      0 0.0.0.0:54373           0.0.0.0:*                           104        4001       674/avahi-daemon: r
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       329053     2267/io.matter.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       314212     2267/io.matter.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13177      2267/io.matter.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13169      2267/io.matter.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        3999       674/avahi-daemon: r
      udp        0      0 0.0.0.0:5541            0.0.0.0:*                           1001       13186      2267/io.matter.0
      udp        0      0 0.0.0.0:51505           0.0.0.0:*                           1001       13230      2267/io.matter.0
      udp6       0      0 fe80::f05b:9255:16f:546 :::*                                0          7126       768/NetworkManager
      udp6       0      0 fe80::38be:beb2:fe6:546 :::*                                0          7742       768/NetworkManager
      udp6       0      0 :::50016                :::*                                104        4002       674/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                1001       329054     2267/io.matter.0
      udp6       0      0 :::5353                 :::*                                1001       314213     2267/io.matter.0
      udp6       0      0 :::5353                 :::*                                1001       13180      2267/io.matter.0
      udp6       0      0 :::5353                 :::*                                1001       13172      2267/io.matter.0
      udp6       0      0 :::5353                 :::*                                104        4000       674/avahi-daemon: r
      udp6       0      0 :::5541                 :::*                                1001       13185      2267/io.matter.0
      udp6       0      0 :::51505                :::*                                1001       13229      2267/io.matter.0
      
      *** Log File - Last 25 Lines ***
      
      2025-08-22 13:26:00.021  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:00.024  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:00.036  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
      2025-08-22 13:26:00.037  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
      2025-08-22 13:26:05.007  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:05.009  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:10.025  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:10.028  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:10.033  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
      2025-08-22 13:26:10.076  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
      2025-08-22 13:26:15.046  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:15.049  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:20.179  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:20.182  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:20.192  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
      2025-08-22 13:26:20.193  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
      2025-08-22 13:26:25.056  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:25.062  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:25.064  - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend]
      2025-08-22 13:26:25.065  - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend]
      2025-08-22 13:26:25.069  - info: mqtt.0 (1902) send2Server mqtt.0.SmartHome.NSPanel_C60BC4.cmnd.CustomSend[SmartHome/NSPanel_C60BC4/cmnd/CustomSend]
      2025-08-22 13:26:30.005  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-176.cmnd.DisplayText[Displays/Tasmota-ssd1309-176/cmnd/DisplayText]
      2025-08-22 13:26:30.009  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssh1106-21.cmnd.DisplayText[Displays/Tasmota-ssh1106-21/cmnd/DisplayText]
      2025-08-22 13:26:30.013  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-ssd1309-186.cmnd.DisplayText[Displays/Tasmota-ssd1309-186/cmnd/DisplayText]
      2025-08-22 13:26:30.016  - info: mqtt.0 (1902) send2Server mqtt.0.Displays.Tasmota-4x20-59.cmnd.DisplayText[Displays/Tasmota-4x20-59/cmnd/DisplayText]
      
      

      Auffällig wäre das hier

      *** FAILED SERVICES ***
      
      {1}
      
        UNIT LOAD ACTIVE SUB DESCRIPTION
      
      {1}
      
      0 loaded units listed.
      
      {1}
      
      {1}
      
      *** DMESG CRITICAL ERRORS ***
      
      No critical errors detected
      
      {1}
      

      Nach einem iob fix und einem reboot ist aber diese Auffäligkeit wieder weg

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #6

      @teletapi did you post this in the English section intentionally?

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      teletapiT 1 Antwort Letzte Antwort
      1
      • HomoranH Homoran

        @teletapi did you post this in the English section intentionally?

        teletapiT Online
        teletapiT Online
        teletapi
        schrieb am zuletzt editiert von
        #7

        @homoran said in RPI2 Adapter kann nicht installiert werden:

        did you post this in the English section intentionally?

        kannst du das bitte verschieben wenn ich das falsch ist.?

        HomoranH 1 Antwort Letzte Antwort
        0
        • teletapiT teletapi

          @homoran said in RPI2 Adapter kann nicht installiert werden:

          did you post this in the English section intentionally?

          kannst du das bitte verschieben wenn ich das falsch ist.?

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #8

          @teletapi sagte in RPI2 Adapter kann nicht installiert werden:

          @homoran said in RPI2 Adapter kann nicht installiert werden:

          did you post this in the English section intentionally?

          kannst du das bitte verschieben wenn ich das falsch ist.?

          done!

          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          1
          • teletapiT teletapi

            Ich hab die tage die Updates auf Nodejs22 und das Update auf Trixie gemacht und alles lief problemlos.

            Gestern hab ich mir versehentlich in den Objekten den ordner von Matter gelöscht und musste daraufhin ein Backup aus Backitup für den Iobroker ziehen was ansich ebenfalls funktioniert hat bis auf die Tatsache das der RPI2 Adapter plötzlich nicht mehr da war.
            Instanz war noch da die Objekte auch aber der Adapter war weg.
            Ich Habe dann versucht den neuen Adapter zu installieren nachdem ich die instanz und die Objekte gelöscht habe, aber der Adaper bricht mit Fehlern ab und sagt "Kann nicht installiert werden."
            Hat da vielleicht jemand ähnliches beobachtet.?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #9

            @teletapi

            Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

            https://github.com/Grothesk242/ioBroker.rpi2

            Die Version hab ich auf Debian 13 'Trixie' angepasst.

            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

            teletapiT mcm1957M Sascha HartmannS 3 Antworten Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @teletapi

              Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

              https://github.com/Grothesk242/ioBroker.rpi2

              Die Version hab ich auf Debian 13 'Trixie' angepasst.

              teletapiT Online
              teletapiT Online
              teletapi
              schrieb am zuletzt editiert von
              #10

              @thomas-braun said in RPI2 Adapter kann nicht installiert werden:

              https://github.com/Grothesk242/ioBroker.rpi2

              Super funktioniert ganz hervoragend. Vielen dank dafür

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @teletapi

                Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

                https://github.com/Grothesk242/ioBroker.rpi2

                Die Version hab ich auf Debian 13 'Trixie' angepasst.

                mcm1957M Offline
                mcm1957M Offline
                mcm1957
                schrieb am zuletzt editiert von
                #11

                @thomas-braun said in RPI2 Adapter kann nicht installiert werden:

                @teletapi

                Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

                https://github.com/Grothesk242/ioBroker.rpi2

                Die Version hab ich auf Debian 13 'Trixie' angepasst.

                Kannst du bitte - wenn noch nicht passiert - einen PR mit deiner Version erstellen.

                @Garfonso FYI und ggF mit der Bitte um megr / neue Version

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

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

                LESEN - gute Forenbeitrage

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • mcm1957M mcm1957

                  @thomas-braun said in RPI2 Adapter kann nicht installiert werden:

                  @teletapi

                  Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

                  https://github.com/Grothesk242/ioBroker.rpi2

                  Die Version hab ich auf Debian 13 'Trixie' angepasst.

                  Kannst du bitte - wenn noch nicht passiert - einen PR mit deiner Version erstellen.

                  @Garfonso FYI und ggF mit der Bitte um megr / neue Version

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #12

                  @mcm1957

                  Hab ich bewusst nicht gemacht, weil das mit Versionen vor Debian13 Trixie nicht kompatibel ist.
                  Und ich nicht weiß, wie man unterschiedliche Modul-Versionen abhängig vom OS bei der Installation auswählen kann.

                  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

                  mcm1957M 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @mcm1957

                    Hab ich bewusst nicht gemacht, weil das mit Versionen vor Debian13 Trixie nicht kompatibel ist.
                    Und ich nicht weiß, wie man unterschiedliche Modul-Versionen abhängig vom OS bei der Installation auswählen kann.

                    mcm1957M Offline
                    mcm1957M Offline
                    mcm1957
                    schrieb am zuletzt editiert von
                    #13

                    @thomas-braun

                    Würd sagen schreib das dick und fett in den PR rein. Kann / soll (muss?) sich Garfonso ansehen.
                    Können's ja dann im PR besprechen und ne Lösung suchen.

                    Ich hab jedenfalls schon mal ein Issue angelegt damit das nicht untergeht.

                    Und irgendwann müssen wir eine Lösung finden weil Trixie wird ja spätesten mit dem RaspiOS Versionsupdate dort häufiger werden.

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

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

                    LESEN - gute Forenbeitrage

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • mcm1957M mcm1957

                      @thomas-braun

                      Würd sagen schreib das dick und fett in den PR rein. Kann / soll (muss?) sich Garfonso ansehen.
                      Können's ja dann im PR besprechen und ne Lösung suchen.

                      Ich hab jedenfalls schon mal ein Issue angelegt damit das nicht untergeht.

                      Und irgendwann müssen wir eine Lösung finden weil Trixie wird ja spätesten mit dem RaspiOS Versionsupdate dort häufiger werden.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #14

                      @mcm1957

                      Ich weiß gar nicht ob sich hier ein PR lohnt...
                      Ich hab nur in den requires ein passendes Modul eingetragen. Äußerst trivial. Sollte auch @Garfonso ohne PR hinbekommen :-)

                      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

                      mcm1957M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @mcm1957

                        Ich weiß gar nicht ob sich hier ein PR lohnt...
                        Ich hab nur in den requires ein passendes Modul eingetragen. Äußerst trivial. Sollte auch @Garfonso ohne PR hinbekommen :-)

                        mcm1957M Offline
                        mcm1957M Offline
                        mcm1957
                        schrieb am zuletzt editiert von mcm1957
                        #15

                        @thomas-braun
                        Ja, geb dir mal recht.

                        Hab mir erst jetzt deinen fork angesehn.

                        Ich schätze das wird schwer zu lösen. Wahrscheinlich kann man nur eine neue Major machen. Aber dann gits keine Wartung mehr für Bookworm. Auch nicht super ...

                        Hab auch keine Lösung im Moment.

                        EDIT:
                        Eine - zugegebener Maßen krummes - Workaround könnte sei n die dependency ganz zu entfernen und via installs script geziehlt zu installieren. Aber im Kern würgt es mich bei der "Lösung".

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

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

                        LESEN - gute Forenbeitrage

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • mcm1957M mcm1957

                          @thomas-braun
                          Ja, geb dir mal recht.

                          Hab mir erst jetzt deinen fork angesehn.

                          Ich schätze das wird schwer zu lösen. Wahrscheinlich kann man nur eine neue Major machen. Aber dann gits keine Wartung mehr für Bookworm. Auch nicht super ...

                          Hab auch keine Lösung im Moment.

                          EDIT:
                          Eine - zugegebener Maßen krummes - Workaround könnte sei n die dependency ganz zu entfernen und via installs script geziehlt zu installieren. Aber im Kern würgt es mich bei der "Lösung".

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #16

                          @mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:

                          Wahrscheinlich kann man nur eine neue Major machen.

                          Oder einen Adater 'rpi13' oder so.

                          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

                          Meister MopperM 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @teletapi

                            Du kannst mal versuchen meinen Fork aus dem GitHub zu ziehen:

                            https://github.com/Grothesk242/ioBroker.rpi2

                            Die Version hab ich auf Debian 13 'Trixie' angepasst.

                            Sascha HartmannS Offline
                            Sascha HartmannS Offline
                            Sascha Hartmann
                            schrieb am zuletzt editiert von
                            #17

                            @Thomas-Braun
                            habe das versucht bei mir

                            geht nicht kommt folgende fehler

                            hartmann@Garage:~ $ iobroker url https://github.com/Grothesk242/ioBroker.rpi2
                            Info: Can not get current GitHub commit, only remember that we installed from GitHub: Request failed with status code 404
                            install Grothesk242/ioBroker.rpi2
                            NPM version: 10.9.4
                            Installing Grothesk242/ioBroker.rpi2... (System call)
                            npm error code 128
                            npm error An unknown git error occurred
                            npm error command git --no-replace-objects ls-remote ssh://git@github.com/Grothesk242/ioBroker.rpi2.git
                            npm error git@github.com: Permission denied (publickey).
                            npm error fatal: Could not read from remote repository.
                            npm error
                            npm error Please make sure you have the correct access rights
                            npm error and the repository exists.
                            npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-16T17_19_37_086Z-debug-0.log
                            host.Garage Cannot install Grothesk242/ioBroker.rpi2: 128
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • Sascha HartmannS Sascha Hartmann

                              @Thomas-Braun
                              habe das versucht bei mir

                              geht nicht kommt folgende fehler

                              hartmann@Garage:~ $ iobroker url https://github.com/Grothesk242/ioBroker.rpi2
                              Info: Can not get current GitHub commit, only remember that we installed from GitHub: Request failed with status code 404
                              install Grothesk242/ioBroker.rpi2
                              NPM version: 10.9.4
                              Installing Grothesk242/ioBroker.rpi2... (System call)
                              npm error code 128
                              npm error An unknown git error occurred
                              npm error command git --no-replace-objects ls-remote ssh://git@github.com/Grothesk242/ioBroker.rpi2.git
                              npm error git@github.com: Permission denied (publickey).
                              npm error fatal: Could not read from remote repository.
                              npm error
                              npm error Please make sure you have the correct access rights
                              npm error and the repository exists.
                              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-16T17_19_37_086Z-debug-0.log
                              host.Garage Cannot install Grothesk242/ioBroker.rpi2: 128
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #18

                              @Sascha-Hartmann Ich hab meinen Fork wieder gelöscht, der fix ist jetzt in der Hauptversion enthalten. Ggfls. aber erst in der Beta-Version.

                              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
                              • Sascha HartmannS Offline
                                Sascha HartmannS Offline
                                Sascha Hartmann
                                schrieb am zuletzt editiert von Sascha Hartmann
                                #19

                                danke für die info

                                in beta wie installier ich das ?

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • Sascha HartmannS Sascha Hartmann

                                  danke für die info

                                  in beta wie installier ich das ?

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #20

                                  @Sascha-Hartmann
                                  Adapter -Experten Option - Installation aus NPM

                                  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

                                  G 1 Antwort Letzte Antwort
                                  0
                                  • Sascha HartmannS Offline
                                    Sascha HartmannS Offline
                                    Sascha Hartmann
                                    schrieb am zuletzt editiert von
                                    #21

                                    danke läuft

                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @mcm1957 sagte in RPI2 Adapter kann nicht installiert werden:

                                      Wahrscheinlich kann man nur eine neue Major machen.

                                      Oder einen Adater 'rpi13' oder so.

                                      Meister MopperM Online
                                      Meister MopperM Online
                                      Meister Mopper
                                      schrieb am zuletzt editiert von
                                      #22

                                      @Thomas-Braun

                                      Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                                      Proxmox und HA

                                      mcm1957M lobomauL Thomas BraunT 3 Antworten Letzte Antwort
                                      0
                                      • Meister MopperM Meister Mopper

                                        @Thomas-Braun

                                        Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                                        mcm1957M Offline
                                        mcm1957M Offline
                                        mcm1957
                                        schrieb am zuletzt editiert von
                                        #23

                                        @Meister-Mopper sagte in RPI2 Adapter kann nicht installiert werden:

                                        @Thomas-Braun

                                        Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                                        Bin nicht sicher auf was du da rückgefragt hast.

                                        ABER der RPI 2 V3.x.x. ist für PI-OS TRIXIE während die V2.x.x für ältere OS vorgesehen ist.
                                        https://github.com/iobroker-community-adapters/ioBroker.rpi2#300-2025-11-28

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

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

                                        LESEN - gute Forenbeitrage

                                        Meister MopperM HomoranH 2 Antworten Letzte Antwort
                                        0
                                        • Meister MopperM Meister Mopper

                                          @Thomas-Braun

                                          Bin etwas irritiert, bei mir läuft der Adapter v2.4.0 auf einem RPI 4B mit 8 GB fehlerfrei. Hat das etwas mit dem RPI 5 zu tun?

                                          lobomauL Offline
                                          lobomauL Offline
                                          lobomau
                                          schrieb am zuletzt editiert von lobomau
                                          #24

                                          @Meister-Mopper bei mir konnte ich RPI2-Adapter auch nicht installieren auf einen Pi 4 nachdem ich auf Trixie gegangen war. Muss ich jetzt mal wieder ausprobieren.

                                          Host: NUC8i3 mit Proxmox:

                                          • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                                          • Slave: Pi4
                                          mcm1957M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          787

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          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