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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Marktplatz
  4. [Verkauft] CC2652P Zigbee Stick

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    21
    1
    945

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

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

[Verkauft] CC2652P Zigbee Stick

Scheduled Pinned Locked Moved Marktplatz
cc2531cc2538cc2652cc26x2r1modkammodkamruslaeshti boardzigbeezigbee stick
155 Posts 45 Posters 48.2k Views 55 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S sauerstofff

    Ich habe nun mal den Slave komplett neu aufgesetzt. Bei der manuellen Adapterinstallation auf dem Slave habe ich einiges an Fehlermeldungen erhalten :/

    pi@ioslave01:~ $ iobroker add zigbee --host ioslave01
    NPM version: 6.14.15
    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.6/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.6/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.6/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.6/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.ioslave01 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.ioslave01 object system.adapter.zigbee created/updated
    host.ioslave01 create instance zigbee
    host.ioslave01 object zigbee.0.info.groups created
    host.ioslave01 object zigbee.0.info.pairingMessage created
    host.ioslave01 object zigbee.0.info.pairingCountdown created
    host.ioslave01 object zigbee.0.info.pairingMode created
    host.ioslave01 object zigbee.0.info.connection created
    host.ioslave01 object zigbee.0.info created
    host.ioslave01 object zigbee.0.exclude.all created
    host.ioslave01 object zigbee.0.exclude created
    host.ioslave01 object system.adapter.zigbee.0.logLevel created
    host.ioslave01 object system.adapter.zigbee.0.sigKill created
    host.ioslave01 object system.adapter.zigbee.0.eventLoopLag created
    host.ioslave01 object system.adapter.zigbee.0.outputCount created
    host.ioslave01 object system.adapter.zigbee.0.inputCount created
    host.ioslave01 object system.adapter.zigbee.0.uptime created
    host.ioslave01 object system.adapter.zigbee.0.memRss created
    host.ioslave01 object system.adapter.zigbee.0.memHeapTotal created
    host.ioslave01 object system.adapter.zigbee.0.memHeapUsed created
    host.ioslave01 object system.adapter.zigbee.0.cputime created
    host.ioslave01 object system.adapter.zigbee.0.cpu created
    host.ioslave01 object system.adapter.zigbee.0.compactMode created
    host.ioslave01 object system.adapter.zigbee.0.connected created
    host.ioslave01 object system.adapter.zigbee.0.alive created
    host.ioslave01 Set default value of zigbee.0.info.groups:
    host.ioslave01 Set default value of zigbee.0.info.pairingMessage:
    host.ioslave01 Set default value of zigbee.0.info.pairingCountdown: 0
    host.ioslave01 Set default value of zigbee.0.info.pairingMode: false
    host.ioslave01 Set default value of zigbee.0.info.connection: false
    host.ioslave01 Set default value of zigbee.0.exclude.all: []
    host.ioslave01 object system.adapter.zigbee.0 created
    

    Kann damit jemand was anfangen? :(

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #127

    @sauerm

    Welche Fehlermeldungen?
    Da sind keine.

    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 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @sauerm

      Welche Fehlermeldungen?
      Da sind keine.

      S Offline
      S Offline
      sauerstofff
      wrote on last edited by sauerstofff
      #128

      @thomas-braun stimmt, das meiste sind Warnungen.

      Ich habe die 8 Errors mal zusammenkopiert:

      ../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_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);
      
      

      Ach sorry, das sind prints :see_no_evil:
      Aber sollte so die Installation über die Konsole aussehen?

      Fehlermeldungen beim Adapterstart bekomme ich nach wie vor. Entweder ist der Stick kaputt (firmware habe ich schon 4-mal neu geflashed) oder irgendwas stimmt mit dem ioBroker Master nicht... :/

      Thomas BraunT 1 Reply Last reply
      0
      • S sauerstofff

        @thomas-braun stimmt, das meiste sind Warnungen.

        Ich habe die 8 Errors mal zusammenkopiert:

        ../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_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);
        
        

        Ach sorry, das sind prints :see_no_evil:
        Aber sollte so die Installation über die Konsole aussehen?

        Fehlermeldungen beim Adapterstart bekomme ich nach wie vor. Entweder ist der Stick kaputt (firmware habe ich schon 4-mal neu geflashed) oder irgendwas stimmt mit dem ioBroker Master nicht... :/

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #129

        @sauerm sagte in [Verkaufe] Neueste Entwicklung: CC2652P Zigbee Stick:

        Aber sollte so die Installation über die Konsole aussehen?

        Ja, so sieht das aus, wenn der serialport gebaut wird.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        S 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @sauerm sagte in [Verkaufe] Neueste Entwicklung: CC2652P Zigbee Stick:

          Aber sollte so die Installation über die Konsole aussehen?

          Ja, so sieht das aus, wenn der serialport gebaut wird.

          S Offline
          S Offline
          sauerstofff
          wrote on last edited by
          #130

          @thomas-braun Ah, okay. Wieder was gelernt :blush:

          Hast du denn noch eine Idee was man machen könnte? Ich finde schon keine neuen Suchergebnisse mehr bei Google :see_no_evil:

          Der Adapter startet immer noch nicht. Ich erhalte immer die selben Fehlermeldungen...

          
          zigbee.0
          2021-09-01 22:14:25.448	error	Error herdsman start
          
          zigbee.0
          2021-09-01 22:14:25.447	error	Failed to start Zigbee
          
          zigbee.0
          2021-09-01 22:14:25.445	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
          
          zigbee.0
          2021-09-01 22:14:25.240	info	Installed Version: iobroker.zigbee@1.5.6
          
          zigbee.0
          2021-09-01 22:14:25.181	info	Starting Zigbee npm ...
          
          zigbee.0
          2021-09-01 22:14:25.179	info	Try to reconnect. 1 attempts left
          
          zigbee.0
          2021-09-01 22:14:15.176	error	Error herdsman start
          
          zigbee.0
          2021-09-01 22:14:15.175	error	Failed to start Zigbee
          
          zigbee.0
          2021-09-01 22:14:15.173	error	Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
          
          zigbee.0
          2021-09-01 22:13:55.693	info	Installed Version: iobroker.zigbee@1.5.6
          
          zigbee.0
          2021-09-01 22:13:55.077	info	Starting Zigbee npm ...
          
          zigbee.0
          2021-09-01 22:13:55.011	info	starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.6, js-controller: 3.3.15
          
          zigbee.0
          2021-09-01 22:13:47.009	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          
          zigbee.0
          2021-09-01 22:13:47.006	info	terminating
          
          zigbee.0
          2021-09-01 22:13:47.005	warn	Failed to stop zigbee during startup
          
          zigbee.0
          2021-09-01 22:13:46.999	info	cleaned everything up...
          
          zigbee.0
          2021-09-01 22:13:46.996	info	Got terminate signal TERMINATE_YOURSELF
          
          zigbee.0
          2021-09-01 22:13:09.311	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
          
          zigbee.0
          2021-09-01 22:10:16.665	error	Error herdsman start
          
          zigbee.0
          2021-09-01 22:10:16.664	error	Failed to start Zigbee
          
          zigbee.0
          2021-09-01 22:10:16.662	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
          
          zigbee.0
          2021-09-01 22:10:16.486	info	Installed Version: iobroker.zigbee@1.5.6
          
          zigbee.0
          2021-09-01 22:10:16.458	info	Starting Zigbee npm ...
          
          zigbee.0
          2021-09-01 22:10:16.456	info	Try to reconnect. 1 attempts left
          
          zigbee.0
          2021-09-01 22:10:06.453	error	Error herdsman start
          
          zigbee.0
          2021-09-01 22:10:06.452	error	Failed to start Zigbee
          
          zigbee.0
          2021-09-01 22:10:06.450	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
          
          zigbee.0
          2021-09-01 22:10:06.267	info	Installed Version: iobroker.zigbee@1.5.6
          
          zigbee.0
          2021-09-01 22:10:05.708	info	Starting Zigbee npm ...
          
          zigbee.0
          2021-09-01 22:10:05.698	error	Serial port not selected! Go to settings page.
          
          zigbee.0
          2021-09-01 22:10:05.642	info	starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.6, js-controller: 3.3.15
          
          zigbee.0
          2021-09-01 21:47:13.299	error	Cannot read property 'getEntries' of null
          
          zigbee.0
          2021-09-01 21:47:13.298	error	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)
          
          zigbee.0
          2021-09-01 21:47:13.295	error	unhandled promise rejection: Cannot read property 'getEntries' of null
          
          zigbee.0
          2021-09-01 21:47:13.294	error	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().
          
          zigbee.0
          2021-09-01 21:47:13.292	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          
          zigbee.0
          2021-09-01 21:47:13.290	info	terminating
          
          zigbee.0
          2021-09-01 21:47:13.289	warn	Failed to stop zigbee during startup
          
          zigbee.0
          2021-09-01 21:47:13.286	info	Zigbee: disabling joining new devices.
          
          zigbee.0
          2021-09-01 21:47:13.281	info	cleaned everything up...
          
          zigbee.0
          2021-09-01 21:47:13.278	info	Got terminate signal TERMINATE_YOURSELF
          
          Thomas BraunT 1 Reply Last reply
          0
          • S sauerstofff

            @thomas-braun Ah, okay. Wieder was gelernt :blush:

            Hast du denn noch eine Idee was man machen könnte? Ich finde schon keine neuen Suchergebnisse mehr bei Google :see_no_evil:

            Der Adapter startet immer noch nicht. Ich erhalte immer die selben Fehlermeldungen...

            
            zigbee.0
            2021-09-01 22:14:25.448	error	Error herdsman start
            
            zigbee.0
            2021-09-01 22:14:25.447	error	Failed to start Zigbee
            
            zigbee.0
            2021-09-01 22:14:25.445	error	Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
            
            zigbee.0
            2021-09-01 22:14:25.240	info	Installed Version: iobroker.zigbee@1.5.6
            
            zigbee.0
            2021-09-01 22:14:25.181	info	Starting Zigbee npm ...
            
            zigbee.0
            2021-09-01 22:14:25.179	info	Try to reconnect. 1 attempts left
            
            zigbee.0
            2021-09-01 22:14:15.176	error	Error herdsman start
            
            zigbee.0
            2021-09-01 22:14:15.175	error	Failed to start Zigbee
            
            zigbee.0
            2021-09-01 22:14:15.173	error	Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
            
            zigbee.0
            2021-09-01 22:13:55.693	info	Installed Version: iobroker.zigbee@1.5.6
            
            zigbee.0
            2021-09-01 22:13:55.077	info	Starting Zigbee npm ...
            
            zigbee.0
            2021-09-01 22:13:55.011	info	starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.6, js-controller: 3.3.15
            
            zigbee.0
            2021-09-01 22:13:47.009	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            
            zigbee.0
            2021-09-01 22:13:47.006	info	terminating
            
            zigbee.0
            2021-09-01 22:13:47.005	warn	Failed to stop zigbee during startup
            
            zigbee.0
            2021-09-01 22:13:46.999	info	cleaned everything up...
            
            zigbee.0
            2021-09-01 22:13:46.996	info	Got terminate signal TERMINATE_YOURSELF
            
            zigbee.0
            2021-09-01 22:13:09.311	error	getGroups: caught error: TypeError: Cannot read property 'getGroups' of undefined
            
            zigbee.0
            2021-09-01 22:10:16.665	error	Error herdsman start
            
            zigbee.0
            2021-09-01 22:10:16.664	error	Failed to start Zigbee
            
            zigbee.0
            2021-09-01 22:10:16.662	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
            
            zigbee.0
            2021-09-01 22:10:16.486	info	Installed Version: iobroker.zigbee@1.5.6
            
            zigbee.0
            2021-09-01 22:10:16.458	info	Starting Zigbee npm ...
            
            zigbee.0
            2021-09-01 22:10:16.456	info	Try to reconnect. 1 attempts left
            
            zigbee.0
            2021-09-01 22:10:06.453	error	Error herdsman start
            
            zigbee.0
            2021-09-01 22:10:06.452	error	Failed to start Zigbee
            
            zigbee.0
            2021-09-01 22:10:06.450	error	Starting zigbee-herdsman problem : "No path provided and failed to auto detect path"
            
            zigbee.0
            2021-09-01 22:10:06.267	info	Installed Version: iobroker.zigbee@1.5.6
            
            zigbee.0
            2021-09-01 22:10:05.708	info	Starting Zigbee npm ...
            
            zigbee.0
            2021-09-01 22:10:05.698	error	Serial port not selected! Go to settings page.
            
            zigbee.0
            2021-09-01 22:10:05.642	info	starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.zigbee, node: v12.22.6, js-controller: 3.3.15
            
            zigbee.0
            2021-09-01 21:47:13.299	error	Cannot read property 'getEntries' of null
            
            zigbee.0
            2021-09-01 21:47:13.298	error	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)
            
            zigbee.0
            2021-09-01 21:47:13.295	error	unhandled promise rejection: Cannot read property 'getEntries' of null
            
            zigbee.0
            2021-09-01 21:47:13.294	error	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().
            
            zigbee.0
            2021-09-01 21:47:13.292	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            
            zigbee.0
            2021-09-01 21:47:13.290	info	terminating
            
            zigbee.0
            2021-09-01 21:47:13.289	warn	Failed to stop zigbee during startup
            
            zigbee.0
            2021-09-01 21:47:13.286	info	Zigbee: disabling joining new devices.
            
            zigbee.0
            2021-09-01 21:47:13.281	info	cleaned everything up...
            
            zigbee.0
            2021-09-01 21:47:13.278	info	Got terminate signal TERMINATE_YOURSELF
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #131

            @sauerm

            Mach mal einen eigenen Thread dafür auf.
            Hat ja mit dem Thema 'Verkaufe neueste Entwicklung... ' nix zu tun.

            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 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @sauerm

              Mach mal einen eigenen Thread dafür auf.
              Hat ja mit dem Thema 'Verkaufe neueste Entwicklung... ' nix zu tun.

              S Offline
              S Offline
              sauerstofff
              wrote on last edited by
              #132

              @thomas-braun ja stimmt :relieved:

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sauerstofff
                wrote on last edited by
                #133

                Falls jemand Probleme hat die Firware für den CC2652P zu finden:
                Unter der Repository die auch oben verlinkt ist die FW "CC1352P2_CC2652P_launchpad_coordinator_[datum].zip" nehmen :) :+1:

                E 1 Reply Last reply
                2
                • S sauerstofff

                  Falls jemand Probleme hat die Firware für den CC2652P zu finden:
                  Unter der Repository die auch oben verlinkt ist die FW "CC1352P2_CC2652P_launchpad_coordinator_[datum].zip" nehmen :) :+1:

                  E Offline
                  E Offline
                  earl80
                  wrote on last edited by
                  #134

                  @sauerm bleiben nach einem Update die Geräte erhalten, oder muss alles neu gemacht werden?

                  D S 2 Replies Last reply
                  0
                  • E earl80

                    @sauerm bleiben nach einem Update die Geräte erhalten, oder muss alles neu gemacht werden?

                    D Offline
                    D Offline
                    dimaiv
                    wrote on last edited by
                    #135

                    @earl80 wenn der neueste Adapter 1.6.0 rund läuft, dann zu 99% ja.

                    arteckA 1 Reply Last reply
                    0
                    • D dimaiv

                      @earl80 wenn der neueste Adapter 1.6.0 rund läuft, dann zu 99% ja.

                      arteckA Offline
                      arteckA Offline
                      arteck
                      Developer Most Active
                      wrote on last edited by
                      #136

                      @dimaiv nimm den 1.6.1

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

                      1 Reply Last reply
                      0
                      • E earl80

                        @sauerm bleiben nach einem Update die Geräte erhalten, oder muss alles neu gemacht werden?

                        S Offline
                        S Offline
                        sauerstofff
                        wrote on last edited by sauerstofff
                        #137

                        @earl80 Also, ich musste meine Geräte neu pairen, aber die IDs waren alle noch vorhanden. Ich musste also die Skripte nicht anpassen. Nach dem erneuten pairen lief direkt wieder alles :) :+1:
                        -> Allerdings hatte ich auch vergessen ein Backup vom Zigbee Adapter zu machen. Wenn man das einspielen kann, ist das natürlich noch besser :)

                        N 1 Reply Last reply
                        0
                        • S sauerstofff

                          @earl80 Also, ich musste meine Geräte neu pairen, aber die IDs waren alle noch vorhanden. Ich musste also die Skripte nicht anpassen. Nach dem erneuten pairen lief direkt wieder alles :) :+1:
                          -> Allerdings hatte ich auch vergessen ein Backup vom Zigbee Adapter zu machen. Wenn man das einspielen kann, ist das natürlich noch besser :)

                          N Offline
                          N Offline
                          nachon
                          wrote on last edited by
                          #138

                          @sauerm
                          Ich habe auch gerade ein Firmware Update gemacht. Hat alles super geklappt.
                          Zigbee Adapter nutze ich allerdings den 1.5.6. Nach dem Firmware Update musste ich nichts neu anlernen. Einfach einstecken und starten und alles hat wieder funktioniert.

                          1 Reply Last reply
                          0
                          • K Offline
                            K Offline
                            klassisch
                            Most Active
                            wrote on last edited by
                            #139

                            Ist das FW Update empfehlenswert? Was bringt es und was verpasse ich, wenn ich nicht update?

                            J 1 Reply Last reply
                            0
                            • W Offline
                              W Offline
                              w00dy
                              wrote on last edited by w00dy
                              #140

                              Frage bzgl. neuem Zigbee-Standard "Matter/Thread"

                              Hallo.

                              Ich bin etwas verwirrt, was den neuen, im nächsten Jahr kommenden "Zigbee-Standard" (Chip/Matter/Thread) angeht.

                              Bevor ich den Stick kaufe würde mich interessieren, wie es mit der Kompatibilität des Sticks dazu aussieht. Hier wurde ja schon öfters danach gefragt, aber leider gab es dazu bisher noch keine Kommentare.

                              Ist der Stick nun Kompatibel zu Matter/Thread, bzw. ist die Kompatibilität in Form eines Updates via USB möglich?

                              Oder spielt der neue Standard keine Rolle?

                              Sonst würde ich mit dem Kauf lieber abwarten und schauen, was sich da im nächsten Jahr so tut.

                              LG,
                              w00dy

                              D 1 Reply Last reply
                              1
                              • W w00dy

                                Frage bzgl. neuem Zigbee-Standard "Matter/Thread"

                                Hallo.

                                Ich bin etwas verwirrt, was den neuen, im nächsten Jahr kommenden "Zigbee-Standard" (Chip/Matter/Thread) angeht.

                                Bevor ich den Stick kaufe würde mich interessieren, wie es mit der Kompatibilität des Sticks dazu aussieht. Hier wurde ja schon öfters danach gefragt, aber leider gab es dazu bisher noch keine Kommentare.

                                Ist der Stick nun Kompatibel zu Matter/Thread, bzw. ist die Kompatibilität in Form eines Updates via USB möglich?

                                Oder spielt der neue Standard keine Rolle?

                                Sonst würde ich mit dem Kauf lieber abwarten und schauen, was sich da im nächsten Jahr so tut.

                                D Offline
                                D Offline
                                dimaiv
                                wrote on last edited by
                                #141

                                @w00dy sagte in [Verkaufe] Neueste Entwicklung: CC2652P Zigbee Stick:

                                Hallo.

                                Ich bin etwas verwirrt, was den neuen, im nächsten Jahr kommenden "Zigebee-Standard" (Chip/Matter/Thread) angeht.

                                Bevor ich den Stick kaufe würde mich interessieren, wie es mit der Kompatibilität des Sticks dazu aussieht. Hier wurde ja schon öfters danach gefragt, aber leider gab es dazu bisher noch keine Kommentare.

                                Ist der Stick nun Kompatibel zu Matter/Thread, bzw. ist die Kompatibilität in Form eines Updates via USB möglich?

                                Oder spielt der neue Standard keine Rolle?

                                Sonst würde ich mit dem Kauf lieber abwarten und schauen, was sich da im nächsten Jahr so tut.

                                Ja, der Stick ist laut TI mit Thread kompatibel.
                                Ja, sobald man passende Firmware hat, kann es via USB aufgespielt werden.
                                Ja, der neue Standard spielt noch keine Rolle.

                                P.S.: Bitte für weiteren Diskussionen eine neue Thema aufmachen.

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  Tobi 0
                                  wrote on last edited by
                                  #142

                                  Mein Stick lässt sich nicht flashen.
                                  Nach längerem Suchen bin ich drauf gekommen dass beide Taster auf dem PCB nicht funktionieren (schalten nicht durch). Ich hab dann die Kontakte gebrückt und schon hats geklappt..
                                  Also falls jemand ähnliche Probleme hat, dann mal die Taster prüfen..

                                  D L 2 Replies Last reply
                                  0
                                  • T Tobi 0

                                    Mein Stick lässt sich nicht flashen.
                                    Nach längerem Suchen bin ich drauf gekommen dass beide Taster auf dem PCB nicht funktionieren (schalten nicht durch). Ich hab dann die Kontakte gebrückt und schon hats geklappt..
                                    Also falls jemand ähnliche Probleme hat, dann mal die Taster prüfen..

                                    D Offline
                                    D Offline
                                    dimaiv
                                    wrote on last edited by
                                    #143

                                    @tobi-0 alle Sticks werden von mir zusammen gebaut und geprüft und geflasht mit über die Taster, mehrmals.
                                    Nur ein Taster muss gedrückt werden...

                                    N 1 Reply Last reply
                                    0
                                    • T Tobi 0

                                      Mein Stick lässt sich nicht flashen.
                                      Nach längerem Suchen bin ich drauf gekommen dass beide Taster auf dem PCB nicht funktionieren (schalten nicht durch). Ich hab dann die Kontakte gebrückt und schon hats geklappt..
                                      Also falls jemand ähnliche Probleme hat, dann mal die Taster prüfen..

                                      L Offline
                                      L Offline
                                      LarryXXL
                                      wrote on last edited by
                                      #144
                                      This post is deleted!
                                      D 1 Reply Last reply
                                      0
                                      • L LarryXXL

                                        This post is deleted!

                                        D Offline
                                        D Offline
                                        dimaiv
                                        wrote on last edited by
                                        #145
                                        This post is deleted!
                                        1 Reply Last reply
                                        0
                                        • D dimaiv

                                          @tobi-0 alle Sticks werden von mir zusammen gebaut und geprüft und geflasht mit über die Taster, mehrmals.
                                          Nur ein Taster muss gedrückt werden...

                                          N Offline
                                          N Offline
                                          nachon
                                          wrote on last edited by
                                          #146

                                          @dimaiv

                                          Hi, ich versuche gerade die letzte Firmware aufzuspielen habe aber leider kein Erfolg. Ich erhalte nur die Meldung "Failed".

                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >Reading file: C:/Users/LaKl/Downloads/Zigbee Firmware Update/Firmware/CC1352P2_CC2652P_launchpad_coordinator_20221102/CC1352P2_CC2652P_launchpad_coordinator_20221102.hex.
                                          >Unknown record type: 3.
                                          >Reset target ...
                                          >Reset of target successful.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Connecting over serial bootloader failed: No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Failed to create device object.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >Reading file: C:/Users/LaKl/Downloads/Zigbee Firmware Update/Firmware/CC1352P2_CC2652P_launchpad_coordinator_20221102/CC1352P2_CC2652P_launchpad_coordinator_20221102.hex.
                                          >Unknown record type: 3.
                                          >Reset target ...
                                          >Reset of target successful.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >Reading file: C:/Users/LaKl/Downloads/Zigbee Firmware Update/Firmware/CC1352P2_CC2652P_launchpad_coordinator_20221102/CC1352P2_CC2652P_launchpad_coordinator_20221102.hex.
                                          >Unknown record type: 3.
                                          >Reset target ...
                                          >Reset of target successful.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >ACK/NAK not received. Expected 0x00 0xCC or 0x00 0x33, received 0x42 0xF3.
                                          >Reading file: C:/Users/LaKl/Downloads/Zigbee Firmware Update/Firmware/CC1352P2_CC2652P_launchpad_coordinator_20221102/CC1352P2_CC2652P_launchpad_coordinator_20221102.hex.
                                          >Unknown record type: 3.
                                          >Reset target ...
                                          >Reset of target successful.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Connecting over serial bootloader failed: No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Failed to create device object.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Connecting over serial bootloader failed: No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Failed to create device object.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Connecting over serial bootloader failed: No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Failed to create device object.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Connecting over serial bootloader failed: No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Failed to create device object.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >ACK/NAK not received. Expected 0x00 0xCC or 0x00 0x33, received 0x00 0xE1.
                                          >Reading file: C:/Users/LaKl/Downloads/Zigbee Firmware Update/Firmware/CC1352P2_CC2652P_launchpad_coordinator_20221102/CC1352P2_CC2652P_launchpad_coordinator_20221102.hex.
                                          >Unknown record type: 3.
                                          >Reset target ...
                                          >Reset of target successful.
                                          >Initiate access to target: COM3 using 2-pin cJTAG.
                                          >No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Connecting over serial bootloader failed: No response from device. Device may not be in bootloader mode. Reset device and try again.
                                          If problem persists, check connection and baud rate.
                                          >Failed to create device object.
                                          

                                          Kann mir wer helfen und mir sagen was ich falsch mache?
                                          Die Buttons habe ich mehrfach gedrückt. Leider ohne Erfolg.

                                          Besten Dank.

                                          D 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          361

                                          Online

                                          32.5k

                                          Users

                                          81.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe