Files
mqqt-scrubber/config.example.json

32 lines
656 B
JSON

{
"mqtt": {
"broker": "tcp://127.0.0.1:1883",
"username": "",
"password": "",
"client_id": "mqqt-scrubber",
"topics": [
"tele/+/SENSOR",
"tele/+/STATE"
],
"qos": 0
},
"influx": {
"url": "http://127.0.0.1:8181",
"database": "home",
"token": "",
"precision": "ns"
},
"device_aliases": {
"tasmota_c88994": "Office Plug",
"kitchen-plug": "Kitchen Counter Plug"
},
"app": {
"batch_size": 200,
"buffer_size": 1000,
"flush_interval": "10s",
"flush_timeout": "10s",
"log_level": "info",
"health_address": ":8080",
"tasmota_time_zone": "Europe/Prague"
}
}