Advertisement
penright

Untitled

Feb 24th, 2022
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. I have been having issues with Sonoff Zigbee 3.0 plus controller. I may have a hardware issue, but it was suggested I open an issue. Before I did that, I wanted to run it by and see if it was something simple I am missing. For length's sake, I may have to post some details in follow-up. Below is a snippet of the error.
  2.  
  3. This is a post of the start-up of the same log. https://pastebin.com/9zivKu4g
  4. Here is the whole log. https://pastebin.com/dYNwx9Jq
  5.  
  6. ```igbee2MQTT:debug 2022-02-21 10:53:40: Received MQTT message on 'zigbee2mqtt/bridge/request/device/configure' with data '{"id":"0x00124b0025044334","transaction":"cbmxm-1"}'
  7. Zigbee2MQTT:info 2022-02-21 10:53:40: Configuring '0x00124b0025044334'
  8. Zigbee2MQTT:error 2022-02-21 10:53:50: Failed to configure '0x00124b0025044334', attempt 1 (Error: Bind 0x00124b0025044334/1 genPowerCfg from '0x00124b001cd47621/1' failed (AREQ - ZDO - bindRsp after 10000ms)
  9. at Timeout._onTimeout (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35)
  10. at listOnTimeout (internal/timers.js:557:17)
  11. at processTimers (internal/timers.js:500:7))
  12. Zigbee2MQTT:info 2022-02-21 10:53:50: MQTT publish: topic 'zigbee2mqtt/bridge/response/device/configure', payload '{"data":{"id":"0x00124b0025044334"},"error":"Failed to configure (Bind 0x00124b0025044334/1 genPowerCfg from '0x00124b001cd47621/1' failed (AREQ - ZDO - bindRsp after 10000ms))","status":"error","transaction":"cbmxm-1"}'```
  13.  
  14. Let me give some more details. I have been using a TI controller without any issues and just upgraded to Sonoff. I spun up a HA Vbox version on my work computer. Which btw is the same VBox I am using at home. Last night I was having issues getting some Sonoff Door Sensors (SNZB-04) to pair. This morning I plugged the TI into my work computer and brought one of the door sensors with me. It paired without any issues. Here are screenshots of the versions. The zStack 12 is the TI and it is the one that works without issues. The zStack 3x0 is the Sonoff 3.0 Plus.
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement