Skip to content

Releases: zigpy/zigpy-znp

0.9.1 Release

08 Oct 18:46
e6e2c42

Choose a tag to compare

What's Changed

  • Use KeyError when throwing a missing security material exception by @puddly in #185
  • pass down NETWORK_COMMISSIONING_TIMEOUT to request() by @dumpfheimer in #183
  • 0.9.1 Release by @puddly in #186

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

03 Oct 22:12
ca061f4

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

20 Aug 00:22
824c2b2

Choose a tag to compare

What's Changed

  • Bump minimum testing dependencies by @puddly in #163
  • Fix zigpy initialization not being run on reconnect by @puddly in #162
  • Bump version to 0.8.2 by @puddly in #164

Full Changelog: v0.8.1...v0.8.2

v0.8.1

11 Jul 18:14
695ebf5

Choose a tag to compare

What's Changed

  • Always set the ZDO logical type for intermediate stored devices by @puddly in #157
  • Bump version to 0.8.1 by @puddly in #158

Full Changelog: v0.8.0...v0.8.1

v0.8.0

19 Jun 20:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

15 Jan 18:55

Choose a tag to compare

Bugfixes

  • Correctly set profile ID for ZDO frames (@badzz in #113)
  • Handle empty Z-Stack build ID in the version response (@puddly in #117)
  • Log an error instead of crashing when loading state from a bad CC2531 (@puddly in #120)

Changes

  • Allow sending and receiving raw ZDO commands (@puddly in #109)
  • Update README.md all CC253x are not recommended (@Hedda in #94)

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

07 Dec 22:43

Choose a tag to compare

Bugfixes

  • Fixed regression in 0.6.3 that prevented startup with Slaesh's CC2652RB coordinator (#107)

Full Changelog: v0.6.3...v0.6.4

v0.6.3

02 Dec 21:22

Choose a tag to compare

What's Changed

  • Use coordinator endpoint 1 for Z-Stack >= 20210708 by @puddly in #105

Full Changelog: v0.6.2...v0.6.3

v0.6.2

02 Dec 20:56

Choose a tag to compare

New features

  • Use ZDO converter for Mgmt_NWK_Update_req by @puddly in #102
  • Startup RTS and DTR pin states are now configurable:
    zha:
      zigpy_config:
        znp_config:
          connect_rts_pin_states: [off, on, off]
          connect_dtr_pin_states: [off, off, off]

Bugfixes

  • Properly handle the extended timeout in backgrounded requests by @puddly in #103
  • Connect multiple times on startup and speed up initial connect by @puddly in #104.

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Nov 19:00

Choose a tag to compare

Changes

  • This release only changes packaging dependencies: the pyserial-asyncio dependency constraint has been relaxed and any version can be used on non-Windows platforms. On Windows, any version of pyserial-asyncio other than 0.5 can be used. This was the behavior prior to the release of zigpy_znp==0.6.0.