zigpy-znp icon indicating copy to clipboard operation
zigpy-znp copied to clipboard

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA

Results 44 zigpy-znp issues
Sort by recently updated
recently updated
newest added
trafficstars

TCP protocol using Python's loop.create_connection() instead of pyserial been added to [bellows](https://github.com/zigpy/bellows) by [agners](https://github.com/agners) -> https://github.com/zigpy/bellows/pull/489 > Add tcp:// protocol to talk to EZSP radio via TCP/IP. Compared to the...

As opposed to subscribing to all ZDO responses individually, subscribe to them all with `0xFFFF` and filter out the unnecessary ones in software. This should reduce runtime memory usage.

When using an xbee as end device, the source endpoint needs to match the destination endpoint, (0XE6 or 0XE8) this will retain the source endpoint instead of overriding it.

When using koenkk`s **development** firmware, that is built on SimpleLink SDK Version 6.10 or 6.20, the coordinator seems to freeze under certain conditions. It **seems** like memory issues that causes...

form_network was removed in commit 059bffa1305879054a0ce771379dcb2954c6d0d1. This commit removes references to form_network. Signed-off-by: Anton Haglund

Looks like the libraries is not resilient to "Malformed Packet" Here after is the Sniffed paquet ![Screenshot 2022-09-07 at 20 06 17](https://user-images.githubusercontent.com/8291674/188948132-6565ab49-4f72-485c-8c49-1c3d0bb79092.png) And here after is the message produce by...

Koenkk mentioned requires new znp firmware projects from a newer SimpleLink SDK so wonder if compatible with zigpy-znp? https://github.com/Koenkk/Z-Stack-firmware/discussions/476 Back-story; SMLIGHT announced/launched CC2674P10 based "SLZB-07p10" USB dongle and "SLZB-06p10" Ethernet/WiFi...

Hi folks, I'm having some issues pairing LEDVANCE MotionSensor+ devices using Home Assistant Zigbee integration. It starts fine with detecting the device but during "configuration" there is no progress. From...

Propagating `asyncio.CancelledError` breaks regular exception handling. We should avoid doing so.

python -m zigpy_znp.tools.nvram_read COM3 -o nvram_backup.json ``` Traceback (most recent call last): File "C:\Python3\lib\site-packages\zigpy_znp\api.py", line 684, in _skip_bootloader result = await responses.get() File "C:\Python3\lib\asyncio\queues.py", line 166, in get await getter...