Closed enavarro222 closed 8 years ago
Yes this is probably the issue. We need to add mqtt.loop()
after https://github.com/marvinroger/homie-esp8266/blob/master/src/Homie/Boot/BootNormal.cpp#L99
I will fix tomorrow!
Can you try again?
Thanks, I'll test it tonight.
OK you can close it, the fix works. Thanks !
Oh I didn't take care: I can close it myself...
I got
Homie.sendProperty
that returns false (even if some time msg is sent) and some random MQTT reconnection when I get more than 4Homie.addSubscription
.It seems to be linked to https://github.com/knolleary/pubsubclient/issues/98
Maybe one should add a
mqtt.loop
call inHomie.addSubscription
?