NEWS
Hue switch mit Zigbee funktioniert nicht
-
ich habe mein Hue Dimmer switch mit Hilfe des Zigbee Adapters eingelernt.
Der Schalter ist erfolgreich verbunden und ich sehe auch die DPs. Leider passiert garnichts wenn ich ein Knopf drücke keine Änderung bei den DPs. Gibt es noch etwas spezielles, dass ich einstellen muss oder hat jemand ein Tipp was ich noch machen kann.
Habe auch ein zweiten Switch verbunden und habe das gleiche Verhalten.Meine Temperatursensoren funktionieren Einwand frei.
Hat jemand bereits Erfahrungen damit gesammelt
-
Nach mehreren Versuchen immer noch nicht fündig
-
- Welche Adapter version hast du installiert ?
- bekommst Du Meldungen im Log mit der Addresse des Dimmer Switches ?
A.
-
Ich habe die Version 1.4.2 in den Logs ist nichts zu finden.
-
@asgothian @arteck : Hab ihr eine Idee an was es liegen kann?
-
Hab den Adapter nochmal gelöscht und neu installiert und bekomme folgende Logs beim installieren
NPM version: 6.14.10 npm install ioBroker/ioBroker.zigbee#b866291c6c959097ae6cb8e9649de331d7c26b29 --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.20.1/include/node/node.h:737: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.20.1/include/node/node.h:771: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.20.1/include/node/node.h:737: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.20.1/include/node/node.h:771: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); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
zigbee.0 2021-01-24 09:22:32.133 error (2849) Cannot read property 'getEntries' of null zigbee.0 2021-01-24 09:22:32.133 error at stop (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8611:22) zigbee.0 2021-01-24 09:22:32.133 error at Zigbee.emit (events.js:314:20) zigbee.0 2021-01-24 09:22:32.133 error at Zigbee.onUnload (/opt/iobroker/node_modules/iobroker.zigbee/main.js:465:41) zigbee.0 2021-01-24 09:22:32.133 error at ZigbeeController.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:306:20) zigbee.0 2021-01-24 09:22:32.133 error at ZigbeeController.callExtensionMethod (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:189:42) zigbee.0 2021-01-24 09:22:32.133 error at DeviceAvailability.stop (/opt/iobroker/node_modules/iobroker.zigbee/lib/zbDeviceAvailability.js:180:43) zigbee.0 2021-01-24 09:22:32.133 error at ZigbeeController.getClients (/opt/iobroker/node_modules/iobroker.zigbee/lib/zigbeecontroller.js:203:49) zigbee.0 2021-01-24 09:22:32.133 error at Controller.getDevices (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/controller.js:255:31) zigbee.0 2021-01-24 09:22:32.133 error at Function.all (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:236:16) zigbee.0 2021-01-24 09:22:32.133 error at Function.loadFromDatabaseIfNecessary (/opt/iobroker/node_modules/zigbee-herdsman/dist/controller/model/device.js:216:55) zigbee.0 2021-01-24 09:22:32.133 error (2849) TypeError: Cannot read property 'getEntries' of null zigbee.0 2021-01-24 09:22:32.130 error (2849) unhandled promise rejection: Cannot read property 'getEntries' of null zigbee.0 2021-01-24 09:22:32.129 error (2849) 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-01-24 09:22:32.127 info (2849) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason zigbee.0 2021-01-24 09:22:32.126 info (2849) terminating
-
@jayr Komplette logs wären schön. Insbesondere beim 2. Fall sind die interessanten Zeilen die ca. 30 Zeilen vor dem was Du gepostet hast.
Beim Log der Installation fehlen die letzten Zeilen, so das nicht erkennbar ist ob der serial-port installiert wurde oder nicht.
So kann Dir keiner helfen.
A.
-
@asgothian: Sorry für die unvollständigen Logs. Dieses Problem mit der Installation ist nun behoben. Ein deinstallieren, Stick entfernen nur booten und installieren hat geholfen.
Leider besteht noch das initiale Problem. Ich hab den Adapter auf verbose gestellt und bekomme Logs wenn ich eine Taste drück. Leider wir nur nichts in den DP geschrieben:
zigbee.0 2021-01-24 11:18:04.327 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:04.326 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:04.324 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:03.623 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:03.622 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:03.620 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:02.785 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:02.785 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:02.783 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:02.229 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:02.228 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:02.225 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:01.646 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:01.645 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:01.644 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:00.918 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:00.917 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:00.916 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:00.473 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:00.472 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:00.470 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:18:00.127 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:18:00.126 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:18:00.124 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:17:59.766 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:17:59.765 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:17:59.763 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:17:59.323 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:17:59.322 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:17:59.321 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:17:57.786 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:17:57.785 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:17:57.783 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:17:57.350 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:17:57.349 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:17:57.348 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:53.016 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:53.015 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:53.014 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:52.209 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:52.208 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:52.207 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:51.537 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:51.536 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:51.535 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:50.940 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:50.937 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:50.935 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:50.286 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:50.284 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:50.282 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:49.601 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:49.600 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:49.599 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:44.572 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:44.572 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:44.570 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:21.205 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:21.205 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:21.203 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:21.118 warn (12880) DeviceConfigure failed 0x001788010807f3a0 RWL021, attempt 5 (Error: Bind 0x001788010807f3a0/1 genLevelCtrl from '0x00124b0021b4972e/1' failed (AREQ - ZDO - bindRsp after 10000ms) at Timeou zigbee.0 2021-01-24 11:15:16.862 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:16.861 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:16.859 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:14.859 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:14.858 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:14.857 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:14.016 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:14.015 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:14.014 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:13.058 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:13.057 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:13.055 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:11.990 debug (12880) Type commandOn device {"type":"device","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49 zigbee.0 2021-01-24 11:15:11.990 debug (12880) Received Zigbee message from '0x001788010807f3a0', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 zigbee.0 2021-01-24 11:15:11.988 debug (12880) handleMessage. {"type":"commandOn","device":{"ID":5,"_type":"EndDevice","_ieeeAddr":"0x001788010807f3a0","_networkAddress":37743,"_manufacturerID":4107,"_endpoints":[{"ID":1,"profileID":49246, zigbee.0 2021-01-24 11:15:10.528 info (12880) Configuring 0x001788010807f3a0 RWL021
-
Ich glaube zum Thema unvollständiges Log hatte ich oben schon mal was geschrieben. Wenn du in deinem Log mal nach rechts scrolls dann siehst du das die Zeilen abgeschnitten sind.
Bitte
- per "log herunterladen" das vollständige Log erhalten
- die relevanten Zeilen heraus kopieren
- diese posten.
A.
-
@asgothian said in Hue switch mit Zigbee funktioniert nicht:
Ich glaube zum Thema unvollständiges Log hatte ich oben schon mal was geschrieben. Wenn du in deinem Log mal nach rechts scrolls dann siehst du das die Zeilen abgeschnitten sind.
Bitte
- per "log herunterladen" das vollständige Log erhalten
- die relevanten Zeilen heraus kopieren
- diese posten.
A.
Hat sich erledigt