diff -r fbc6012405f1 -r 7a29f835e20a thermferm/mqtt.c --- a/thermferm/mqtt.c Sun Jan 20 14:08:43 2019 +0100 +++ b/thermferm/mqtt.c Mon Jan 21 17:11:50 2019 +0100 @@ -1136,7 +1136,7 @@ topic = xstrcat(topic_base((char *)"DLOG"), (char *)"/"); topic = xstrcat(topic, unit->alias); - publisher(mosq, topic, payload, true); + publisher(mosq, topic, payload, false); free(payload); payload = NULL; free(topic);