Lübbe Onken

Results 90 comments of Lübbe Onken

@Nzbuu That would explain why mqttfx doesn't display some messages when I just subscribe to a particular subtopic after having caught "all" (retained) messages with a homie//# subscription before. It...

@satssehgal Thanks for opening a new ticket. You still need some practice how to format source code in a ticket though. ;) Using preview and the github markdown cheat-sheet might...

Can you really attach two pins to one debouncer? I haven't checked, but I don't think so. What do you think will happen when your ESP is sleeping and the...

There are quite a lot of matches when you google for "[Exception (28)](https://www.google.com/search?q=Exception+(28))" https://arduino-esp8266.readthedocs.io/en/latest/exception_causes.html @satssehgal did you delete all previous version of your libs inside the library path? I sometimes...

I think it means that a pointer is pointing to nirvana an something is trying to read/write from that location.

tbh, I don't even know what this is ...

A PR is always welcome. Please make it against develop-v3, because we decided to stop development on the develop (v2.x) branch.

Disconnects were also caused by bugs in the async-mqtt library. A lot of them have been fixed in the last half year, so maybe it's worth to switch your devices...

Some Info in between: I managed to get my ESP into light sleep (and wake it up successfully) using the code linked above in combination with the Homie framework. There's...

Some more information hoping it will be useful to others. Here are the two functions I used to go to sleep and wake up again. `sleepNow()` is called from loop()...