Configurable Timeouts for MQTT #3855
Labels
area:monitor
Everything related to monitors
feature-request
Request for new features to be added
type:enhance-existing
feature wants to enhance existing monitor
🏷️ Feature Request Type
Other
🔖 Feature description
Simiar to issue 877, but for MQTT: have a configurable timeout for MQTT message monitoring.
Use case
I have a battery powered IOT device that deep-sleeps between updates (closed connection). Currently, updates are configured to be published every 60 seconds. If the check timeout duration is lower than the publish period (which it is right now) UK may miss them. Currently, I see the state of the device toggling between up and pending (with retry set to 2).
If the timeout was configurable it could set it to definitely catch the MQTT message, or definitely fail.
✔️ Solution
Same as #2142 , but for MQTT messages.
❓ Alternatives
No response
📝 Additional Context
As an example, a new field like this:
The text was updated successfully, but these errors were encountered: