Releases: yozik04/vallox_websocket_api
Releases · yozik04/vallox_websocket_api
5.3.0
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
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
What’s Changed
- Decode
A_CYC_*_SETPOINT
,A_CYC_MLV_SUPPLY_LOWER_LIMIT
andA_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
5.1.0
5.0.2
5.0.1
Breaking changes
- Removing some previously exposed functions (
get_model
,get_sw_version
,get_uuid
,get_next_filter_change_date
). UseMetricData
class methods instead. Vallox
class lostget_profile
,get_info
,get_temperature
,get_fan_speed
,get_next_filter_change_date
methods. UseMetricData
class methods instead.PROFILE
Enum class was renamed toProfile
.Client
class lostfetch_metric
method.
What's Added
- Adding
MetricData.get
method.
Full Changelog: 4.2.0...5.0.1
4.2.0
What’s Changed
Full Changelog: 4.1.0...4.2.0
4.1.0
4.0.3
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