Skip to content

Releases: cmroche/greeclimate

0.11.3

04 Dec 22:47
f994611
Compare
Choose a tag to compare

Fix bug where sleep mode wouldn't deactivate correctly

0.11.2

29 Nov 15:39
a46ea2d
Compare
Choose a tag to compare

Introduce support for temperature sensor with fallback and version checks

0.11.1

28 Nov 20:14
cdd6ba1
Compare
Choose a tag to compare

IP and Port are not longer considered in DeviceInfo equality

0.11.0

28 Nov 18:17
df9c9f8
Compare
Choose a tag to compare

New approach for device discovery, supporting async event listeners and provides the ability to re-user the scan context so that multiple requests may be sent.

0.10.3

15 Nov 01:01
3284d1e
Compare
Choose a tag to compare
  • Bump discovery timeout from 2 to 10 seconds

0.10.2

13 Nov 23:32
9c248d5
Compare
Choose a tag to compare
  • Clean up some use of "big tarp" exception handling
  • Fix missing asyncio exception handlers
  • Restore timeout defaults for discovery back to 2 secs (this wasn't the issue I thought it was going to be)

0.10.1

13 Nov 22:19
65f25c6
Compare
Choose a tag to compare
  • Fix issue where binding fails on some devices due to malformed request

0.10.0

13 Nov 02:55
95f4ae1
Compare
Choose a tag to compare
  • Add support for deferred binding of devices
  • Add option for device pre-announce on bind
  • Change default timeout for discovery response to 10 seconds

0.9.9

11 Nov 23:31
d909b57
Compare
Choose a tag to compare
  • Only look for valid device key in bind response

0.9.8

11 Nov 22:45
d298884
Compare
Choose a tag to compare
  • Move network exception log back to debug channel