Skip to content

Releases: karbassi/netatmo

2.3.0

23 Apr 18:16
3296f0e
Compare
Choose a tag to compare

Changed

  • Update npm dependencies (#60)

New

Thank you to @luixal and @floetenbaer for their pull requests.

2.2.2

17 Oct 19:11
7a1815d
Compare
Choose a tag to compare

Changed

  • Updated dependencies to fix a security issue.

2.2.1

30 Apr 16:43
4ed9d33
Compare
Choose a tag to compare

Changed

  • Updated dependencies to fix a security issue.

v2.2.0

17 Mar 22:21
a929119
Compare
Choose a tag to compare

Added

  • Added getPublicData API call (#38)

Changed

  • Update dependencies. (#37)
  • Fixed return the server response message on error (#34)

Thanks @osos for their help.

Added gethomecoachsdata API call

19 Feb 00:48
Compare
Choose a tag to compare

Added

  • Added gethomecoachsdata API call (#28)

Thank you to @devleaks for their pull request.

Removed sunset functions getUser, getDevicelist, and getThermstate

23 Nov 18:47
Compare
Choose a tag to compare

Removed sunset functions getUser, getDevicelist, and getThermstate

From Netatmo team:

Friendly reminder: Getthermstate, Getuser and Devicelist will move from deprecated to shut down. On November 30th, we are proceeding to a structural change to make our APIs faster and more powerful. Unfortunately, old and deprecated API methods won’t be supported anymore. Make sure you amend your code and start using newer methods as soon as possible for a smooth transition:

  • Replace Getthermstate with Getthermostatdata
  • Replace Getuser with Getthermostatdata, Gethomedata or Getstationsdata
  • Replace Devicelist with Getthermostatdata or Getstationsdata

So it looks like, there are some updates for the library required.

Thank you to @danilowanner for their pull request and @patricks for bringing up the issue.

Optional parameters update

23 Jul 14:20
Compare
Choose a tag to compare

Thank you to @tonyliu7870 for their pull request.

Welcome Support

12 Apr 15:44
Compare
Choose a tag to compare

Thank you to @SeraphimSerapis, @janhuddel, and @Nibbler999 for their pull requests.

getThermostatsData and getstationsdata

21 Jan 16:34
Compare
Choose a tag to compare
  • Added getThermostatsData functionality (#14)
  • Added getstationsdata api call (#11)
  • Added more documentation (#14)
  • Fixed error-message from response (#13)
  • Updated urls in comments to the new netatmo urls (#11)

Thank you to @patricks, @janhuddel, and @marcuspocus for their pull requests.