1.1.2 • Published 1 year ago

netatmo-wunderground-pws v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

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 = require('netatmo-wunderground-pws')

Set your credentials

var authInfo = {
    "netamo_client_id": "YourClientId",
    "netamo_client_secret": "YourclientSecret",
    "netamo_username": "YourUsername",
    "netamo_password": "YourPassword",
    "wundergroundStationId": "YourStation",
    "wundergroundUserPassword": "YourSiteLoginPassword"
  };
  
  netatmoWundergroundUploader = new netatmoWunderground(authInfo);

Example to get data

//Send data on startup
netatmoWundergroundUploader.getNetatmoData();

//Refresh and upload data every 2.5 minutes
setInterval(function() {
    netatmoWundergroundUploader.getNetatmoData();
  }, 150000);

For a full working node project, go here: https://github.com/brbeaird/netatmo-wunderground-agent

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago