miniconf icon indicating copy to clipboard operation
miniconf copied to clipboard

example telegraf scraping config

Open jordens opened this issue 1 year ago • 1 comments

Posting it here as it affects all stabilizer/stabilizer-fls/booster/thermostat-mqtt/thermostat-eem.

This should be integrated into the docs to give people a head start. Also IMO the common docs that are more miniconf-specific from both booster and stabilizer should both be replaced with and reference to miniconf docs.

/etc/telegraf/telegraf.d/miniconf-telemetry.conf

[[inputs.mqtt_consumer]]
  servers = ["tcp://mqtt:1883"]
  topics = [
    "dt/sinara/dual-iir/+/telemetry",
    "dt/sinara/lockin/+/telemetry",
  ]
  data_format = "json"

jordens avatar Apr 24 '23 14:04 jordens