puddly
puddly
This allows for nearby 802.15.4. networks to be scanned via zigpy. Currently supported by bellows and zigpy-znp, I believe deCONZ can also do it: https://github.com/dresden-elektronik/deconz/blob/dd6a73cfc880185999f4eeaeb963f39009ec563f/src/common/zm_protocol.c#L88
(WIP) This PR splits up database loading into two halves: a mostly stateless phase, where devices are loaded and populated as much as possible within `appdb` alone, and then a...
First time I've seen this, it's with a ThirdReality night light. Instead of sending an image block request, the device sends image *page* requests: Since image page requests explicitly *disable*...
There is currently a connection lifecycle bug[^1] with pyserial-asyncio(-fast) that causes a race condition on shutdown. Various radio libraries and other implementations have workarounds for this issue (usually `await asyncio.sleep(0)`...
https://github.com/zigpy/zigpy/pull/1461
Sample implementation of https://github.com/zigpy/zigpy/pull/1425
https://github.com/zigpy/zigpy/pull/1461 Note that this implementation suffers from a pretty fatal flaw: it cannot be done while the network is running! The entire stick needs to be reset for each network...
## Proposed change I'm introducing a new service type: `_zigbee-gateway._tcp.local.`. This will allow all future TCP coordinators to be supported without an explicit PR to ZHA. The only expected properties...
Depends on https://github.com/zigpy/zigpy/pull/1433
## Proposed change The migration of ZHA to a library created a bug where the ZHA database path config was actually read from one of two sources. Loading device triggers...