I think I did my autotune when it was at temp - it basically turns the element on and off at various times to determine the response. I have run it a few times initially across a few brews. I might run it again as I'm now restricting the flow when it's at rest temps.
From the manual
"users should use the "safety start" function to ensure that the temperature and time during ramping and soaking are kept within a reasonable range required by the process. This is done by setting the deviation alarm close to the SV. At the beginning of a step, the timer will not start until PV is larger than SV-Hy-2+Hy and smaller thanSV+Hy-1-Hy. e. g. Set Hy-1=30, Hy-2=20, Hy=5 and SV=100. At the beginning of the step, if the temperature is below 85 (SV-Hy-2+Hy=85) degrees, or above 125 (SV+Hy-1-Hy=125) degrees, the controller will stop the timer to wait until the temperature is above than 85 degrees or below than 125 degrees before continuing. Please note that the Hy value should be smaller than both Hy-1 and Hy-2. Otherwise the controller will not start the next steps."
So it's all controlled by the Hy-1 (high alarm), Hy-2 (low alarm) and Hy (hysterisis band). So to prevent the timer from starting till 66 (PV) is reached
SV=66, Hy-1=2, Hy-2=2, Hy=1
timer will start once measured temp is above than 66-2+1= 65 (increase the Hy-1 and Hy-2 for a less tight control). For me I start the program and then press the down arrow for a few seconds which puts the program into hold mold. edit - I do not know whether these settings work or not as I haven't adjusted them on my system
Another way to do it is to have the
C1:66, t1:0
C2:66, t2:60
C3:66, t3:12
C4:78, t4:10
C5:78, t5:0
That will automatically bring the temp to 66 and hold until you manually press the down arrow for 2 seconds to move to the next step.