Search found 2 matches
- Wed Feb 14, 2018 9:54 am
- Forum: ESP8266 boards
- Topic: MQTT on Esp8266
- Replies: 5
- Views: 5731
Re: MQTT on Esp8266
[quote=pythoncoder post_id=25446 time=1518601410 user_id=265] However this doesn't explain why your connection is going down after 30 minutes when the keepalive period is an hour. Debugging this might be easier if you used the last will feature: you'd then get positive confirmation that the broker w...
- Tue Feb 13, 2018 11:30 am
- Forum: ESP8266 boards
- Topic: MQTT on Esp8266
- Replies: 5
- Views: 5731
Re: MQTT on Esp8266
Hi, I'm using simple and robust micropython implementation, as posted above on a WiPy3, using Aedes as MQTT broker. I noticed that after around 30 minutes, I'm not able to send messages to my broker anymore. Since I thought it could be a case of disconnection (even if I haven't seen nor any reconnec...