Probably because the node was set as disabled.
Your hysteresis is also maybe a little high, try 0.5 + & 0.5 - which will give you a range of 1 degree.
Also remember that when the time is between 2 time points, the corresponding temperature setting will also be between the two temperature points...
For example, with a config of;
Time |
Temp |
14:00 |
20 |
16:00 |
22 |
At 14:00, the target temp is 20 deg
At 15:00, the target temp is 21 deg (and not 20 deg!!)
At 16:00, the target temp is 22 deg
To try and understand how the node hysteresis works, try this simple example, and experiment injecting the different values. Start injecting the lowest temp, and continue increasing it to the maximum, then do the opposite and gradually lower the temp back down.
[{"id":"8828403c.b6bc9","type":"inject","z":"b3b413d1.05b1b","name":"","topic":"","payload":"19.4","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":380,"y":130,"wires":[["7a3e2d05.2d0804"]]},{"id":"94b00f42.c9b99","type":"debug","z":"b3b413d1.05b1b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":735,"y":185,"wires":[]},{"id":"3e47ae98.32f842","type":"inject","z":"b3b413d1.05b1b","name":"","topic":"","payload":"19.8","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":385,"y":165,"wires":[["7a3e2d05.2d0804"]]},{"id":"b8d36f20.76c1f","type":"inject","z":"b3b413d1.05b1b","name":"","topic":"","payload":"20.4","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":380,"y":200,"wires":[["7a3e2d05.2d0804"]]},{"id":"7a3e2d05.2d0804","type":"ramp-thermostat","z":"b3b413d1.05b1b","name":"","profile":"aca00e2.03051f","hysteresisplus":"0.5","hysteresisminus":"0.5","x":540,"y":180,"wires":[["94b00f42.c9b99"],[],[]]},{"id":"78af87ad.d49fa8","type":"inject","z":"b3b413d1.05b1b","name":"","topic":"","payload":"20.6","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":380,"y":235,"wires":[["7a3e2d05.2d0804"]]},{"id":"aca00e2.03051f","type":"profile","z":"","name":"Control temp","time1":"00:00","temp1":"20","time2":"23:59","temp2":"20","time3":"","temp3":"","time4":"","temp4":"","time5":"","temp5":"","time6":"","temp6":"","time7":"","temp7":"","time8":"","temp8":"","time9":"","temp9":"","time10":"","temp10":""}]