|
求助贴:
被卡在最后一步,Sonoff Zigbee Bridge Pro 重启1分钟之后,通过HA添加ZHA;socket://10.1.4.4:8888 在初始化的时候连接断开。
[zigpy_znp.uart] Connecting to socket://10.1.4.4:8888 at 115200 baud
[zigpy_znp.uart] Opened socket://10.1.4.4:8888 serial port
[zigpy_znp.uart] Connected to socket://10.1.4.4:8888 at 115200 baud
[zigpy_znp.api] Toggling RTS/DTR pins to skip bootloader or reset chip
[zigpy_znp.api] Sending request: SYS.Ping.Req()
[zigpy_znp.api] Sending CC253x bootloader skip bytes
[zigpy_znp.api] Sending request: SYS.Ping.Req()
[zigpy_znp.api] Received command: SYS.Ping.Rsp(Capabilities=<MTCapabilities.APP_CNF|GP|UTIL|ZDO|AF|SYS: 1625>)
[zigpy_znp.api] Radio is alive: SYS.Ping.Rsp(Capabilities=<MTCapabilities.APP_CNF|GP|UTIL|ZDO|AF|SYS: 1625>)
[zigpy_znp.nvram] Detecting struct alignment
[zigpy_znp.api] Sending request: UTIL.AssocFindDevice.Req(Index=0)
[zigpy_znp.api] Received command: UTIL.AssocFindDevice.Rsp(Device=b'\xFE\xFF\x00\x20\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF')
[zigpy_znp.nvram] Detected struct alignment: True
[zigpy_znp.api] Sending request: SYS.NVLength.Req(SysId=<NvSysIds.ZSTACK: 1>, ItemId=<ExNvIds.TCLK_TABLE: 4>, SubId=0)
[zigpy_znp.api] Received command: SYS.NVLength.Rsp(Length=20)
[zigpy_znp.api] Sending request: SYS.NVRead.Req(SysId=<NvSysIds.ZSTACK: 1>, ItemId=<ExNvIds.TCLK_TABLE: 4>, SubId=0, Offset=0, Length=20)
[zigpy_znp.api] Received command: SYS.NVRead.Rsp(Status=<Status.SUCCESS: 0>, Value=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xFF\x00\x00\x00')
[zigpy_znp.nvram] Read NVRAM[NvSysIds.ZSTACK][ExNvIds.TCLK_TABLE][0x0000] = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xFF\x00\x00\x00'
[zigpy_znp.api] Detected Z-Stack 3.3
[zigpy_znp.api] Connected to socket://10.1.4.4:8888
[zigpy_znp.api] Sending request: SYS.ResetReq.Req(Type=<ResetType.Soft: 1>)
[zigpy_znp.api] Request has no response, not waiting for one.
[zigpy_znp.uart] Closing serial port
1. 同一个局域网下面,TCP串口也启动了;HA连接也有
MQT: stat/ZB_bridge_pro01/RESULT = {"TCPBaudrate":115200}
TCP: Starting TCP server on port 8888
TCP: Got connection from 10.1.4.1
TCP: Got connection from 10.1.4.1
2. 接Zigbee2MQTT 也不行
serial:
port: tcp://10.1.4.4:8888
连接超时:
Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
3. 换另外一台全新安装的HA VM也不行
4. 重现刷了SonoffZBPro_coord_20220219.hex不行
FLH: Starting verification of HEX file
FLH: Verification of HEX file OK
FLH: cc2652_flasher rx=23 tx=19 rst=15 bsl=22
FLH: Flashing started (takes 5 minutes during which Tasmota is unresponsive)
FLH: Flashing completed: OK
FLH: Flash crc32 0x000000 - 0x2FFFF = bytes('1598929A')
5. Sonoff ZB Bridge Pro 可以在tasmota上跑zigbee coordinator
MQT: tele/ZB_bridge_pro01/SENSOR = {"ZbReceived":{"0x4389":{"Device":"0x4389","0006!02":"","Power":2,"Endpoint":1,"LinkQuality":131}}}
MQT: tele/ZB_bridge_pro01/SENSOR = {"ZbReceived":{"0x4389":{"Device":"0x4389","0006!01":"","Power":1,"Endpoint":1,"LinkQuality":149}}}
|
|