weewx driver for netatmo weather station
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Wall caa3ca80c2
initial publish to github
9 years ago
bin/user initial publish to github 9 years ago
.gitignore initial publish to github 9 years ago
changelog initial publish to github 9 years ago
install.py initial publish to github 9 years ago
readme.txt initial publish to github 9 years ago

readme.txt

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