Skip to content

Releases: yozik04/vallox_websocket_api

5.3.0

24 Jun 19:31
Compare
Choose a tag to compare

What’s Changed

  • Added MetricData.get_remaining_profile_duration method that returns remaining duration of the profile in minutes.

Full Changelog: 5.2.1...5.3.0

5.2.1

24 Jun 18:36
Compare
Choose a tag to compare

What’s Changed

  • Updated DEVICE_MODEL list. Fixes model detection of Helios units.
  • Updated README.md to list more supported models.

Full Changelog: 5.2.0...5.2.1

5.2.0

14 Apr 18:28
Compare
Choose a tag to compare

What’s Changed

  • Decode A_CYC_*_SETPOINT, A_CYC_MLV_SUPPLY_LOWER_LIMIT and A_CYC_SUPPLY_AIR_DEFROST_TEMP values as temperature.
  • Make A_CYC_*_SETPOINT settable #66

Full Changelog: 5.1.1...5.2.0

5.1.1

11 Mar 19:34
Compare
Choose a tag to compare

What’s Changed

  • Loosen the websockets dependency version

Full Changelog: 5.1.0...5.1.1

5.1.0

26 Feb 08:15
cbd46df
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.2...5.1.0

5.0.2

16 Feb 16:47
Compare
Choose a tag to compare

What’s Changed

  • A_CYC_BYPASS_LOCKED is now in SETTABLE list.

Full Changelog: 5.0.1...5.0.2

5.0.1

16 Feb 10:22
Compare
Choose a tag to compare

Breaking changes

  • Removing some previously exposed functions (get_model, get_sw_version, get_uuid, get_next_filter_change_date). Use MetricData class methods instead.
  • Vallox class lost get_profile, get_info, get_temperature, get_fan_speed, get_next_filter_change_date methods. Use MetricData class methods instead.
  • PROFILE Enum class was renamed to Profile.
  • Client class lost fetch_metric method.

What's Added

  • Adding MetricData.get method.

Full Changelog: 4.2.0...5.0.1

4.2.0

13 Feb 19:58
Compare
Choose a tag to compare

What’s Changed

  • Alarm resolve (#63) @yozik04
  • Some bug fixes from previous release

Full Changelog: 4.1.0...4.2.0

4.1.0

11 Feb 20:23
Compare
Choose a tag to compare

What’s Changed

4.0.3

15 Jan 08:39
Compare
Choose a tag to compare

What’s Changed

  • Ensure data model is valid after loading (#53)
  • Better number parsing of model loaded from unit's JS file (#54)

Full Changelog: 4.0.2...4.0.3