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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Zigbee update ERROR: code 25

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.2k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.5k

Zigbee update ERROR: code 25

Geplant Angeheftet Gesperrt Verschoben Error/Bug
22 Beiträge 5 Kommentatoren 1.5k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • tmistertT Offline
    tmistertT Offline
    tmistert
    schrieb am zuletzt editiert von
    #1
    Systemdata Bitte Ausfüllen
    Hardwaresystem: NUC
    Arbeitsspeicher: 8GB
    Festplattenart: HDD
    Betriebssystem: Debian
    Node-Version: 14.17.3
    Nodejs-Version: 14.17.2
    NPM-Version: 6.14.13
    Installationsart: Manuell
    Image genutzt: Nein

    Guten Tag,
    ich erhoffe mir hier Hilfe, da ich bisher nicht weiterkommen.
    Ich möchte meinen Zigbee-adapter auf die Version von Koenkk (zigbee-herdsman-converters) updaten.
    Leider bekomme ich beim Installieren über GIT immer einen Fehler ausgeworfen:

    $ iobroker url https://github.com/Koenkk/zigbee-herdsman-converters --host debian
    
    install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666
    
    NPM version: 6.14.13
    
    npm install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666 --loglevel error --prefix "/opt/iobroker" (System call)
    
    ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
    
    ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:0:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~
    
    ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~
    
    /home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:152:69: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
    
    ../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ username->WriteUtf8(m->username, sizeof(m->username) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ password->WriteUtf8(m->password, sizeof(m->password) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void void init(Handle<Object> exports) { ^~~~~~../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
    
    ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token void init(Handle<Object> exports) { ^../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope void init(Handle<Object> exports) { ^~~~~~~In file included from ../../nan/nan.h:56:0, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope NODE_MODULE(authenticate_pam, init); ^/home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:758:36: note: in definition of macro ‘NODE_MODULE_X’ (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
    
    make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
    
    gyp ERR! build error
    
    gyp ERR! stack Error: `make` failed with exit code: 2
    
    gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:375:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)gyp ERR! System Linux 4.9.0-16-amd64
    
    gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.17.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
    
    ../src/linux/BluetoothSerialPort.cc:18:14: error: variable or field ‘InitAll’ declared void void InitAll(Handle<Object> exports) { ^~~~~~../src/linux/BluetoothSerialPort.cc:18:14: error: ‘Handle’ was not declared in this scope../src/linux/BluetoothSerialPort.cc:18:27: error: expected primary-expression before ‘>’ token void InitAll(Handle<Object> exports) { ^../src/linux/BluetoothSerialPort.cc:18:29: error: ‘exports’ was not declared in this scope void InitAll(Handle<Object> exports) { ^~~~~~~In file included from ../src/linux/BluetoothSerialPort.cc:12:0:../src/linux/BluetoothSerialPort.cc:23:34: error: ‘InitAll’ was not declared in this scope NODE_MODULE(BluetoothSerialPort, InitAll) ^/home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:758:36: note: in definition of macro ‘NODE_MODULE_X’ (node::addon_register_func) (regfunc), \ ^~~~~~~../src/linux/BluetoothSerialPort.cc:23:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(BluetoothSerialPort, InitAll) ^~~~~~~~~~~
    
    make: *** [Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o] Fehler 1
    
    gyp ERR! build error
    
    gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:375:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)gyp ERR! System Linux 4.9.0-16-amd64gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"gyp ERR! cwd /opt/iobroker/node_modules/node-bluetoothgyp ERR! node -v v14.17.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
    
    host.debian Cannot install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666: 0
    
    ERROR: Process exited with code 25
    

    Kann mir jemand erklären, wie ich auf diese Version umstellen kann?
    Könnte ich zur Not den Zigbee Adapter löschen und neu installieren oder sind dann alle Geräte (und Skripte) weg?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • tmistertT tmistert
      Systemdata Bitte Ausfüllen
      Hardwaresystem: NUC
      Arbeitsspeicher: 8GB
      Festplattenart: HDD
      Betriebssystem: Debian
      Node-Version: 14.17.3
      Nodejs-Version: 14.17.2
      NPM-Version: 6.14.13
      Installationsart: Manuell
      Image genutzt: Nein

      Guten Tag,
      ich erhoffe mir hier Hilfe, da ich bisher nicht weiterkommen.
      Ich möchte meinen Zigbee-adapter auf die Version von Koenkk (zigbee-herdsman-converters) updaten.
      Leider bekomme ich beim Installieren über GIT immer einen Fehler ausgeworfen:

      $ iobroker url https://github.com/Koenkk/zigbee-herdsman-converters --host debian
      
      install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666
      
      NPM version: 6.14.13
      
      npm install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666 --loglevel error --prefix "/opt/iobroker" (System call)
      
      ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
      
      ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:0:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~
      
      ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~
      
      /home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:152:69: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
      
      ../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ username->WriteUtf8(m->username, sizeof(m->username) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ password->WriteUtf8(m->password, sizeof(m->password) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void void init(Handle<Object> exports) { ^~~~~~../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
      
      ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token void init(Handle<Object> exports) { ^../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope void init(Handle<Object> exports) { ^~~~~~~In file included from ../../nan/nan.h:56:0, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope NODE_MODULE(authenticate_pam, init); ^/home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:758:36: note: in definition of macro ‘NODE_MODULE_X’ (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
      
      make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
      
      gyp ERR! build error
      
      gyp ERR! stack Error: `make` failed with exit code: 2
      
      gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:375:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)gyp ERR! System Linux 4.9.0-16-amd64
      
      gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.17.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
      
      ../src/linux/BluetoothSerialPort.cc:18:14: error: variable or field ‘InitAll’ declared void void InitAll(Handle<Object> exports) { ^~~~~~../src/linux/BluetoothSerialPort.cc:18:14: error: ‘Handle’ was not declared in this scope../src/linux/BluetoothSerialPort.cc:18:27: error: expected primary-expression before ‘>’ token void InitAll(Handle<Object> exports) { ^../src/linux/BluetoothSerialPort.cc:18:29: error: ‘exports’ was not declared in this scope void InitAll(Handle<Object> exports) { ^~~~~~~In file included from ../src/linux/BluetoothSerialPort.cc:12:0:../src/linux/BluetoothSerialPort.cc:23:34: error: ‘InitAll’ was not declared in this scope NODE_MODULE(BluetoothSerialPort, InitAll) ^/home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:758:36: note: in definition of macro ‘NODE_MODULE_X’ (node::addon_register_func) (regfunc), \ ^~~~~~~../src/linux/BluetoothSerialPort.cc:23:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(BluetoothSerialPort, InitAll) ^~~~~~~~~~~
      
      make: *** [Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o] Fehler 1
      
      gyp ERR! build error
      
      gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:375:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)gyp ERR! System Linux 4.9.0-16-amd64gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"gyp ERR! cwd /opt/iobroker/node_modules/node-bluetoothgyp ERR! node -v v14.17.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
      
      host.debian Cannot install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666: 0
      
      ERROR: Process exited with code 25
      

      Kann mir jemand erklären, wie ich auf diese Version umstellen kann?
      Könnte ich zur Not den Zigbee Adapter löschen und neu installieren oder sind dann alle Geräte (und Skripte) weg?

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

      @tmistert sagte in Zigbee update ERROR: code 25:

      /usr/local/bin/node

      Node ist 'krumm' installiert worden.
      Schau in meiner Signatur wie man es gerade zieht.

      Und deinstallier den terminal-Adapter, sollte er vorhanden sein.

      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
      1
      • AsgothianA Offline
        AsgothianA Offline
        Asgothian
        Developer
        schrieb am zuletzt editiert von
        #3

        @thomas-braun sagte in Zigbee update ERROR: code 25:

        @tmistert sagte in Zigbee update ERROR: code 25:

        /usr/local/bin/node

        Node ist 'krumm' installiert worden.
        Schau in meiner Signatur wie man es gerade zieht.

        Und deinstallier den terminal-Adapter, sollte er vorhanden sein.

        Ob Node krumm installiert worden ist kann ich nicht sagen, aber:

        zigbee-herdsman-converters ist kein Adapter der über iobroker installiert werden kann. Es ist auch generell nicht empfehlenswert die herdsman-converters von GitHub zu installieren. Diese sollten generell über npm zusammen mit dem zigbee adapter installiert werden.

        A.

        ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
        "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

        Thomas BraunT 1 Antwort Letzte Antwort
        1
        • AsgothianA Asgothian

          @thomas-braun sagte in Zigbee update ERROR: code 25:

          @tmistert sagte in Zigbee update ERROR: code 25:

          /usr/local/bin/node

          Node ist 'krumm' installiert worden.
          Schau in meiner Signatur wie man es gerade zieht.

          Und deinstallier den terminal-Adapter, sollte er vorhanden sein.

          Ob Node krumm installiert worden ist kann ich nicht sagen, aber:

          zigbee-herdsman-converters ist kein Adapter der über iobroker installiert werden kann. Es ist auch generell nicht empfehlenswert die herdsman-converters von GitHub zu installieren. Diese sollten generell über npm zusammen mit dem zigbee adapter installiert werden.

          A.

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

          @asgothian

          command "/usr/local/bin/node"
          

          Untrügliches Zeichen für eine krumme Installation. Es sei denn da ist jemand auf einem super-exotischen System unterwegs.

          Die zigbee-herdsman-converters zieht man besser nicht selber rein, da bin ich dabei.

          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

          tmistertT 1 Antwort Letzte Antwort
          1
          • Thomas BraunT Thomas Braun

            @asgothian

            command "/usr/local/bin/node"
            

            Untrügliches Zeichen für eine krumme Installation. Es sei denn da ist jemand auf einem super-exotischen System unterwegs.

            Die zigbee-herdsman-converters zieht man besser nicht selber rein, da bin ich dabei.

            tmistertT Offline
            tmistertT Offline
            tmistert
            schrieb am zuletzt editiert von
            #5

            @thomas-braun
            Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
            Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

            Thomas BraunT AsgothianA 2 Antworten Letzte Antwort
            0
            • tmistertT tmistert

              @thomas-braun
              Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
              Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

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

              @tmistert Der kommt aber als Abhängigkeit über den zigbee-Adapter mit. Herdsman-converters installiert man nicht autark.

              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
              1
              • tmistertT tmistert

                @thomas-braun
                Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
                Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

                AsgothianA Offline
                AsgothianA Offline
                Asgothian
                Developer
                schrieb am zuletzt editiert von Asgothian
                #7

                @tmistert sagte in Zigbee update ERROR: code 25:

                @thomas-braun
                Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
                Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

                Das zigbee-herdsman-converters Projekt ist eine Bibliothek. Es ist kein adapter. Um die neuste Version der Converters zu bekommen gibt es aktuell 2 Optionen.

                • Es gibt einen Branch auf Github der den neusten Zigbee-Adapter mit einem alten zigbee-herdsman und den neusten zigbee-herdsman-converters nutzt.
                • Du versuchst die zigbee-herdsman-converters Bibliothek zu deinem aktuellen iobroker.zigbee Adapter zu installieren (üblicherweise via npm). Ob das klappt oder nicht ist nicht sicher, und du tust es auf eigene Gefahr. Es kann dazu führen das der Adapter nicht mehr läuft, oder das er sich die im Adapter geforderte Version der Bibliothek manuell nachinstalliert.

                A.

                ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                tmistertT 1 Antwort Letzte Antwort
                1
                • AsgothianA Asgothian

                  @tmistert sagte in Zigbee update ERROR: code 25:

                  @thomas-braun
                  Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
                  Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

                  Das zigbee-herdsman-converters Projekt ist eine Bibliothek. Es ist kein adapter. Um die neuste Version der Converters zu bekommen gibt es aktuell 2 Optionen.

                  • Es gibt einen Branch auf Github der den neusten Zigbee-Adapter mit einem alten zigbee-herdsman und den neusten zigbee-herdsman-converters nutzt.
                  • Du versuchst die zigbee-herdsman-converters Bibliothek zu deinem aktuellen iobroker.zigbee Adapter zu installieren (üblicherweise via npm). Ob das klappt oder nicht ist nicht sicher, und du tust es auf eigene Gefahr. Es kann dazu führen das der Adapter nicht mehr läuft, oder das er sich die im Adapter geforderte Version der Bibliothek manuell nachinstalliert.

                  A.

                  tmistertT Offline
                  tmistertT Offline
                  tmistert
                  schrieb am zuletzt editiert von
                  #8

                  @asgothian
                  Ok, vielen Dank.
                  Aber wie genau kann ich das jetzt einfügen? Bei der Installation über die Katze kommt der Fehler.
                  Was ist das Problem bzw. wie mach ich es richtig?

                  AsgothianA 1 Antwort Letzte Antwort
                  0
                  • tmistertT tmistert

                    @asgothian
                    Ok, vielen Dank.
                    Aber wie genau kann ich das jetzt einfügen? Bei der Installation über die Katze kommt der Fehler.
                    Was ist das Problem bzw. wie mach ich es richtig?

                    AsgothianA Offline
                    AsgothianA Offline
                    Asgothian
                    Developer
                    schrieb am zuletzt editiert von Asgothian
                    #9

                    @tmistert
                    du gehst auf die Konsole auf das korrekte Verzeichnis (das in dessen node_modules Verzeichnis der zigbee-herdsman-converter drin ist.)

                    Dann machst du npm install zigbee-herdsman-converters.

                    A.

                    p.s. on danach dein lidl bewässerungsdings geht ist mindestens fraglich.

                    ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                    "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                    tmistertT 1 Antwort Letzte Antwort
                    1
                    • AsgothianA Asgothian

                      @tmistert
                      du gehst auf die Konsole auf das korrekte Verzeichnis (das in dessen node_modules Verzeichnis der zigbee-herdsman-converter drin ist.)

                      Dann machst du npm install zigbee-herdsman-converters.

                      A.

                      p.s. on danach dein lidl bewässerungsdings geht ist mindestens fraglich.

                      tmistertT Offline
                      tmistertT Offline
                      tmistert
                      schrieb am zuletzt editiert von
                      #10

                      @Asgothian
                      Also ich habe die Schritte aus @Thomas-Braun s Anleitung befolgt. Allerdings meine ich, dass alles korrekt installiert ist.

                      Bei

                      apt policy nodejs
                      

                      kommt

                      nodejs:
                        Installiert:           14.17.2-1nodesource1
                        Installationskandidat: 14.17.2-1nodesource1
                        Versionstabelle:
                       *** 14.17.2-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                              100 /var/lib/dpkg/status
                           4.8.2~dfsg-1 500
                              500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                      

                      Bei

                      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                      

                      kommt

                      /usr/bin/nodejs
                      /usr/local/bin/node
                      /usr/local/bin/npm
                      v14.17.2
                      v14.17.3
                      6.14.13
                      [sudo] Passwort für tmistert: 
                      OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                      OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                      Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                      Holen:4 http://ftp.de.debian.org/debian stretch-updates InRelease [93,6 kB]
                      OK:5 https://deb.nodesource.com/node_14.x stretch InRelease    
                      OK:6 http://ftp.de.debian.org/debian stretch Release 
                      Es wurden 93,6 kB in 1 s geholt (79,1 kB/s).         
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.       
                      Statusinformationen werden eingelesen.... Fertig
                      Alle Pakete sind aktuell.
                      OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                      OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                      Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                      OK:4 http://ftp.de.debian.org/debian stretch-updates InRelease
                      OK:5 http://ftp.de.debian.org/debian stretch Release 
                      OK:6 https://deb.nodesource.com/node_14.x stretch InRelease
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.       
                      Statusinformationen werden eingelesen.... Fertig
                      Alle Pakete sind aktuell.
                      nodejs:
                        Installiert:           14.17.2-1nodesource1
                        Installationskandidat: 14.17.2-1nodesource1
                        Versionstabelle:
                       *** 14.17.2-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                              100 /var/lib/dpkg/status
                           4.8.2~dfsg-1 500
                              500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                      

                      Das sieht nach meiner Einschätzung aus wie es soll. Oder?

                      Woran könnte es sonst liegen?

                      tmistertT GlasfaserG 2 Antworten Letzte Antwort
                      0
                      • tmistertT tmistert

                        @Asgothian
                        Also ich habe die Schritte aus @Thomas-Braun s Anleitung befolgt. Allerdings meine ich, dass alles korrekt installiert ist.

                        Bei

                        apt policy nodejs
                        

                        kommt

                        nodejs:
                          Installiert:           14.17.2-1nodesource1
                          Installationskandidat: 14.17.2-1nodesource1
                          Versionstabelle:
                         *** 14.17.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                                100 /var/lib/dpkg/status
                             4.8.2~dfsg-1 500
                                500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                        

                        Bei

                        which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                        

                        kommt

                        /usr/bin/nodejs
                        /usr/local/bin/node
                        /usr/local/bin/npm
                        v14.17.2
                        v14.17.3
                        6.14.13
                        [sudo] Passwort für tmistert: 
                        OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                        OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                        Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                        Holen:4 http://ftp.de.debian.org/debian stretch-updates InRelease [93,6 kB]
                        OK:5 https://deb.nodesource.com/node_14.x stretch InRelease    
                        OK:6 http://ftp.de.debian.org/debian stretch Release 
                        Es wurden 93,6 kB in 1 s geholt (79,1 kB/s).         
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.       
                        Statusinformationen werden eingelesen.... Fertig
                        Alle Pakete sind aktuell.
                        OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                        OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                        Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                        OK:4 http://ftp.de.debian.org/debian stretch-updates InRelease
                        OK:5 http://ftp.de.debian.org/debian stretch Release 
                        OK:6 https://deb.nodesource.com/node_14.x stretch InRelease
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.       
                        Statusinformationen werden eingelesen.... Fertig
                        Alle Pakete sind aktuell.
                        nodejs:
                          Installiert:           14.17.2-1nodesource1
                          Installationskandidat: 14.17.2-1nodesource1
                          Versionstabelle:
                         *** 14.17.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                                100 /var/lib/dpkg/status
                             4.8.2~dfsg-1 500
                                500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                        

                        Das sieht nach meiner Einschätzung aus wie es soll. Oder?

                        Woran könnte es sonst liegen?

                        tmistertT Offline
                        tmistertT Offline
                        tmistert
                        schrieb am zuletzt editiert von
                        #11

                        @Asgothian
                        Ich habe das in dem Verzeichnis ausgeführt und folgenden Fehler erhalten:

                        
                        npm ERR! code EACCES
                        npm ERR! syscall mkdir
                        npm ERR! path /home/tmistert/.npm
                        npm ERR! errno -13
                        npm ERR! 
                        npm ERR! Your cache folder contains root-owned files, due to a bug in
                        npm ERR! previous versions of npm which has since been addressed.
                        npm ERR! 
                        npm ERR! To permanently fix this problem, please run:
                        npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                        npm ERR! code EACCES
                        npm ERR! syscall mkdir
                        npm ERR! path /home/tmistert/.npm
                        npm ERR! errno -13
                        npm ERR! 
                        npm ERR! Your cache folder contains root-owned files, due to a bug in
                        npm ERR! previous versions of npm which has since been addressed.
                        npm ERR! 
                        npm ERR! To permanently fix this problem, please run:
                        npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                        
                        AsgothianA 1 Antwort Letzte Antwort
                        0
                        • tmistertT tmistert

                          @Asgothian
                          Also ich habe die Schritte aus @Thomas-Braun s Anleitung befolgt. Allerdings meine ich, dass alles korrekt installiert ist.

                          Bei

                          apt policy nodejs
                          

                          kommt

                          nodejs:
                            Installiert:           14.17.2-1nodesource1
                            Installationskandidat: 14.17.2-1nodesource1
                            Versionstabelle:
                           *** 14.17.2-1nodesource1 500
                                  500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               4.8.2~dfsg-1 500
                                  500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                          

                          Bei

                          which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                          

                          kommt

                          /usr/bin/nodejs
                          /usr/local/bin/node
                          /usr/local/bin/npm
                          v14.17.2
                          v14.17.3
                          6.14.13
                          [sudo] Passwort für tmistert: 
                          OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                          OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                          Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                          Holen:4 http://ftp.de.debian.org/debian stretch-updates InRelease [93,6 kB]
                          OK:5 https://deb.nodesource.com/node_14.x stretch InRelease    
                          OK:6 http://ftp.de.debian.org/debian stretch Release 
                          Es wurden 93,6 kB in 1 s geholt (79,1 kB/s).         
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.       
                          Statusinformationen werden eingelesen.... Fertig
                          Alle Pakete sind aktuell.
                          OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                          OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                          Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                          OK:4 http://ftp.de.debian.org/debian stretch-updates InRelease
                          OK:5 http://ftp.de.debian.org/debian stretch Release 
                          OK:6 https://deb.nodesource.com/node_14.x stretch InRelease
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.       
                          Statusinformationen werden eingelesen.... Fertig
                          Alle Pakete sind aktuell.
                          nodejs:
                            Installiert:           14.17.2-1nodesource1
                            Installationskandidat: 14.17.2-1nodesource1
                            Versionstabelle:
                           *** 14.17.2-1nodesource1 500
                                  500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               4.8.2~dfsg-1 500
                                  500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                          

                          Das sieht nach meiner Einschätzung aus wie es soll. Oder?

                          Woran könnte es sonst liegen?

                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          schrieb am zuletzt editiert von
                          #12

                          @tmistert sagte in Zigbee update ERROR: code 25:

                          Allerdings meine ich, dass alles korrekt installiert ist.
                          Woran könnte es sonst liegen?

                          /usr/bin/nodejs
                          /usr/local/bin/node
                          /usr/local/bin/npm
                          

                          immer noch schief .

                          Zitat:

                          Wichtig und richtig ist:
                          
                          nodejs liegt in /usr/bin
                          node liegt in /usr/bin
                          npm liegt in /usr/bin
                          
                          und nicht in /usr/local/bin
                          

                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                          tmistertT 1 Antwort Letzte Antwort
                          1
                          • GlasfaserG Glasfaser

                            @tmistert sagte in Zigbee update ERROR: code 25:

                            Allerdings meine ich, dass alles korrekt installiert ist.
                            Woran könnte es sonst liegen?

                            /usr/bin/nodejs
                            /usr/local/bin/node
                            /usr/local/bin/npm
                            

                            immer noch schief .

                            Zitat:

                            Wichtig und richtig ist:
                            
                            nodejs liegt in /usr/bin
                            node liegt in /usr/bin
                            npm liegt in /usr/bin
                            
                            und nicht in /usr/local/bin
                            
                            tmistertT Offline
                            tmistertT Offline
                            tmistert
                            schrieb am zuletzt editiert von
                            #13

                            @Glasfaser
                            Ah, Danke. manchmal sind es die kleinen Dinge. Ich probiere das geradezubiegen.

                            tmistertT 1 Antwort Letzte Antwort
                            0
                            • tmistertT tmistert

                              @Glasfaser
                              Ah, Danke. manchmal sind es die kleinen Dinge. Ich probiere das geradezubiegen.

                              tmistertT Offline
                              tmistertT Offline
                              tmistert
                              schrieb am zuletzt editiert von tmistert
                              #14

                              @tmistert
                              Ok, ich habe jetzt node und npm gelöscht. (nodejs war ja richtig?)
                              Aber nach der Anleitung bekomme ich das jetzt nicht mehr installiert?
                              Welche Befehle muss ich denn ausführen?

                              EDIT: Habe es hinbekommen

                              J 1 Antwort Letzte Antwort
                              0
                              • tmistertT tmistert

                                @Asgothian
                                Ich habe das in dem Verzeichnis ausgeführt und folgenden Fehler erhalten:

                                
                                npm ERR! code EACCES
                                npm ERR! syscall mkdir
                                npm ERR! path /home/tmistert/.npm
                                npm ERR! errno -13
                                npm ERR! 
                                npm ERR! Your cache folder contains root-owned files, due to a bug in
                                npm ERR! previous versions of npm which has since been addressed.
                                npm ERR! 
                                npm ERR! To permanently fix this problem, please run:
                                npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                npm ERR! code EACCES
                                npm ERR! syscall mkdir
                                npm ERR! path /home/tmistert/.npm
                                npm ERR! errno -13
                                npm ERR! 
                                npm ERR! Your cache folder contains root-owned files, due to a bug in
                                npm ERR! previous versions of npm which has since been addressed.
                                npm ERR! 
                                npm ERR! To permanently fix this problem, please run:
                                npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                
                                AsgothianA Offline
                                AsgothianA Offline
                                Asgothian
                                Developer
                                schrieb am zuletzt editiert von
                                #15

                                @tmistert sagte in Zigbee update ERROR: code 25:

                                @Asgothian
                                Ich habe das in dem Verzeichnis ausgeführt und folgenden Fehler erhalten:

                                npm ERR! To permanently fix this problem, please run:
                                npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                

                                Wer lesen kann...

                                Was du tun musst um den Fehler zu beheben steht da doch.

                                ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                                "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                                tmistertT 1 Antwort Letzte Antwort
                                1
                                • AsgothianA Asgothian

                                  @tmistert sagte in Zigbee update ERROR: code 25:

                                  @Asgothian
                                  Ich habe das in dem Verzeichnis ausgeführt und folgenden Fehler erhalten:

                                  npm ERR! To permanently fix this problem, please run:
                                  npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                  

                                  Wer lesen kann...

                                  Was du tun musst um den Fehler zu beheben steht da doch.

                                  tmistertT Offline
                                  tmistertT Offline
                                  tmistert
                                  schrieb am zuletzt editiert von tmistert
                                  #16

                                  @asgothian
                                  Danke. Das habe ich gemacht. Aber wie lange soll das laufen?
                                  Ich habe nach 10 Minuten abgebrochen. Dauert das so lange?

                                  Edit:
                                  Jetzt habe ich das mit node und npm gefixt.
                                  Wenn ich nun

                                  sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                  

                                  eingebe, kommt folgendes:

                                  chown: Zugriff auf '/home/tmistert/.npm' nicht möglich: Datei oder Verzeichnis nicht gefunden
                                  

                                  und nun?

                                  AsgothianA 1 Antwort Letzte Antwort
                                  0
                                  • tmistertT tmistert

                                    @asgothian
                                    Danke. Das habe ich gemacht. Aber wie lange soll das laufen?
                                    Ich habe nach 10 Minuten abgebrochen. Dauert das so lange?

                                    Edit:
                                    Jetzt habe ich das mit node und npm gefixt.
                                    Wenn ich nun

                                    sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                    

                                    eingebe, kommt folgendes:

                                    chown: Zugriff auf '/home/tmistert/.npm' nicht möglich: Datei oder Verzeichnis nicht gefunden
                                    

                                    und nun?

                                    AsgothianA Offline
                                    AsgothianA Offline
                                    Asgothian
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #17

                                    @tmistert sagte in Zigbee update ERROR: code 25:

                                    @asgothian

                                    Ich habe nach 10 Minuten abgebrochen. Dauert das so lange?

                                    Ja.

                                    und nun?
                                    Wenn du npm entfernst wird auch der npm cache entfernt. Wenn du npm neu installiert hast sollte der versuch die Bibliothek zu installieren jetzt gehen.

                                    A.

                                    ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                                    "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                                    1 Antwort Letzte Antwort
                                    1
                                    • tmistertT tmistert

                                      @tmistert
                                      Ok, ich habe jetzt node und npm gelöscht. (nodejs war ja richtig?)
                                      Aber nach der Anleitung bekomme ich das jetzt nicht mehr installiert?
                                      Welche Befehle muss ich denn ausführen?

                                      EDIT: Habe es hinbekommen

                                      J Offline
                                      J Offline
                                      Jan1
                                      schrieb am zuletzt editiert von
                                      #18

                                      @tmistert sagte in Zigbee update ERROR: code 25:

                                      Ok, ich habe jetzt node und npm gelöscht. (nodejs war ja richtig?)

                                      nein war es nicht und solange das nicht stimmt, brauchst auch nicht weiter fummeln, da es sonst nur schlimmer wird.
                                      Was bringt:

                                      nodejs -v && node -v && npm -v && which nodejs && which node && which npm
                                      

                                      Erst wenn das einer abnickt, dann kannst Dich mal um den Rest kümmern ;)

                                      tmistertT 1 Antwort Letzte Antwort
                                      1
                                      • J Jan1

                                        @tmistert sagte in Zigbee update ERROR: code 25:

                                        Ok, ich habe jetzt node und npm gelöscht. (nodejs war ja richtig?)

                                        nein war es nicht und solange das nicht stimmt, brauchst auch nicht weiter fummeln, da es sonst nur schlimmer wird.
                                        Was bringt:

                                        nodejs -v && node -v && npm -v && which nodejs && which node && which npm
                                        

                                        Erst wenn das einer abnickt, dann kannst Dich mal um den Rest kümmern ;)

                                        tmistertT Offline
                                        tmistertT Offline
                                        tmistert
                                        schrieb am zuletzt editiert von
                                        #19

                                        @jan1 said in Zigbee update ERROR: code 25:

                                        nodejs -v && node -v && npm -v && which nodejs && which node && which npm

                                        v14.17.2
                                        v14.17.2
                                        6.14.13
                                        /usr/bin/nodejs
                                        /usr/bin/node
                                        /usr/bin/npm
                                        

                                        Ich danke euch für eure Hilfe!!!

                                        J 1 Antwort Letzte Antwort
                                        0
                                        • tmistertT tmistert

                                          @jan1 said in Zigbee update ERROR: code 25:

                                          nodejs -v && node -v && npm -v && which nodejs && which node && which npm

                                          v14.17.2
                                          v14.17.2
                                          6.14.13
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          

                                          Ich danke euch für eure Hilfe!!!

                                          J Offline
                                          J Offline
                                          Jan1
                                          schrieb am zuletzt editiert von
                                          #20

                                          @tmistert sagte in Zigbee update ERROR: code 25:

                                          nodejs -v && node -v && npm -v && which nodejs && which node && which npm

                                          Das passt, somit ist Nodes richtig und wegen demherdsman-converter solltest Dich an das halten was Asgothian schreibt, nicht manuell, sondern über den Zigbee Adpter.

                                          tmistertT 1 Antwort Letzte Antwort
                                          1
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          808

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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