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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Einschätzung zu Systemstand

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    8
    1
    237

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    14
    1
    2.5k

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

Einschätzung zu Systemstand

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
25 Beiträge 3 Kommentatoren 588 Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • W Offline
    W Offline
    Würfel
    schrieb am zuletzt editiert von Würfel
    #10

    Ist das auch noch normal?`

    host.RasPiIobroker
    2026-05-10 21:53:45.470	error	Cannot download and install adapter "rpi2@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
    
    host.RasPiIobroker
    2026-05-10 21:53:43.429	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@2.4.0: 1
    
    host.RasPiIobroker
    2026-05-10 21:53:43.428	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error make: Entering directory '/opt/iobroker/node_modules/opengpio/build'npm error CXX(target) Release/obj.target/opengpio/cpp/opengpio.onpm error make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’npm error 14 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~npm error | gpiod::linenpm error In file included from /usr/include/gpiodcxx/chip.hpp:21,npm error from /usr/include/gpiod.hpp:27,npm error from ../cpp/opengpio.cpp:3:npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:30:22: error: ‘line’ is not capturednpm error 30 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:28:66: note: the lambda has no capture-defaultnpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:34:52: error: ‘line’ is not capturednpm error 34 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:33:67: note: the lambda has no capture-defaultnpm error 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’npm error 49 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:66:9: error: ‘line’ is not capturednpm error 66 | line.set_value(value); });npm error | ^~~~npm error ../cpp/opengpio.cpp:63:66: note: the lambda has no capture-defaultnpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:69:52: error: ‘line’ is not capturednpm error 69 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:68:67: note: the lambda has no capture-defaultnpm error 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 81 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’npm error 92 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:111:22: error: ‘line’ is not capturednpm error 111 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:109:66: note: the lambda has no capture-defaultnpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’npm error 115 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’npm error 127 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:131:33: error: ‘line’ is not capturednpm error 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1));npm error | ^~~~npm error ../cpp/opengpio.cpp:124:10: note: the lambda has no capture-defaultnpm error 124 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’?npm error 134 | gpiod::line_event event = line.event_read();npm error | ^~~~~~~~~~npm error | info_eventnpm error ../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’?npm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~npm error | serventnpm error ../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declarednpm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~~~~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’npm error 147 | data->line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 168 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’npm error 196 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’npm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 213 | data->line = line;npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’npm error 224 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:264:17: error: ‘line’ is not capturednpm error 264 | line.set_value(true);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:278:17: error: ‘line’ is not capturednpm error 278 | line.set_value(false);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’npm error 327 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:328:13: error: ‘line’ is not capturednpm error 328 | line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp:324:10: note: the lambda has no capture-defaultnpm error 324 | [](uv_work_t *req, int status)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Error 1npm error gyp ERR! build error npm error gyp ERR! stack Error: `make` failed with exit code: 2npm error gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)npm error gyp ERR! System Linux 6.12.75+rpt-rpi-v8npm error gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.22.2npm error gyp ERR! node-gyp -v v11.5.0npm error gyp ERR! not oknpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_53_23_585Z-debug-0.log
    
    host.RasPiIobroker
    2026-05-10 21:53:17.435	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@2.4.0: 1
    
    host.RasPiIobroker
    2026-05-10 21:53:17.433	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error make: Entering directory '/opt/iobroker/node_modules/opengpio/build'npm error CXX(target) Release/obj.target/opengpio/cpp/opengpio.onpm error make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’npm error 14 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~npm error | gpiod::linenpm error In file included from /usr/include/gpiodcxx/chip.hpp:21,npm error from /usr/include/gpiod.hpp:27,npm error from ../cpp/opengpio.cpp:3:npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:30:22: error: ‘line’ is not capturednpm error 30 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:28:66: note: the lambda has no capture-defaultnpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:34:52: error: ‘line’ is not capturednpm error 34 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:33:67: note: the lambda has no capture-defaultnpm error 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’npm error 49 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:66:9: error: ‘line’ is not capturednpm error 66 | line.set_value(value); });npm error | ^~~~npm error ../cpp/opengpio.cpp:63:66: note: the lambda has no capture-defaultnpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:69:52: error: ‘line’ is not capturednpm error 69 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:68:67: note: the lambda has no capture-defaultnpm error 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 81 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’npm error 92 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:111:22: error: ‘line’ is not capturednpm error 111 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:109:66: note: the lambda has no capture-defaultnpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’npm error 115 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’npm error 127 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:131:33: error: ‘line’ is not capturednpm error 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1));npm error | ^~~~npm error ../cpp/opengpio.cpp:124:10: note: the lambda has no capture-defaultnpm error 124 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’?npm error 134 | gpiod::line_event event = line.event_read();npm error | ^~~~~~~~~~npm error | info_eventnpm error ../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’?npm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~npm error | serventnpm error ../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declarednpm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~~~~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’npm error 147 | data->line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 168 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’npm error 196 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’npm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 213 | data->line = line;npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’npm error 224 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:264:17: error: ‘line’ is not capturednpm error 264 | line.set_value(true);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:278:17: error: ‘line’ is not capturednpm error 278 | line.set_value(false);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’npm error 327 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:328:13: error: ‘line’ is not capturednpm error 328 | line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp:324:10: note: the lambda has no capture-defaultnpm error 324 | [](uv_work_t *req, int status)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Error 1npm error gyp ERR! build error npm error gyp ERR! stack Error: `make` failed with exit code: 2npm error gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)npm error gyp ERR! System Linux 6.12.75+rpt-rpi-v8npm error gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.22.2npm error gyp ERR! node-gyp -v v11.5.0npm error gyp ERR! not oknpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_52_54_932Z-debug-0.log
    
    host.RasPiIobroker
    2026-05-10 21:52:49.002	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@3.0.2: 1
    
    host.RasPiIobroker
    2026-05-10 21:52:49.001	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/iobroker.rpi2npm error command failednpm error command sh -c bash ./preinstall-check.shnpm error Checking package: libgpiod-dev >= 2.2npm error libgpiod-dev is not installednpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_52_36_693Z-debug-0.log
    
    host.RasPiIobroker
    2026-05-10 21:38:44.002	error	iobroker npm-install: host.RasPiIobroker Unknown packet name info. Please install packages from outside the repository using "iobroker url <url-or-package>"!adapter "info" cannot be installed: Unknown packet name info. Please install packages from outside the repository using "iobroker url <url-or-package>"!
    
    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
    0
    • W Würfel

      Ist das auch noch normal?`

      host.RasPiIobroker
      2026-05-10 21:53:45.470	error	Cannot download and install adapter "rpi2@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
      
      host.RasPiIobroker
      2026-05-10 21:53:43.429	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@2.4.0: 1
      
      host.RasPiIobroker
      2026-05-10 21:53:43.428	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error make: Entering directory '/opt/iobroker/node_modules/opengpio/build'npm error CXX(target) Release/obj.target/opengpio/cpp/opengpio.onpm error make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’npm error 14 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~npm error | gpiod::linenpm error In file included from /usr/include/gpiodcxx/chip.hpp:21,npm error from /usr/include/gpiod.hpp:27,npm error from ../cpp/opengpio.cpp:3:npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:30:22: error: ‘line’ is not capturednpm error 30 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:28:66: note: the lambda has no capture-defaultnpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:34:52: error: ‘line’ is not capturednpm error 34 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:33:67: note: the lambda has no capture-defaultnpm error 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’npm error 49 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:66:9: error: ‘line’ is not capturednpm error 66 | line.set_value(value); });npm error | ^~~~npm error ../cpp/opengpio.cpp:63:66: note: the lambda has no capture-defaultnpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:69:52: error: ‘line’ is not capturednpm error 69 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:68:67: note: the lambda has no capture-defaultnpm error 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 81 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’npm error 92 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:111:22: error: ‘line’ is not capturednpm error 111 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:109:66: note: the lambda has no capture-defaultnpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’npm error 115 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’npm error 127 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:131:33: error: ‘line’ is not capturednpm error 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1));npm error | ^~~~npm error ../cpp/opengpio.cpp:124:10: note: the lambda has no capture-defaultnpm error 124 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’?npm error 134 | gpiod::line_event event = line.event_read();npm error | ^~~~~~~~~~npm error | info_eventnpm error ../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’?npm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~npm error | serventnpm error ../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declarednpm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~~~~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’npm error 147 | data->line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 168 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’npm error 196 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’npm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 213 | data->line = line;npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’npm error 224 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:264:17: error: ‘line’ is not capturednpm error 264 | line.set_value(true);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:278:17: error: ‘line’ is not capturednpm error 278 | line.set_value(false);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’npm error 327 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:328:13: error: ‘line’ is not capturednpm error 328 | line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp:324:10: note: the lambda has no capture-defaultnpm error 324 | [](uv_work_t *req, int status)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Error 1npm error gyp ERR! build error npm error gyp ERR! stack Error: `make` failed with exit code: 2npm error gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)npm error gyp ERR! System Linux 6.12.75+rpt-rpi-v8npm error gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.22.2npm error gyp ERR! node-gyp -v v11.5.0npm error gyp ERR! not oknpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_53_23_585Z-debug-0.log
      
      host.RasPiIobroker
      2026-05-10 21:53:17.435	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@2.4.0: 1
      
      host.RasPiIobroker
      2026-05-10 21:53:17.433	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error make: Entering directory '/opt/iobroker/node_modules/opengpio/build'npm error CXX(target) Release/obj.target/opengpio/cpp/opengpio.onpm error make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’npm error 14 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~npm error | gpiod::linenpm error In file included from /usr/include/gpiodcxx/chip.hpp:21,npm error from /usr/include/gpiod.hpp:27,npm error from ../cpp/opengpio.cpp:3:npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:30:22: error: ‘line’ is not capturednpm error 30 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:28:66: note: the lambda has no capture-defaultnpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:34:52: error: ‘line’ is not capturednpm error 34 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:33:67: note: the lambda has no capture-defaultnpm error 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’npm error 49 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:66:9: error: ‘line’ is not capturednpm error 66 | line.set_value(value); });npm error | ^~~~npm error ../cpp/opengpio.cpp:63:66: note: the lambda has no capture-defaultnpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:69:52: error: ‘line’ is not capturednpm error 69 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:68:67: note: the lambda has no capture-defaultnpm error 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 81 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’npm error 92 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:111:22: error: ‘line’ is not capturednpm error 111 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:109:66: note: the lambda has no capture-defaultnpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’npm error 115 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’npm error 127 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:131:33: error: ‘line’ is not capturednpm error 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1));npm error | ^~~~npm error ../cpp/opengpio.cpp:124:10: note: the lambda has no capture-defaultnpm error 124 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’?npm error 134 | gpiod::line_event event = line.event_read();npm error | ^~~~~~~~~~npm error | info_eventnpm error ../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’?npm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~npm error | serventnpm error ../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declarednpm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~~~~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’npm error 147 | data->line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 168 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’npm error 196 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’npm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 213 | data->line = line;npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’npm error 224 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:264:17: error: ‘line’ is not capturednpm error 264 | line.set_value(true);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:278:17: error: ‘line’ is not capturednpm error 278 | line.set_value(false);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’npm error 327 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:328:13: error: ‘line’ is not capturednpm error 328 | line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp:324:10: note: the lambda has no capture-defaultnpm error 324 | [](uv_work_t *req, int status)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Error 1npm error gyp ERR! build error npm error gyp ERR! stack Error: `make` failed with exit code: 2npm error gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)npm error gyp ERR! System Linux 6.12.75+rpt-rpi-v8npm error gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.22.2npm error gyp ERR! node-gyp -v v11.5.0npm error gyp ERR! not oknpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_52_54_932Z-debug-0.log
      
      host.RasPiIobroker
      2026-05-10 21:52:49.002	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@3.0.2: 1
      
      host.RasPiIobroker
      2026-05-10 21:52:49.001	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/iobroker.rpi2npm error command failednpm error command sh -c bash ./preinstall-check.shnpm error Checking package: libgpiod-dev >= 2.2npm error libgpiod-dev is not installednpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_52_36_693Z-debug-0.log
      
      host.RasPiIobroker
      2026-05-10 21:38:44.002	error	iobroker npm-install: host.RasPiIobroker Unknown packet name info. Please install packages from outside the repository using "iobroker url <url-or-package>"!adapter "info" cannot be installed: Unknown packet name info. Please install packages from outside the repository using "iobroker url <url-or-package>"!
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #11

      @Würfel

      Zu rpi2 hatte ich doch schon was geschrieben...

      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
      • W Offline
        W Offline
        Würfel
        schrieb am zuletzt editiert von
        #12

        Ok,
        ok kannte ich nicht heraus lesen ob es dazu gehört noch

        host.RasPiIobroker
        2026-05-10 21:53:44.468	info	iobroker npm-install: exit 25
        

        Das war die letzte meldung im log

        Ist Restore durch?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • W Würfel

          Ok,
          ok kannte ich nicht heraus lesen ob es dazu gehört noch

          host.RasPiIobroker
          2026-05-10 21:53:44.468	info	iobroker npm-install: exit 25
          

          Das war die letzte meldung im log

          Ist Restore durch?

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

          @Würfel

          Was liefert

          sudo apt update 
          apt policy libgpiod-dev
          

          Nachinstallieren ggfls. per

          sudo apt install libgpiod-dev
          

          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
          • W Offline
            W Offline
            Würfel
            schrieb am zuletzt editiert von
            #14
            
            iob@RasPiIobroker:~ $ sudo apt update
            [sudo] password for iob:
            Hit:1 http://deb.debian.org/debian trixie InRelease
            Hit:2 http://deb.debian.org/debian trixie-updates InRelease
            Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
            Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
            Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
            All packages are up to date.
            iob@RasPiIobroker:~ $ apt policy libgpiod-dev
            libgpiod-dev:
              Installed: 2.2.1-2+deb13u1
              Candidate: 2.2.1-2+deb13u1
              Version table:
             *** 2.2.1-2+deb13u1 500
                    500 http://deb.debian.org/debian trixie/main arm64 Packages
                    100 /var/lib/dpkg/status
            iob@RasPiIobroker:~ $ sudo apt install libgpiod-dev
            libgpiod-dev is already the newest version (2.2.1-2+deb13u1).
            Summary:
              Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
            
            
            1 Antwort Letzte Antwort
            0
            • W Würfel

              Ist das auch noch normal?`

              host.RasPiIobroker
              2026-05-10 21:53:45.470	error	Cannot download and install adapter "rpi2@2.4.0". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
              
              host.RasPiIobroker
              2026-05-10 21:53:43.429	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@2.4.0: 1
              
              host.RasPiIobroker
              2026-05-10 21:53:43.428	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error make: Entering directory '/opt/iobroker/node_modules/opengpio/build'npm error CXX(target) Release/obj.target/opengpio/cpp/opengpio.onpm error make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’npm error 14 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~npm error | gpiod::linenpm error In file included from /usr/include/gpiodcxx/chip.hpp:21,npm error from /usr/include/gpiod.hpp:27,npm error from ../cpp/opengpio.cpp:3:npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:30:22: error: ‘line’ is not capturednpm error 30 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:28:66: note: the lambda has no capture-defaultnpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:34:52: error: ‘line’ is not capturednpm error 34 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:33:67: note: the lambda has no capture-defaultnpm error 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’npm error 49 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:66:9: error: ‘line’ is not capturednpm error 66 | line.set_value(value); });npm error | ^~~~npm error ../cpp/opengpio.cpp:63:66: note: the lambda has no capture-defaultnpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:69:52: error: ‘line’ is not capturednpm error 69 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:68:67: note: the lambda has no capture-defaultnpm error 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 81 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’npm error 92 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:111:22: error: ‘line’ is not capturednpm error 111 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:109:66: note: the lambda has no capture-defaultnpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’npm error 115 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’npm error 127 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:131:33: error: ‘line’ is not capturednpm error 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1));npm error | ^~~~npm error ../cpp/opengpio.cpp:124:10: note: the lambda has no capture-defaultnpm error 124 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’?npm error 134 | gpiod::line_event event = line.event_read();npm error | ^~~~~~~~~~npm error | info_eventnpm error ../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’?npm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~npm error | serventnpm error ../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declarednpm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~~~~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’npm error 147 | data->line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 168 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’npm error 196 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’npm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 213 | data->line = line;npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’npm error 224 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:264:17: error: ‘line’ is not capturednpm error 264 | line.set_value(true);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:278:17: error: ‘line’ is not capturednpm error 278 | line.set_value(false);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’npm error 327 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:328:13: error: ‘line’ is not capturednpm error 328 | line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp:324:10: note: the lambda has no capture-defaultnpm error 324 | [](uv_work_t *req, int status)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Error 1npm error gyp ERR! build error npm error gyp ERR! stack Error: `make` failed with exit code: 2npm error gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)npm error gyp ERR! System Linux 6.12.75+rpt-rpi-v8npm error gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.22.2npm error gyp ERR! node-gyp -v v11.5.0npm error gyp ERR! not oknpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_53_23_585Z-debug-0.log
              
              host.RasPiIobroker
              2026-05-10 21:53:17.435	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@2.4.0: 1
              
              host.RasPiIobroker
              2026-05-10 21:53:17.433	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error make: Entering directory '/opt/iobroker/node_modules/opengpio/build'npm error CXX(target) Release/obj.target/opengpio/cpp/opengpio.onpm error make: Leaving directory '/opt/iobroker/node_modules/opengpio/build'npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioInput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:14:17: error: expected primary-expression before ‘line’npm error 14 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:19:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~npm error | gpiod::linenpm error In file included from /usr/include/gpiodcxx/chip.hpp:21,npm error from /usr/include/gpiod.hpp:27,npm error from ../cpp/opengpio.cpp:3:npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:19:58: error: ‘DIRECTION_INPUT’ is not a member of ‘gpiod::line_request’npm error 19 | line.request({resourceName, gpiod::line_request::DIRECTION_INPUT, 0});npm error | ^~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:28:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:30:22: error: ‘line’ is not capturednpm error 30 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:28:66: note: the lambda has no capture-defaultnpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:34:52: error: ‘line’ is not capturednpm error 34 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:33:67: note: the lambda has no capture-defaultnpm error 33 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:28:62: note: ‘<typeprefixerror>line’ declared herenpm error 28 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioOutput(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:49:17: error: expected primary-expression before ‘line’npm error 49 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:54:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:54:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 54 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:63:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:66:9: error: ‘line’ is not capturednpm error 66 | line.set_value(value); });npm error | ^~~~npm error ../cpp/opengpio.cpp:63:66: note: the lambda has no capture-defaultnpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:69:52: error: ‘line’ is not capturednpm error 69 | { line.release(); });npm error | ^~~~npm error ../cpp/opengpio.cpp:68:67: note: the lambda has no capture-defaultnpm error 68 | Napi::Function cleanup = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:63:62: note: ‘<typeprefixerror>line’ declared herenpm error 63 | Napi::Function setter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:81:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 81 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:92:17: error: expected primary-expression before ‘line’npm error 92 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:100:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:100:58: error: ‘EVENT_BOTH_EDGES’ is not a member of ‘gpiod::line_request’npm error 100 | line.request({resourceName, gpiod::line_request::EVENT_BOTH_EDGES, 0}, 0);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:109:62: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:111:22: error: ‘line’ is not capturednpm error 111 | bool value = line.get_value();npm error | ^~~~npm error ../cpp/opengpio.cpp:109:66: note: the lambda has no capture-defaultnpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioWatch(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:115:11: error: ‘struct WatchContext’ has no member named ‘line’npm error 115 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:127:25: error: expected primary-expression before ‘line’npm error 127 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:131:33: error: ‘line’ is not capturednpm error 131 | bool hasEvent = line.event_wait(chrono::milliseconds(1));npm error | ^~~~npm error ../cpp/opengpio.cpp:124:10: note: the lambda has no capture-defaultnpm error 124 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:109:62: note: ‘<typeprefixerror>line’ declared herenpm error 109 | Napi::Function getter = Napi::Function::New(info.Env(), [line](const Napi::CallbackInfo &info)npm error | ^~~~npm error ../cpp/opengpio.cpp:134:28: error: ‘line_event’ is not a member of ‘gpiod’; did you mean ‘info_event’?npm error 134 | gpiod::line_event event = line.event_read();npm error | ^~~~~~~~~~npm error | info_eventnpm error ../cpp/opengpio.cpp:135:34: error: ‘event’ was not declared in this scope; did you mean ‘servent’?npm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~npm error | serventnpm error ../cpp/opengpio.cpp:135:61: error: ‘gpiod::line_event’ has not been declarednpm error 135 | bool value = event.event_type == gpiod::line_event::RISING_EDGE ? true : false;npm error | ^~~~~~~~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:147:19: error: ‘struct WatchContext’ has no member named ‘line’npm error 147 | data->line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp: At global scope:npm error ../cpp/opengpio.cpp:168:12: error: ‘line’ in namespace ‘gpiod’ does not name a typenpm error 168 | gpiod::line line;npm error | ^~~~npm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In function ‘Napi::Array GpioPwm(const Napi::CallbackInfo&)’:npm error ../cpp/opengpio.cpp:196:17: error: expected primary-expression before ‘line’npm error 196 | gpiod::line line = chip.get_line(lineNumber);npm error | ^~~~npm error ../cpp/opengpio.cpp:201:9: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp:201:58: error: ‘DIRECTION_OUTPUT’ is not a member of ‘gpiod::line_request’npm error 201 | line.request({resourceName, gpiod::line_request::DIRECTION_OUTPUT, 0}, 1);npm error | ^~~~~~~~~~~~~~~~npm error ../cpp/opengpio.cpp:213:11: error: ‘struct PwmContext’ has no member named ‘line’npm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:213:18: error: ‘line’ was not declared in this scope; did you mean ‘gpiod::line’?npm error 213 | data->line = line;npm error | ^~~~npm error | gpiod::linenpm error /usr/include/gpiodcxx/line.hpp:24:11: note: ‘gpiod::line’ declared herenpm error 24 | namespace line {npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:224:25: error: expected primary-expression before ‘line’npm error 224 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:264:17: error: ‘line’ is not capturednpm error 264 | line.set_value(true);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp:278:17: error: ‘line’ is not capturednpm error 278 | line.set_value(false);npm error | ^~~~npm error ../cpp/opengpio.cpp:221:10: note: the lambda has no capture-defaultnpm error 221 | [](uv_work_t *req)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error ../cpp/opengpio.cpp: In lambda function:npm error ../cpp/opengpio.cpp:327:25: error: expected primary-expression before ‘line’npm error 327 | gpiod::line line = data->line;npm error | ^~~~npm error ../cpp/opengpio.cpp:328:13: error: ‘line’ is not capturednpm error 328 | line.release();npm error | ^~~~npm error ../cpp/opengpio.cpp:324:10: note: the lambda has no capture-defaultnpm error 324 | [](uv_work_t *req, int status)npm error | ^npm error ../cpp/opengpio.cpp:213:18: note: ‘<typeprefixerror>line’ declared herenpm error 213 | data->line = line;npm error | ^~~~npm error make: *** [opengpio.target.mk:108: Release/obj.target/opengpio/cpp/opengpio.o] Error 1npm error gyp ERR! build error npm error gyp ERR! stack Error: `make` failed with exit code: 2npm error gyp ERR! stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)npm error gyp ERR! System Linux 6.12.75+rpt-rpi-v8npm error gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.22.2npm error gyp ERR! node-gyp -v v11.5.0npm error gyp ERR! not oknpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_52_54_932Z-debug-0.log
              
              host.RasPiIobroker
              2026-05-10 21:52:49.002	error	iobroker npm-install: host.RasPiIobroker Cannot install iobroker.rpi2@3.0.2: 1
              
              host.RasPiIobroker
              2026-05-10 21:52:49.001	error	iobroker npm-install: npm error code 1npm error path /opt/iobroker/node_modules/iobroker.rpi2npm error command failednpm error command sh -c bash ./preinstall-check.shnpm error Checking package: libgpiod-dev >= 2.2npm error libgpiod-dev is not installednpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-05-10T19_52_36_693Z-debug-0.log
              
              host.RasPiIobroker
              2026-05-10 21:38:44.002	error	iobroker npm-install: host.RasPiIobroker Unknown packet name info. Please install packages from outside the repository using "iobroker url <url-or-package>"!adapter "info" cannot be installed: Unknown packet name info. Please install packages from outside the repository using "iobroker url <url-or-package>"!
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #15

              @Würfel sagte:

              install adapter "rpi2@2.4.0".

              Bei trixie brauchst du 3.x

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @Würfel sagte:

                install adapter "rpi2@2.4.0".

                Bei trixie brauchst du 3.x

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

                @Homoran sagte:

                Bei trixie brauchst du 3.x

                Stibimpt. Wie praktisch, dass das eh seit Monaten die vorgesehene Version ist:

                rpi2
                latest:	3.0.2 for 5 months
                stable:	3.0.2 for 5 months
                

                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
                • W Offline
                  W Offline
                  Würfel
                  schrieb am zuletzt editiert von
                  #17

                  Ist drauf, rpi2 Version 3.0.2

                  Hab eben noch weil im Host angezeigt wurde JS von 7.0 auf 7.1 update angeklickt.

                  Nach einer Weile erschein die Startseite zum Anmelden und nun hab ich ein I mit Kreis drum wo einer im Kreis die Farbe dreht.

                  Nach einer Weile öffnete die Adminpage. Ist das I mit dem drehenden Balken ein Ladebildschirm oder was macht das System in dem Augenblick?

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • W Würfel

                    Ist drauf, rpi2 Version 3.0.2

                    Hab eben noch weil im Host angezeigt wurde JS von 7.0 auf 7.1 update angeklickt.

                    Nach einer Weile erschein die Startseite zum Anmelden und nun hab ich ein I mit Kreis drum wo einer im Kreis die Farbe dreht.

                    Nach einer Weile öffnete die Adminpage. Ist das I mit dem drehenden Balken ein Ladebildschirm oder was macht das System in dem Augenblick?

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

                    @Würfel

                    Zeig mal die Ausgabe von

                    iob diag
                    

                    nun. Nix klicken, ist ein Terminal-Befehl.

                    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
                    • W Offline
                      W Offline
                      Würfel
                      schrieb am zuletzt editiert von Würfel
                      #19
                      
                      ========== Start marking the full check here ===========
                      
                      ```bash
                      Script v.2026-01-31
                      
                      *** BASE SYSTEM ***
                      Operating System: Debian GNU/Linux 13 (trixie)
                       Static hostname: RasPiIobroker
                             Icon name: computer
                                Kernel: Linux 6.12.75+rpt-rpi-v8
                          Architecture: arm64
                      OS is similar to:
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.5
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       22:58:19 up 23 min,  1 user,  load average: 0.39, 1.20, 1.76
                      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: Sun 2026-05-10 22:58:20 CEST
                                 Universal time: Sun 2026-05-10 20:58:20 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      iob
                      HOME=/home/iob
                      GROUPS=iob adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c spi render input iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      SUDO_HOME=/home/iob
                      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.2G        4.7G        2.0G         12M        1.6G        3.5G
                      Swap:           2.1G          0B        2.1G
                      Total:           10G        4.7G        4.2G
                      
                      Active iob-Instances:   42
                      
                               7819 M total memory
                               4492 M used memory
                               4371 M active memory
                                971 M inactive memory
                               1929 M free memory
                                195 M buffer memory
                               1320 M swap cache
                               2047 M total swap
                                  0 M used swap
                               2047 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 22:58:20 up 23 min,  1 user,  load average: 0.39, 1.20, 1.76
                      Tasks: 235 total,   1 running, 234 sleeping,   0 stopped,   0 zombie
                      %Cpu(s): 10.2 us,  2.0 sy,  0.0 ni, 85.7 id,  2.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   7819.7 total,   1927.7 free,   4494.2 used,   1516.9 buff/cache
                      MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   3325.5 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.6G     0  3.6G   0% /dev
                      tmpfs          tmpfs     1.6G  9.1M  1.6G   1% /run
                      /dev/sda2      ext4      110G   18G   88G  17% /
                      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                      tmpfs          tmpfs     3.9G  2.6M  3.9G   1% /tmp
                      /dev/sda1      vfat      505M   65M  440M  13% /boot/firmware
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyS0.service
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                      tmpfs          tmpfs     782M  8.0K  782M   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Sun May 10 22:35:14 2026] EXT4-fs (sda2): orphan cleanup on readonly fs
                      [Sun May 10 22:35:14 2026] EXT4-fs (sda2): mounted filesystem e634e0a4-a958-46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                      [Sun May 10 22:35:17 2026] EXT4-fs (sda2): re-mounted e634e0a4-a958-46cb-abad-862d2102573f 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:
                      2.5G    /var/
                      231M    /var/cache
                      226M    /var/cache/apt
                      179M    /var/lib
                      147M    /var/lib/apt
                      
                      Archived and active journals take up 8M in the file system.
                      
                      /opt/iobroker/backups:
                      576M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      852M    /opt/iobroker/iobroker-data/
                      791M    /opt/iobroker/iobroker-data/files
                      156M    /opt/iobroker/iobroker-data/files/vis
                      148M    /opt/iobroker/iobroker-data/files/vis/widgets
                      114M    /opt/iobroker/iobroker-data/files/vis-2
                      
                      The five largest files in iobroker-data are:
                      37M     /opt/iobroker/iobroker-data/objects.jsonl
                      37M     /opt/iobroker/iobroker-data/files/radar-trap.admin/build/index.js.map
                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                      24M     /opt/iobroker/iobroker-data/states.jsonl
                      22M     /opt/iobroker/iobroker-data/files/residents.admin/build/index.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                      please always prefer the links 'by-id':
                      
                      /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_1c87ccd6d41bef11984da4d94909ffd0-if00-port0
                      
                      *** ZigBee Settings ***
                      
                      ✓ Your zigbee.1 COM-Port is matching 'by-id'. Very good!
                      
                      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.22.2
                      /usr/bin/node           v22.22.2
                      /usr/bin/npm            10.9.7
                      /usr/bin/npx            10.9.7
                      
                      ✓ Node.js installation is correct
                      
                      nodejs:
                        Installed: 22.22.2-1nodesource1
                        Candidate: 22.22.2-1nodesource1
                        Version table:
                       *** 22.22.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           22.22.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.22.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.21.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.20.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.17.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.17.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.15.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.13.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.5.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.4.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           22.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                           20.19.2+dfsg-1+deb13u2 500
                              500 http://deb.debian.org/debian-security trixie-security/main arm64 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:
                      RasPiIobroker       RasPiIobroker (version: 7.1.2, hostname: RasPiIobroker , alive, uptime: 954)
                      
                      Core adapters versions
                      js-controller:  7.1.2
                      admin:          7.8.24
                      javascript:     9.2.2
                      
                      nodejs modules from github:     1
                      +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : RasPiIobroker                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        system.adapter.alexa2.0                 : alexa2                : RasPiIobroker                            - disabled
                      + system.adapter.backitup.0               : backitup              : RasPiIobroker                            -  enabled
                      + system.adapter.cloud.0                  : cloud                 : RasPiIobroker                            -  enabled
                      + system.adapter.devices.0                : devices               : RasPiIobroker                            -  enabled
                      + system.adapter.discovery.0              : discovery             : RasPiIobroker                            -  enabled
                        system.adapter.dwd.0                    : dwd                   : RasPiIobroker                            -  enabled
                      + system.adapter.echarts.0                : echarts               : RasPiIobroker                            -  enabled
                      + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: RasPiIobroker                            -  enabled
                      + system.adapter.epson_ecotank_et_2750.0  : epson_ecotank_et_2750 : RasPiIobroker                            -  enabled
                        system.adapter.fb-checkpresence.0       : fb-checkpresence      : RasPiIobroker                            - disabled
                        system.adapter.feiertage.0              : feiertage             : RasPiIobroker                            - disabled
                        system.adapter.flot.0                   : flot                  : RasPiIobroker                            - disabled
                      + system.adapter.history.0                : history               : RasPiIobroker                            -  enabled
                      + system.adapter.hm-rega.0                : hm-rega               : RasPiIobroker                            -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                      + system.adapter.hm-rpc.2                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                        system.adapter.hm-rpc.3                 : hm-rpc                : RasPiIobroker                            - disabled, port: 0
                        system.adapter.homekit-controller.0     : homekit-controller    : RasPiIobroker                            - disabled
                        system.adapter.ical.0                   : ical                  : RasPiIobroker                            -  enabled
                        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: RasPiIobroker                            - disabled
                        system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : RasPiIobroker                            - disabled
                        system.adapter.icons-material-png.0     : icons-material-png    : RasPiIobroker                            - disabled
                        system.adapter.icons-material-svg.0     : icons-material-svg    : RasPiIobroker                            - disabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : RasPiIobroker                            - disabled
                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : RasPiIobroker                            - disabled
                        system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: RasPiIobroker                            - disabled
                        system.adapter.icons-smarthome.0        : icons-smarthome       : RasPiIobroker                            - disabled
                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : RasPiIobroker                            - disabled
                        system.adapter.influxdb.0               : influxdb              : RasPiIobroker                            - disabled, port: 8086
                        system.adapter.info.0                   : info                  : RasPiIobroker                            - disabled
                      + system.adapter.javascript.0             : javascript            : RasPiIobroker                            -  enabled
                      + system.adapter.melcloud.0               : melcloud              : RasPiIobroker                            -  enabled
                      + system.adapter.nina.0                   : nina                  : RasPiIobroker                            -  enabled
                        system.adapter.onvif.0                  : onvif                 : RasPiIobroker                            - disabled, port: 80, 443, 7575, 8000, 8080, 8081, 8899, 9000
                        system.adapter.onvif.1                  : onvif                 : RasPiIobroker                            - disabled, port: 80, 443, 7575, 8000, 8080, 8081, 8899, 9000
                        system.adapter.onvif.2                  : onvif                 : RasPiIobroker                            - disabled, port: 80, 443, 7575, 8000, 8080, 8081, 8899, 9000
                        system.adapter.radar-trap.0             : radar-trap            : RasPiIobroker                            - disabled
                      + system.adapter.reolink.0                : reolink               : RasPiIobroker                            -  enabled
                      + system.adapter.reolink.1                : reolink               : RasPiIobroker                            -  enabled
                        system.adapter.residents.0              : residents             : RasPiIobroker                            - disabled
                        system.adapter.roborock.1               : roborock              : RasPiIobroker                            - disabled
                      + system.adapter.rpi2.0                   : rpi2                  : RasPiIobroker                            -  enabled
                      + system.adapter.shelly.0                 : shelly                : RasPiIobroker                            -  enabled, port: 1882, bind: 0.0.0.0
                        system.adapter.smartcontrol.0           : smartcontrol          : RasPiIobroker                            - disabled
                        system.adapter.smartthings.0            : smartthings           : RasPiIobroker                            - disabled
                      + system.adapter.socketio.0               : socketio              : RasPiIobroker                            -  enabled, port: 8086, bind: 192.168.178.144, run as: admin
                      + system.adapter.socketio.1               : socketio              : RasPiIobroker                            -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        system.adapter.solarmanpv.0             : solarmanpv            : RasPiIobroker                            - disabled
                      + system.adapter.sourceanalytix.0         : sourceanalytix        : RasPiIobroker                            -  enabled
                      + system.adapter.sourceanalytix.1         : sourceanalytix        : RasPiIobroker                            -  enabled
                        system.adapter.sprinklecontrol.0        : sprinklecontrol       : RasPiIobroker                            - disabled
                      + system.adapter.tankerkoenig.0           : tankerkoenig          : RasPiIobroker                            -  enabled
                      + system.adapter.telegram.0               : telegram              : RasPiIobroker                            -  enabled, port: 8443, bind: 0.0.0.0
                        system.adapter.tr-064.0                 : tr-064                : RasPiIobroker                            - disabled
                      + system.adapter.tuya.0                   : tuya                  : RasPiIobroker                            -  enabled
                      + system.adapter.unifi-protect.0          : unifi-protect         : RasPiIobroker                            -  enabled
                      + system.adapter.unifi-protect.1          : unifi-protect         : RasPiIobroker                            -  enabled
                      + system.adapter.unifi.0                  : unifi                 : RasPiIobroker                            -  enabled
                      + system.adapter.virtualpowermeter.0      : virtualpowermeter     : RasPiIobroker                            -  enabled
                        system.adapter.vis-2-widgets-radar-trap.0: vis-2-widgets-radar-trap: RasPiIobroker                            - disabled
                      + system.adapter.vis-2.0                  : vis-2                 : RasPiIobroker                            -  enabled
                        system.adapter.vis-bars.0               : vis-bars              : RasPiIobroker                            - disabled
                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : RasPiIobroker                            - disabled
                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : RasPiIobroker                            - disabled
                        system.adapter.vis-history.0            : vis-history           : RasPiIobroker                            - disabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RasPiIobroker                            - disabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : RasPiIobroker                            - disabled
                      + system.adapter.vis-inventwo.0           : vis-inventwo          : RasPiIobroker                            -  enabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RasPiIobroker                            - disabled
                        system.adapter.vis-justgage.0           : vis-justgage          : RasPiIobroker                            - disabled
                        system.adapter.vis-map.0                : vis-map               : RasPiIobroker                            - disabled
                        system.adapter.vis-material-advanced.0  : vis-material-advanced : RasPiIobroker                            - disabled
                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : RasPiIobroker                            - disabled
                        system.adapter.vis-metro.0              : vis-metro             : RasPiIobroker                            - disabled
                        system.adapter.vis-plumb.0              : vis-plumb             : RasPiIobroker                            - disabled
                        system.adapter.vis-rgraph.0             : vis-rgraph            : RasPiIobroker                            - disabled
                        system.adapter.vis.0                    : vis                   : RasPiIobroker                            -  enabled
                      + system.adapter.vw-connect.0             : vw-connect            : RasPiIobroker                            -  enabled
                      + system.adapter.web.0                    : web                   : RasPiIobroker                            -  enabled, port: 8082, bind: 192.168.178.144, run as: admin
                      + system.adapter.web.1                    : web                   : RasPiIobroker                            -  enabled, port: 8083, bind: 192.168.178.144, run as: admin
                        system.adapter.web.2                    : web                   : RasPiIobroker                            - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                      + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : RasPiIobroker                            -  enabled
                      + system.adapter.worx.0                   : worx                  : RasPiIobroker                            -  enabled
                      + system.adapter.ws.0                     : ws                    : RasPiIobroker                            -  enabled, port: 8085, bind: 0.0.0.0, run as: admin
                      + system.adapter.yahka.0                  : yahka                 : RasPiIobroker                            -  enabled
                      + system.adapter.zigbee.1                 : zigbee                : RasPiIobroker                            -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_1c87ccd6d41bef11984da4d94909ffd0-if00-port0
                        system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : RasPiIobroker                            - disabled
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : RasPiIobroker                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.hm-rpc.0                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                      + system.adapter.hm-rpc.2                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                      + system.adapter.shelly.0                 : shelly                : RasPiIobroker                            -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.socketio.0               : socketio              : RasPiIobroker                            -  enabled, port: 8086, bind: 192.168.178.144, run as: admin
                      + system.adapter.socketio.1               : socketio              : RasPiIobroker                            -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                      + system.adapter.telegram.0               : telegram              : RasPiIobroker                            -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : RasPiIobroker                            -  enabled, port: 8082, bind: 192.168.178.144, run as: admin
                      + system.adapter.web.1                    : web                   : RasPiIobroker                            -  enabled, port: 8083, bind: 192.168.178.144, run as: admin
                      + system.adapter.ws.0                     : ws                    : RasPiIobroker                            -  enabled, port: 8085, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.1                 : zigbee                : RasPiIobroker                            -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_1c87ccd6d41bef11984da4d94909ffd0-if00-port0
                      
                      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.8.24   , installed 7.8.24
                      Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                      Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                      Adapter    "cloud"        : 6.0.1    , installed 6.0.1
                      Adapter    "devices"      : 2.0.5    , installed 2.0.5
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                      Adapter    "echarts"      : 3.1.0    , installed 3.1.0
                      Adapter    "energiefluss-erweitert": 0.8.2, installed 0.8.2
                      Adapter    "epson_ecotank_et_2750": 1.1.0, installed 1.1.0
                      Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
                      Adapter    "feiertage"    : 1.4.0    , installed 1.4.0
                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                      Adapter    "history"      : 4.0.0    , installed 4.0.0
                      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                      Adapter    "hm-rpc"       : 3.0.2    , installed 3.0.2
                      Adapter    "homekit-controller": 0.5.11, installed 0.5.11
                      Adapter    "ical"         : 1.20.1   , installed 1.20.1
                      Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                      Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                      Adapter    "icons-smarthome": 1.0.0  , installed 1.0.0
                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "javascript"   : 9.2.2    , installed 9.2.2
                      Controller "js-controller": 7.1.2    , installed 7.1.2
                      Adapter    "melcloud"     : 3.0.4    , installed 3.0.4
                      Adapter    "nina"         : 0.0.26   , installed 0.0.26
                      Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                      Adapter    "radar-trap"   : 2.2.2    , installed 2.2.2
                      Adapter    "reolink"      : 1.4.2    , installed 1.4.2
                      Adapter    "residents"    : 1.1.1    , installed 1.1.1
                      Adapter    "roborock"     : 0.7.0    , installed 0.7.0
                      Adapter    "rpi2"         : 3.0.2    , installed 3.0.2
                      Adapter    "shelly"       : 10.6.1   , installed 10.6.1
                      Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                      Adapter    "smartthings"  : 0.3.0    , installed 0.3.0
                      Adapter    "socketio"     : 7.1.3    , installed 7.1.3
                      Adapter    "solarmanpv"   : 0.7.3    , installed 0.7.3
                      Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                      Adapter    "sprinklecontrol": 1.0.5  , installed 1.0.5
                      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                      Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                      Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                      Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                      Adapter    "unifi-protect": 1.0.1    , installed 1.0.1
                      Adapter    "virtualpowermeter": 1.5.0, installed 1.5.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-2"        : 2.13.19  , installed 2.13.19
                      Adapter    "vis-2-widgets-radar-trap": 2.3.3, installed 2.3.3
                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                      Adapter    "vis-colorpicker": 2.1.0  , installed 2.1.0
                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "vis-hqwidgets": 1.6.1    , installed 1.6.1
                      Adapter    "vis-icontwo"  : 2.11.3   , installed 2.11.3
                      Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                      Adapter    "vis-jqui-mfd" : 1.1.3    , installed 1.1.3
                      Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                      Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                      Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                      Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                      Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                      Adapter    "vw-connect"   : 0.8.3    , installed 0.8.1  [Updatable]
                      Adapter    "web"          : 8.1.0    , installed 8.1.0
                      Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                      Adapter    "worx"         : 3.3.0    , installed 3.3.0
                      Adapter    "ws"           : 4.1.0    , installed 4.1.0
                      Adapter    "yahka"        : 1.1.6    , installed 1.1.6
                      Adapter    "zigbee"       : 3.4.3    , installed 3.4.3
                      Adapter    "zigbee2mqtt"  : 3.2.1    , installed 3.2.1
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        36090
                      States:         30856
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://deb.debian.org/debian trixie InRelease
                      Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                      Hit:3 http://archive.raspberrypi.com/debian trixie InRelease
                      Hit:4 http://deb.debian.org/debian-security trixie-security InRelease
                      Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                      Reading package lists...
                      Pending systemupdates: 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 192.168.178.144:8082    0.0.0.0:*               LISTEN      1001       19985      3704/io.web.0
                      tcp        0      0 192.168.178.144:8083    0.0.0.0:*               LISTEN      1001       22167      3721/io.web.1
                      tcp        0      0 192.168.178.144:8086    0.0.0.0:*               LISTEN      1001       21039      3512/io.socketio.0
                      tcp        0      0 0.0.0.0:43923           0.0.0.0:*               LISTEN      1001       18821      3214/io.yahka.0
                      tcp        0      0 192.168.178.144:2001    0.0.0.0:*               LISTEN      1001       17988      3021/io.hm-rpc.0
                      tcp        0      0 192.168.178.144:2010    0.0.0.0:*               LISTEN      1001       18088      3068/io.hm-rpc.2
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16901      2851/iobroker.js-co
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15249      2851/iobroker.js-co
                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          265        1/init
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          9325       860/sshd: /usr/sbin
                      tcp        0      0 192.168.178.144:8701    0.0.0.0:*               LISTEN      1001       16223      3034/io.hm-rpc.1
                      tcp6       0      0 :::8085                 :::*                    LISTEN      1001       22531      3737/io.ws.0
                      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       19879      3524/io.socketio.1
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       17822      2879/io.admin.0
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          1206       1/init
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          9335       860/sshd: /usr/sbin
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          5511       1/init
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           101        1911       645/avahi-daemon: r
                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       18874      3117/io.shelly.0
                      udp        0      0 0.0.0.0:39001           0.0.0.0:*                           101        1913       645/avahi-daemon: r
                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       19043      3125/io.tuya.0
                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       19044      3125/io.tuya.0
                      udp6       0      0 :::111                  :::*                                0          5512       1/init
                      udp6       0      0 fe80::3474:42d7:a07:546 :::*                                0          8348       699/NetworkManager
                      udp6       0      0 :::5353                 :::*                                101        1912       645/avahi-daemon: r
                      udp6       0      0 :::59000                :::*                                101        1914       645/avahi-daemon: r
                      
                      *** Log File - Last 25 Lines ***
                      
                      2026-05-10 22:55:28.844  - info: dwd.0 (4317) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      2026-05-10 22:55:29.393  - info: host.RasPiIobroker instance system.adapter.dwd.0 having pid 4317 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2026-05-10 22:55:48.086  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:55:48.310  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:55:50.902  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Connect locally to device
                      2026-05-10 22:55:50.902  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg Init with IP=192.168.178.194, Key=d5R&$cSpUI/[yvX#, Version=3.3
                      2026-05-10 22:55:53.974  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:56:17.046  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (3): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:56:51.382  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:56:54.156  - info: tuya.0 (3125) bfacf54b96372f497255jg: Connect locally to device
                      2026-05-10 22:56:54.156  - info: tuya.0 (3125) bfacf54b96372f497255jg Init with IP=192.168.178.53, Key=gd/V|.sWrld+{7Bp, Version=3.3
                      2026-05-10 22:56:57.239  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:57:00.118  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:57:20.310  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (3): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:58:03.190  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:58:03.382  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:58:05.959  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Connect locally to device
                      2026-05-10 22:58:05.960  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg Init with IP=192.168.178.194, Key=d5R&$cSpUI/[yvX#, Version=3.3
                      2026-05-10 22:58:09.014  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:58:32.086  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (3): connect EHOSTUNREACH 192.168.178.194:6668
                      2026-05-10 22:59:06.463  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:59:10.969  - info: tuya.0 (3125) bfacf54b96372f497255jg: Connect locally to device
                      2026-05-10 22:59:10.974  - info: tuya.0 (3125) bfacf54b96372f497255jg Init with IP=192.168.178.53, Key=gd/V|.sWrld+{7Bp, Version=3.3
                      2026-05-10 22:59:14.038  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.53:6668
                      2026-05-10 22:59:15.163  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.194:6668
                      
                      

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

                      iob diag has finished.

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • W Würfel
                        
                        ========== Start marking the full check here ===========
                        
                        ```bash
                        Script v.2026-01-31
                        
                        *** BASE SYSTEM ***
                        Operating System: Debian GNU/Linux 13 (trixie)
                         Static hostname: RasPiIobroker
                               Icon name: computer
                                  Kernel: Linux 6.12.75+rpt-rpi-v8
                            Architecture: arm64
                        OS is similar to:
                        
                        Model           : Raspberry Pi 4 Model B Rev 1.5
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         22:58:19 up 23 min,  1 user,  load average: 0.39, 1.20, 1.76
                        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: Sun 2026-05-10 22:58:20 CEST
                                   Universal time: Sun 2026-05-10 20:58:20 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        iob
                        HOME=/home/iob
                        GROUPS=iob adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c spi render input iobroker
                        
                        User that is running 'js-controller':
                        iobroker
                        HOME=/home/iobroker
                        SUDO_HOME=/home/iob
                        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.2G        4.7G        2.0G         12M        1.6G        3.5G
                        Swap:           2.1G          0B        2.1G
                        Total:           10G        4.7G        4.2G
                        
                        Active iob-Instances:   42
                        
                                 7819 M total memory
                                 4492 M used memory
                                 4371 M active memory
                                  971 M inactive memory
                                 1929 M free memory
                                  195 M buffer memory
                                 1320 M swap cache
                                 2047 M total swap
                                    0 M used swap
                                 2047 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 22:58:20 up 23 min,  1 user,  load average: 0.39, 1.20, 1.76
                        Tasks: 235 total,   1 running, 234 sleeping,   0 stopped,   0 zombie
                        %Cpu(s): 10.2 us,  2.0 sy,  0.0 ni, 85.7 id,  2.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   7819.7 total,   1927.7 free,   4494.2 used,   1516.9 buff/cache
                        MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   3325.5 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.6G     0  3.6G   0% /dev
                        tmpfs          tmpfs     1.6G  9.1M  1.6G   1% /run
                        /dev/sda2      ext4      110G   18G   88G  17% /
                        tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                        tmpfs          tmpfs     3.9G  2.6M  3.9G   1% /tmp
                        /dev/sda1      vfat      505M   65M  440M  13% /boot/firmware
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyS0.service
                        tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                        tmpfs          tmpfs     782M  8.0K  782M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Sun May 10 22:35:14 2026] EXT4-fs (sda2): orphan cleanup on readonly fs
                        [Sun May 10 22:35:14 2026] EXT4-fs (sda2): mounted filesystem e634e0a4-a958-46cb-abad-862d2102573f ro with ordered data mode. Quota mode: none.
                        [Sun May 10 22:35:17 2026] EXT4-fs (sda2): re-mounted e634e0a4-a958-46cb-abad-862d2102573f 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:
                        2.5G    /var/
                        231M    /var/cache
                        226M    /var/cache/apt
                        179M    /var/lib
                        147M    /var/lib/apt
                        
                        Archived and active journals take up 8M in the file system.
                        
                        /opt/iobroker/backups:
                        576M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        852M    /opt/iobroker/iobroker-data/
                        791M    /opt/iobroker/iobroker-data/files
                        156M    /opt/iobroker/iobroker-data/files/vis
                        148M    /opt/iobroker/iobroker-data/files/vis/widgets
                        114M    /opt/iobroker/iobroker-data/files/vis-2
                        
                        The five largest files in iobroker-data are:
                        37M     /opt/iobroker/iobroker-data/objects.jsonl
                        37M     /opt/iobroker/iobroker-data/files/radar-trap.admin/build/index.js.map
                        27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                        24M     /opt/iobroker/iobroker-data/states.jsonl
                        22M     /opt/iobroker/iobroker-data/files/residents.admin/build/index.js.map
                        
                        USB-Devices by-id:
                        USB-Sticks - Avoid direct links to /dev/tty* in your adapter setups,
                        please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_1c87ccd6d41bef11984da4d94909ffd0-if00-port0
                        
                        *** ZigBee Settings ***
                        
                        ✓ Your zigbee.1 COM-Port is matching 'by-id'. Very good!
                        
                        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.22.2
                        /usr/bin/node           v22.22.2
                        /usr/bin/npm            10.9.7
                        /usr/bin/npx            10.9.7
                        
                        ✓ Node.js installation is correct
                        
                        nodejs:
                          Installed: 22.22.2-1nodesource1
                          Candidate: 22.22.2-1nodesource1
                          Version table:
                         *** 22.22.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             22.22.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.22.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.21.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.20.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.19.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.17.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.4.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             22.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                             20.19.2+dfsg-1+deb13u2 500
                                500 http://deb.debian.org/debian-security trixie-security/main arm64 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:
                        RasPiIobroker       RasPiIobroker (version: 7.1.2, hostname: RasPiIobroker , alive, uptime: 954)
                        
                        Core adapters versions
                        js-controller:  7.1.2
                        admin:          7.8.24
                        javascript:     9.2.2
                        
                        nodejs modules from github:     1
                        +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : RasPiIobroker                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          system.adapter.alexa2.0                 : alexa2                : RasPiIobroker                            - disabled
                        + system.adapter.backitup.0               : backitup              : RasPiIobroker                            -  enabled
                        + system.adapter.cloud.0                  : cloud                 : RasPiIobroker                            -  enabled
                        + system.adapter.devices.0                : devices               : RasPiIobroker                            -  enabled
                        + system.adapter.discovery.0              : discovery             : RasPiIobroker                            -  enabled
                          system.adapter.dwd.0                    : dwd                   : RasPiIobroker                            -  enabled
                        + system.adapter.echarts.0                : echarts               : RasPiIobroker                            -  enabled
                        + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: RasPiIobroker                            -  enabled
                        + system.adapter.epson_ecotank_et_2750.0  : epson_ecotank_et_2750 : RasPiIobroker                            -  enabled
                          system.adapter.fb-checkpresence.0       : fb-checkpresence      : RasPiIobroker                            - disabled
                          system.adapter.feiertage.0              : feiertage             : RasPiIobroker                            - disabled
                          system.adapter.flot.0                   : flot                  : RasPiIobroker                            - disabled
                        + system.adapter.history.0                : history               : RasPiIobroker                            -  enabled
                        + system.adapter.hm-rega.0                : hm-rega               : RasPiIobroker                            -  enabled
                        + system.adapter.hm-rpc.0                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                          system.adapter.hm-rpc.3                 : hm-rpc                : RasPiIobroker                            - disabled, port: 0
                          system.adapter.homekit-controller.0     : homekit-controller    : RasPiIobroker                            - disabled
                          system.adapter.ical.0                   : ical                  : RasPiIobroker                            -  enabled
                          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: RasPiIobroker                            - disabled
                          system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : RasPiIobroker                            - disabled
                          system.adapter.icons-material-png.0     : icons-material-png    : RasPiIobroker                            - disabled
                          system.adapter.icons-material-svg.0     : icons-material-svg    : RasPiIobroker                            - disabled
                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : RasPiIobroker                            - disabled
                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : RasPiIobroker                            - disabled
                          system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: RasPiIobroker                            - disabled
                          system.adapter.icons-smarthome.0        : icons-smarthome       : RasPiIobroker                            - disabled
                          system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : RasPiIobroker                            - disabled
                          system.adapter.influxdb.0               : influxdb              : RasPiIobroker                            - disabled, port: 8086
                          system.adapter.info.0                   : info                  : RasPiIobroker                            - disabled
                        + system.adapter.javascript.0             : javascript            : RasPiIobroker                            -  enabled
                        + system.adapter.melcloud.0               : melcloud              : RasPiIobroker                            -  enabled
                        + system.adapter.nina.0                   : nina                  : RasPiIobroker                            -  enabled
                          system.adapter.onvif.0                  : onvif                 : RasPiIobroker                            - disabled, port: 80, 443, 7575, 8000, 8080, 8081, 8899, 9000
                          system.adapter.onvif.1                  : onvif                 : RasPiIobroker                            - disabled, port: 80, 443, 7575, 8000, 8080, 8081, 8899, 9000
                          system.adapter.onvif.2                  : onvif                 : RasPiIobroker                            - disabled, port: 80, 443, 7575, 8000, 8080, 8081, 8899, 9000
                          system.adapter.radar-trap.0             : radar-trap            : RasPiIobroker                            - disabled
                        + system.adapter.reolink.0                : reolink               : RasPiIobroker                            -  enabled
                        + system.adapter.reolink.1                : reolink               : RasPiIobroker                            -  enabled
                          system.adapter.residents.0              : residents             : RasPiIobroker                            - disabled
                          system.adapter.roborock.1               : roborock              : RasPiIobroker                            - disabled
                        + system.adapter.rpi2.0                   : rpi2                  : RasPiIobroker                            -  enabled
                        + system.adapter.shelly.0                 : shelly                : RasPiIobroker                            -  enabled, port: 1882, bind: 0.0.0.0
                          system.adapter.smartcontrol.0           : smartcontrol          : RasPiIobroker                            - disabled
                          system.adapter.smartthings.0            : smartthings           : RasPiIobroker                            - disabled
                        + system.adapter.socketio.0               : socketio              : RasPiIobroker                            -  enabled, port: 8086, bind: 192.168.178.144, run as: admin
                        + system.adapter.socketio.1               : socketio              : RasPiIobroker                            -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          system.adapter.solarmanpv.0             : solarmanpv            : RasPiIobroker                            - disabled
                        + system.adapter.sourceanalytix.0         : sourceanalytix        : RasPiIobroker                            -  enabled
                        + system.adapter.sourceanalytix.1         : sourceanalytix        : RasPiIobroker                            -  enabled
                          system.adapter.sprinklecontrol.0        : sprinklecontrol       : RasPiIobroker                            - disabled
                        + system.adapter.tankerkoenig.0           : tankerkoenig          : RasPiIobroker                            -  enabled
                        + system.adapter.telegram.0               : telegram              : RasPiIobroker                            -  enabled, port: 8443, bind: 0.0.0.0
                          system.adapter.tr-064.0                 : tr-064                : RasPiIobroker                            - disabled
                        + system.adapter.tuya.0                   : tuya                  : RasPiIobroker                            -  enabled
                        + system.adapter.unifi-protect.0          : unifi-protect         : RasPiIobroker                            -  enabled
                        + system.adapter.unifi-protect.1          : unifi-protect         : RasPiIobroker                            -  enabled
                        + system.adapter.unifi.0                  : unifi                 : RasPiIobroker                            -  enabled
                        + system.adapter.virtualpowermeter.0      : virtualpowermeter     : RasPiIobroker                            -  enabled
                          system.adapter.vis-2-widgets-radar-trap.0: vis-2-widgets-radar-trap: RasPiIobroker                            - disabled
                        + system.adapter.vis-2.0                  : vis-2                 : RasPiIobroker                            -  enabled
                          system.adapter.vis-bars.0               : vis-bars              : RasPiIobroker                            - disabled
                          system.adapter.vis-colorpicker.0        : vis-colorpicker       : RasPiIobroker                            - disabled
                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : RasPiIobroker                            - disabled
                          system.adapter.vis-history.0            : vis-history           : RasPiIobroker                            - disabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : RasPiIobroker                            - disabled
                          system.adapter.vis-icontwo.0            : vis-icontwo           : RasPiIobroker                            - disabled
                        + system.adapter.vis-inventwo.0           : vis-inventwo          : RasPiIobroker                            -  enabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RasPiIobroker                            - disabled
                          system.adapter.vis-justgage.0           : vis-justgage          : RasPiIobroker                            - disabled
                          system.adapter.vis-map.0                : vis-map               : RasPiIobroker                            - disabled
                          system.adapter.vis-material-advanced.0  : vis-material-advanced : RasPiIobroker                            - disabled
                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : RasPiIobroker                            - disabled
                          system.adapter.vis-metro.0              : vis-metro             : RasPiIobroker                            - disabled
                          system.adapter.vis-plumb.0              : vis-plumb             : RasPiIobroker                            - disabled
                          system.adapter.vis-rgraph.0             : vis-rgraph            : RasPiIobroker                            - disabled
                          system.adapter.vis.0                    : vis                   : RasPiIobroker                            -  enabled
                        + system.adapter.vw-connect.0             : vw-connect            : RasPiIobroker                            -  enabled
                        + system.adapter.web.0                    : web                   : RasPiIobroker                            -  enabled, port: 8082, bind: 192.168.178.144, run as: admin
                        + system.adapter.web.1                    : web                   : RasPiIobroker                            -  enabled, port: 8083, bind: 192.168.178.144, run as: admin
                          system.adapter.web.2                    : web                   : RasPiIobroker                            - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : RasPiIobroker                            -  enabled
                        + system.adapter.worx.0                   : worx                  : RasPiIobroker                            -  enabled
                        + system.adapter.ws.0                     : ws                    : RasPiIobroker                            -  enabled, port: 8085, bind: 0.0.0.0, run as: admin
                        + system.adapter.yahka.0                  : yahka                 : RasPiIobroker                            -  enabled
                        + system.adapter.zigbee.1                 : zigbee                : RasPiIobroker                            -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_1c87ccd6d41bef11984da4d94909ffd0-if00-port0
                          system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : RasPiIobroker                            - disabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : RasPiIobroker                            -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.hm-rpc.0                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                        + system.adapter.hm-rpc.1                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                        + system.adapter.hm-rpc.2                 : hm-rpc                : RasPiIobroker                            -  enabled, port: 0
                        + system.adapter.shelly.0                 : shelly                : RasPiIobroker                            -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.socketio.0               : socketio              : RasPiIobroker                            -  enabled, port: 8086, bind: 192.168.178.144, run as: admin
                        + system.adapter.socketio.1               : socketio              : RasPiIobroker                            -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                        + system.adapter.telegram.0               : telegram              : RasPiIobroker                            -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : RasPiIobroker                            -  enabled, port: 8082, bind: 192.168.178.144, run as: admin
                        + system.adapter.web.1                    : web                   : RasPiIobroker                            -  enabled, port: 8083, bind: 192.168.178.144, run as: admin
                        + system.adapter.ws.0                     : ws                    : RasPiIobroker                            -  enabled, port: 8085, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.1                 : zigbee                : RasPiIobroker                            -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_1c87ccd6d41bef11984da4d94909ffd0-if00-port0
                        
                        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.8.24   , installed 7.8.24
                        Adapter    "alexa2"       : 3.27.4   , installed 3.27.4
                        Adapter    "backitup"     : 3.3.17   , installed 3.3.17
                        Adapter    "cloud"        : 6.0.1    , installed 6.0.1
                        Adapter    "devices"      : 2.0.5    , installed 2.0.5
                        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                        Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                        Adapter    "echarts"      : 3.1.0    , installed 3.1.0
                        Adapter    "energiefluss-erweitert": 0.8.2, installed 0.8.2
                        Adapter    "epson_ecotank_et_2750": 1.1.0, installed 1.1.0
                        Adapter    "fb-checkpresence": 1.4.2 , installed 1.4.2
                        Adapter    "feiertage"    : 1.4.0    , installed 1.4.0
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "history"      : 4.0.0    , installed 4.0.0
                        Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                        Adapter    "hm-rpc"       : 3.0.2    , installed 3.0.2
                        Adapter    "homekit-controller": 0.5.11, installed 0.5.11
                        Adapter    "ical"         : 1.20.1   , installed 1.20.1
                        Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                        Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                        Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                        Adapter    "icons-smarthome": 1.0.0  , installed 1.0.0
                        Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "javascript"   : 9.2.2    , installed 9.2.2
                        Controller "js-controller": 7.1.2    , installed 7.1.2
                        Adapter    "melcloud"     : 3.0.4    , installed 3.0.4
                        Adapter    "nina"         : 0.0.26   , installed 0.0.26
                        Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                        Adapter    "radar-trap"   : 2.2.2    , installed 2.2.2
                        Adapter    "reolink"      : 1.4.2    , installed 1.4.2
                        Adapter    "residents"    : 1.1.1    , installed 1.1.1
                        Adapter    "roborock"     : 0.7.0    , installed 0.7.0
                        Adapter    "rpi2"         : 3.0.2    , installed 3.0.2
                        Adapter    "shelly"       : 10.6.1   , installed 10.6.1
                        Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                        Adapter    "smartthings"  : 0.3.0    , installed 0.3.0
                        Adapter    "socketio"     : 7.1.3    , installed 7.1.3
                        Adapter    "solarmanpv"   : 0.7.3    , installed 0.7.3
                        Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                        Adapter    "sprinklecontrol": 1.0.5  , installed 1.0.5
                        Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                        Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                        Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                        Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                        Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                        Adapter    "unifi-protect": 1.0.1    , installed 1.0.1
                        Adapter    "virtualpowermeter": 1.5.0, installed 1.5.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "vis-2"        : 2.13.19  , installed 2.13.19
                        Adapter    "vis-2-widgets-radar-trap": 2.3.3, installed 2.3.3
                        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                        Adapter    "vis-colorpicker": 2.1.0  , installed 2.1.0
                        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                        Adapter    "vis-hqwidgets": 1.6.1    , installed 1.6.1
                        Adapter    "vis-icontwo"  : 2.11.3   , installed 2.11.3
                        Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                        Adapter    "vis-jqui-mfd" : 1.1.3    , installed 1.1.3
                        Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                        Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                        Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                        Adapter    "vw-connect"   : 0.8.3    , installed 0.8.1  [Updatable]
                        Adapter    "web"          : 8.1.0    , installed 8.1.0
                        Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                        Adapter    "worx"         : 3.3.0    , installed 3.3.0
                        Adapter    "ws"           : 4.1.0    , installed 4.1.0
                        Adapter    "yahka"        : 1.1.6    , installed 1.1.6
                        Adapter    "zigbee"       : 3.4.3    , installed 3.4.3
                        Adapter    "zigbee2mqtt"  : 3.2.1    , installed 3.2.1
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        36090
                        States:         30856
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://deb.debian.org/debian trixie InRelease
                        Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                        Hit:3 http://archive.raspberrypi.com/debian trixie InRelease
                        Hit:4 http://deb.debian.org/debian-security trixie-security InRelease
                        Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                        Reading package lists...
                        Pending systemupdates: 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 192.168.178.144:8082    0.0.0.0:*               LISTEN      1001       19985      3704/io.web.0
                        tcp        0      0 192.168.178.144:8083    0.0.0.0:*               LISTEN      1001       22167      3721/io.web.1
                        tcp        0      0 192.168.178.144:8086    0.0.0.0:*               LISTEN      1001       21039      3512/io.socketio.0
                        tcp        0      0 0.0.0.0:43923           0.0.0.0:*               LISTEN      1001       18821      3214/io.yahka.0
                        tcp        0      0 192.168.178.144:2001    0.0.0.0:*               LISTEN      1001       17988      3021/io.hm-rpc.0
                        tcp        0      0 192.168.178.144:2010    0.0.0.0:*               LISTEN      1001       18088      3068/io.hm-rpc.2
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16901      2851/iobroker.js-co
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15249      2851/iobroker.js-co
                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          265        1/init
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          9325       860/sshd: /usr/sbin
                        tcp        0      0 192.168.178.144:8701    0.0.0.0:*               LISTEN      1001       16223      3034/io.hm-rpc.1
                        tcp6       0      0 :::8085                 :::*                    LISTEN      1001       22531      3737/io.ws.0
                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       19879      3524/io.socketio.1
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       17822      2879/io.admin.0
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          1206       1/init
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          9335       860/sshd: /usr/sbin
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          5511       1/init
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           101        1911       645/avahi-daemon: r
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       18874      3117/io.shelly.0
                        udp        0      0 0.0.0.0:39001           0.0.0.0:*                           101        1913       645/avahi-daemon: r
                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       19043      3125/io.tuya.0
                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       19044      3125/io.tuya.0
                        udp6       0      0 :::111                  :::*                                0          5512       1/init
                        udp6       0      0 fe80::3474:42d7:a07:546 :::*                                0          8348       699/NetworkManager
                        udp6       0      0 :::5353                 :::*                                101        1912       645/avahi-daemon: r
                        udp6       0      0 :::59000                :::*                                101        1914       645/avahi-daemon: r
                        
                        *** Log File - Last 25 Lines ***
                        
                        2026-05-10 22:55:28.844  - info: dwd.0 (4317) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2026-05-10 22:55:29.393  - info: host.RasPiIobroker instance system.adapter.dwd.0 having pid 4317 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2026-05-10 22:55:48.086  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:55:48.310  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:55:50.902  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Connect locally to device
                        2026-05-10 22:55:50.902  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg Init with IP=192.168.178.194, Key=d5R&$cSpUI/[yvX#, Version=3.3
                        2026-05-10 22:55:53.974  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:56:17.046  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (3): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:56:51.382  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:56:54.156  - info: tuya.0 (3125) bfacf54b96372f497255jg: Connect locally to device
                        2026-05-10 22:56:54.156  - info: tuya.0 (3125) bfacf54b96372f497255jg Init with IP=192.168.178.53, Key=gd/V|.sWrld+{7Bp, Version=3.3
                        2026-05-10 22:56:57.239  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:57:00.118  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:57:20.310  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (3): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:58:03.190  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:58:03.382  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:58:05.959  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Connect locally to device
                        2026-05-10 22:58:05.960  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg Init with IP=192.168.178.194, Key=d5R&$cSpUI/[yvX#, Version=3.3
                        2026-05-10 22:58:09.014  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:58:32.086  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (3): connect EHOSTUNREACH 192.168.178.194:6668
                        2026-05-10 22:59:06.463  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (7): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:59:10.969  - info: tuya.0 (3125) bfacf54b96372f497255jg: Connect locally to device
                        2026-05-10 22:59:10.974  - info: tuya.0 (3125) bfacf54b96372f497255jg Init with IP=192.168.178.53, Key=gd/V|.sWrld+{7Bp, Version=3.3
                        2026-05-10 22:59:14.038  - info: tuya.0 (3125) bfacf54b96372f497255jg: Error on Reconnect (1): connect EHOSTUNREACH 192.168.178.53:6668
                        2026-05-10 22:59:15.163  - info: tuya.0 (3125) bf883cc2b4e69f7ed901gg: Error on Reconnect (5): connect EHOSTUNREACH 192.168.178.194:6668
                        
                        

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

                        iob diag has finished.

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

                        @Würfel

                        Da fehlt der Anfang.

                        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
                        • W Offline
                          W Offline
                          Würfel
                          schrieb am zuletzt editiert von
                          #21

                          Oh Sorry. Sollte nun komplett sein.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • W Würfel

                            Oh Sorry. Sollte nun komplett sein.

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

                            @Würfel

                            Das schaut soweit i. O. aus.
                            Ich würde wohl statt des Beta/Latest-Reppo da stable verwenden.

                            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

                            W 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @Würfel

                              Das schaut soweit i. O. aus.
                              Ich würde wohl statt des Beta/Latest-Reppo da stable verwenden.

                              W Offline
                              W Offline
                              Würfel
                              schrieb am zuletzt editiert von
                              #23

                              @Thomas-Braun Kann ich das einfach in den Basiseinstellungen anklicken und speichern oder mache ich mir da eine neue Baustelle auf?
                              Upgrade automatisch?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • W Würfel

                                @Thomas-Braun Kann ich das einfach in den Basiseinstellungen anklicken und speichern oder mache ich mir da eine neue Baustelle auf?
                                Upgrade automatisch?

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

                                @Würfel

                                Die Quellen kannst du in den Einstellungen ändern.
                                Von automatischen Upgrades lasse ich die Finger, ich sehe gerne kommen, was da aktualisiert wird.

                                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
                                • W Offline
                                  W Offline
                                  Würfel
                                  schrieb am zuletzt editiert von
                                  #25

                                  Ok Danke

                                  1 Antwort Letzte Antwort
                                  0

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

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

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

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


                                  Support us

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

                                  401

                                  Online

                                  33.0k

                                  Benutzer

                                  83.2k

                                  Themen

                                  1.3m

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

                                  • Du hast noch kein Konto? Registrieren

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