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

Possibility to increase detail in ERRORs to include NWK and IEEE of device. Example below for Device Didnt Respond ERROR ``` 2023-11-06 11:32:37.941 ERROR (MainThread) [homeassistant] Error doing job: Task...

Running zigpy 0.59.0 and zigpy-znp 0.11.6. Unable to pair a device with ZNP while it works perfectly with bellows ! ``` 2023-11-04 15:24:13,569 DEBUG :Sending request: SYS.Ping.Req() 2023-11-04 15:24:13,578 DEBUG...

Hi, guys. Are there some examples like?: 1. Device enumeration: list all connected devices to my zigbee-adapter 2. Data reading from devices 3. Device command sending

I tried to save the firmware of the Sonoff zigbee dongle P and used this command "python -m zigpy_znp.tools.nvram_read COM8 -o nvram_backup.json" in two different PC and a MacBook but...

If the serial link is slow enough (i.e. a TCP coordinator), it appears that a race condition can arise where a watchdog poll can coincide with an intentional reset request....

``` $ python -m zigpy_znp.tools.energy_scan /dev/ttyUSB0 2023-08-23 09:02:34.211 freeframe __main__ INFO Starting up zigpy-znp 2023-08-23 09:02:36.796 freeframe __main__ ERROR Could not start application: 2023-08-23 09:02:36.797 freeframe __main__ ERROR Form a...

As discussed [here](https://github.com/zigpy/zigpy-znp/pull/167) I have copied the approach bellow uses to make zigpy-znp run in a dedicated thread. TODOs - [ ] Write tests - [ ] Double check timeouts...

Replaces https://github.com/zigpy/zigpy-znp/pull/146 and clarifies recommended versus older adapters no longer recommended for new purchase (for new users). * Matches PR https://github.com/zigpy/zigpy-deconz/pull/251 (for [zigpy-deconz](https://github.com/zigpy/zigpy-deconz)), and https://github.com/zigpy/bellows/pull/614 (for bellows). Note! Recommendations not...

As setuptools-git-versioning 2.0.0 is out since 8.4., building zigpy-znp breaks on some systems.

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...