MQTT read every x topics?

Build up a ESP32 to read my power with a CT clamp from code off Github. It measures power reading every sec. Building a flow with Node Red but rather than read every 1 sec topic how can I read only say every 1hr, 12hrs and 24hrs? I been able to work out how to do this from the ESP. Any advice would be appreciated.

Use a delay node, set it to 'rate limit' and check the 'drop immediate messages'.

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