puddly

Results 621 comments of puddly

Sorry, I think this PR was missed! Currently, it looks like this PR relies on `handle_cluster_request` passing through raw bytes due to undefined cluster commands. This is something we'd like...

Could you open a Core issue https://github.com/home-assistant/core/issues ? In the issue, could you also enable ZHA debug logging, try deleting the device, and then disable ZHA debug logging to download...

This happens usually because the USB device is passed through but the serial port is unusable, either due to permission issues or due to passthrough issues.

The linked PR allows ZHA to retry communicating with the radio a second time, right now there's a bug that leaves a connection open that shouldn't be if ZHA exhausts...

The Conbee II and the Sonoff-E sticks have different USB to serial converter chips (with the Conbee actually having a firmware USB implementation) and will use different kernel drivers. It's...

The serial protocol itself is usually a simple implementation detail, the various stacks differ in their supported features and ordering of operations (e.g. adding endpoints before the network is up,...

The specific version doesn't matter much, I just pinned it to < 2 because there was no 2.0.0 when I added the dependency 😄

Can you record a debug log of the whole joining process?

Of course! I don't think I've ever used the ECC features of EmberZNet so this part of the command set exists untested. If you find any mistakes, please feel free...

This was fixed (by accident) in https://github.com/zigpy/bellows/pull/636, I noticed the SDK source differed for this command.