DiKaY1969
DiKaY1969
Hello, I use the digitizer (project from https://github.com/jomjol/AI-on-the-edge-device) on an ESP32 - to record the water meter reading and transmit it to home automation. But this module automatically reconnects to...
Sorry, I've been on vacation for a few days. Possibly you should also execute a disconnect() methode before connect() if it is still connected. However, the debug output should provide...
PangolinMQTT comes with some built-in diagnostics. These can be controlled by setting the debug level in config.h /* Debug levels: 0 - No debug messages 1 - connection / disconnection...
Hello Martin and thank you for your effort. I would like to try the code with the new MQTT clinet. But, I'm using a fork of the SMLReader project running...
> Hello Martin and thank you for your effort. I would like to try the code with the new MQTT clinet. But, I'm using a fork of the SMLReader project...
> Hey DiKaY1969 > > > 1. The SMLReader now always connects to the MQTT Broker, even if the SMLReader or the AP is restarted several times! > > In...