I have a new underfloor heated system and have been advised to ensure it doesn't crack/warp to up the temperature slowly and lower again, as per the attached screenshot.
I have it set up in Home Assistant and can set the temperature from node red..
How could I automate the sending of temperature values on specific dates?
And to safeguard against node red restarting and the sequence starting from the beginning, possibly damaging the floor?
@Steve-Mcl can I ask, is there any significance to the boxes "schedulex" and "day x" ? i.e. can these be ignored, or are they useful for some other function I don't need?
And is there a way to edit schedules in for example notepad++ so I can copy/paste?
Yes. One is the schedule name. It's what you would use if you want to dynamically control it. The other is the topic that is sent in the message when it triggers. This is documented in the built in help (I think)
As with any node, you can export it using ctrl-e, edit the JSON (preferably using a proper editor with syntax highlighting and error checking) then import it using ctrl-i