miniconf icon indicating copy to clipboard operation
miniconf copied to clipboard

example telegraf scraping config

Open jordens opened this issue 2 years 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

c.f. https://github.com/quartiq/stabilizer-fls/commit/c89d406877a4a68dde996f8d2a961b56c533f2c0

jordens avatar Apr 15 '24 22:04 jordens