Netatmo-Wunderground-PWS
Connects Netatmo data to a Weather Underground PWS
Usage
Install the library:
npm install --save netatmo-wunderground-pws
Require it:
var netatmoWunderground =
Set your credentials
var authInfo = "netamo_client_id": "YourClientId" "netamo_client_secret": "YourclientSecret" "netamo_username": "YourUsername" "netamo_password": "YourPassword" "wundergroundStationId": "YourStation" "wundergroundUserPassword": "YourSiteLoginPassword" ; netatmoWundergroundUploader = authInfo;
Example to get data
//Send data on startupnetatmoWundergroundUploader; //Refresh and upload data every 2.5 minutes;
For a full working node project, go here: https://github.com/brbeaird/netatmo-wunderground-agent