Skip to content

Instantly share code, notes, and snippets.

@v6ak
Created May 6, 2024 18:51
Show Gist options
  • Save v6ak/cf26c8353ae95dfe1e6c3b30d88c53f4 to your computer and use it in GitHub Desktop.
Save v6ak/cf26c8353ae95dfe1e6c3b30d88c53f4 to your computer and use it in GitHub Desktop.
replacements:
0xdeadbeefcafebabe - the Styrbar
0x0011223344556677 - maybe the coordinator? (I don't see it on device list)
txnum-x – transaction
zigbee2mqtt | [2024-05-06 20:43:08] debug: z2m: Received MQTT message on 'zigbee2mqtt/bridge/request/device/configure' with data '{"id":"0xdeadbeefcafebabe","transaction":"txnum-x"}'
zigbee2mqtt | [2024-05-06 20:43:08] info: z2m: Configuring '0xdeadbeefcafebabe'
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:controller:endpoint: Bind 0xdeadbeefcafebabe/1 genOnOff from '0x0011223344556677/1'
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:znp: SREQ: --> ZDO - bindReq - {"dstaddr":5754,"srcaddr":"0xdeadbeefcafebabe","srcendpoint":1,"clusterid":6,"dstaddrmode":3,"dstaddress":"0x0011223344556677","dstendpoint":1}
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:unpi:writer: --> frame […]
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:unpi:parser: <-- […]
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:unpi:parser: --- parseNext […]
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 5 - 33 - [0] - 69
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:znp: SRSP: <-- ZDO - bindReq - {"status":0}
zigbee2mqtt | [2024-05-06 20:43:08] debug: zh:zstack:unpi:parser: --- parseNext []
zigbee2mqtt | [2024-05-06 20:43:18] debug: zh:controller:endpoint: Bind 0xdeadbeefcafebabe/1 genOnOff from '0x0011223344556677/1' failed (AREQ - ZDO - bindRsp after 10000ms)
zigbee2mqtt | [2024-05-06 20:43:18] error: z2m: Failed to configure '0xdeadbeefcafebabe', attempt 5 (Error: Bind 0xdeadbeefcafebabe/1 genOnOff from '0x0011223344556677/1' failed (AREQ - ZDO - bindRsp after 10000ms)
zigbee2mqtt | at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:63:23)
zigbee2mqtt | at /app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:691:28
zigbee2mqtt | at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:20)
zigbee2mqtt | at Endpoint.bind (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:464:13)
zigbee2mqtt | at configure (/app/node_modules/zigbee-herdsman-converters/src/lib/ikea.ts:147:13)
zigbee2mqtt | at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:172:21)
zigbee2mqtt | at Configure.configure (/app/lib/extension/configure.ts:121:13)
zigbee2mqtt | at Configure.onMQTTMessage (/app/lib/extension/configure.ts:55:21)
zigbee2mqtt | at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))
zigbee2mqtt | [2024-05-06 20:43:18] debug: z2m: MQTT publish: topic 'zigbee2mqtt/bridge/response/device/configure', payload '{"data":{"id":"0xdeadbeefcafebabe"},"error":"Failed to configure (Bind 0xdeadbeefcafebabe/1 genOnOff from '0x0011223344556677/1' failed (AREQ - ZDO - bindRsp after 10000ms))","status":"error","transaction":"txnum-x"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment