0.4.0 • Published 6 years ago

ruuvi.influxproxy.js v0.4.0

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
6 years ago

ruuvi.influxproxy.js

NodeJS server for receiving data payloads from RuuviTags via gateways, RuuviStation etc and publishing data to InfluxDB

Installing

Git clone this repository
npm install
Install InfluxDB
Install Grafana http://docs.grafana.org/installation/debian/
NOT starting on installation, please execute the following statements to configure grafana to start automatically using systemd
 sudo /bin/systemctl daemon-reload
 sudo /bin/systemctl enable grafana-server
### You can start grafana-server by executing
 sudo /bin/systemctl start grafana-server

Usage

node index.js

Testing

Run server locally and CURL test data to your server. curl -X POST -H "Content-Type: application/json" @ruuvi.influxproxy.js/testdata_gateway.json localhost:3001/gateway

0.4.0

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.0.1

6 years ago