netatmo - get environmental data from a NetAtmo weather station¶
This plugin gets data from a NetAtmo weather station through their cloud API.
Raw data is stored in sensors/netatmo with one element per weather station (using the names the user assigned to the stations).
Some parsed weather data is stored in environment/weather, in a slightly ad-hoc way: inside temperature is taken from any station that has a wifi interface, outside temperature from any station with an RF interface.
The plugin could also be adapted to get data from other NetAtmo sensors.
requirements¶
- a NetAtmo weather station
You will need to register your Igor with the NetAtmo cloud service, to tell NetAtmo that it is okay that Igor gets your (possibly privacy-sensitive) weather data.
The setup.html page should help you doing this.
Manual registration¶
If the setup.html page does not work for you you can set registration up manually.
schema¶
plugindata/netatmo/authenticationAuthentication parameters:clientIdString of hexadecimal digits identifying your Igor, from dev.netatmo.com.clientSecretLonger string of alfanumeric characters identifying your Igor, from dev.netatmo.com.usernameYour personal username, from netatmo.com.passwordYour personal password, from netatmo.com.
sensors/netatmo/_stationname_Data for one weather station (base station or extension)environment/weather/tempInsideCurrent indoor temperatureenvironment/weather/tempOutsideCurrent outdoor temperature