Skip to content

zeekoe/bluebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages