Hedda
Hedda
FYI, it looks like Espressif themselves have one of their developers working on a zigpy radio library for `esp-zigbee-ncp` API/CLI: https://github.com/zigpy/zigpy-cli/pull/42 https://github.com/espressif/esp-zigbee-sdk/issues/124 PS: Looking at recent commits in their SDK...
> FYI, it looks like Espressif themselves have one of their developers working on a zigpy radio library for `esp-zigbee-ncp` API/CLI: > > [zigpy/zigpy-cli#42](https://github.com/zigpy/zigpy-cli/pull/42) > > [espressif/esp-zigbee-sdk#124](https://github.com/espressif/esp-zigbee-sdk/issues/124) > > PS:...
Not stale but waiting for these two upstream pull requests that @lhespress are working on: https://github.com/zigpy/zigpy-cli/pull/45 https://github.com/lhespress/zigpy-espzb/pull/13
FYI, related https://github.com/home-assistant/home-assistant.io/pull/24494 was approved/merged into HA's ZHA integration documentation with text: ### Limitations Note that ZHA only supports connecting a single dedicated Zigbee Coordinator radio adapter or module with...
Still valid I think
Unfortunatly, no one has written application examples or documentation than what is in zigpy wiki and CONTRIBUTING.md file: https://github.com/zigpy/zigpy/wiki https://github.com/zigpy/zigpy/blob/dev/CONTRIBUTING.md Currently, best zigpy use reference is instead Home Assistant's zha...
Oh, by the way, other than zigpy-cli be sure to also check out the code for zha-toolkit for low-level Zigbee commands using zigpy: https://github.com/zigpy/zigpy-cli https://github.com/mdeweerd/zha-toolkit/ FYI, dmulcahey also began working...
Again, perhaps some independent developers be willing to extend/improve the zigpy API documentation in CONTRIBUTING.md? https://github.com/zigpy/zigpy/blob/dev/CONTRIBUTING.md#the-zigpy-api Also see this related suggestion/idea of adding some kind of Automatic API Documentation Generation...
> I'd be willing to write some stand-alone examples (not HA related) and even get documentation started if I could get some help to ramp up my understanding... @garrethcain FYI,...