mirror of
https://github.com/bricebou/weewx-netatmo.git
synced 2025-01-18 12:01:11 +01:00
include download instructions
This commit is contained in:
parent
45592cc83c
commit
f1649902eb
1 changed files with 8 additions and 3 deletions
11
readme.txt
11
readme.txt
|
@ -16,14 +16,19 @@ Communication with the netatmo servers requires 4 things: username, password,
|
|||
client_id, and client_secret. The username and password are the credentials
|
||||
used to access data at netatmo.com. The client_id and client_secret must be
|
||||
obtained via the dev.netatmo.com web site. Using these 4 things, the driver
|
||||
automatically obtains and updates the tokens needed to get data from the server.
|
||||
automatically obtains and updates the tokens needed to get data from the
|
||||
server.
|
||||
|
||||
|
||||
Installation instructions:
|
||||
|
||||
1) run the installer:
|
||||
0) download the driver:
|
||||
|
||||
wee_extension --install weewx-netatmo.tgz
|
||||
wget -O weewx-netatmo.zip https://github.com/matthewwall/weewx-netatmo/archive/master.zip
|
||||
|
||||
1) install the driver:
|
||||
|
||||
wee_extension --install weewx-netatmo.zip
|
||||
|
||||
2) select and configure the driver:
|
||||
|
||||
|
|
Loading…
Reference in a new issue