How to make sure that only one message is sent every few minutes

When a certain MQTT message arrives, Pushover sends a message. When a trigger sends MQTT messages in short succession, far too many messages are received.

Do you know what the best way is to build in a delay so that the next message is only sent after 5 minutes? In other words, no more than one message may be sent every 5 minutes.

MQTT

Hi @HaVi

Use the delay Node in Rate Limit Mode

Screenshot 2024-05-29 at 17.16.17

3 Likes

Thanks Marcus, that's exactly what I needed and it works perfectly :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.