Releases: kardia-as/zigpy-zboss
Releases · kardia-as/zigpy-zboss
v1.2.0
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
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
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
Changes:
- Add LQI and RSSI to received packet
- Rename permit_with_key to permit_with_link_key
v1.1.2
Changes:
- Fix network formation
- Use NCP IEEE by default
- Fix radio probing
- Renamed confusing variable names
- Handle bad ZBOSS response status
v1.1.1
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
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
- Fix binding
- Add nvram helper
- Read nvram at load_network_info
v1.0.1
Changes:
- Bump version because of a PyPi issue
v1.0.0
Initial release
- ControllerApplication implementation
- Default network configuration
- Overwrite Zdo class for ZBOSS ZDO specific commands to work
- Uart connection