Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 804 Bytes

File metadata and controls

24 lines (15 loc) · 804 Bytes

netatmo-api-python

Code style: black

Simple API to access Netatmo devices and data like weather station or camera data from python. For more detailed information see http://dev.netatmo.com

This project has no relation with the Netatmo company.

Install

To install pyatmo simply run:

pip install pyatmo

Depending on your permissions you might be required to use sudo. Once installed you can simple add pyatmo to your python scripts by including:

import pyatmo

Note

The module requires a valid user account and a registered application. See usage.md for further information. Be aware that the module may stop working if Netatmo decides to change their API.