Hi al,
I am used to INJECT Nodes and I know how to set a static time for the node to execute.
But is there a possibility to set the time to execute the node somehow dynamically ?
I do not want to set a time like "06:00" and use a function to check the real time every 10sec, because this would mean to execute it 6 times.
I would rather set it once - exactly as the inject node works.
BR
Gawan
Hi Gawan,
did you try the UI scheduler node (node-red-contrib-ui-time-scheduler (node) - Node-RED)?
Giulio
All completely possible using cron-plus
From the readme:
Ability to add, remove, list, export, stop, start, pause schedules by a command payload input. Examples include...
- add - add one or more dynamic schedules
- describe - describe solar events or cron expression (without the need to add a schedule)
* useful for creating a dynamic dashboard like this: https://flows.nodered.org/flow/79a66966a6cc655a827872a4af794b94
There are also built in importable demos (ctrl-i
=> examples)
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.