Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYS] Detect instable MQTT connection with AWS #1979

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

1technophile
Copy link
Owner

@1technophile 1technophile commented Jun 22, 2024

Description:

This PR enables the detection of unstable connections when using AWS IoT; an unstable connection is defined as 5 or more MQTT connections within the last minute. If this type of connection is detected we deactivate the MQTT publication to focus on data received.
When receiving a new set of connection parameters, we also restart directly if the parameters do not work instead of considering other parameters like xtomqtt.

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

@1technophile 1technophile changed the title [SYS] Detect instable MQTT connection [SYS] Detect instable MQTT connection with AWS Jun 23, 2024
and restart directly if the connection parameters does not work, instead of taking into account other parameters like xtomqtt
@1technophile 1technophile merged commit 77d0d14 into development Jun 23, 2024
146 checks passed
@1technophile 1technophile deleted the instable-mqtt-cnt branch June 23, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant