I have written a small home automation system with Node Red and Dashboard 1.
I use the ui_scheduler to control shutters, for example. I could not find a corresponding alternative for Dashboard 2. Is something like this planned, and if so, by when?
What would be a good way to implement the function differently?
I moved away from these internal scheduler ... and using my normal Outlook calendar to schedule things .. example below...ROBBY is my vacuum cleaner and I schedule him to clean areas
or I use it send reminders via a MSG code which will be announced in my house via TTS (here it is a reminder to put the bins out
I use this node for the calendar events
The benefit is that I can re/schedule tasks when I'm away
Many would say that the UI operation should not be tied closely to the logic of the system. In other words the UI should supply the fields for entering the schedule, but the same nodes should not implement the schedule. Using that strategy you can use regular ui nodes for inputting the data and something like the cron plus node for the actual scheduling.
A separation of logic and visualization sounds good.
I have looked at “cron-plus” and think this will be the easiest solution for me.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.