Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 647 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 647 Bytes

Telegraf Input Plugin for Acaia Coffee Scales

Acaia metrics on Grafana dashboard

That's a fork of Telefraf with Acaia input built-in statically.

Configuration

[agent]
#interval = "1s"
flush_interval = "500ms"
omit_hostname = true
quiet = true
#debug = true

[[inputs.acaia]]
model = "ACAIAL1"

[[inputs.acaia]]
model = "PEARLS"

[[outputs.file]]
files = ["stdout"]
data_format = "influx"

[[outputs.influxdb]]
urls = ["http://127.0.0.1:8086"]
database = "acaia"