Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 772 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 772 Bytes

Bluebird

Tool to put information from a Blackbird into InfluxDB.

Building

mvn clean install

Configuring

Create a config file /etc/bluebird.config and fill the following:

[email protected]
bluebird.password=somesecretpassword
bluebird.apikey=a-very-long-key
bluebird.tokenurl=https://some-url-ending-with/token
bluebird.logurl=https://some-url-ending-with/heatpump_logs?select=*&heatpump_serial_number=eq.<serialnumber>&order=timestamp.desc&limit=1

influxdb.bluebird.measurement=bluebird
influxdb.url=http:https://your-influx-server:8086
influxdb.username=username
influxdb.password=password

Running

java -jar target/bluebird-0.3-SNAPSHOT-jar-with-dependencies.jar

Detailed setup

See setup.pdf (made by jaroth)