EspMQTTClient
EspMQTTClient copied to clipboard
Wifi and MQTT handling for ESP8266 and ESP32
How to configure for anonymous broker connection? I set user and password in configuration_t, but getting errors? Per the documentation user and password can be omitted? But still errors.
Instead of providing one ssid password combination, it would be cool if you could provide a list of combinations. For example for my testing network and for the "production" location....
## Description of the problem I'm encountering this issue with the following project that relies on this library: https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32 I have 3 APs running on wifi channels 1, 6, and...
## Description of the problem ## Versions - ESPMQTTClient lib: -put version number here- - PubSubClient lib: -put version number here- - Arduino ESP32 / ESP8622 core: -put version number...
On occasion I need to use Bluetooth and it mostly works with mqtt but I sometimes get some incorrect data due to WiFi conflicts. Is there a way that I...
I created the pull request because I usually deploy OTA without serial connection. This would help a lot with modern development, deployment and debug methods.
I've tested this on an ESP32 C3 with mosquitto mqtt broker. This allows shared subscription topic to find the correct callback for processing.
My current state. Closes #87
I am trying to use you MQTT library together with NTPClient libraries. These libraries require at least to wait for an established WiFi connection, before asking a NTP server. Would...
The current `dev` branch introduces separated logic which seems quite useful. Is there a current plan for testing / releasing it to the main branch? (I don't want to hurry,...