Skip to content

Releases: philippelt/netatmo-api-python

UserInfo added in weather data to get user units preferences

18 Jan 18:28
Compare
Choose a tag to compare

Such as :
w = weatherData(...)
user = w.user

user.mail
user.unit -> "metric"
user.windunit -> "kph"

Check Netatmo documentation for the different values (can also look in the code the definition of UNITS)

Fix to survive Netatmo continuous breaking changes :-)

11 Jan 12:26
Compare
Choose a tag to compare

When a station or module is lost (battery exhausted for example), dashboard_data will no longer be available. Bad news, it was interesting to know all the data about the "last" time data was available... But continuous breaking change is part of Netatmo culture !

Minor fixes

01 Aug 08:18
Compare
Choose a tag to compare
v1.4.5

Fix typo error

Fix #23 and #24

01 Aug 08:03
Compare
Choose a tag to compare

Fix to allow working with stations without any external module and new modules that do not supply time of measurement

Minor : Add support for station by Id in lastData

02 Nov 04:28
Compare
Choose a tag to compare
1.4.3

Ability to use station_id in place of name for lastData in station pa…

Improved camera support

25 Jul 18:16
Compare
Choose a tag to compare

Added homeData methods for camera :

  • url : to get the best url for direct access to camera (local if possible else netatmo VPN)
  • getLiveSnapshot : to obtain a full resolution Jpeq image of the live camera view
  • presenceStatus : to switch Presence camera (and detection/notification) on or off

Bug fixes and minor improvments

06 Jul 09:13
Compare
Choose a tag to compare

No impact on existing usage.
Authentication data file is now case insensitive for fields (eg CLIENT_ID or client_ID...)
If no module name is supplied in Netatmo web interface for your module, lnetatmo will use module ID as the default module name.

Update for cameras use

12 Jun 07:29
Compare
Choose a tag to compare

Fix for bigger response due to large Home data request (see #11)