Skip to content

Releases: laetificat/haanna

v0.11.0

18 Sep 22:00
d516692
Compare
Choose a tag to compare
  • Changes discussed in anna-ha issue #19 implemented (@bouwew)
  • Fix python 3.6 strptime timezone interpretation, bump minor to .1 (@CoMPaTech)
  • Initial progress on schema set/get (@CoMPaTech)
  • Update setup.py (@CoMPaTech)
  • Fix for get_presets (@bouwew)
  • Remove redundant if (@CoMPaTech)
  • Fix for #14 (@CoMPaTech)
  • Round outdoor temperature to 1 decimal (@bouwew)
  • Return None instead of False when a parameter does not exist (@bouwew)
  • Add cooling_state plus small fixes (@bouwew)
  • Return None when no DHW-status found, change to current_temperature t… (@bouwew)
  • Add get schedule_temperature (@bouwew)
  • Add test for get_domestic_hot_water_status (@bouwew)

v0.9.0

29 Jun 13:23
Compare
Choose a tag to compare
  • Fixed the preset issue for the legacy Anna (@plamola)
  • Made the unit tests compatible with the legacy Anna (@plamola)
  • Added the port number in the unit test (@plamola)
  • Added some basic unit test for two functions which had no coverage (@plamola)
  • Added environment variables in the unit test for the user specific Anna settings (@plamola)
  • Added the missing port number in the documentation example (@plamola)
  • Some minor code cleanup (@plamola)

v0.8.0

11 Jun 20:23
Compare
Choose a tag to compare
  • Anna V1.8 support

v0.7.0

27 May 19:17
Compare
Choose a tag to compare
  • Version bump and removed print statement
  • Added port number handling
  • Assumed 0.6.2 changes wrt anna-ha PR #1, adding heating and operation status

v0.6.1

23 Jan 00:06
Compare
Choose a tag to compare
  • Added custom exception messages
  • Cleaned up code
  • Added unit tests
  • Added a 10 second timeout for requests
  • Renamed ET to Etree

v0.5.1

19 Jan 01:33
Compare
Choose a tag to compare
  • Bugfix for getting rule ID by name
  • Added extra check for rule ID

v0.5.0

13 Jan 23:30
Compare
Choose a tag to compare

Added the functionality of getting all presets, setting a preset, and getting the current active preset.

v0.4.3

28 Dec 21:34
Compare
Choose a tag to compare
Initial commit