Graph course to fine

Hello.
My course is too fine, can I adjust the graph (input) so that it is not updated every 2-seconds, but only every minute ??

Hi,

I initiate various flows using the CronPlus Node, this enables me to trigger a flow and plot the result with the intervals that suit me.

Add a delay node before the graph input. Set it to rate limiting mode, 1 msg/5 min and to skip intermediate messages.

Add the node-red-contrib-calculate node and set it to average 30 samples.

1 Like

thank you,
IĀ“ll first try edje11 way...

sds
is it right @edje11 ?

Looks good to me.

Yes, looks fine

IĀ“ve another question:
if I share my flow with the new contrib-calculate node function, and the person who is importing my flow has it not installed - what would happened ?
error or will it work ?

Node-RED will give a warning about the missing node and show an empty rectangle on its place.

2 Likes

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