<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Probleme mit Zigbee und CC26X2R1  nach Neuinstallation]]></title><description><![CDATA[<p dir="auto">Hallo Leute ich bin am verzweifeln und hoffe, ihr könnt mir weiterhelfen.<br />
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).<br />
Der Raspi wurde mit dem neuesten Image installiert und upgedatet / upgegraded.<br />
iobroker wurde lt. <a href="https://www.iobroker.net/#de/download" rel="nofollow ugc">iobroker.net</a> installiert.<br />
Die Installatation des Adapters dauert ungewöhnliche 10-15 Minuten und im Installataionsfenster finden sich einige Errors.</p>
<pre><code>$ 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&lt;v8::String&gt;&amp; 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&lt;v8::Object&gt;)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;, 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-&gt;errorString, sizeof(data-&gt;errorString), "Error %s Cannot open %s", strerror(errno), data-&gt;path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error %s Cannot open %s", strerror(errno), data-&gt;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-&gt;errorString, sizeof(data-&gt;errorString), "Error: %s, cannot open %s", strerror(errno), data-&gt;path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error: %s, cannot open %s", strerror(errno), data-&gt;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&lt;v8::String&gt;&amp; 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&lt;v8::Object&gt;)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Value&gt;, 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-&gt;errorString, sizeof(data-&gt;errorString), "Error %s Cannot open %s", strerror(errno), data-&gt;path); ^~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error %s Cannot open %s", strerror(errno), data-&gt;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-&gt;errorString, sizeof(data-&gt;errorString), "Error: %s, cannot open %s", strerror(errno), data-&gt;path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data-&gt;errorString, sizeof(data-&gt;errorString), "Error: %s, cannot open %s", strerror(errno), data-&gt;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
</code></pre>
<p dir="auto">Trotz der Errors geht die Instanz auf grün.<br />
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.</p>
<pre><code>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.
</code></pre>
<p dir="auto">Könnt ihr mir da bitte weiterhelfen?</p>
<p dir="auto">Vielen Dank und lG Stefan</p>
]]></description><link>https://forum.iobroker.net/topic/47167/probleme-mit-zigbee-und-cc26x2r1-nach-neuinstallation</link><generator>RSS for Node</generator><lastBuildDate>Wed, 27 May 2026 07:42:15 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/47167.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Aug 2021 14:16:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 22:01:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/668476">Probleme mit Zigbee und CC26X2R1 nach Neuinstallation</a>:</p>
<blockquote>
<p dir="auto">00124b001caab81b</p>
</blockquote>
<p dir="auto">Ok, ich habe jetzt die Adapter-ID 00124b001caab81b bei der erweiterten PAN-ID eingetragen. Die Konfig hatte ich bei der alten Installation nicht, aber der Adapter ist jetzt mal grün. Vielen, vielen, vielen Dank <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forum.iobroker.net/post/668477</link><guid isPermaLink="true">https://forum.iobroker.net/post/668477</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sun, 22 Aug 2021 22:01:37 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 21:58:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a> 1986) -</p>
<p dir="auto">Extended PAN ID: configured=dddddddddadddddc, adapter=00124b001caab81b</p>
<p dir="auto">In der config des Adapters steht das eine, der Stick erwartet das andere.</p>
]]></description><link>https://forum.iobroker.net/post/668476</link><guid isPermaLink="true">https://forum.iobroker.net/post/668476</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Aug 2021 21:58:03 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 21:53:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> wenn ich es wissen und verstehen würde woran das Ding hakt, hätte ich nicht gefragt <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f644.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--face_with_rolling_eyes" style="height:23px;width:auto;vertical-align:middle" title=":face_with_rolling_eyes:" alt="🙄" /></p>
]]></description><link>https://forum.iobroker.net/post/668474</link><guid isPermaLink="true">https://forum.iobroker.net/post/668474</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sun, 22 Aug 2021 21:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 21:51:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a><br />
Steht doch da.</p>
]]></description><link>https://forum.iobroker.net/post/668473</link><guid isPermaLink="true">https://forum.iobroker.net/post/668473</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Aug 2021 21:51:19 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 21:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> Welche IDs muss ich hier eintragen?</p>
]]></description><link>https://forum.iobroker.net/post/668472</link><guid isPermaLink="true">https://forum.iobroker.net/post/668472</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sun, 22 Aug 2021 21:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 21:49:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a></p>
<pre><code>PAN ID: configured=6754, adapter=6754

