Tool to put information from a Blackbird into InfluxDB.
mvn clean install
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=https://your-influx-server:8086
influxdb.username=username
influxdb.password=password
java -jar target/bluebird-0.2-SNAPSHOT-jar-with-dependencies.jar
See setup.pdf (made by jaroth)