Skip to content

Releases: mdeweerd/zha-toolkit

v0.8.38 🧰Update scan_device/zcl_attr to adapt to zigpy 0.54.X/HA 2023.4.X

22 Apr 13:49
9bdd9f5
Compare
Choose a tag to compare

Changes

  • #159 Update scan_device/zcl_attr to adapt to zigpy 0.54.X/HA 2023.4.X @mdeweerd

Full Changelog: v0.8.37...v0.8.38

v0.8.37 🧰 Adjust for 2023.3 - zigpy radio package version

02 Mar 10:50
1d93d24
Compare
Choose a tag to compare

Changes

Full Changelog: v0.8.36...v0.8.37

v0.8.36 🧰New argument for explicit destination endpoint for bind_ieee

26 Feb 15:12
02030f5
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome

@mdeweerd and @theorlangur

Full Changelog: v0.8.35...v0.8.36

v0.8.35 🧰 zcl_cmd: When command is missing in ZHA/zigpy, add virtual one

17 Feb 01:00
bf8919c
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome

@filmgarage and @mdeweerd

v0.8.34 🧰 zcl_cmd: When command is missing in ZHA/zigpy, add virtual one

16 Feb 17:45
812cc2f
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome

@filmgarage and @mdeweerd

v0.8.33 🧰Less dependency on ZHA being started when loading

06 Feb 23:40
f97bb65
Compare
Choose a tag to compare

2023.2.0 and up has resulted in a few reports from users that zha-toolkit was not available after startup.
Prior to v0.8.33, zha-toolkit required that the ZHA integration had the radio object initialised when the zha-toolkit was initializing.

v0.8.33 of the toolkit is less strict with that. As a result you might see errors after zha-toolkit setup about the gateway not being available - that likely means that ZHA is still setting up.

Changes

  • #139 Less dependency on ZHA being started when loading

Full Changelog: v0.8.32...v0.8.33

v0.8.32 🧰 csvout parameter: do not cleanup path when provided by user

03 Feb 15:07
3c30a67
Compare
Choose a tag to compare

Changes

  • #137 csvout parameter: do not cleanup path when provided by user

Full Changelog: v0.8.31...v0.8.32

v0.8.31 🧰 bind_ieee: When binding to coordinator: do not require matching cluster

01 Feb 02:11
062771d
Compare
Choose a tag to compare

Changes

  • bind_ieee: When binding to coordinator: do not require matching cluster on coordinator.
  • #130 Fix Danfoss TRV configuration script (setpoint limits, open window report conf) @mdeweerd
  • #131 Silence messages about restarted Danfoss Blueprint + bump flow. @mdeweerd
  • Improvements to documentation @mdeweerd

Full Changelog: v0.8.29...v0.8.31

v0.8.29 🧰 Enable 'tries' parameter on scan_device to help reading sleepy devices

14 Jan 11:41
fa23839
Compare
Choose a tag to compare

Changes

Full Changelog: v0.8.28...v0.8.29

v0.8.28 🧰 Add 'use_cache' to read attribute from zigpy's memory cache.

11 Dec 22:58
4542c12
Compare
Choose a tag to compare

Changes

  • #121 Add 'use_cache' to read attribute from zigpy's memory cache. @mdeweerd

Full Changelog: v0.8.27...v0.8.28