diff -r d2e8626e7118 -r 0e4d4b45249f thermferm/thermferm.c --- a/thermferm/thermferm.c Thu Jul 19 12:55:40 2018 +0200 +++ b/thermferm/thermferm.c Thu Jul 19 14:08:32 2018 +0200 @@ -1096,6 +1096,9 @@ initlog(unit->name); } } +#ifdef HAVE_MOSQUITTO_H + publishDBirthAll(); +#endif #ifdef HAVE_WIRINGPI_H piLock(LOCK_LCD);