Skip to content

Releases: MislavMandaric/vaillant-netatmo-api

v0.11.0

27 Feb 05:49
Compare
Choose a tag to compare

Feature

  • Enable sending JSON requests with bearer token authentication (e95a486)
  • Support for getting gas and electric usage measurements (78385cc)

Fix

  • Bump relekang/python-semantic-release from 7.32.2 to 7.33.2 (2fe42d4)

v0.10.0

07 Jan 08:58
Compare
Choose a tag to compare

Feature

  • New domestic hot water temperature configuration endpoint (6abc188)

v0.9.1

05 Nov 13:44
Compare
Choose a tag to compare

Fix

  • Improve dependabot commits with semantic release (c0b826e)

v0.8.1

22 Jan 08:09
Compare
Choose a tag to compare

Fix

  • Removes custom headers and params for caching workaround (c6af9ab)

v0.8.0

18 Jan 19:46
Compare
Choose a tag to compare

Feature

  • Adds new getmeasure endpoint for getting real time measurement data from Vaillant API (bab3fd9)

v0.7.2

02 Jan 08:06
Compare
Choose a tag to compare

Fix

  • Adds cache control headers and manual cache workaround with ts query param (6b30fff)

v0.7.1

03 Dec 05:47
Compare
Choose a tag to compare

Fix

  • Removes ZoneId enum and replaces logic to work with Zone models directly, by providing it a name (be0e546)

v0.7.0

24 Nov 17:53
Compare
Choose a tag to compare

Feature

  • Implements time slot and timetable helper methods (0354c79)
  • Adds method for getting currently active time slot to the program (8762eaf)

Fix

  • Fixes creating time slot pad for non-existing start time slot (568465f)

v0.6.0

19 Nov 18:54
Compare
Choose a tag to compare

Feature

  • Adds switch schedule API. Exposes all the schedule models in module init. (cf3c63b)

v0.5.0

18 Nov 17:02
Compare
Choose a tag to compare

Feature

  • Tests for the sync schedule method (ae893a8)
  • Adds sync schedule api which updates the existing schedule of a thermostat (bad39e7)
  • Adds mapping of therm_program_list api response (af4a8a4)