Hi,
Just wondered if there maybe a better way to do this.
I have two trigger per diagram flow below, one to set of at 7am everyday and one at Midnight.
these basically set some defaults for brightness etc.
so got this
which all works fine, However if Node-Red is restarted those default do not get run
until the appropriate time which ever is closes.. so means i have trigger it manually.
now i understand a method to run an inject node on restart is via
clicking on INJECT ONCE AFTER option...
the Repeat drop down
the Inject option is available for all those EXPECT "for at a specific time" option
I wonder if that just a missed option/undersight ? would have fixed my problem lol.
The Between Times option isnt really what i want to fall back to as it just mean it going to triggering the same values for an hour(min possible)
i've got a way around as seperate inject and node but im sure I can do it better!
ta.