Releases: karbassi/netatmo
2.3.0
2.2.2
2.2.1
v2.2.0
Added gethomecoachsdata API call
Removed sunset functions getUser, getDevicelist, and getThermstate
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
- Added getDevicelist support for
device_id
,get_favorites
as parameters (#19) - Added getStationsData support for
device_id
,get_favorites
as parameters (#19) - Removed getStationsData support for
app_type
parameter (#19)
Thank you to @tonyliu7870 for their pull request.
Welcome Support
- Added gethomedata (#18)
- Added getnextevents (#18)
- Added geteventsuntil (#18)
- Added getlasteventof (#18)
- Added getcamerapicture (#18)
- Added option for access token to be provided in the constructor. (#16)
- Fixed parse body only when content-type is 'application/json' problem (#15)
Thank you to @SeraphimSerapis, @janhuddel, and @Nibbler999 for their pull requests.
getThermostatsData and getstationsdata
- 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.