2021-08-22 23:40:14.466 - error: zigbee.0 (1986) - Extended PAN ID: configured=dddddddddadddddc, adapter=00124b001caab81b
</code></pre>
<p dir="auto">Richtige IDs eintragen</p>
]]></description><link>https://forum.iobroker.net/post/668471</link><guid isPermaLink="true">https://forum.iobroker.net/post/668471</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Aug 2021 21:49:35 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 21:41:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
So... habe node 12 installiert, was übrigens auch zuerst installiert war. Das Update war nur ein Versuch.<br />
Sobald ich das Modul eintrage, wird der Adapter nicht mehr grün.</p>
<pre><code>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
</code></pre>
]]></description><link>https://forum.iobroker.net/post/668470</link><guid isPermaLink="true">https://forum.iobroker.net/post/668470</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sun, 22 Aug 2021 21:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 20:27:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a></p>
<p dir="auto">node: v16.7.0 zusammen mit npm@7 ?<br />
Das ist ggf. dein Problem. Installier node12, maximal node14.</p>
]]></description><link>https://forum.iobroker.net/post/668455</link><guid isPermaLink="true">https://forum.iobroker.net/post/668455</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Aug 2021 20:27:10 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 19:45:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a><br />
Geändert in</p>
<pre><code>DCDDDDDADDDDDDDD
</code></pre>
<p dir="auto">leider kein Erfolg</p>
<pre><code>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
</code></pre>
]]></description><link>https://forum.iobroker.net/post/668446</link><guid isPermaLink="true">https://forum.iobroker.net/post/668446</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sun, 22 Aug 2021 19:45:44 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 19:37:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a></p>
<pre><code>Erweiterte Pan ID: DDDDDDDDDDDDDDDD
</code></pre>
<p dir="auto">Ändere die.</p>
]]></description><link>https://forum.iobroker.net/post/668443</link><guid isPermaLink="true">https://forum.iobroker.net/post/668443</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sun, 22 Aug 2021 19:37:29 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sun, 22 Aug 2021 19:27:53 GMT]]></title><description><![CDATA[<p dir="auto">Hallo Zusammen.... bin nun echt am Verzweifeln...</p>
<p dir="auto">Ich habe den kompletten Raspi nochmals neu installiert. Es ist nichts außer der aktuellen Version von <a href="https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit" rel="nofollow ugc">Raspberry Pi OS Lite</a> und dem aktuellen iobroker wie <a href="https://www.iobroker.net/#de/download" rel="nofollow ugc">hier beschrieben</a> installiert.<br />
Das Image des OS wurde auf den USB-Stick installiert, der in einem USB3 Anschluß steckt.<br />
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.<br />
Aufgrund der Probleme habe ich lediglich die aktuelle FW des cc26x2r1 installiert</p>
<p dir="auto">Adapterseitig ist vom admin, backitup, discovery, javascript und zigbee jeweils eine Instanz installiert.<br />
Die zigbee-Adaptereinstellung wie folgt:<br />
COM-Anschlußname: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100F8C-if00<br />
Tpy: TI Z-Stack&amp;CCxxxx               Timer: 60<br />
Erweiterte Pan ID: DDDDDDDDDDDDDDDD                         Pan ID: 6754<br />
Kanal 11<br />
Transportschlüssel: 01030507090B0D0F00020406080A0C0D<br />
Sendeleistung: high</p>
<p dir="auto">Ich bekomme den Adapter einfach nicht zum Laufen. Kann mir hier denn wirklich keiner helfen?</p>
<p dir="auto">Anbeinochmals das gesamte Log, gefiltert auf zigbee.</p>
<pre><code>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
</code></pre>
]]></description><link>https://forum.iobroker.net/post/668442</link><guid isPermaLink="true">https://forum.iobroker.net/post/668442</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sun, 22 Aug 2021 19:27:53 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sat, 21 Aug 2021 05:30:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a><br />
Hallo Stefan,<br />
zwei Sachen sind mir aufgefallen.<br />
Zum einen ist bei deiner Konfiguration keine Sendeleistung ausgewählt.<br />
(Hat vermutlich nichts mit deinem aktuellen Problem zu tun, ist mir nur aufgefallen)<br />
Was eher auf dein Problem mit dem Adapter zu tun haben könnte,<br />
deine Firmeware des zigbee-sticks ist sehr neu</p>
<pre><code>"revision":20210708
</code></pre>
<p dir="auto">Vermutlich hat der zigbee-Adapter in der Version 1.5.6 damit Probleme.<br />
Versuche den Adapter auf 1.6.0 zu aktuallisieren.<br />
<a href="https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md#160-2021-08-09" rel="nofollow ugc">1.6.0 (2021-08-09)</a></p>
<p dir="auto">Hoffe das hat dir etwas weiter geholfen.</p>
<p dir="auto">Gruß, Karsten</p>
]]></description><link>https://forum.iobroker.net/post/667431</link><guid isPermaLink="true">https://forum.iobroker.net/post/667431</guid><dc:creator><![CDATA[hydrotec]]></dc:creator><pubDate>Sat, 21 Aug 2021 05:30:14 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Sat, 21 Aug 2021 03:21:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arteck" aria-label="Profile: arteck">@<bdi>arteck</bdi></a> hm....<br />
serialport gelockt... wie kann ich das überprüfen bzw. freigeben? Woher könnte der gelockt sein, nach einem Neustart?<br />
es steckt in USB3... ist bei USB 2 angesteckt<br />
hast du eine SSD noch im USB... Der Raspi läuft mit einem USB-Stick, wie das letzte Jahr auch<br />
board hat sich verabschiedet... hoffe ich nicht. kann ich auch nicht wirklich prüfen nur auf Verdacht ein Neues bestellen<br />
kabel nicht OK... hab es an dem bisherigen 30cm Kabel, aber auch an einem 3m Kabel probiert<br />
USB HUB in Benutzung... nein, es ist lediglich der Speicherstick und das Board angeschlossen.</p>
]]></description><link>https://forum.iobroker.net/post/667426</link><guid isPermaLink="true">https://forum.iobroker.net/post/667426</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Sat, 21 Aug 2021 03:21:08 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 17:01:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a> der Adapter findet das TI Board nicht..</p>
<p dir="auto">weil :</p>
<p dir="auto">serialport gelockt<br />
oder<br />
es steckt in USB3<br />
oder<br />
hast du eine SSD noch im USB<br />
oder<br />
board hat sich verabschiedet<br />
oder<br />
kabel nicht OK<br />
oder<br />
USB HUB in Benutzung</p>
]]></description><link>https://forum.iobroker.net/post/667272</link><guid isPermaLink="true">https://forum.iobroker.net/post/667272</guid><dc:creator><![CDATA[arteck]]></dc:creator><pubDate>Fri, 20 Aug 2021 17:01:17 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 11:31:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> <img src="/assets/uploads/files/1629459084557-2021-08-20-13_30_50-instances-smarthome.jpg" alt="2021-08-20 13_30_50-instances - SmartHome.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/667066</link><guid isPermaLink="true">https://forum.iobroker.net/post/667066</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Fri, 20 Aug 2021 11:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 09:22:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a></p>
<p dir="auto">Zeig mal die Einstellungen im entsprechenden Reiter des Adapters.</p>
]]></description><link>https://forum.iobroker.net/post/667001</link><guid isPermaLink="true">https://forum.iobroker.net/post/667001</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 20 Aug 2021 09:22:20 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 09:05:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arteck" aria-label="Profile: arteck">@<bdi>arteck</bdi></a><br />
Ich habe jetzt...</p>
<ol>
<li>Das Log gelöscht.</li>
<li>den Adapter pausiert</li>
<li>Das Modul für mind. 10 Sekunden abgesteckt.</li>
<li>Das Modul neu angesteckt</li>
<li>Den Adapter wieder gestartet -&gt; nicht grün</li>
</ol>
<p dir="auto">Das muss doch einen Grund haben, dass das Ding nicht mehr funktioniert. Ich raff es einfach nicht.</p>
<pre><code>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
</code></pre>
]]></description><link>https://forum.iobroker.net/post/666998</link><guid isPermaLink="true">https://forum.iobroker.net/post/666998</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Fri, 20 Aug 2021 09:05:58 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 08:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a> zwischen dem stop und neustart liegen gerade mal 6 sekunden..</p>
]]></description><link>https://forum.iobroker.net/post/666991</link><guid isPermaLink="true">https://forum.iobroker.net/post/666991</guid><dc:creator><![CDATA[arteck]]></dc:creator><pubDate>Fri, 20 Aug 2021 08:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 08:18:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> Verstehe, dankeschön.</p>
<p dir="auto">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 :-(<br />
Ich kann nicht jedes Mal die Datei löschen, was mache ich bei einem Stromausfall?</p>
<pre><code>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
</code></pre>
<p dir="auto">Was ich nicht verstehe, in der hardwaretechnischen Zusammenstellung hat vor der Neuinstallation alles funktioniert. Alle Adapter waren aktuell....</p>
]]></description><link>https://forum.iobroker.net/post/666982</link><guid isPermaLink="true">https://forum.iobroker.net/post/666982</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Fri, 20 Aug 2021 08:18:47 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 07:07:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a><br />
Da sind keine Fehlermeldungen.<br />
Das sind die Meldungen, wenn ein Modul kompiliert wird. Das dauert dann auch schon mal etwas länger.</p>
]]></description><link>https://forum.iobroker.net/post/666959</link><guid isPermaLink="true">https://forum.iobroker.net/post/666959</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Fri, 20 Aug 2021 07:07:11 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 06:50:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arteck" aria-label="Profile: arteck">@<bdi>arteck</bdi></a> 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.</p>
<pre><code>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) --&gt; 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
</code></pre>
<p dir="auto">Von wo kommt das, nach einer sauberen Neuinstallation? Sind die Fehlermeldungen beim Installieren des Adapters normal? Auch, dass das so lang dauert?</p>
]]></description><link>https://forum.iobroker.net/post/666943</link><guid isPermaLink="true">https://forum.iobroker.net/post/666943</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Fri, 20 Aug 2021 06:50:43 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Fri, 20 Aug 2021 04:21:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a> lösche mal die nvbackup.json aus</p>
<pre><code>/opt/iobroker/iobroker-data/zugbee_0
</code></pre>
<p dir="auto">und starte adapter neu</p>
]]></description><link>https://forum.iobroker.net/post/666933</link><guid isPermaLink="true">https://forum.iobroker.net/post/666933</guid><dc:creator><![CDATA[arteck]]></dc:creator><pubDate>Fri, 20 Aug 2021 04:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Thu, 19 Aug 2021 20:03:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asgothian" aria-label="Profile: asgothian">@<bdi>asgothian</bdi></a> Die ID habe ich schon geändert, leider hat das nicht wirklich etwas gebracht :-(</p>
<pre><code>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
</code></pre>
]]></description><link>https://forum.iobroker.net/post/666890</link><guid isPermaLink="true">https://forum.iobroker.net/post/666890</guid><dc:creator><![CDATA[Stefan_NK]]></dc:creator><pubDate>Thu, 19 Aug 2021 20:03:57 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit Zigbee und CC26X2R1  nach Neuinstallation on Thu, 19 Aug 2021 19:53:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stefan_nk" aria-label="Profile: stefan_nk">@<bdi>stefan_nk</bdi></a> sagte in <a href="/post/666733">Probleme mit Zigbee und CC26X2R1 nach Neuinstallation</a>:</p>
<blockquote>
<p dir="auto">zigbee.0	2021-08-19 16:01:50.487	error	- PAN ID: configured=6755, adapter=6754</p>
</blockquote>
<p dir="auto">Da steht doch die Lösung. Deine panID stimmt nicht,</p>
<p dir="auto">A.</p>
]]></description><link>https://forum.iobroker.net/post/666889</link><guid isPermaLink="true">https://forum.iobroker.net/post/666889</guid><dc:creator><![CDATA[Asgothian]]></dc:creator><pubDate>Thu, 19 Aug 2021 19:53:34 GMT</pubDate></item></channel></rss>