Bertrik Sikken
Bertrik Sikken
I've also seen this bug in 1.2.1. Once it happens, the client appears dead, i.e. threads keep on running but no more data is coming in. I've set connect option...
@nickschriev If you can reliably reproduce the problem and have a working workaround, can you share your code?
This has been haunting me for as a long as I'm trying to use this library, with no clear solution in sight. The built-in auto-reconnect simply does not work, might...
I was wrong, sorry. The problem I had was that my application was subscribed to a topic, then when a connection problem occurs (with a log as shown in the...
@ITzhangdaopin the essence is that the *connection* to the MQTT server is restored by the automatic reconnect mechanism, but any subscriptions are lost. So you need to re-subscribe after a...
I think it could make sense to try and implement the transfer protocol as serial instead of I2C. With I2C, you basically have two bidirectional lines (SDA and SCL) where...
I'm not a main developer of the firmware (just contributed some tiny pieces), but I am a user and following development. I think it's a bit rude of you to...
Hi, I designed the stofananas/stoflama from https://revspace.nl/StofAnanas I was inspired from stoflamp.nl, but made it much simpler w.r.t. hardware (no dedicated PM sensor needed, no dedicated RF link between the...
@JanBosNL To compile the stofananas source code, you need all of the files in the github archive (also the .cpp and .h files), not just the .ino file. I built...
Hi, I've build a little light that does approximately what you describe I think. It's an ESP8266 Wemos D1 mini board with a LED shield that connects over WiFi, does...