Tak - choć z mojej wypowiedzi może nie wynikać, że nie używam jej z bramką suplową.
Ale przy okazji tego, że byłem w miejscu gdzie ten czujnik jest - zebrałem też dla niego logi tak by można go dodać.
Code: Select all
2025-05-11 09:26:46.612 : [ 818][I][ZigbeeCore.cpp:386] esp_zb_app_signal_handler(): Network(0xf001) is open for 180 seconds
2025-05-11 09:27:17.436 : [ 31641][V][ZigbeeCore.cpp:412] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
2025-05-11 09:27:17.441 : [ 31644][V][ZigbeeCore.cpp:412] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
2025-05-11 09:27:17.469 : [ 31673][I][ZigbeeCore.cpp:354] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xe00d)
2025-05-11 09:27:17.476 : [ 31674][V][ZigbeeCore.cpp:358] esp_zb_app_signal_handler(): Device capabilities: 0x80
2025-05-11 09:27:17.485 : [ 31674][D][ZigbeeGateway.cpp:475] zbDeviceAnnce(): zbDeviceAnnce short address (0xe00d), ieee_addr (0xc):(0xef):(0xf6):(0xff):(0xfe):(0x6c):(0x8b):(0xeb)
2025-05-11 09:27:17.495 : [ 31675][D][ZigbeeGateway.cpp:478] zbDeviceAnnce(): zbDeviceAnnce joined device short address (0xe00d), ieee_addr (0xc):(0xef):(0xf6):(0xff):(0xfe):(0x6c):(0x8b):(0xeb)
2025-05-11 09:27:17.501 : [ 31676][I][ZigbeeGateway.cpp:502] zbDeviceAnnce(): Tuya magic last hope
2025-05-11 09:27:17.745 : [ 31953][I][ZigbeeGateway.cpp:545] printJoinedDevices(): joined devices:
2025-05-11 09:27:17.755 : [ 31954][I][ZigbeeGateway.cpp:548] printJoinedDevices(): Device on endpoint 1, short address: 0xe00d
2025-05-11 09:27:17.760 : [ 31961][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1000) callback
2025-05-11 09:27:17.768 : [ 31961][V][ZigbeeHandlers.cpp:154] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe00d) src endpoint(1) to dst endpoint(1) cluster(0x0)
2025-05-11 09:27:17.773 : [ 31962][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(134), cluster(0x0), attribute(0x4), type(0x0), value(0)
2025-05-11 09:27:17.779 : [ 31962][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(134), cluster(0x0), attribute(0x0), type(0x0), value(0)
2025-05-11 09:27:17.785 : [ 31963][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(134), cluster(0x0), attribute(0x1), type(0x0), value(0)
2025-05-11 09:27:17.790 : [ 31964][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(134), cluster(0x0), attribute(0x5), type(0x0), value(0)
2025-05-11 09:27:17.798 : [ 31965][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(134), cluster(0x0), attribute(0x7), type(0x0), value(0)
2025-05-11 09:27:17.806 : [ 31965][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(134), cluster(0x0), attribute(0xfffe), type(0x0), value(0)
2025-05-11 09:27:17.981 : [ 32188][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1005) callback
2025-05-11 09:27:17.987 : [ 32189][V][ZigbeeHandlers.cpp:274] zb_cmd_default_resp_handler(): Received default response: from address(0xe00d), src_endpoint(1) to dst_endpoint(1), cluster(0xef00) for command (0x3) with status 0xc3
2025-05-11 09:27:17.992 : [ 32189][V][ZigbeeHandlers.cpp:278] zb_cmd_default_resp_handler(): command id (11), direction (1), is common (1)
2025-05-11 09:27:17.996 : [ 32190][I][ZigbeeGateway.cpp:1400] zbCmdDefaultResponse(): zbCustomCmd default response async, tsn 0x1[0x2]
2025-05-11 09:27:18.000 : [ 32191][I][ZigbeeGateway.cpp:1402] zbCmdDefaultResponse(): custom cmd rssi -50
2025-05-11 09:27:18.147 : [ 32355][I][ZigbeeGateway.cpp:313] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x4
2025-05-11 09:27:18.233 : [ 32438][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1000) callback
2025-05-11 09:27:18.242 : [ 32439][V][ZigbeeHandlers.cpp:154] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe00d) src endpoint(1) to dst endpoint(1) cluster(0x0)
2025-05-11 09:27:18.250 : [ 32440][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(7)
2025-05-11 09:27:18.256 : [ 32440][I][ZigbeeGateway.cpp:346] zbReadBasicCluster(): Peer Manufacturer is "eWeLink"
2025-05-11 09:27:18.647 : [ 32855][I][ZigbeeGateway.cpp:319] zbQueryDeviceBasicCluster(): basic tsn 0x2
2025-05-11 09:27:18.651 : [ 32856][I][ZigbeeGateway.cpp:313] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x5
2025-05-11 09:27:18.726 : [ 32933][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1000) callback
2025-05-11 09:27:18.732 : [ 32933][V][ZigbeeHandlers.cpp:154] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe00d) src endpoint(1) to dst endpoint(1) cluster(0x0)
2025-05-11 09:27:18.738 : [ 32934][V][ZigbeeHandlers.cpp:163] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(8)
2025-05-11 09:27:18.743 : [ 32935][I][ZigbeeGateway.cpp:353] zbReadBasicCluster(): Peer Model is "SNZB-04P"
2025-05-11 09:27:19.149 : [ 33356][I][ZigbeeGateway.cpp:319] zbQueryDeviceBasicCluster(): basic tsn 0x3
2025-05-11 09:27:19.157 : [ 33357][I][ZigbeeGateway.cpp:1093] sendAttributeWrite(): Sending 'write attribute' command - id (0xffde), type (0x20), size (0x1), value (0x13)
2025-05-11 09:27:19.227 : [ 33434][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1001) callback
2025-05-11 09:27:19.236 : [ 33434][V][ZigbeeHandlers.cpp:190] zb_cmd_write_attr_resp_handler(): Write attribute response: from address(0xe00d) src endpoint(1) to dst endpoint(1) cluster(0x0)
2025-05-11 09:27:19.244 : [ 33435][V][ZigbeeHandlers.cpp:197] zb_cmd_write_attr_resp_handler(): Write attribute response: status(134), cluster(0x0), attribute(0xffde)
2025-05-11 09:27:19.649 : [ 33857][I][ZigbeeGateway.cpp:275] zbPrintDeviceDiscovery(): short_addr_req 57357
2025-05-11 09:27:19.732 : [ 33939][I][ZigbeeGateway.cpp:209] Z2S_active_ep_req_cb(): Z2S active_ep_req: device address 57357, endpoints count 1
2025-05-11 09:27:19.738 : [ 33939][I][ZigbeeGateway.cpp:212] Z2S_active_ep_req_cb(): Endpont # 1, id 1
2025-05-11 09:27:20.014 : [ 34216][I][ZigbeeGateway.cpp:228] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: device address 57357, endpoint # 1
2025-05-11 09:27:20.019 : [ 34216][I][ZigbeeGateway.cpp:229] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: in clusters # 7, out clusters # 3
2025-05-11 09:27:20.025 : [ 34217][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 1, id 0
2025-05-11 09:27:20.030 : [ 34217][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 2, id 1
2025-05-11 09:27:20.034 : [ 34218][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 3, id 3
2025-05-11 09:27:20.038 : [ 34218][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 4, id 32
2025-05-11 09:27:20.044 : [ 34219][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 5, id 1280
2025-05-11 09:27:20.049 : [ 34219][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 6, id 64599
2025-05-11 09:27:20.054 : [ 34220][I][ZigbeeGateway.cpp:233] Z2S_simple_desc_req_cb(): In cluster # 7, id 64529
2025-05-11 09:27:20.060 : [ 34220][I][ZigbeeGateway.cpp:248] Z2S_simple_desc_req_cb(): Out cluster # 1, id 3
2025-05-11 09:27:20.064 : [ 34220][I][ZigbeeGateway.cpp:248] Z2S_simple_desc_req_cb(): Out cluster # 2, id 6
2025-05-11 09:27:20.070 : [ 34221][I][ZigbeeGateway.cpp:248] Z2S_simple_desc_req_cb(): Out cluster # 3, id 25
2025-05-11 09:27:20.334 : [ 34541][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.345 : [ 34552][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.358 : [ 34564][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.370 : [ 34578][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.383 : [ 34591][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.397 : [ 34605][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.410 : [ 34617][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:20.421 : [ 34629][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:22.230 : [ 36438][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x1004) callback
2025-05-11 09:27:25.356 : [ 39564][V][ZigbeeCore.cpp:412] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
2025-05-11 09:27:25.396 : [ 39603][I][ZigbeeCore.cpp:403] esp_zb_app_signal_handler(): Joined device is leaving network (short: 0xe00d), rejoin (NO)