diff --git a/config/pialert.conf b/config/pialert.conf index 295271b6..e9103741 100755 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -65,6 +65,15 @@ NTFY_PASSWORD = '' REPORT_PUSHSAFER = False PUSHSAFER_TOKEN = 'ApiKey' +# MQTT settings +# ---------------------- +REPORT_MQTT = False +MQTT_BROKER = '192.168.1.2' +MQTT_PORT = 1883 +MQTT_USER = 'mqtt' +MQTT_PASSWORD = 'passw0rd' +MQTT_QOS = 0 + # DynDNS # ---------------------- # QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'