Chat freely about anything...

User avatar
By modtronix
#65744 Hi, I want to use many ESP8266 in my home for home automation. Already have some working, using the Arduino MQTT client. They are connected to a dedicated home automation server(openHAB) with very low traffic. No home computers or other internet devices on this network.

I was wondering how often a MQTT server will transmit? I do not really want to have the whole house full of ESP8266 devices that are transmitting all the time. Not referring to transmits that I initiate, but network overhead. The code in the ESP8266 devices will only transmit a couple of times per day, but I was wondering if there is network overhead that will cause all connected wifi devices to permanently transmit? Maybe replying to broadcast messages, keep alive packets of other?

Is there a way I can measure this? Maybe print something out on debug port each time wifi transmits?