Skip to content

Releases: kardia-as/zigpy-zboss

v1.2.0

02 Jul 13:44
Compare
Choose a tag to compare

Changes:

  • Add unit tests
  • Fix API changes made by zigpy>=0.60.2
  • Radio module watchdog (application _watchdog_feed method)
  • UART reset stability improvements
  • Set PANID after formation (bug fix)
  • Add script in tools folder to convert SERIAL_LOG into pcap file

v1.1.5

17 Apr 14:31
Compare
Choose a tag to compare

Changes:

  • hotfix IEEE_addr_req (issue when device not replying)
  • Implement GetNeighborByIeee command
  • handle leave at dev update signal
  • fix load_network_info
  • add _watchdog_feed method

v1.1.4

05 Apr 10:49
Compare
Choose a tag to compare

Changes:

  • Add back permit_with_key method for backward compatibility
  • Re-route zigpy ZDO requests to use ZBOSS ZDO commands
  • Fix the ZDO IEEE_addr_req command

v1.1.3

16 Feb 05:29
Compare
Choose a tag to compare

Changes:

  • Add LQI and RSSI to received packet
  • Rename permit_with_key to permit_with_link_key

v1.1.2

17 Nov 10:28
Compare
Choose a tag to compare

Changes:

  • Fix network formation
  • Use NCP IEEE by default
  • Fix radio probing
  • Renamed confusing variable names
  • Handle bad ZBOSS response status

v1.1.1

06 Nov 12:57
6d7b5e0
Compare
Choose a tag to compare

Changes:

  • Use zigpy types (fix python3.11)
  • Add device path input for the factory reset tool
  • Add NVRAM write
  • Handle frame fragmentation

v1.1.0

31 Jul 13:53
a472100
Compare
Choose a tag to compare

Changes:

  • use zigpy v0.55.0
  • use zigpy.serial module for serial communication in uart module
  • add channel change support

v1.0.2: - Fix binding

07 Jul 16:14
Compare
Choose a tag to compare
  • Fix binding
  • Add nvram helper
  • Read nvram at load_network_info

v1.0.1

15 May 14:53
Compare
Choose a tag to compare

Changes:

  • Bump version because of a PyPi issue

v1.0.0

15 May 14:37
f640400
Compare
Choose a tag to compare

Initial release

  • ControllerApplication implementation
  • Default network configuration
  • Overwrite Zdo class for ZBOSS ZDO specific commands to work
  • Uart connection