Skip to content

Releases: filmkorn/pyanova-nano

0.2.3

11 Nov 19:39
c564993
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.1

01 Oct 04:19
717f6b8
Compare
Choose a tag to compare

Changed

  • Fix BleakError raised on subsequent read commands on bleak-esphome backend.

0.2.0

01 Oct 04:19
Compare
Choose a tag to compare

Breaking

  • PyAnova: Removed auto_reconnect argument.

Changed

  • Add PyAnova.add_on_disconnect to subscribe callbacks to device going offline.
  • Reduce timeouts and allow to override them.
  • Improve thread safety while sending read commands and waiting for response.
  • Add PyAnova.get_device_info() which always returns 3.
  • Implement subscription to polled sensor status updates.
  • Improved connection logic.
  • PyAnova.connect(): Use device provided to PyAnova.__init__() and skip discovery.

0.1.0

21 Jan 23:02
Compare
Choose a tag to compare

Initial release.