puddly

Results 621 comments of puddly

Can you include a PCAP? --- You're reading the following attributes: ```Python Read_Attributes(attribute_ids=[0x00A0, 0x00A1, 0x00B0, 0x0101]) ``` The device responds with: ```Python SinopeManufacturerCluster:Read_Attributes_rsp(status_records=[ # OK: 0x00A0 ReadAttributeRecord(attrid=0x00A0, status=, value=TypeValue(type=uint32_t, value=0)),...

> What is a PCAP A PCAP is a packet capture. If you have a Silicon Labs radio like a SkyConnect or a HUSBZB-1, you can create a packet capture:...

Thank you. Wireshark confirms that the device itself is sending a corrupted attribute report so this data can't be parsed by zigpy without adding device-specific code to interpret it: What...

Zigpy and Wireshark agree here, unfortunately, and neither parses the data correctly. I think it's a device issue. What data is represented here? It looks like the `Array` type is...

To access incoming ZCL frames, you would have to attach a listener to the cluster object on the device you're interested in receiving frames: https://github.com/zigpy/zigpy/blob/e54dab0fb0755d421fe610825c8c72b9542fbfca/zigpy/zcl/__init__.py#L427 Something like this: ```python class...

Please include a complete debug log

Can you enable ZHA debug logging, let it run for about 15 minutes (or however long it takes to reproduce this error), and then upload the whole log?

In this log, are you trying to reconfigure the ZHA integration through a config flow?

Thank you, @MattWestb. It looks like there is a load issue, the NCP resets because it did not receive ACKs in time (20 messages in in 77ms, they probably got...

- Delivery errors are normal and are requests are retried multiple times. - I believe the TSN issue was fixed many months ago. - As for the NCP reset, this...