pubsubclient icon indicating copy to clipboard operation
pubsubclient copied to clipboard

A client library for the ESP8266 that provides support for MQTT

Results 49 pubsubclient issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for this awesome library. I have a small issue with a "custom" API, namely: https://beebotte.com/docs/clientapi#write Background: They offer a quite nice MQTT with a solid...

Building for Esp32 appears this Warning: ``` .pio/libdeps/esp32dev/PubSubClient_imroy_/src/MQTT.cpp: In member function 'virtual MQTT::message_type MQTT::Publish::response_type() const': .pio/libdeps/esp32dev/PubSubClient_imroy_/src/MQTT.cpp:602:3: warning: control reaches end of non-void function [-Wreturn-type] } ^ ```

Hi Iml having trouble getting OTA to work reliably over MQTT I'm using @Imroy 's MQTT example as a base for my code, it uses UpdaterClass::writeStream I added a lot...

PubSubClient is the name of the original knolleary library. The knolleary library is present on Arduino Library Manager, so the automatic library update system, that check only the name of...

Problems including: * Missing enumerations in switches (lack of `default` entries) * Missing return at end of function * Incorrect initializer list ordering

I can't connect to my MQTT server because it wants to login but PubSubClient.connect hasn't this ability. Know someone what can I do, please ?