I need to manage 13 different day time schedules in 13 flows. Each schedule has about 5 schedules.
Would it make sense to have one big Cron-plus node with 13*5 schedules or 13 Cron-plus nodes (one per flow) with 5 schedules?
Personal choice.
I would probably go for 13 separate cron-plus nodes, as it doesn't make your flows less efficient, or use more processing time, but may make it clearer to visualize your flows and therefore easier to manage, including troubleshooting any bugs.
Hi Paul,
I did not follow your advice. In order to manage the set temp in all rooms I took a central approach.
This allows easy switching of profiles. (normal, vacation or guest ...).
In order to restart after a powerloss I am sending the temp values in 2, 5 or 10min periods.
The room switcher sends the temps to the room flow (one per room).
Would you agree with this approach.
Flow to big for prefomated text:
Flow cronplus.txt (38.0 KB)
I wouldn't disagree!
There are many different ways in node-RED to obtain the same end-result, and as I said above - it's personal choice.