Releases: klejejs/python-thermia-online-api
Releases · klejejs/python-thermia-online-api
Make debug command more secure
Minor code improvements
Fixes to Thermia API
What's Changed
Full Changelog: 6.1.0...6.2.0
Bug fixes, code improvements
What's Changed
- Invisible operation and power statuses previously were not returned but they should be, as they are actually used by heat pump. 67096d5
- Operation modes are now returned also if they are read-only and fetched from operational statuses. If that is the case,
is_operation_mode_read_only
flag is set toTrue
. 82b85e4
Full Changelog: 6.0.0...6.1.0
Refactor operational and power statuses
Breaking changes
- This release removes custom properties for operational and power statuses, allows their calculation based on the existing
running_operational_statuses
andavailable_operational_statuses
properties as well as the newrunning_power_statuses
andavailable_power_statuses
properties.
What's Changed
Full Changelog: 5.2.0...6.0.0
Added heating operational time
Add model id value to heat pump model
What's Changed
Full Changelog: 5.0.0...5.1.0
Remove separate Genesis API config
Breaking changes
Thermia has removed the separate Genesis API, thus, within this release, the API type functionality is removed, only one, previously called classic
API is used, and API_TYPE
does not have to be passed to the API anymore.
What's Changed
Full Changelog: 4.3.0...5.0.0