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. Probleme mit Zigbee und CC26X2R1 nach Neuinstallation

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    13
    1
    623

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    885

Probleme mit Zigbee und CC26X2R1 nach Neuinstallation

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
zigbeezigbee cc26x2r1gelöst
25 Beiträge 5 Kommentatoren 2.3k Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Offline
    S Offline
    Stefan_NK
    schrieb am zuletzt editiert von Stefan_NK
    #1

    Hallo Leute ich bin am verzweifeln und hoffe, ihr könnt mir weiterhelfen.
    Ich hatte meinen iobroker am Raspi und CC26X2R1 über ein Jahr am Laufen. Aus diversen Gründen wollte ich den Raspi nun neu aufsetzen und komme mit Zigbee einfach nicht mehr weiter (Habe mir alle Einstellungen vor der Installation aufgeschrieben).
    Der Raspi wurde mit dem neuesten Image installiert und upgedatet / upgegraded.
    iobroker wurde lt. iobroker.net installiert.
    Die Installatation des Adapters dauert ungewöhnliche 10-15 Minuten und im Installataionsfenster finden sich einige Errors.

    $ iobroker add zigbee --host SmartHome
    NPM version: 6.14.14
    npm install iobroker.zigbee@1.5.6 --loglevel error --prefix "/opt/iobroker" (System call)
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:270:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:314:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:363:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:409:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~
    ../src/serialport.cpp: At global scope:../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) { ^
    ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^
    In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1:/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~
    ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
    ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
    ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:270:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:314:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:363:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:409:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~../src/serialport.cpp: At global scope:../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) { ^../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1:/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~
    ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
    ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
    ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    host.SmartHome install adapter zigbee
    upload [300] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/vis-network.min.css vis-network.min.css text/css
    upload [250] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sensor_ht.png img/sensor_ht.png image/png
    upload [200] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/paulmann_rgbw_globe.png img/paulmann_rgbw_globe.png image/png
    upload [150] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/lamp_01.png img/lamp_01.png image/png
    upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/group_6.png img/group_6.png image/png
    upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gledopto_gu10.png img/gledopto_gu10.png image/png
    upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/flair_viyu_e14_candle.png img/flair_viyu_e14_candle.png image/png
    upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/diy.png img/diy.png image/png
    upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/crts0111.PNG img/crts0111.PNG image/png
    upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_v.png img/battery_v.png image/png
    upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ZHS15.png img/ZHS15.png image/png
    upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Paulmann_50067.png img/Paulmann_50067.png image/png
    upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/HG06104A.png img/HG06104A.png image/png
    upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLOALT.panel.WS.png img/FLOALT.panel.WS.png image/png
    upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eurotronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
    upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_R8_8.png img/DIYRuZ_R8_8.png image/png
    upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_Geiger.png img/DIYRuZ_Geiger.png image/png
    upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_FreePad_LeTV_8.png img/DIYRuZ_FreePad_LeTV_8.png image/png
    upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_FreePad.png img/DIYRuZ_FreePad.png image/png
    upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_Flower.png img/DIYRuZ_Flower.png image/png
    upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_CO2.png img/DIYRuZ_CO2.png image/png
    upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ.png img/DIYRuZ.png image/png
    upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DGNWG05LM.png img/DGNWG05LM.png image/png
    upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Bitron_AV201021A.png img/Bitron_AV201021A.png image/png
    upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/BW-IS5.png img/BW-IS5.png image/png
    upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/BW-IS3.png img/BW-IS3.png image/png
    upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/AV2010_32.png img/AV2010_32.png image/png
    upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw2.png img/86sw2.png image/png
    upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw1.png img/86sw1.png image/png
    upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86plug.png img/86plug.png image/png
    upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/14147206L.png img/14147206L.png image/png
    upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.js admin.js application/javascript
    upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/adapter-settings.js adapter-settings.js application/javascript
    host.SmartHome object system.adapter.zigbee created/updated
    host.SmartHome create instance zigbee
    host.SmartHome object zigbee.0.info.groups created
    host.SmartHome object zigbee.0.info.pairingMessage created
    host.SmartHome object zigbee.0.info.pairingCountdown created
    host.SmartHome object zigbee.0.info.pairingMode created
    host.SmartHome object zigbee.0.info.connection created
    host.SmartHome object zigbee.0.info created
    host.SmartHome object zigbee.0.exclude.all created
    host.SmartHome object zigbee.0.exclude created
    host.SmartHome object system.adapter.zigbee.0.logLevel created
    host.SmartHome object system.adapter.zigbee.0.sigKill created
    host.SmartHome object system.adapter.zigbee.0.eventLoopLag created
    host.SmartHome object system.adapter.zigbee.0.outputCount created
    host.SmartHome object system.adapter.zigbee.0.inputCount created
    host.SmartHome object system.adapter.zigbee.0.uptime created
    host.SmartHome object system.adapter.zigbee.0.memRss created
    host.SmartHome object system.adapter.zigbee.0.memHeapTotal created
    host.SmartHome object system.adapter.zigbee.0.memHeapUsed created
    host.SmartHome object system.adapter.zigbee.0.cputime created
    host.SmartHome object system.adapter.zigbee.0.cpu created
    host.SmartHome object system.adapter.zigbee.0.compactMode created
    host.SmartHome object system.adapter.zigbee.0.connected created
    host.SmartHome object system.adapter.zigbee.0.alive created
    host.SmartHome Set default value of zigbee.0.info.groups:
    host.SmartHome Set default value of zigbee.0.info.pairingMessage:
    host.SmartHome Set default value of zigbee.0.info.pairingCountdown: 0
    host.SmartHome Set default value of zigbee.0.info.pairingMode: false
    host.SmartHome Set default value of zigbee.0.info.connection: false
    host.SmartHome Set default value of zigbee.0.exclude.all: []
    host.SmartHome object system.adapter.zigbee.0 created
    Process exited with code 0
    

    Trotz der Errors geht die Instanz auf grün.
    Trage ich nun, wie in der bisherigen Installation (der Link zum CC26X2R1 wurde natürlich neu ausgelesen) die Daten ein startet die Instanz nicht mehr.

    zigbee.0	2021-08-19 16:02:00.762	error	Error herdsman start
    zigbee.0	2021-08-19 16:02:00.762	error	Failed to start Zigbee
    zigbee.0	2021-08-19 16:02:00.761	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
    zigbee.0	2021-08-19 16:01:50.492	error	Error herdsman start
    zigbee.0	2021-08-19 16:01:50.491	error	Failed to start Zigbee
    zigbee.0	2021-08-19 16:01:50.491	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
    zigbee.0	2021-08-19 16:01:50.490	error	Re-commissioning your network will require re-pairing of all devices!
    zigbee.0	2021-08-19 16:01:50.489	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
    zigbee.0	2021-08-19 16:01:50.489	error	Please update configuration to prevent further issues.
    zigbee.0	2021-08-19 16:01:50.488	error	- Channel List: configured=11, adapter=11
    zigbee.0	2021-08-19 16:01:50.488	error	- Network Key: configured=01030507090b0d0f00020404080a0a0d, adapter=01030507090b0d0f00020406080a0c0d
    zigbee.0	2021-08-19 16:01:50.487	error	- Extended PAN ID: configured=1bb8da1c004b1200, adapter=00124b001caab81b
    zigbee.0	2021-08-19 16:01:50.487	error	- PAN ID: configured=6755, adapter=6754
    zigbee.0	2021-08-19 16:01:50.486	error	Configuration is not consistent with adapter state/backup!
    zigbee.0	2021-08-19 15:54:55.258	error	Serial port not selected! Go to settings page.
    zigbee.0	2021-08-19 15:54:36.902	error	Serial port not selected! Go to settings page.
    

    Könnt ihr mir da bitte weiterhelfen?

    Vielen Dank und lG Stefan

    AsgothianA 1 Antwort Letzte Antwort
    0
    • S Stefan_NK

      Hallo Leute ich bin am verzweifeln und hoffe, ihr könnt mir weiterhelfen.
      Ich hatte meinen iobroker am Raspi und CC26X2R1 über ein Jahr am Laufen. Aus diversen Gründen wollte ich den Raspi nun neu aufsetzen und komme mit Zigbee einfach nicht mehr weiter (Habe mir alle Einstellungen vor der Installation aufgeschrieben).
      Der Raspi wurde mit dem neuesten Image installiert und upgedatet / upgegraded.
      iobroker wurde lt. iobroker.net installiert.
      Die Installatation des Adapters dauert ungewöhnliche 10-15 Minuten und im Installataionsfenster finden sich einige Errors.

      $ iobroker add zigbee --host SmartHome
      NPM version: 6.14.14
      npm install iobroker.zigbee@1.5.6 --loglevel error --prefix "/opt/iobroker" (System call)
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:270:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:314:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/serialport.cpp:363:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:409:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~
      ../src/serialport.cpp: At global scope:../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) { ^
      ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^
      In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1:/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~
      ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
      ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
      ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/serialport.cpp:78:69: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/serialport.cpp:135:71: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:175:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:215:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/serialport.cpp:270:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:314:68: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/serialport.cpp:363:76: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~
      ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:409:70: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~../src/serialport.cpp: At global scope:../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) { ^../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1:/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^/home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~
      ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’:
      ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’:
      ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      host.SmartHome install adapter zigbee
      upload [300] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/vis-network.min.css vis-network.min.css text/css
      upload [250] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sensor_ht.png img/sensor_ht.png image/png
      upload [200] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/paulmann_rgbw_globe.png img/paulmann_rgbw_globe.png image/png
      upload [150] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/lamp_01.png img/lamp_01.png image/png
      upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/group_6.png img/group_6.png image/png
      upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gledopto_gu10.png img/gledopto_gu10.png image/png
      upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/flair_viyu_e14_candle.png img/flair_viyu_e14_candle.png image/png
      upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/diy.png img/diy.png image/png
      upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/crts0111.PNG img/crts0111.PNG image/png
      upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_v.png img/battery_v.png image/png
      upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ZHS15.png img/ZHS15.png image/png
      upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Paulmann_50067.png img/Paulmann_50067.png image/png
      upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/HG06104A.png img/HG06104A.png image/png
      upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLOALT.panel.WS.png img/FLOALT.panel.WS.png image/png
      upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eurotronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
      upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_R8_8.png img/DIYRuZ_R8_8.png image/png
      upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_Geiger.png img/DIYRuZ_Geiger.png image/png
      upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_FreePad_LeTV_8.png img/DIYRuZ_FreePad_LeTV_8.png image/png
      upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_FreePad.png img/DIYRuZ_FreePad.png image/png
      upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_Flower.png img/DIYRuZ_Flower.png image/png
      upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ_CO2.png img/DIYRuZ_CO2.png image/png
      upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DIYRuZ.png img/DIYRuZ.png image/png
      upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/DGNWG05LM.png img/DGNWG05LM.png image/png
      upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Bitron_AV201021A.png img/Bitron_AV201021A.png image/png
      upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/BW-IS5.png img/BW-IS5.png image/png
      upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/BW-IS3.png img/BW-IS3.png image/png
      upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/AV2010_32.png img/AV2010_32.png image/png
      upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw2.png img/86sw2.png image/png
      upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw1.png img/86sw1.png image/png
      upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86plug.png img/86plug.png image/png
      upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/14147206L.png img/14147206L.png image/png
      upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.js admin.js application/javascript
      upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/adapter-settings.js adapter-settings.js application/javascript
      host.SmartHome object system.adapter.zigbee created/updated
      host.SmartHome create instance zigbee
      host.SmartHome object zigbee.0.info.groups created
      host.SmartHome object zigbee.0.info.pairingMessage created
      host.SmartHome object zigbee.0.info.pairingCountdown created
      host.SmartHome object zigbee.0.info.pairingMode created
      host.SmartHome object zigbee.0.info.connection created
      host.SmartHome object zigbee.0.info created
      host.SmartHome object zigbee.0.exclude.all created
      host.SmartHome object zigbee.0.exclude created
      host.SmartHome object system.adapter.zigbee.0.logLevel created
      host.SmartHome object system.adapter.zigbee.0.sigKill created
      host.SmartHome object system.adapter.zigbee.0.eventLoopLag created
      host.SmartHome object system.adapter.zigbee.0.outputCount created
      host.SmartHome object system.adapter.zigbee.0.inputCount created
      host.SmartHome object system.adapter.zigbee.0.uptime created
      host.SmartHome object system.adapter.zigbee.0.memRss created
      host.SmartHome object system.adapter.zigbee.0.memHeapTotal created
      host.SmartHome object system.adapter.zigbee.0.memHeapUsed created
      host.SmartHome object system.adapter.zigbee.0.cputime created
      host.SmartHome object system.adapter.zigbee.0.cpu created
      host.SmartHome object system.adapter.zigbee.0.compactMode created
      host.SmartHome object system.adapter.zigbee.0.connected created
      host.SmartHome object system.adapter.zigbee.0.alive created
      host.SmartHome Set default value of zigbee.0.info.groups:
      host.SmartHome Set default value of zigbee.0.info.pairingMessage:
      host.SmartHome Set default value of zigbee.0.info.pairingCountdown: 0
      host.SmartHome Set default value of zigbee.0.info.pairingMode: false
      host.SmartHome Set default value of zigbee.0.info.connection: false
      host.SmartHome Set default value of zigbee.0.exclude.all: []
      host.SmartHome object system.adapter.zigbee.0 created
      Process exited with code 0
      

      Trotz der Errors geht die Instanz auf grün.
      Trage ich nun, wie in der bisherigen Installation (der Link zum CC26X2R1 wurde natürlich neu ausgelesen) die Daten ein startet die Instanz nicht mehr.

      zigbee.0	2021-08-19 16:02:00.762	error	Error herdsman start
      zigbee.0	2021-08-19 16:02:00.762	error	Failed to start Zigbee
      zigbee.0	2021-08-19 16:02:00.761	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
      zigbee.0	2021-08-19 16:01:50.492	error	Error herdsman start
      zigbee.0	2021-08-19 16:01:50.491	error	Failed to start Zigbee
      zigbee.0	2021-08-19 16:01:50.491	error	Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
      zigbee.0	2021-08-19 16:01:50.490	error	Re-commissioning your network will require re-pairing of all devices!
      zigbee.0	2021-08-19 16:01:50.489	error	If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
      zigbee.0	2021-08-19 16:01:50.489	error	Please update configuration to prevent further issues.
      zigbee.0	2021-08-19 16:01:50.488	error	- Channel List: configured=11, adapter=11
      zigbee.0	2021-08-19 16:01:50.488	error	- Network Key: configured=01030507090b0d0f00020404080a0a0d, adapter=01030507090b0d0f00020406080a0c0d
      zigbee.0	2021-08-19 16:01:50.487	error	- Extended PAN ID: configured=1bb8da1c004b1200, adapter=00124b001caab81b
      zigbee.0	2021-08-19 16:01:50.487	error	- PAN ID: configured=6755, adapter=6754
      zigbee.0	2021-08-19 16:01:50.486	error	Configuration is not consistent with adapter state/backup!
      zigbee.0	2021-08-19 15:54:55.258	error	Serial port not selected! Go to settings page.
      zigbee.0	2021-08-19 15:54:36.902	error	Serial port not selected! Go to settings page.
      

      Könnt ihr mir da bitte weiterhelfen?

      Vielen Dank und lG Stefan

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

      @stefan_nk sagte in Probleme mit Zigbee und CC26X2R1 nach Neuinstallation:

      zigbee.0 2021-08-19 16:01:50.487 error - PAN ID: configured=6755, adapter=6754

      Da steht doch die Lösung. Deine panID stimmt nicht,

      A.

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

      S 1 Antwort Letzte Antwort
      0
      • AsgothianA Asgothian

        @stefan_nk sagte in Probleme mit Zigbee und CC26X2R1 nach Neuinstallation:

        zigbee.0 2021-08-19 16:01:50.487 error - PAN ID: configured=6755, adapter=6754

        Da steht doch die Lösung. Deine panID stimmt nicht,

        A.

        S Offline
        S Offline
        Stefan_NK
        schrieb am zuletzt editiert von Stefan_NK
        #3

        @asgothian Die ID habe ich schon geändert, leider hat das nicht wirklich etwas gebracht :-(

        2021-08-19 22:01:55.162 - info: zigbee.0 (2755) Try to reconnect. 1 attempts left
        2021-08-19 22:01:55.163 - info: zigbee.0 (2755) Starting Zigbee npm ...
        2021-08-19 22:01:55.189 - info: zigbee.0 (2755) Installed Version: iobroker.zigbee@1.5.6
        2021-08-19 22:01:55.415 - error: zigbee.0 (2755) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
        2021-08-19 22:01:55.416 - error: zigbee.0 (2755) Failed to start Zigbee
        2021-08-19 22:01:55.418 - error: zigbee.0 (2755) Error herdsman start
        2021-08-19 22:01:56.261 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
        2021-08-19 22:01:56.272 - info: zigbee.0 (2755) Got terminate signal TERMINATE_YOURSELF
        2021-08-19 22:01:56.272 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
        2021-08-19 22:01:56.276 - info: zigbee.0 (2755) cleaned everything up...
        2021-08-19 22:01:56.284 - info: zigbee.0 (2755) Zigbee: disabling joining new devices.
        2021-08-19 22:01:56.288 - warn: zigbee.0 (2755) Failed to stop zigbee during startup
        2021-08-19 22:01:56.290 - info: zigbee.0 (2755) terminating
        2021-08-19 22:01:56.292 - info: zigbee.0 (2755) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        2021-08-19 22:01:56.294 - error: zigbee.0 (2755) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
        2021-08-19 22:01:56.294 - error: zigbee.0 (2755) unhandled promise rejection: Cannot read property 'getEntries' of null
        2021-08-19 22:01:56.296 - error: zigbee.0 (2755) TypeError: Cannot read property 'getEntries' of null
        at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
        at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
        at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
        at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
        at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
        at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
        at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
        at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
        2021-08-19 22:01:56.297 - error: zigbee.0 (2755) Cannot read property 'getEntries' of null
        2021-08-19 22:01:56.866 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
        2021-08-19 22:01:59.315 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 2773
        2021-08-19 22:02:01.781 - info: zigbee.0 (2773) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
        2021-08-19 22:02:01.879 - info: zigbee.0 (2773) Starting Zigbee npm ...
        2021-08-19 22:02:02.168 - info: zigbee.0 (2773) Installed Version: iobroker.zigbee@1.5.6
        2021-08-19 22:02:03.958 - error: zigbee.0 (2773) Configuration is not consistent with adapter state/backup!
        2021-08-19 22:02:03.958 - error: zigbee.0 (2773) - PAN ID: configured=6755, adapter=6754
        2021-08-19 22:02:03.959 - error: zigbee.0 (2773) - Extended PAN ID: configured=1bb8ac1c004a1200, adapter=00124b001caab81b
        2021-08-19 22:02:03.960 - error: zigbee.0 (2773) - Network Key: configured=01030507090b0d0f0ff20406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
        2021-08-19 22:02:03.960 - error: zigbee.0 (2773) - Channel List: configured=11, adapter=11
        2021-08-19 22:02:03.961 - error: zigbee.0 (2773) Please update configuration to prevent further issues.
        2021-08-19 22:02:03.961 - error: zigbee.0 (2773) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
        2021-08-19 22:02:03.962 - error: zigbee.0 (2773) Re-commissioning your network will require re-pairing of all devices!
        2021-08-19 22:02:03.962 - error: zigbee.0 (2773) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
        2021-08-19 22:02:03.963 - error: zigbee.0 (2773) Failed to start Zigbee
        2021-08-19 22:02:03.963 - error: zigbee.0 (2773) Error herdsman start
        2021-08-19 22:02:13.965 - info: zigbee.0 (2773) Try to reconnect. 1 attempts left
        2021-08-19 22:02:13.967 - info: zigbee.0 (2773) Starting Zigbee npm ...
        2021-08-19 22:02:14.006 - info: zigbee.0 (2773) Installed Version: iobroker.zigbee@1.5.6
        2021-08-19 22:02:14.232 - error: zigbee.0 (2773) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
        2021-08-19 22:02:14.232 - error: zigbee.0 (2773) Failed to start Zigbee
        2021-08-19 22:02:14.233 - error: zigbee.0 (2773) Error herdsman start
        
        arteckA 1 Antwort Letzte Antwort
        0
        • S Stefan_NK

          @asgothian Die ID habe ich schon geändert, leider hat das nicht wirklich etwas gebracht :-(

          2021-08-19 22:01:55.162 - info: zigbee.0 (2755) Try to reconnect. 1 attempts left
          2021-08-19 22:01:55.163 - info: zigbee.0 (2755) Starting Zigbee npm ...
          2021-08-19 22:01:55.189 - info: zigbee.0 (2755) Installed Version: iobroker.zigbee@1.5.6
          2021-08-19 22:01:55.415 - error: zigbee.0 (2755) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
          2021-08-19 22:01:55.416 - error: zigbee.0 (2755) Failed to start Zigbee
          2021-08-19 22:01:55.418 - error: zigbee.0 (2755) Error herdsman start
          2021-08-19 22:01:56.261 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
          2021-08-19 22:01:56.272 - info: zigbee.0 (2755) Got terminate signal TERMINATE_YOURSELF
          2021-08-19 22:01:56.272 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
          2021-08-19 22:01:56.276 - info: zigbee.0 (2755) cleaned everything up...
          2021-08-19 22:01:56.284 - info: zigbee.0 (2755) Zigbee: disabling joining new devices.
          2021-08-19 22:01:56.288 - warn: zigbee.0 (2755) Failed to stop zigbee during startup
          2021-08-19 22:01:56.290 - info: zigbee.0 (2755) terminating
          2021-08-19 22:01:56.292 - info: zigbee.0 (2755) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2021-08-19 22:01:56.294 - error: zigbee.0 (2755) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2021-08-19 22:01:56.294 - error: zigbee.0 (2755) unhandled promise rejection: Cannot read property 'getEntries' of null
          2021-08-19 22:01:56.296 - error: zigbee.0 (2755) TypeError: Cannot read property 'getEntries' of null
          at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
          at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
          at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
          at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
          at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
          at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
          at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
          at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
          at processTicksAndRejections (internal/process/task_queues.js:97:5)
          2021-08-19 22:01:56.297 - error: zigbee.0 (2755) Cannot read property 'getEntries' of null
          2021-08-19 22:01:56.866 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2021-08-19 22:01:59.315 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 2773
          2021-08-19 22:02:01.781 - info: zigbee.0 (2773) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
          2021-08-19 22:02:01.879 - info: zigbee.0 (2773) Starting Zigbee npm ...
          2021-08-19 22:02:02.168 - info: zigbee.0 (2773) Installed Version: iobroker.zigbee@1.5.6
          2021-08-19 22:02:03.958 - error: zigbee.0 (2773) Configuration is not consistent with adapter state/backup!
          2021-08-19 22:02:03.958 - error: zigbee.0 (2773) - PAN ID: configured=6755, adapter=6754
          2021-08-19 22:02:03.959 - error: zigbee.0 (2773) - Extended PAN ID: configured=1bb8ac1c004a1200, adapter=00124b001caab81b
          2021-08-19 22:02:03.960 - error: zigbee.0 (2773) - Network Key: configured=01030507090b0d0f0ff20406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
          2021-08-19 22:02:03.960 - error: zigbee.0 (2773) - Channel List: configured=11, adapter=11
          2021-08-19 22:02:03.961 - error: zigbee.0 (2773) Please update configuration to prevent further issues.
          2021-08-19 22:02:03.961 - error: zigbee.0 (2773) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
          2021-08-19 22:02:03.962 - error: zigbee.0 (2773) Re-commissioning your network will require re-pairing of all devices!
          2021-08-19 22:02:03.962 - error: zigbee.0 (2773) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
          2021-08-19 22:02:03.963 - error: zigbee.0 (2773) Failed to start Zigbee
          2021-08-19 22:02:03.963 - error: zigbee.0 (2773) Error herdsman start
          2021-08-19 22:02:13.965 - info: zigbee.0 (2773) Try to reconnect. 1 attempts left
          2021-08-19 22:02:13.967 - info: zigbee.0 (2773) Starting Zigbee npm ...
          2021-08-19 22:02:14.006 - info: zigbee.0 (2773) Installed Version: iobroker.zigbee@1.5.6
          2021-08-19 22:02:14.232 - error: zigbee.0 (2773) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
          2021-08-19 22:02:14.232 - error: zigbee.0 (2773) Failed to start Zigbee
          2021-08-19 22:02:14.233 - error: zigbee.0 (2773) Error herdsman start
          
          arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          schrieb am zuletzt editiert von arteck
          #4

          @stefan_nk lösche mal die nvbackup.json aus

          /opt/iobroker/iobroker-data/zugbee_0
          

          und starte adapter neu

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          S 1 Antwort Letzte Antwort
          0
          • arteckA arteck

            @stefan_nk lösche mal die nvbackup.json aus

            /opt/iobroker/iobroker-data/zugbee_0
            

            und starte adapter neu

            S Offline
            S Offline
            Stefan_NK
            schrieb am zuletzt editiert von Stefan_NK
            #5

            @arteck Der Adapter ist jetzt grün, vielen Dank. Eine Warnung gibt es schon wieder wegen der PAN ID. Soll ich da was ändern? Werde am Wochenende dann mal die Sensoren anlernen.

            2021-08-20 07:48:44.501 - info: host.SmartHome "system.adapter.zigbee.0" disabled
            2021-08-20 07:48:44.503 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
            2021-08-20 07:48:44.515 - info: zigbee.0 (4259) Got terminate signal TERMINATE_YOURSELF
            2021-08-20 07:48:44.521 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
            2021-08-20 07:48:44.517 - info: zigbee.0 (4259) cleaned everything up...
            2021-08-20 07:48:44.523 - info: zigbee.0 (4259) Zigbee: disabling joining new devices.
            2021-08-20 07:48:45.020 - info: zigbee.0 (4259) terminating
            2021-08-20 07:48:45.021 - info: zigbee.0 (4259) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2021-08-20 07:48:45.524 - info: host.SmartHome stopInstance system.adapter.zigbee.0 killing pid 4259
            2021-08-20 07:48:45.590 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2021-08-20 07:51:22.577 - info: host.SmartHome "system.adapter.zigbee.0" enabled
            2021-08-20 07:51:22.638 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 4283
            2021-08-20 07:51:25.076 - info: zigbee.0 (4283) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
            2021-08-20 07:51:25.176 - info: zigbee.0 (4283) Starting Zigbee npm ...
            2021-08-20 07:51:25.465 - info: zigbee.0 (4283) Installed Version: iobroker.zigbee@1.5.6
            2021-08-20 07:51:27.196 - warn: zigbee.0 (4283) Extended PAN ID is reversed (expected=1bb8aa1c004b1200, actual=00124b001caab81b)
            2021-08-20 07:51:34.832 - info: zigbee.0 (4283) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20210708}}
            2021-08-20 07:51:34.844 - info: zigbee.0 (4283) --> transmitPower : normal
            2021-08-20 07:51:34.851 - info: zigbee.0 (4283) Currently no devices.
            2021-08-20 07:51:34.852 - info: zigbee.0 (4283) Zigbee started
            

            Von wo kommt das, nach einer sauberen Neuinstallation? Sind die Fehlermeldungen beim Installieren des Adapters normal? Auch, dass das so lang dauert?

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • S Stefan_NK

              @arteck Der Adapter ist jetzt grün, vielen Dank. Eine Warnung gibt es schon wieder wegen der PAN ID. Soll ich da was ändern? Werde am Wochenende dann mal die Sensoren anlernen.

              2021-08-20 07:48:44.501 - info: host.SmartHome "system.adapter.zigbee.0" disabled
              2021-08-20 07:48:44.503 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
              2021-08-20 07:48:44.515 - info: zigbee.0 (4259) Got terminate signal TERMINATE_YOURSELF
              2021-08-20 07:48:44.521 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
              2021-08-20 07:48:44.517 - info: zigbee.0 (4259) cleaned everything up...
              2021-08-20 07:48:44.523 - info: zigbee.0 (4259) Zigbee: disabling joining new devices.
              2021-08-20 07:48:45.020 - info: zigbee.0 (4259) terminating
              2021-08-20 07:48:45.021 - info: zigbee.0 (4259) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2021-08-20 07:48:45.524 - info: host.SmartHome stopInstance system.adapter.zigbee.0 killing pid 4259
              2021-08-20 07:48:45.590 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              2021-08-20 07:51:22.577 - info: host.SmartHome "system.adapter.zigbee.0" enabled
              2021-08-20 07:51:22.638 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 4283
              2021-08-20 07:51:25.076 - info: zigbee.0 (4283) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
              2021-08-20 07:51:25.176 - info: zigbee.0 (4283) Starting Zigbee npm ...
              2021-08-20 07:51:25.465 - info: zigbee.0 (4283) Installed Version: iobroker.zigbee@1.5.6
              2021-08-20 07:51:27.196 - warn: zigbee.0 (4283) Extended PAN ID is reversed (expected=1bb8aa1c004b1200, actual=00124b001caab81b)
              2021-08-20 07:51:34.832 - info: zigbee.0 (4283) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20210708}}
              2021-08-20 07:51:34.844 - info: zigbee.0 (4283) --> transmitPower : normal
              2021-08-20 07:51:34.851 - info: zigbee.0 (4283) Currently no devices.
              2021-08-20 07:51:34.852 - info: zigbee.0 (4283) Zigbee started
              

              Von wo kommt das, nach einer sauberen Neuinstallation? Sind die Fehlermeldungen beim Installieren des Adapters normal? Auch, dass das so lang dauert?

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

              @stefan_nk
              Da sind keine Fehlermeldungen.
              Das sind die Meldungen, wenn ein Modul kompiliert wird. Das dauert dann auch schon mal etwas länger.

              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

              S 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @stefan_nk
                Da sind keine Fehlermeldungen.
                Das sind die Meldungen, wenn ein Modul kompiliert wird. Das dauert dann auch schon mal etwas länger.

                S Offline
                S Offline
                Stefan_NK
                schrieb am zuletzt editiert von
                #7

                @thomas-braun Verstehe, dankeschön.

                Jetzt habe ich das Verbindungskabel zum CC26x2r1 getaucht - brauche in längeres, um es zentraler positionieren zu können, und der Adapter startet wieder nicht :-(
                Ich kann nicht jedes Mal die Datei löschen, was mache ich bei einem Stromausfall?

                2021-08-20 10:13:52.547 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                2021-08-20 10:13:52.571 - info: zigbee.0 (4283) Got terminate signal TERMINATE_YOURSELF
                2021-08-20 10:13:52.572 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                2021-08-20 10:13:52.573 - info: zigbee.0 (4283) cleaned everything up...
                2021-08-20 10:13:52.577 - info: zigbee.0 (4283) Zigbee: disabling joining new devices.
                2021-08-20 10:13:52.586 - warn: zigbee.0 (4283) Failed to stop zigbee during startup
                2021-08-20 10:13:52.587 - info: zigbee.0 (4283) terminating
                2021-08-20 10:13:52.589 - info: zigbee.0 (4283) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2021-08-20 10:13:53.142 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2021-08-20 10:13:55.650 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 4548
                2021-08-20 10:13:58.184 - info: zigbee.0 (4548) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
                2021-08-20 10:13:58.283 - info: zigbee.0 (4548) Starting Zigbee npm ...
                2021-08-20 10:13:58.575 - info: zigbee.0 (4548) Installed Version: iobroker.zigbee@1.5.6
                2021-08-20 10:14:18.291 - error: zigbee.0 (4548) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                2021-08-20 10:14:18.293 - error: zigbee.0 (4548) Failed to start Zigbee
                2021-08-20 10:14:18.294 - error: zigbee.0 (4548) Error herdsman start
                2021-08-20 10:14:28.296 - info: zigbee.0 (4548) Try to reconnect. 1 attempts left
                2021-08-20 10:14:28.299 - info: zigbee.0 (4548) Starting Zigbee npm ...
                2021-08-20 10:14:28.332 - info: zigbee.0 (4548) Installed Version: iobroker.zigbee@1.5.6
                2021-08-20 10:14:28.588 - error: zigbee.0 (4548) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                2021-08-20 10:14:28.589 - error: zigbee.0 (4548) Failed to start Zigbee
                2021-08-20 10:14:28.589 - error: zigbee.0 (4548) Error herdsman start
                

                Was ich nicht verstehe, in der hardwaretechnischen Zusammenstellung hat vor der Neuinstallation alles funktioniert. Alle Adapter waren aktuell....

                arteckA 1 Antwort Letzte Antwort
                0
                • S Stefan_NK

                  @thomas-braun Verstehe, dankeschön.

                  Jetzt habe ich das Verbindungskabel zum CC26x2r1 getaucht - brauche in längeres, um es zentraler positionieren zu können, und der Adapter startet wieder nicht :-(
                  Ich kann nicht jedes Mal die Datei löschen, was mache ich bei einem Stromausfall?

                  2021-08-20 10:13:52.547 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                  2021-08-20 10:13:52.571 - info: zigbee.0 (4283) Got terminate signal TERMINATE_YOURSELF
                  2021-08-20 10:13:52.572 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                  2021-08-20 10:13:52.573 - info: zigbee.0 (4283) cleaned everything up...
                  2021-08-20 10:13:52.577 - info: zigbee.0 (4283) Zigbee: disabling joining new devices.
                  2021-08-20 10:13:52.586 - warn: zigbee.0 (4283) Failed to stop zigbee during startup
                  2021-08-20 10:13:52.587 - info: zigbee.0 (4283) terminating
                  2021-08-20 10:13:52.589 - info: zigbee.0 (4283) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2021-08-20 10:13:53.142 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2021-08-20 10:13:55.650 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 4548
                  2021-08-20 10:13:58.184 - info: zigbee.0 (4548) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
                  2021-08-20 10:13:58.283 - info: zigbee.0 (4548) Starting Zigbee npm ...
                  2021-08-20 10:13:58.575 - info: zigbee.0 (4548) Installed Version: iobroker.zigbee@1.5.6
                  2021-08-20 10:14:18.291 - error: zigbee.0 (4548) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                  2021-08-20 10:14:18.293 - error: zigbee.0 (4548) Failed to start Zigbee
                  2021-08-20 10:14:18.294 - error: zigbee.0 (4548) Error herdsman start
                  2021-08-20 10:14:28.296 - info: zigbee.0 (4548) Try to reconnect. 1 attempts left
                  2021-08-20 10:14:28.299 - info: zigbee.0 (4548) Starting Zigbee npm ...
                  2021-08-20 10:14:28.332 - info: zigbee.0 (4548) Installed Version: iobroker.zigbee@1.5.6
                  2021-08-20 10:14:28.588 - error: zigbee.0 (4548) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                  2021-08-20 10:14:28.589 - error: zigbee.0 (4548) Failed to start Zigbee
                  2021-08-20 10:14:28.589 - error: zigbee.0 (4548) Error herdsman start
                  

                  Was ich nicht verstehe, in der hardwaretechnischen Zusammenstellung hat vor der Neuinstallation alles funktioniert. Alle Adapter waren aktuell....

                  arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  schrieb am zuletzt editiert von arteck
                  #8

                  @stefan_nk zwischen dem stop und neustart liegen gerade mal 6 sekunden..

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  S 1 Antwort Letzte Antwort
                  0
                  • arteckA arteck

                    @stefan_nk zwischen dem stop und neustart liegen gerade mal 6 sekunden..

                    S Offline
                    S Offline
                    Stefan_NK
                    schrieb am zuletzt editiert von
                    #9

                    @arteck
                    Ich habe jetzt...

                    1. Das Log gelöscht.
                    2. den Adapter pausiert
                    3. Das Modul für mind. 10 Sekunden abgesteckt.
                    4. Das Modul neu angesteckt
                    5. Den Adapter wieder gestartet -> nicht grün

                    Das muss doch einen Grund haben, dass das Ding nicht mehr funktioniert. Ich raff es einfach nicht.

                    2021-08-20 11:01:31.449 - info: host.SmartHome "system.adapter.zigbee.0" disabled
                    2021-08-20 11:01:31.463 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                    2021-08-20 11:01:31.492 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                    2021-08-20 11:01:31.490 - info: zigbee.0 (4548) Got terminate signal TERMINATE_YOURSELF
                    2021-08-20 11:01:31.493 - info: zigbee.0 (4548) cleaned everything up...
                    2021-08-20 11:01:31.502 - info: zigbee.0 (4548) Zigbee: disabling joining new devices.
                    2021-08-20 11:01:31.505 - warn: zigbee.0 (4548) Failed to stop zigbee during startup
                    2021-08-20 11:01:31.507 - info: zigbee.0 (4548) terminating
                    2021-08-20 11:01:31.510 - info: zigbee.0 (4548) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2021-08-20 11:01:31.512 - error: zigbee.0 (4548) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    2021-08-20 11:01:31.513 - error: zigbee.0 (4548) unhandled promise rejection: Cannot read property 'getEntries' of null
                    2021-08-20 11:01:31.515 - error: zigbee.0 (4548) TypeError: Cannot read property 'getEntries' of null
                    at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                    at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                    at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                    at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                    at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                    at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                    at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                    at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                    at runMicrotasks ()
                    at processTicksAndRejections (internal/process/task_queues.js:97:5)
                    2021-08-20 11:01:31.516 - error: zigbee.0 (4548) Cannot read property 'getEntries' of null
                    2021-08-20 11:01:32.062 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                    2021-08-20 11:02:41.592 - info: host.SmartHome "system.adapter.zigbee.0" enabled
                    2021-08-20 11:02:41.678 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 4627
                    2021-08-20 11:02:44.091 - info: zigbee.0 (4627) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
                    2021-08-20 11:02:44.194 - info: zigbee.0 (4627) Starting Zigbee npm ...
                    2021-08-20 11:02:44.504 - info: zigbee.0 (4627) Installed Version: iobroker.zigbee@1.5.6
                    2021-08-20 11:03:04.236 - error: zigbee.0 (4627) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                    2021-08-20 11:03:04.238 - error: zigbee.0 (4627) Failed to start Zigbee
                    2021-08-20 11:03:04.239 - error: zigbee.0 (4627) Error herdsman start
                    2021-08-20 11:03:14.241 - info: zigbee.0 (4627) Try to reconnect. 1 attempts left
                    2021-08-20 11:03:14.243 - info: zigbee.0 (4627) Starting Zigbee npm ...
                    2021-08-20 11:03:14.274 - info: zigbee.0 (4627) Installed Version: iobroker.zigbee@1.5.6
                    2021-08-20 11:03:14.523 - error: zigbee.0 (4627) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                    2021-08-20 11:03:14.524 - error: zigbee.0 (4627) Failed to start Zigbee
                    2021-08-20 11:03:14.525 - error: zigbee.0 (4627) Error herdsman start
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • S Stefan_NK

                      @arteck
                      Ich habe jetzt...

                      1. Das Log gelöscht.
                      2. den Adapter pausiert
                      3. Das Modul für mind. 10 Sekunden abgesteckt.
                      4. Das Modul neu angesteckt
                      5. Den Adapter wieder gestartet -> nicht grün

                      Das muss doch einen Grund haben, dass das Ding nicht mehr funktioniert. Ich raff es einfach nicht.

                      2021-08-20 11:01:31.449 - info: host.SmartHome "system.adapter.zigbee.0" disabled
                      2021-08-20 11:01:31.463 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                      2021-08-20 11:01:31.492 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                      2021-08-20 11:01:31.490 - info: zigbee.0 (4548) Got terminate signal TERMINATE_YOURSELF
                      2021-08-20 11:01:31.493 - info: zigbee.0 (4548) cleaned everything up...
                      2021-08-20 11:01:31.502 - info: zigbee.0 (4548) Zigbee: disabling joining new devices.
                      2021-08-20 11:01:31.505 - warn: zigbee.0 (4548) Failed to stop zigbee during startup
                      2021-08-20 11:01:31.507 - info: zigbee.0 (4548) terminating
                      2021-08-20 11:01:31.510 - info: zigbee.0 (4548) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      2021-08-20 11:01:31.512 - error: zigbee.0 (4548) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      2021-08-20 11:01:31.513 - error: zigbee.0 (4548) unhandled promise rejection: Cannot read property 'getEntries' of null
                      2021-08-20 11:01:31.515 - error: zigbee.0 (4548) TypeError: Cannot read property 'getEntries' of null
                      at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                      at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                      at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                      at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                      at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                      at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                      at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                      at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                      at runMicrotasks ()
                      at processTicksAndRejections (internal/process/task_queues.js:97:5)
                      2021-08-20 11:01:31.516 - error: zigbee.0 (4548) Cannot read property 'getEntries' of null
                      2021-08-20 11:01:32.062 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2021-08-20 11:02:41.592 - info: host.SmartHome "system.adapter.zigbee.0" enabled
                      2021-08-20 11:02:41.678 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 4627
                      2021-08-20 11:02:44.091 - info: zigbee.0 (4627) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
                      2021-08-20 11:02:44.194 - info: zigbee.0 (4627) Starting Zigbee npm ...
                      2021-08-20 11:02:44.504 - info: zigbee.0 (4627) Installed Version: iobroker.zigbee@1.5.6
                      2021-08-20 11:03:04.236 - error: zigbee.0 (4627) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                      2021-08-20 11:03:04.238 - error: zigbee.0 (4627) Failed to start Zigbee
                      2021-08-20 11:03:04.239 - error: zigbee.0 (4627) Error herdsman start
                      2021-08-20 11:03:14.241 - info: zigbee.0 (4627) Try to reconnect. 1 attempts left
                      2021-08-20 11:03:14.243 - info: zigbee.0 (4627) Starting Zigbee npm ...
                      2021-08-20 11:03:14.274 - info: zigbee.0 (4627) Installed Version: iobroker.zigbee@1.5.6
                      2021-08-20 11:03:14.523 - error: zigbee.0 (4627) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                      2021-08-20 11:03:14.524 - error: zigbee.0 (4627) Failed to start Zigbee
                      2021-08-20 11:03:14.525 - error: zigbee.0 (4627) Error herdsman start
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #10

                      @stefan_nk

                      Zeig mal die Einstellungen im entsprechenden Reiter des Adapters.

                      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

                      S 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @stefan_nk

                        Zeig mal die Einstellungen im entsprechenden Reiter des Adapters.

                        S Offline
                        S Offline
                        Stefan_NK
                        schrieb am zuletzt editiert von
                        #11

                        @thomas-braun 2021-08-20 13_30_50-instances - SmartHome.jpg

                        arteckA 1 Antwort Letzte Antwort
                        0
                        • S Stefan_NK

                          @thomas-braun 2021-08-20 13_30_50-instances - SmartHome.jpg

                          arteckA Offline
                          arteckA Offline
                          arteck
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @stefan_nk der Adapter findet das TI Board nicht..

                          weil :

                          serialport gelockt
                          oder
                          es steckt in USB3
                          oder
                          hast du eine SSD noch im USB
                          oder
                          board hat sich verabschiedet
                          oder
                          kabel nicht OK
                          oder
                          USB HUB in Benutzung

                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                          S 1 Antwort Letzte Antwort
                          0
                          • arteckA arteck

                            @stefan_nk der Adapter findet das TI Board nicht..

                            weil :

                            serialport gelockt
                            oder
                            es steckt in USB3
                            oder
                            hast du eine SSD noch im USB
                            oder
                            board hat sich verabschiedet
                            oder
                            kabel nicht OK
                            oder
                            USB HUB in Benutzung

                            S Offline
                            S Offline
                            Stefan_NK
                            schrieb am zuletzt editiert von
                            #13

                            @arteck hm....
                            serialport gelockt... wie kann ich das überprüfen bzw. freigeben? Woher könnte der gelockt sein, nach einem Neustart?
                            es steckt in USB3... ist bei USB 2 angesteckt
                            hast du eine SSD noch im USB... Der Raspi läuft mit einem USB-Stick, wie das letzte Jahr auch
                            board hat sich verabschiedet... hoffe ich nicht. kann ich auch nicht wirklich prüfen nur auf Verdacht ein Neues bestellen
                            kabel nicht OK... hab es an dem bisherigen 30cm Kabel, aber auch an einem 3m Kabel probiert
                            USB HUB in Benutzung... nein, es ist lediglich der Speicherstick und das Board angeschlossen.

                            hydrotecH 1 Antwort Letzte Antwort
                            0
                            • S Stefan_NK

                              @arteck hm....
                              serialport gelockt... wie kann ich das überprüfen bzw. freigeben? Woher könnte der gelockt sein, nach einem Neustart?
                              es steckt in USB3... ist bei USB 2 angesteckt
                              hast du eine SSD noch im USB... Der Raspi läuft mit einem USB-Stick, wie das letzte Jahr auch
                              board hat sich verabschiedet... hoffe ich nicht. kann ich auch nicht wirklich prüfen nur auf Verdacht ein Neues bestellen
                              kabel nicht OK... hab es an dem bisherigen 30cm Kabel, aber auch an einem 3m Kabel probiert
                              USB HUB in Benutzung... nein, es ist lediglich der Speicherstick und das Board angeschlossen.

                              hydrotecH Offline
                              hydrotecH Offline
                              hydrotec
                              schrieb am zuletzt editiert von
                              #14

                              @stefan_nk
                              Hallo Stefan,
                              zwei Sachen sind mir aufgefallen.
                              Zum einen ist bei deiner Konfiguration keine Sendeleistung ausgewählt.
                              (Hat vermutlich nichts mit deinem aktuellen Problem zu tun, ist mir nur aufgefallen)
                              Was eher auf dein Problem mit dem Adapter zu tun haben könnte,
                              deine Firmeware des zigbee-sticks ist sehr neu

                              "revision":20210708
                              

                              Vermutlich hat der zigbee-Adapter in der Version 1.5.6 damit Probleme.
                              Versuche den Adapter auf 1.6.0 zu aktuallisieren.
                              1.6.0 (2021-08-09)

                              Hoffe das hat dir etwas weiter geholfen.

                              Gruß, Karsten

                              Ubuntu 22.04 LTS (LXD/LXC)
                              admin: v6.3.5
                              js-controller: v4.0.24
                              node: v18.16.1
                              npm: v9.5.1
                              repository: stable

                              S 1 Antwort Letzte Antwort
                              0
                              • hydrotecH hydrotec

                                @stefan_nk
                                Hallo Stefan,
                                zwei Sachen sind mir aufgefallen.
                                Zum einen ist bei deiner Konfiguration keine Sendeleistung ausgewählt.
                                (Hat vermutlich nichts mit deinem aktuellen Problem zu tun, ist mir nur aufgefallen)
                                Was eher auf dein Problem mit dem Adapter zu tun haben könnte,
                                deine Firmeware des zigbee-sticks ist sehr neu

                                "revision":20210708
                                

                                Vermutlich hat der zigbee-Adapter in der Version 1.5.6 damit Probleme.
                                Versuche den Adapter auf 1.6.0 zu aktuallisieren.
                                1.6.0 (2021-08-09)

                                Hoffe das hat dir etwas weiter geholfen.

                                Gruß, Karsten

                                S Offline
                                S Offline
                                Stefan_NK
                                schrieb am zuletzt editiert von
                                #15

                                Hallo Zusammen.... bin nun echt am Verzweifeln...

                                Ich habe den kompletten Raspi nochmals neu installiert. Es ist nichts außer der aktuellen Version von Raspberry Pi OS Lite und dem aktuellen iobroker wie hier beschrieben installiert.
                                Das Image des OS wurde auf den USB-Stick installiert, der in einem USB3 Anschluß steckt.
                                Die cc26x2r1 wurde (mit verschiedenen Kabeln getestet) an einen USB2 Anschluß gesteckt. Genau die gleiche Konstellation war bisher in Verwendung und hat vor der Neuinstallation einwandfrei funktioniert.
                                Aufgrund der Probleme habe ich lediglich die aktuelle FW des cc26x2r1 installiert

                                Adapterseitig ist vom admin, backitup, discovery, javascript und zigbee jeweils eine Instanz installiert.
                                Die zigbee-Adaptereinstellung wie folgt:
                                COM-Anschlußname: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100F8C-if00
                                Tpy: TI Z-Stack&CCxxxx Timer: 60
                                Erweiterte Pan ID: DDDDDDDDDDDDDDDD Pan ID: 6754
                                Kanal 11
                                Transportschlüssel: 01030507090B0D0F00020406080A0C0D
                                Sendeleistung: high

                                Ich bekomme den Adapter einfach nicht zum Laufen. Kann mir hier denn wirklich keiner helfen?

                                Anbeinochmals das gesamte Log, gefiltert auf zigbee.

                                2021-08-22 21:14:18.687 - error: zigbee.0 (1557) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                2021-08-22 21:14:18.689 - error: zigbee.0 (1557) Failed to start Zigbee
                                2021-08-22 21:14:18.690 - error: zigbee.0 (1557) Error herdsman start
                                2021-08-22 21:14:18.951 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                2021-08-22 21:14:18.959 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                2021-08-22 21:14:18.959 - info: zigbee.0 (1557) Got terminate signal TERMINATE_YOURSELF
                                2021-08-22 21:14:18.962 - info: zigbee.0 (1557) cleaned everything up...
                                2021-08-22 21:14:18.970 - info: zigbee.0 (1557) Zigbee: disabling joining new devices.
                                2021-08-22 21:14:18.973 - warn: zigbee.0 (1557) Failed to stop zigbee during startup
                                2021-08-22 21:14:18.975 - info: zigbee.0 (1557) terminating
                                2021-08-22 21:14:18.977 - info: zigbee.0 (1557) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                2021-08-22 21:14:18.979 - error: zigbee.0 (1557) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2021-08-22 21:14:18.980 - error: zigbee.0 (1557) unhandled promise rejection: Cannot read property 'getEntries' of null
                                2021-08-22 21:14:18.983 - error: zigbee.0 (1557) TypeError: Cannot read property 'getEntries' of null
                                at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                2021-08-22 21:14:18.984 - error: zigbee.0 (1557) Cannot read property 'getEntries' of null
                                2021-08-22 21:14:19.559 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                2021-08-22 21:14:22.009 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1574
                                2021-08-22 21:14:24.650 - info: zigbee.0 (1574) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.7.0, js-controller: 3.3.15
                                2021-08-22 21:14:24.700 - info: zigbee.0 (1574) Starting Zigbee npm ...
                                2021-08-22 21:14:25.031 - info: zigbee.0 (1574) Installed Version: iobroker.zigbee@1.5.6
                                2021-08-22 21:14:44.647 - error: zigbee.0 (1574) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                2021-08-22 21:14:44.650 - error: zigbee.0 (1574) Failed to start Zigbee
                                2021-08-22 21:14:44.651 - error: zigbee.0 (1574) Error herdsman start
                                2021-08-22 21:14:54.654 - info: zigbee.0 (1574) Try to reconnect. 1 attempts left
                                2021-08-22 21:14:54.656 - info: zigbee.0 (1574) Starting Zigbee npm ...
                                2021-08-22 21:14:54.733 - info: zigbee.0 (1574) Installed Version: iobroker.zigbee@1.5.6
                                2021-08-22 21:14:54.920 - error: zigbee.0 (1574) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                2021-08-22 21:14:54.921 - error: zigbee.0 (1574) Failed to start Zigbee
                                2021-08-22 21:14:54.922 - error: zigbee.0 (1574) Error herdsman start
                                2021-08-22 21:22:13.324 - error: zigbee.0 (1574) getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                                2021-08-22 21:24:41.676 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                2021-08-22 21:24:41.686 - info: zigbee.0 (1574) Got terminate signal TERMINATE_YOURSELF
                                2021-08-22 21:24:41.695 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                2021-08-22 21:24:41.689 - info: zigbee.0 (1574) cleaned everything up...
                                2021-08-22 21:24:41.697 - info: zigbee.0 (1574) Zigbee: disabling joining new devices.
                                2021-08-22 21:24:41.702 - warn: zigbee.0 (1574) Failed to stop zigbee during startup
                                2021-08-22 21:24:41.704 - info: zigbee.0 (1574) terminating
                                2021-08-22 21:24:41.706 - info: zigbee.0 (1574) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                2021-08-22 21:24:41.709 - error: zigbee.0 (1574) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                2021-08-22 21:24:41.710 - error: zigbee.0 (1574) unhandled promise rejection: Cannot read property 'getEntries' of null
                                2021-08-22 21:24:41.714 - error: zigbee.0 (1574) TypeError: Cannot read property 'getEntries' of null
                                at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                2021-08-22 21:24:41.715 - error: zigbee.0 (1574) Cannot read property 'getEntries' of null
                                2021-08-22 21:24:42.257 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                2021-08-22 21:24:44.744 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1610
                                2021-08-22 21:24:47.397 - info: zigbee.0 (1610) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.7.0, js-controller: 3.3.15
                                2021-08-22 21:24:47.443 - info: zigbee.0 (1610) Starting Zigbee npm ...
                                2021-08-22 21:24:47.826 - info: zigbee.0 (1610) Installed Version: iobroker.zigbee@1.5.6
                                2021-08-22 21:24:55.853 - error: zigbee.0 (1610) getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                                2021-08-22 21:25:07.398 - error: zigbee.0 (1610) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                2021-08-22 21:25:07.401 - error: zigbee.0 (1610) Failed to start Zigbee
                                2021-08-22 21:25:07.402 - error: zigbee.0 (1610) Error herdsman start
                                2021-08-22 21:25:17.409 - info: zigbee.0 (1610) Try to reconnect. 1 attempts left
                                2021-08-22 21:25:17.411 - info: zigbee.0 (1610) Starting Zigbee npm ...
                                2021-08-22 21:25:17.462 - info: zigbee.0 (1610) Installed Version: iobroker.zigbee@1.5.6
                                2021-08-22 21:25:17.668 - error: zigbee.0 (1610) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                2021-08-22 21:25:17.668 - error: zigbee.0 (1610) Failed to start Zigbee
                                2021-08-22 21:25:17.669 - error: zigbee.0 (1610) Error herdsman start
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • S Stefan_NK

                                  Hallo Zusammen.... bin nun echt am Verzweifeln...

                                  Ich habe den kompletten Raspi nochmals neu installiert. Es ist nichts außer der aktuellen Version von Raspberry Pi OS Lite und dem aktuellen iobroker wie hier beschrieben installiert.
                                  Das Image des OS wurde auf den USB-Stick installiert, der in einem USB3 Anschluß steckt.
                                  Die cc26x2r1 wurde (mit verschiedenen Kabeln getestet) an einen USB2 Anschluß gesteckt. Genau die gleiche Konstellation war bisher in Verwendung und hat vor der Neuinstallation einwandfrei funktioniert.
                                  Aufgrund der Probleme habe ich lediglich die aktuelle FW des cc26x2r1 installiert

                                  Adapterseitig ist vom admin, backitup, discovery, javascript und zigbee jeweils eine Instanz installiert.
                                  Die zigbee-Adaptereinstellung wie folgt:
                                  COM-Anschlußname: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100F8C-if00
                                  Tpy: TI Z-Stack&CCxxxx Timer: 60
                                  Erweiterte Pan ID: DDDDDDDDDDDDDDDD Pan ID: 6754
                                  Kanal 11
                                  Transportschlüssel: 01030507090B0D0F00020406080A0C0D
                                  Sendeleistung: high

                                  Ich bekomme den Adapter einfach nicht zum Laufen. Kann mir hier denn wirklich keiner helfen?

                                  Anbeinochmals das gesamte Log, gefiltert auf zigbee.

                                  2021-08-22 21:14:18.687 - error: zigbee.0 (1557) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                  2021-08-22 21:14:18.689 - error: zigbee.0 (1557) Failed to start Zigbee
                                  2021-08-22 21:14:18.690 - error: zigbee.0 (1557) Error herdsman start
                                  2021-08-22 21:14:18.951 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                  2021-08-22 21:14:18.959 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                  2021-08-22 21:14:18.959 - info: zigbee.0 (1557) Got terminate signal TERMINATE_YOURSELF
                                  2021-08-22 21:14:18.962 - info: zigbee.0 (1557) cleaned everything up...
                                  2021-08-22 21:14:18.970 - info: zigbee.0 (1557) Zigbee: disabling joining new devices.
                                  2021-08-22 21:14:18.973 - warn: zigbee.0 (1557) Failed to stop zigbee during startup
                                  2021-08-22 21:14:18.975 - info: zigbee.0 (1557) terminating
                                  2021-08-22 21:14:18.977 - info: zigbee.0 (1557) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2021-08-22 21:14:18.979 - error: zigbee.0 (1557) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  2021-08-22 21:14:18.980 - error: zigbee.0 (1557) unhandled promise rejection: Cannot read property 'getEntries' of null
                                  2021-08-22 21:14:18.983 - error: zigbee.0 (1557) TypeError: Cannot read property 'getEntries' of null
                                  at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                  at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                  at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                  at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                  at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                  at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                  at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                  at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                  at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  2021-08-22 21:14:18.984 - error: zigbee.0 (1557) Cannot read property 'getEntries' of null
                                  2021-08-22 21:14:19.559 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2021-08-22 21:14:22.009 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1574
                                  2021-08-22 21:14:24.650 - info: zigbee.0 (1574) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.7.0, js-controller: 3.3.15
                                  2021-08-22 21:14:24.700 - info: zigbee.0 (1574) Starting Zigbee npm ...
                                  2021-08-22 21:14:25.031 - info: zigbee.0 (1574) Installed Version: iobroker.zigbee@1.5.6
                                  2021-08-22 21:14:44.647 - error: zigbee.0 (1574) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                  2021-08-22 21:14:44.650 - error: zigbee.0 (1574) Failed to start Zigbee
                                  2021-08-22 21:14:44.651 - error: zigbee.0 (1574) Error herdsman start
                                  2021-08-22 21:14:54.654 - info: zigbee.0 (1574) Try to reconnect. 1 attempts left
                                  2021-08-22 21:14:54.656 - info: zigbee.0 (1574) Starting Zigbee npm ...
                                  2021-08-22 21:14:54.733 - info: zigbee.0 (1574) Installed Version: iobroker.zigbee@1.5.6
                                  2021-08-22 21:14:54.920 - error: zigbee.0 (1574) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                  2021-08-22 21:14:54.921 - error: zigbee.0 (1574) Failed to start Zigbee
                                  2021-08-22 21:14:54.922 - error: zigbee.0 (1574) Error herdsman start
                                  2021-08-22 21:22:13.324 - error: zigbee.0 (1574) getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                                  2021-08-22 21:24:41.676 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                  2021-08-22 21:24:41.686 - info: zigbee.0 (1574) Got terminate signal TERMINATE_YOURSELF
                                  2021-08-22 21:24:41.695 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                  2021-08-22 21:24:41.689 - info: zigbee.0 (1574) cleaned everything up...
                                  2021-08-22 21:24:41.697 - info: zigbee.0 (1574) Zigbee: disabling joining new devices.
                                  2021-08-22 21:24:41.702 - warn: zigbee.0 (1574) Failed to stop zigbee during startup
                                  2021-08-22 21:24:41.704 - info: zigbee.0 (1574) terminating
                                  2021-08-22 21:24:41.706 - info: zigbee.0 (1574) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  2021-08-22 21:24:41.709 - error: zigbee.0 (1574) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                  2021-08-22 21:24:41.710 - error: zigbee.0 (1574) unhandled promise rejection: Cannot read property 'getEntries' of null
                                  2021-08-22 21:24:41.714 - error: zigbee.0 (1574) TypeError: Cannot read property 'getEntries' of null
                                  at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                  at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                  at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                  at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                  at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                  at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                  at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                  at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                  at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  2021-08-22 21:24:41.715 - error: zigbee.0 (1574) Cannot read property 'getEntries' of null
                                  2021-08-22 21:24:42.257 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  2021-08-22 21:24:44.744 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1610
                                  2021-08-22 21:24:47.397 - info: zigbee.0 (1610) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.7.0, js-controller: 3.3.15
                                  2021-08-22 21:24:47.443 - info: zigbee.0 (1610) Starting Zigbee npm ...
                                  2021-08-22 21:24:47.826 - info: zigbee.0 (1610) Installed Version: iobroker.zigbee@1.5.6
                                  2021-08-22 21:24:55.853 - error: zigbee.0 (1610) getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
                                  2021-08-22 21:25:07.398 - error: zigbee.0 (1610) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                  2021-08-22 21:25:07.401 - error: zigbee.0 (1610) Failed to start Zigbee
                                  2021-08-22 21:25:07.402 - error: zigbee.0 (1610) Error herdsman start
                                  2021-08-22 21:25:17.409 - info: zigbee.0 (1610) Try to reconnect. 1 attempts left
                                  2021-08-22 21:25:17.411 - info: zigbee.0 (1610) Starting Zigbee npm ...
                                  2021-08-22 21:25:17.462 - info: zigbee.0 (1610) Installed Version: iobroker.zigbee@1.5.6
                                  2021-08-22 21:25:17.668 - error: zigbee.0 (1610) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                  2021-08-22 21:25:17.668 - error: zigbee.0 (1610) Failed to start Zigbee
                                  2021-08-22 21:25:17.669 - error: zigbee.0 (1610) Error herdsman start
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #16

                                  @stefan_nk

                                  Erweiterte Pan ID: DDDDDDDDDDDDDDDD
                                  

                                  Ändere die.

                                  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

                                  S 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @stefan_nk

                                    Erweiterte Pan ID: DDDDDDDDDDDDDDDD
                                    

                                    Ändere die.

                                    S Offline
                                    S Offline
                                    Stefan_NK
                                    schrieb am zuletzt editiert von
                                    #17

                                    @thomas-braun
                                    Geändert in

                                    DCDDDDDADDDDDDDD
                                    

                                    leider kein Erfolg

                                    2021-08-22 21:45:03.266 - error: zigbee.0 (1826) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                    2021-08-22 21:45:03.268 - error: zigbee.0 (1826) Failed to start Zigbee
                                    2021-08-22 21:45:03.269 - error: zigbee.0 (1826) Error herdsman start
                                    2021-08-22 21:45:03.722 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                    2021-08-22 21:45:03.733 - info: zigbee.0 (1826) Got terminate signal TERMINATE_YOURSELF
                                    2021-08-22 21:45:03.743 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                    2021-08-22 21:45:03.737 - info: zigbee.0 (1826) cleaned everything up...
                                    2021-08-22 21:45:03.747 - info: zigbee.0 (1826) Zigbee: disabling joining new devices.
                                    2021-08-22 21:45:03.750 - warn: zigbee.0 (1826) Failed to stop zigbee during startup
                                    2021-08-22 21:45:03.751 - info: zigbee.0 (1826) terminating
                                    2021-08-22 21:45:03.753 - info: zigbee.0 (1826) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                    2021-08-22 21:45:03.755 - error: zigbee.0 (1826) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                    2021-08-22 21:45:03.755 - error: zigbee.0 (1826) unhandled promise rejection: Cannot read property 'getEntries' of null
                                    2021-08-22 21:45:03.757 - error: zigbee.0 (1826) TypeError: Cannot read property 'getEntries' of null
                                    at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                    at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                    at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                    at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                    at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                    at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                    at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                    at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                    at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                    2021-08-22 21:45:03.758 - error: zigbee.0 (1826) Cannot read property 'getEntries' of null
                                    2021-08-22 21:45:04.353 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                    2021-08-22 21:45:06.796 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1842
                                    2021-08-22 21:45:09.395 - info: zigbee.0 (1842) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.7.0, js-controller: 3.3.15
                                    2021-08-22 21:45:09.441 - info: zigbee.0 (1842) Starting Zigbee npm ...
                                    2021-08-22 21:45:09.776 - info: zigbee.0 (1842) Installed Version: iobroker.zigbee@1.5.6
                                    2021-08-22 21:45:29.401 - error: zigbee.0 (1842) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                    2021-08-22 21:45:29.403 - error: zigbee.0 (1842) Failed to start Zigbee
                                    2021-08-22 21:45:29.405 - error: zigbee.0 (1842) Error herdsman start
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • S Stefan_NK

                                      @thomas-braun
                                      Geändert in

                                      DCDDDDDADDDDDDDD
                                      

                                      leider kein Erfolg

                                      2021-08-22 21:45:03.266 - error: zigbee.0 (1826) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                      2021-08-22 21:45:03.268 - error: zigbee.0 (1826) Failed to start Zigbee
                                      2021-08-22 21:45:03.269 - error: zigbee.0 (1826) Error herdsman start
                                      2021-08-22 21:45:03.722 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                      2021-08-22 21:45:03.733 - info: zigbee.0 (1826) Got terminate signal TERMINATE_YOURSELF
                                      2021-08-22 21:45:03.743 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                      2021-08-22 21:45:03.737 - info: zigbee.0 (1826) cleaned everything up...
                                      2021-08-22 21:45:03.747 - info: zigbee.0 (1826) Zigbee: disabling joining new devices.
                                      2021-08-22 21:45:03.750 - warn: zigbee.0 (1826) Failed to stop zigbee during startup
                                      2021-08-22 21:45:03.751 - info: zigbee.0 (1826) terminating
                                      2021-08-22 21:45:03.753 - info: zigbee.0 (1826) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2021-08-22 21:45:03.755 - error: zigbee.0 (1826) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                      2021-08-22 21:45:03.755 - error: zigbee.0 (1826) unhandled promise rejection: Cannot read property 'getEntries' of null
                                      2021-08-22 21:45:03.757 - error: zigbee.0 (1826) TypeError: Cannot read property 'getEntries' of null
                                      at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                      at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                      at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                      at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                      at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                      at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                      at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                      at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                      at processTicksAndRejections (node:internal/process/task_queues:96:5)
                                      2021-08-22 21:45:03.758 - error: zigbee.0 (1826) Cannot read property 'getEntries' of null
                                      2021-08-22 21:45:04.353 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2021-08-22 21:45:06.796 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1842
                                      2021-08-22 21:45:09.395 - info: zigbee.0 (1842) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.7.0, js-controller: 3.3.15
                                      2021-08-22 21:45:09.441 - info: zigbee.0 (1842) Starting Zigbee npm ...
                                      2021-08-22 21:45:09.776 - info: zigbee.0 (1842) Installed Version: iobroker.zigbee@1.5.6
                                      2021-08-22 21:45:29.401 - error: zigbee.0 (1842) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                                      2021-08-22 21:45:29.403 - error: zigbee.0 (1842) Failed to start Zigbee
                                      2021-08-22 21:45:29.405 - error: zigbee.0 (1842) Error herdsman start
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #18

                                      @stefan_nk

                                      node: v16.7.0 zusammen mit npm@7 ?
                                      Das ist ggf. dein Problem. Installier node12, maximal node14.

                                      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

                                      S 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @stefan_nk

                                        node: v16.7.0 zusammen mit npm@7 ?
                                        Das ist ggf. dein Problem. Installier node12, maximal node14.

                                        S Offline
                                        S Offline
                                        Stefan_NK
                                        schrieb am zuletzt editiert von
                                        #19

                                        @thomas-braun
                                        So... habe node 12 installiert, was übrigens auch zuerst installiert war. Das Update war nur ein Versuch.
                                        Sobald ich das Modul eintrage, wird der Adapter nicht mehr grün.

                                        2021-08-22 23:40:06.719 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                        2021-08-22 23:40:06.737 - info: zigbee.0 (1967) Got terminate signal TERMINATE_YOURSELF
                                        2021-08-22 23:40:06.740 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                        2021-08-22 23:40:06.740 - info: zigbee.0 (1967) cleaned everything up...
                                        2021-08-22 23:40:06.748 - info: zigbee.0 (1967) Zigbee: disabling joining new devices.
                                        2021-08-22 23:40:06.752 - warn: zigbee.0 (1967) Failed to stop zigbee during startup
                                        2021-08-22 23:40:06.754 - info: zigbee.0 (1967) terminating
                                        2021-08-22 23:40:06.756 - info: zigbee.0 (1967) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2021-08-22 23:40:06.758 - error: zigbee.0 (1967) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                        2021-08-22 23:40:06.759 - error: zigbee.0 (1967) unhandled promise rejection: Cannot read property 'getEntries' of null
                                        2021-08-22 23:40:06.760 - error: zigbee.0 (1967) TypeError: Cannot read property 'getEntries' of null
                                        at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                        at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                        at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                        at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                        at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                        at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                        at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                        at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                        at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                        2021-08-22 23:40:06.761 - error: zigbee.0 (1967) Cannot read property 'getEntries' of null
                                        2021-08-22 23:40:07.406 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2021-08-22 23:40:09.783 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1986
                                        2021-08-22 23:40:12.284 - info: zigbee.0 (1986) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
                                        2021-08-22 23:40:12.389 - info: zigbee.0 (1986) Starting Zigbee npm ...
                                        2021-08-22 23:40:12.688 - info: zigbee.0 (1986) Installed Version: iobroker.zigbee@1.5.6
                                        2021-08-22 23:40:14.465 - error: zigbee.0 (1986) Configuration is not consistent with adapter state/backup!
                                        2021-08-22 23:40:14.465 - error: zigbee.0 (1986) - PAN ID: configured=6754, adapter=6754
                                        2021-08-22 23:40:14.466 - error: zigbee.0 (1986) - Extended PAN ID: configured=dddddddddadddddc, adapter=00124b001caab81b
                                        2021-08-22 23:40:14.466 - error: zigbee.0 (1986) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                        2021-08-22 23:40:14.467 - error: zigbee.0 (1986) - Channel List: configured=11, adapter=11
                                        2021-08-22 23:40:14.468 - error: zigbee.0 (1986) Please update configuration to prevent further issues.
                                        2021-08-22 23:40:14.468 - error: zigbee.0 (1986) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                        2021-08-22 23:40:14.468 - error: zigbee.0 (1986) Re-commissioning your network will require re-pairing of all devices!
                                        2021-08-22 23:40:14.469 - error: zigbee.0 (1986) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                        2021-08-22 23:40:14.470 - error: zigbee.0 (1986) Failed to start Zigbee
                                        2021-08-22 23:40:14.470 - error: zigbee.0 (1986) Error herdsman start
                                        2021-08-22 23:40:24.472 - info: zigbee.0 (1986) Try to reconnect. 1 attempts left
                                        2021-08-22 23:40:24.474 - info: zigbee.0 (1986) Starting Zigbee npm ...
                                        2021-08-22 23:40:24.515 - info: zigbee.0 (1986) Installed Version: iobroker.zigbee@1.5.6
                                        2021-08-22 23:40:24.738 - error: zigbee.0 (1986) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                        2021-08-22 23:40:24.738 - error: zigbee.0 (1986) Failed to start Zigbee
                                        2021-08-22 23:40:24.739 - error: zigbee.0 (1986) Error herdsman start
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • S Stefan_NK

                                          @thomas-braun
                                          So... habe node 12 installiert, was übrigens auch zuerst installiert war. Das Update war nur ein Versuch.
                                          Sobald ich das Modul eintrage, wird der Adapter nicht mehr grün.

                                          2021-08-22 23:40:06.719 - info: host.SmartHome stopInstance system.adapter.zigbee.0 (force=false, process=true)
                                          2021-08-22 23:40:06.737 - info: zigbee.0 (1967) Got terminate signal TERMINATE_YOURSELF
                                          2021-08-22 23:40:06.740 - info: host.SmartHome stopInstance system.adapter.zigbee.0 send kill signal
                                          2021-08-22 23:40:06.740 - info: zigbee.0 (1967) cleaned everything up...
                                          2021-08-22 23:40:06.748 - info: zigbee.0 (1967) Zigbee: disabling joining new devices.
                                          2021-08-22 23:40:06.752 - warn: zigbee.0 (1967) Failed to stop zigbee during startup
                                          2021-08-22 23:40:06.754 - info: zigbee.0 (1967) terminating
                                          2021-08-22 23:40:06.756 - info: zigbee.0 (1967) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2021-08-22 23:40:06.758 - error: zigbee.0 (1967) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          2021-08-22 23:40:06.759 - error: zigbee.0 (1967) unhandled promise rejection: Cannot read property 'getEntries' of null
                                          2021-08-22 23:40:06.760 - error: zigbee.0 (1967) TypeError: Cannot read property 'getEntries' of null
                                          at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:220:55)
                                          at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:240:16)
                                          at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:303:31)
                                          at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:228:49)
                                          at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:222:43)
                                          at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:214:42)
                                          at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:385:20)
                                          at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:696:41)
                                          at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          2021-08-22 23:40:06.761 - error: zigbee.0 (1967) Cannot read property 'getEntries' of null
                                          2021-08-22 23:40:07.406 - info: host.SmartHome instance system.adapter.zigbee.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2021-08-22 23:40:09.783 - info: host.SmartHome instance system.adapter.zigbee.0 started with pid 1986
                                          2021-08-22 23:40:12.284 - info: zigbee.0 (1986) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.5, js-controller: 3.3.15
                                          2021-08-22 23:40:12.389 - info: zigbee.0 (1986) Starting Zigbee npm ...
                                          2021-08-22 23:40:12.688 - info: zigbee.0 (1986) Installed Version: iobroker.zigbee@1.5.6
                                          2021-08-22 23:40:14.465 - error: zigbee.0 (1986) Configuration is not consistent with adapter state/backup!
                                          2021-08-22 23:40:14.465 - error: zigbee.0 (1986) - PAN ID: configured=6754, adapter=6754
                                          2021-08-22 23:40:14.466 - error: zigbee.0 (1986) - Extended PAN ID: configured=dddddddddadddddc, adapter=00124b001caab81b
                                          2021-08-22 23:40:14.466 - error: zigbee.0 (1986) - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
                                          2021-08-22 23:40:14.467 - error: zigbee.0 (1986) - Channel List: configured=11, adapter=11
                                          2021-08-22 23:40:14.468 - error: zigbee.0 (1986) Please update configuration to prevent further issues.
                                          2021-08-22 23:40:14.468 - error: zigbee.0 (1986) If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
                                          2021-08-22 23:40:14.468 - error: zigbee.0 (1986) Re-commissioning your network will require re-pairing of all devices!
                                          2021-08-22 23:40:14.469 - error: zigbee.0 (1986) Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
                                          2021-08-22 23:40:14.470 - error: zigbee.0 (1986) Failed to start Zigbee
                                          2021-08-22 23:40:14.470 - error: zigbee.0 (1986) Error herdsman start
                                          2021-08-22 23:40:24.472 - info: zigbee.0 (1986) Try to reconnect. 1 attempts left
                                          2021-08-22 23:40:24.474 - info: zigbee.0 (1986) Starting Zigbee npm ...
                                          2021-08-22 23:40:24.515 - info: zigbee.0 (1986) Installed Version: iobroker.zigbee@1.5.6
                                          2021-08-22 23:40:24.738 - error: zigbee.0 (1986) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                                          2021-08-22 23:40:24.738 - error: zigbee.0 (1986) Failed to start Zigbee
                                          2021-08-22 23:40:24.739 - error: zigbee.0 (1986) Error herdsman start
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von Thomas Braun
                                          #20

                                          @stefan_nk

                                          PAN ID: configured=6754, adapter=6754
                                          
                                          2021-08-22 23:40:14.466 - error: zigbee.0 (1986) - Extended PAN ID: configured=dddddddddadddddc, adapter=00124b001caab81b
                                          

                                          Richtige IDs eintragen

                                          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

                                          S 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

                                          370

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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