Skip to content

MQTT reconnect - verify/add functionality #23

Open
@lkankowski

Description

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

Activity

chytreg

chytreg commented on Dec 17, 2021

@chytreg
Contributor

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?

lkankowski

lkankowski commented on Dec 24, 2021

@lkankowski
OwnerAuthor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      MQTT reconnect - verify/add functionality · Issue #23 · lkankowski/arduino-multi-relay2