Measuring Pipe's capacitance to track the quality of the pipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
215 B

[[outputs.influxdb]]
urls = ["http://influxdb:8086"]
database = "pipe_system"
skip_database_creation = false
[[inputs.mqtt_consumer]]
servers = ["tcp://mosquitto:1883"]
topics = [
"pipe_system/#"
]