Skip to content

Releases: yozik04/vallox_websocket_api

4.0.2

04 Nov 15:22
Compare
Choose a tag to compare

What’s Changed

  • Fix A_CYC_UUID7 address.

Full Changelog: 4.0.0...4.0.2

4.0.0

02 Nov 20:04
e6373be
Compare
Choose a tag to compare

What’s Changed

  • Read constants from the unit directly or fallback to local file. (#47) @yozik04

3.3.0

06 Jul 16:30
205c1a8
Compare
Choose a tag to compare

What’s Changed

3.2.1

06 Apr 20:17
Compare
Choose a tag to compare

What's Changed

  • Wider range of supported websockets dependency @slovdahl in #38

Full Changelog: 3.2.0...3.2.1

3.2.0

06 Apr 18:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

22 Feb 17:52
Compare
Choose a tag to compare

What’s Changed

  • Adding Python 3.11 support
  • Dropping Python 3.6, 3.7 support
  • Replacing asynctest dependency with pytest-asyncio
  • Tests rewrite to pytest #30 (#31)

Full Changelog: 3.0.0...3.1.0

3.0.0

24 Nov 10:53
Compare
Choose a tag to compare

What’s Changed

  • Greatly improved exception handling. ValloxApiException and ValloxWebsocketException cover communication problems (Including OSError). ValloxInvalidInputException are raised when it was provided an invalid input.

Full Changelog: 2.13.1...3.0.0

2.13.1

22 Nov 16:55
Compare
Choose a tag to compare

What’s Changed

  • Settable METRIC_KEY_MODE

2.13.0

22 Nov 13:20
Compare
Choose a tag to compare

What’s Changed

  • Added Vallox.get_fan_speed and Vallox.set_fan_speed for a profile.

2.12.0

24 Jul 12:56
Compare
Choose a tag to compare

What’s Changed

  • Adding undefined values detection. Undefined values are now converted to None.