Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Releases: doudz/zigate

0.26.2

23 Jan 13:26
dc9c734
Compare
Choose a tag to compare
Merge pull request #79 from doudz/dev

Dev

0.26.1

22 Jan 14:53
78ecf8b
Compare
Choose a tag to compare

Fix lumi.ctrl_neutral1

0.26.0

22 Jan 10:29
3febb54
Compare
Choose a tag to compare
0.26.0

0.25.1

15 Jan 15:01
00e8458
Compare
Choose a tag to compare

Bug fix

0.25.0

08 Jan 11:22
e3148f4
Compare
Choose a tag to compare

Improve reporting process for light and plug (etc)
Add template support
New discovery process
various bugs fixes
Add Erase EEProm function to flasher

Some breaking changes
refresh_device now only read known values, for discovery, use discover_device
ZIGATE_DEVICE_NEED_REFRESH is now ZIGATE_DEVICE_NEED_DISCOVERY
ZIGATE_DEVICE_RENAMED is now ZIGATE_DEVICE_ADDRESS_CHANGED

0.24.2

21 Dec 09:06
61e16fa
Compare
Choose a tag to compare

Handle decoding response crash (avoid silent crash/freeze)

0.24.1

20 Dec 11:20
5cfb24d
Compare
Choose a tag to compare

Various bug fixes
Support for OTA update (thanks to @ISO-B )
Support for XIAOMI Cube rotation
Fix manufacturer_code in *_attribute_request
WARNING this is a breaking change for read_attribute_request, write_attribute_request, reporting_request

0.24.0

20 Dec 09:12
0e200fb
Compare
Choose a tag to compare

Various bug fixes
Support for OTA update (thanks to @ISO-B )
Support for XIAOMI Cube rotation

0.23.1

30 Nov 19:55
d3280c5
Compare
Choose a tag to compare

Fix Xiaomi cube support

0.23.0

30 Nov 13:02
Compare
Choose a tag to compare

Add some commands, and bug fix

We now have flasher !
Thanks to Sander Hoentjen (tjikkun)

usage: python -m zigate.flasher [-h] -p PORT [-w WRITE] [-s SAVE]

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --serialport PORT
                        Serial port, e.g. /dev/ttyUSB0
  -w WRITE, --write WRITE
                        Firmware bin to flash onto the chip
  -s SAVE, --save SAVE  File to save the currently loaded firmware to