Hi guys,
New in here, love HA so far. O just installed Sonoff Zigbee 3.0 USB dongle on my haos deployed on Rpi3 and I try to pair it with my tradfri ikea bulb, after resetting it.
No luck, but I catched this in the log. Is it good? Bad? Does it mean that I am missing something?
[core-ssh ~]$ tail -f /config/home-assistant.log
2022-02-17 17:47:40 INFO (MainThread) [zigpy_znp.zigbee.application] Permitting joins for 60 seconds
2022-02-17 17:47:40 DEBUG (MainThread) [zigpy_znp.api] Sending request: ZDO.MgmtPermitJoinReq.Req(AddrMode=<AddrMode.NWK: 2>, Dst=0x0000, Duration=60, TCSignificance=1)
2022-02-17 17:47:40 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.MgmtPermitJoinReq.Rsp(Status=<Status.SUCCESS: 0>)
2022-02-17 17:47:40 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.MgmtPermitJoinRsp.Callback(Src=0x0000, Status=<Status.SUCCESS: 0>)
2022-02-17 17:47:40 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.MsgCbIncoming.Callback(Src=0x0000, IsBroadcast=<Bool.false: 0>, ClusterId=32822, SecurityUse=0, TSN=13
, MacDst=0x0000, Data=b'\x00')
2022-02-17 17:47:40 DEBUG (MainThread) [zigpy.zdo] [0x0000:zdo] ZDO request ZDOCmd.Mgmt_Permit_Joining_rsp: [<Status.SUCCESS: 0>]
2022-02-17 17:47:40 DEBUG (MainThread) [zigpy.zdo] [0x0000:zdo] No handler for ZDO request:ZDOCmd.Mgmt_Permit_Joining_rsp([<Status.SUCCESS: 0>])
2022-02-17 17:47:43 DEBUG (MainThread) [zigpy_znp.api] Sending request: SYS.Ping.Req()
2022-02-17 17:47:43 DEBUG (MainThread) [zigpy_znp.api] Received command: SYS.Ping.Rsp(Capabilities=<MTCapabilities.APP_CNF|GP|UTIL|ZDO|AF|SYS: 1625>)
I have no in-depth knowledge on zigbee implementation or flows, but the ‘received’ part make me think that maybe we did receive something off the bulb, we just don’t know what to do with it?
1 post - 1 participant