zha-toolkit

🧰 Zigbee Home Assistant Toolkit - service for "rare" Zigbee operations using ZHA on Home Assistant

GPL-3.0 License

Stars
181

Bot releases are visible (Hide)

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

Published by github-actions[bot] almost 2 years ago

Changes

  • #122 Update readme, add zha_devices example script @mdeweerd
  • #124 Enable "tries" parameter for scan_device . @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.28...v0.8.29

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

Published by github-actions[bot] almost 2 years ago

Changes

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

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.27...v0.8.28

zha-toolkit - v0.8.27 🧰Add misc_settime to set time & timezone in Time Cluster

Published by github-actions[bot] almost 2 years ago

Changes

  • Add misc_settime to set time and timezone info in Time Cluster @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.26...v0.8.27

zha-toolkit - v0.8.26 🧰 Add message about missing zha

Published by github-actions[bot] almost 2 years ago

Changes

  • #109 Add message about missing zha for #89 @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.25...v0.8.26

zha-toolkit - v0.8.25 🧰Add ha_set_state service (set/update any HA state)

Published by github-actions[bot] almost 2 years ago

Changes

  • #108 Add ha_set_state @mdeweerd
zha-toolkit - v0.8.24 🧰Fix binds_remove_all (hex to int conversion)

Published by github-actions[bot] almost 2 years ago

Changes

  • #105 Update blueprint for Danfoss @mdeweerd
  • #107 binds_remove_all - hex value to int - Fix #106 @mdeweerd

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

@mdeweerd

zha-toolkit - v0.8.23 🧰Add nwk address to routes_and_neighbours output #101

Published by github-actions[bot] almost 2 years ago

Changes

  • #104 routes_and_neigbours: add nwk, less files.
  • Examples: danfoss

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.22...v0.8.23

zha-toolkit - v0.8.22 🧰 Fix neighbours_and_routes services

Published by github-actions[bot] almost 2 years ago

Changes

  • #102 Fix neighbours_and_routes services #101

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.21...v0.8.22

zha-toolkit - v0.8.21 🧰Improved binding, corrected ezsp_backup

Published by github-actions[bot] almost 2 years ago

Changes

  • Improved binding command
  • #100 Corrected ezsp_backup
  • Reviewed some documentation

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.20...v0.8.21

zha-toolkit - v0.8.20 🧰Fix for removing group binding in binds_remove_all

Published by github-actions[bot] about 2 years ago

Changes

  • #97 Fix for removing group binding in binds_remove_all #96
  • #98 Fix debugging link in readme

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.19...v0.8.20

zha-toolkit - v0.8.19 🧰 Fix second version comparison

Published by github-actions[bot] about 2 years ago

Changes

  • #95 Other fix for #93 @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.18...v0.8.19

zha-toolkit - v0.8.18 🧰 Correct version comparison (#93)

Published by github-actions[bot] about 2 years ago

Changes

  • #94 Correct version comparison (#93) @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.17...v0.8.18

zha-toolkit - v0.8.17 🧰 Add SONOFF FW download for ota_notify

Published by github-actions[bot] about 2 years ago

Changes

  • #91 Minor improvements (logging), example scripts.
  • #92 Add SONOFF FW download
zha-toolkit - v0.8.16 🧰 Correct bug introduced in 0.8.15 when attr_type is None in attr_read/attr_write

Published by github-actions[bot] about 2 years ago

Changes

  • #87 Correct bug introduced in 0.8.15 when attr_type is None in attr_read/attr_write. @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.14...v0.8.15

zha-toolkit - v0.8.15 🧰 Add attr_type to CSV and event data

Published by github-actions[bot] about 2 years ago

Changes

  • #86 Add attr_type to CSV and event data @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.14...v0.8.15

zha-toolkit - v0.8.14 🧰Zigbee FW download by ota_notify + filename fix for scan_device

Published by github-actions[bot] about 2 years ago

Changes

  • Fix #83 (invalid characters due to device name) @mdeweerd
  • New OTA FW download (ota_notify downloads FW listed on Koenkk/zigbee-OTA @mdeweerd

Note: A HA restart is needed for full ota_notify functionnality (default otau_dir, UI).

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.13...v0.8.14

zha-toolkit - v0.8.13 🧰scan_device - fix by catching AttributeError

Published by github-actions[bot] about 2 years ago

Changes

  • #81 Fix #80 by catching AttributeError as well while checking commands args. @mdeweerd
  • Changes to satisfy pylint

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.12...v0.8.13

zha-toolkit - v0.8.12 🧰Fix version check + documentation updates

Published by github-actions[bot] about 2 years ago

Changes

  • #74 Documentation (binds_get) & format updates. @mdeweerd
  • #75 Update leave request documentation @mdeweerd
  • #78 Fix version check (fixes #77) @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.11...v0.8.12

zha-toolkit - v0.8.11 🧰 Fix typo in code to find cluster based on params

Published by github-actions[bot] over 2 years ago

Changes

  • #71 Fix typo in code to find cluster based on params @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.10...v0.8.11

zha-toolkit - v0.8.10 🧰`conf_report_read`: Fix serialization issue

Published by github-actions[bot] over 2 years ago

Changes

  • #70 conf_report_read: Fix serialization issue + update documentation @mdeweerd

Full Changelog: https://github.com/mdeweerd/zha-toolkit/compare/v0.8.9...v0.8.10

Badges
Extracted from project README
hacs_badge zha_installs Version pre-commit Open ZHA-Toolkit inside your Home Assistant Community Store (HACS). Open your Home Assistant instance and show the Daily Backup Blueprint pre-filled. Open your Home Assistant instance and show the Daily Backup Blueprint pre-filled. Open your Home Assistant instance and show your service developer tools. Open your Home Assistant instance and show the blueprint import dialog with the Daily backup blueprint pre-filled. Open your Home Assistant instance and show the blueprint import dialog with the ZNP Daily backup blueprint pre-filled.
Related Projects