add telegraf config for goodwe mqtt

This commit is contained in:
2026-01-20 18:56:46 +01:00
parent 470a089ec9
commit 52b7fa3a82

View File

@@ -82,6 +82,18 @@
data_type = "string" data_type = "string"
name_override = "borgmatic_split" 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 # DATABASES
############################################################################### ###############################################################################