What is patatmo

patatmo is a Python module for easy access to the Netatmo Weather API.

For an impressive map see the Netatmo Weathermap.

What can it do?

Currently, the weather API’s methods Getpublicdata, Getstationsdata and Getmeasure are implemented.

You can for example:

  • obtain current weather data from a specified region (Getpublicdata)

  • obtain past data from any specific outdoor device (Getmeasure)

  • obtain past data from any specific device you have access to (Getmeasure)

  • obtain general information of a device (Getstationsdata)

Is it easy to use?

Yes! Have a look at How to use patatmo and the Examples.