weewx driver for netatmo weather station
Find a file
2016-04-27 07:14:00 -04:00
bin/user initial publish to github 2016-04-27 07:14:00 -04:00
.gitignore initial publish to github 2016-04-27 07:14:00 -04:00
changelog initial publish to github 2016-04-27 07:14:00 -04:00
install.py initial publish to github 2016-04-27 07:14:00 -04:00
readme.txt initial publish to github 2016-04-27 07:14:00 -04:00

netatmo - weewx driver for netatmo weather stations
Copyright 2015 Matthew Wall

This driver has two modes of operation.  It can use the Netatmo API to obtain
data from the netatmo servers, or it can parse the packets sent from a netatmo
station.  The latter works only with netatmo firmware 102 (circa early 2015).

By default this driver will obtain data from the netatmo servers.


Installation instructions:

1) run the installer:

wee_extension --install weewx-netatmo.tgz

2) modify weewx.conf:

[Netatmo]
    username = INSERT_USERNAME_HERE
    password = INSERT_PASSWORD_HERE

3) start weewx:

sudo /etc/init.d/weewx start