mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
26 lines
551 B
Plaintext
26 lines
551 B
Plaintext
|
#
|
||
|
# See: https://www.influxdata.com/integration/mqtt-telegraf-consumer/
|
||
|
#
|
||
|
|
||
|
[[inputs.mqtt_consumer]]
|
||
|
servers = ["ssl://mqtt.easypi.duckdns.org:8883"]
|
||
|
topics = [
|
||
|
"zigbee2mqtt/+",
|
||
|
]
|
||
|
data_format = "json"
|
||
|
username = "telegraf"
|
||
|
password = "telegraf"
|
||
|
|
||
|
[[processors.enum]]
|
||
|
order = 2
|
||
|
[[processors.enum.mapping]]
|
||
|
field = "contact"
|
||
|
[processors.enum.mapping.value_mappings]
|
||
|
false = 0
|
||
|
true = 1
|
||
|
[[processors.enum.mapping]]
|
||
|
field = "occupancy"
|
||
|
[processors.enum.mapping.value_mappings]
|
||
|
false = 0
|
||
|
true = 1
|