Using netatmo-python-sdk with netatmo.net

Python integration

Install
pip install netatmo-python-sdk
Quick start
import netatmo-python-sdk

# Use an OAuth2 access token
client = netatmo_python_sdk.Client(access_token="YOUR_ACCESS_TOKEN")
The method getuser returns information about a user such as prefered language…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/getuser
Links a callback url to a user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/addwebhook
The method devicelist returns the list of devices owned by the user, and thei…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/devicelist
SDK on GitHub 📄 API Docs
SDK
netatmo-python-sdk
Python
API
netatmo.net
netatmo.net
At a glance
Language Python
Endpoints22
Base URLhttps://api.netatmo.net/api