Why does this happen every few minutes? The socket from Tasmota disconnects from the Broker on ESP32 21:06:36.453 MQT: Attempting connection... 21:06:36.486 MQT: Connect failed to 192.168.50.13:1883, rc -2. Retry in 10 sec Plug Gossund SP111, with Tasmota new version 14.3.0
will it work if i use the esp32 as an mqtt broker so that when it receives data from a sensor, it push the data to devices connected to it through the mqtt group?
ESP32 MQTT broker using sMQTTLibrary: ruclips.net/video/ji_nfVEI25g/видео.html
please answer . if my esp is connected to router in one city and other devices are in another city can i use this method or library?
I am waiting for your video ❤
Hope you like it!
Yes, I learn more things from your videos which helped me to build a project which got impressed by judges. Thank you very much.
@HighVotage I tried to reply to your query but every time RUclips removes my reply?? There are several videos on how to.
Yes, I see. I have no idea why it is being deleted.
Super bro
Why does this happen every few minutes? The socket from Tasmota disconnects from the Broker on ESP32
21:06:36.453 MQT: Attempting connection...
21:06:36.486 MQT: Connect failed to 192.168.50.13:1883, rc -2. Retry in 10 sec
Plug Gossund SP111, with Tasmota new version 14.3.0
will it work if i use the esp32 as an mqtt broker so that when it receives data from a sensor, it push the data to devices connected to it through the mqtt group?
yes , it will. Lets say Sensor publishes data to the topic "sensor" . All the devices that need this data can subscribe to the "sensor" topic.
How to acesss the esp32 mqtt broker outside my network?
I used an old Android phone for MQTT and Node Red works well, much more powerful than ESP32
sounds interesting. Did you use any application from the play store ?
@@HighVoltages I used Termux which then gave me access to load MQTT and Rode Red
@@HighVoltages I use Termux from Play Store. I installed in Termux MQTT and Node Red, it works very well.
sounds great . Termux is really useful tool.
I'm also using the same. Were you using HA?