Fun with Grafana #307
Unanswered
mtibi75
asked this question in
dscKeybusInterface Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
telegraf.conf:
[[inputs.mqtt_consumer]]
name_override = "dsc"
servers = ["tcp://172.1.0.4:1883"] # mosquitto server
interval = "1s"
qos = 2
topics = ["dsc/Get/+/Message", "dsc/Get/+", "dsc/Status"]
topic_tag="dsc"
persistent_session = true
client_id = "pc1832"
username = "admin"
password = "blablabla"
data_format = "value"
data_type = "string"
[[processors.enum]]
namepass = ["dsc"]
[[processors.enum.mapping]]
field = "value"
dest = "zones"
[processors.enum.mapping.value_mappings]
"1" = 1
Beta Was this translation helpful? Give feedback.
All reactions