add telegraf config for goodwe mqtt
This commit is contained in:
@@ -82,6 +82,18 @@
|
||||
data_type = "string"
|
||||
name_override = "borgmatic_split"
|
||||
|
||||
[[inputs.mqtt_consumer]]
|
||||
servers = ["tcp://host:1883"]
|
||||
username = "${MQTT_USER}"
|
||||
password = "${MQTT_PASS}"
|
||||
topics = [
|
||||
"goodwe"
|
||||
]
|
||||
data_format = "json"
|
||||
name_override = "goodwe"
|
||||
qos = 0
|
||||
persistent_session = false
|
||||
|
||||
###############################################################################
|
||||
# DATABASES
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user