I understand but for temperature control, hysteresis is definitely the way to go.
In the mean time, something to get you moving...
[{"id":"4b0b1c007ea0da93","type":"inject","z":"6f3a24bd7ed7326b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"room/temperature","payload":"16","payloadType":"num","x":880,"y":1380,"wires":[["e120e68bf3917c41"]]},{"id":"41d0eef7162a2e69","type":"inject","z":"6f3a24bd7ed7326b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"room/temperature","payload":"19","payloadType":"num","x":880,"y":1420,"wires":[["e120e68bf3917c41"]]},{"id":"69527427be2a656b","type":"inject","z":"6f3a24bd7ed7326b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"room/temperature","payload":"23","payloadType":"num","x":880,"y":1460,"wires":[["e120e68bf3917c41"]]},{"id":"4f890478a14bba74","type":"inject","z":"6f3a24bd7ed7326b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"room/temperature","payload":"25","payloadType":"num","x":880,"y":1500,"wires":[["e120e68bf3917c41"]]},{"id":"710241db0e60e4e1","type":"inject","z":"6f3a24bd7ed7326b","name":"aircon settings (on at 26, off at 18)","props":[],"repeat":"","crontab":"","once":true,"onceDelay":"0.3","topic":"","x":920,"y":1280,"wires":[["7bc39a04d3a7292e"]]},{"id":"7bc39a04d3a7292e","type":"change","z":"6f3a24bd7ed7326b","name":"","rules":[{"t":"set","p":"high","pt":"flow","to":"26","tot":"num"},{"t":"set","p":"low","pt":"flow","to":"18","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1180,"y":1280,"wires":[["08b36c60364ede98"]]},{"id":"a149dc02851d7925","type":"comment","z":"6f3a24bd7ed7326b","name":"set high and low values","info":"","x":860,"y":1240,"wires":[]},{"id":"e120e68bf3917c41","type":"change","z":"6f3a24bd7ed7326b","name":"store room_temp","rules":[{"t":"set","p":"room_temp","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1150,"y":1440,"wires":[["d22c9643ed96bb2e"]]},{"id":"d22c9643ed96bb2e","type":"link out","z":"6f3a24bd7ed7326b","name":"link out 17","mode":"link","links":["50c3c3e310290586"],"x":1315,"y":1440,"wires":[]},{"id":"08b36c60364ede98","type":"link out","z":"6f3a24bd7ed7326b","name":"link out 18","mode":"link","links":["50c3c3e310290586"],"x":1315,"y":1280,"wires":[]},{"id":"50c3c3e310290586","type":"link in","z":"6f3a24bd7ed7326b","name":"link in 10","links":["d22c9643ed96bb2e","08b36c60364ede98"],"x":785,"y":1640,"wires":[["45469485f49c576c"]]},{"id":"45469485f49c576c","type":"switch","z":"6f3a24bd7ed7326b","name":"high? low?","property":"room_temp","propertyType":"flow","rules":[{"t":"gt","v":"high","vt":"flow"},{"t":"lt","v":"low","vt":"flow"},{"t":"else"}],"checkall":"true","repair":false,"outputs":3,"x":930,"y":1640,"wires":[["3bb7ffaa7a26a528"],["00ec317796212dd6"],[]]},{"id":"3bb7ffaa7a26a528","type":"change","z":"6f3a24bd7ed7326b","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"AIRCON ON","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1120,"y":1620,"wires":[["c42a5b7bcb4cf41d"]]},{"id":"c42a5b7bcb4cf41d","type":"debug","z":"6f3a24bd7ed7326b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":1330,"y":1660,"wires":[]},{"id":"00ec317796212dd6","type":"change","z":"6f3a24bd7ed7326b","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"AIRCON OFF","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1120,"y":1660,"wires":[["c42a5b7bcb4cf41d"]]},{"id":"6fd5ec19cb2f07f2","type":"comment","z":"6f3a24bd7ed7326b","name":"Simulate temparature changes","info":"","x":890,"y":1340,"wires":[]},{"id":"c4b2e7242e1e308a","type":"comment","z":"6f3a24bd7ed7326b","name":"Control AIRCON","info":"","x":840,"y":1600,"wires":[]},{"id":"d156998b76450d1a","type":"inject","z":"6f3a24bd7ed7326b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"room/temperature","payload":"27","payloadType":"num","x":880,"y":1540,"wires":[["e120e68bf3917c41"]]}]