arduino-multi-relay2 icon indicating copy to clipboard operation
arduino-multi-relay2 copied to clipboard

MQTT reconnect - verify/add functionality

Open lkankowski opened this issue 3 years ago • 2 comments

  1. Verify if there is no reconnect functionality in MySensors
  2. Add reconnect functionality

lkankowski avatar Nov 29 '21 19:11 lkankowski

Ad 1) https://github.com/mysensors/MySensors/blob/development/core/MyGatewayTransportMQTTClient.cpp#L145-L165 Ad 2) I don't think it's needed ^

I would ask another question. Does the system work properly when there is no connection to the MQTT server?

chytreg avatar Dec 17 '21 11:12 chytreg

Yes, the system will continue to function normally, although I am concerned about the "delay" commands in the MySensors library. I have to do some tests with ETH/MQTT version, but currently I have no time for that.

lkankowski avatar Dec 24 '21 15:12 lkankowski