zigpy-znp

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

GPL-3.0 License

Downloads
547.2K
Stars
137

Bot releases are hidden (Show)

zigpy-znp - v0.0.3

Published by puddly over 4 years ago

  • 100% test coverage.
  • Requires zigpy>=0.20.1a2.
  • Network formation and device joining fully tested with a freshly flashed CC26X2R.
  • Broadcast requests are not required to receive a DataConfirm response any more.
zigpy-znp - v0.0.2

Published by puddly over 4 years ago

Changes

  • Support new zigpy configuration schema format. Requires zigpy>=0.20.1a1.
  • Implement broadcast messages.
  • Properly support common ZDO commands to allow full device joining and descriptor discovery.
  • Test coverage for just about every line of code other than network formation.
  • Update README.md with PyPI links @Hedda (#9)
zigpy-znp - v0.0.1.dev1

Published by puddly over 4 years ago

First functional release covering basic use cases.

What works:

  • coordinator startup
  • unicast requests
  • device joins
  • auto port detection
  • port reconnection

What hasn't been tested:

  • network formation

What hasn't been implemented:

  • multicast and broadcast messages
zigpy-znp - 0.0.1.rc2

Published by Adminiuga over 4 years ago

Changes

  • Update README.md to look similar to other radio libaries for zigpy @Hedda (#8)