I don’t knwo if this is what u wanted, whenever manual switch is in off then control will be on automatic coming from temp readings, if manual switch is turned on only out will be forced out until the is disabled and will not take care about the auto control until you switch it back off
[{"id":"228825ed.d655aa","type":"smartswitch","z":"c1bcf04c.5b249","name":"switch","topic":"main","timeout":"0","x":570.0000076293945,"y":972.5000152587891,"wires":[["78d7ca31.021be4"]]},{"id":"84033dfb.0b1d4","type":"ui_switch","z":"c1bcf04c.5b249","name":"","label":"Manual on/off override","group":"b2d19f3c.4d5cb","order":0,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"state","style":"","onvalue":"1","onvalueType":"num","onicon":"","oncolor":"","offvalue":"0","offvalueType":"num","officon":"","offcolor":"","x":257.5,"y":907.5000133514404,"wires":[["228825ed.d655aa","ac46c31f.f112d"]]},{"id":"b4bb7f24.ec8f9","type":"inject","z":"c1bcf04c.5b249","name":"from temp control on","topic":"state","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":177.5,"y":968.7500152587891,"wires":[["6be9af4.bfe075"]]},{"id":"f6057c54.61746","type":"inject","z":"c1bcf04c.5b249","name":"from temp control off","topic":"state","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":183.75,"y":1012.5000152587891,"wires":[["6be9af4.bfe075"]]},{"id":"6be9af4.bfe075","type":"switch","z":"c1bcf04c.5b249","name":"","property":"override","propertyType":"global","rules":[{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":380.00000381469727,"y":971.2500152587891,"wires":[["228825ed.d655aa"]]},{"id":"1e9396a7.7738d9","type":"change","z":"c1bcf04c.5b249","name":"global override","rules":[{"t":"set","p":"override","pt":"global","to":"on","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":662.5000076293945,"y":870.0000133514404,"wires":[[]]},{"id":"ac46c31f.f112d","type":"switch","z":"c1bcf04c.5b249","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"num"},{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":480.00000762939453,"y":891.2500133514404,"wires":[["1e9396a7.7738d9"],["e62a5715.e712f8"]]},{"id":"e62a5715.e712f8","type":"change","z":"c1bcf04c.5b249","name":"global override","rules":[{"t":"set","p":"override","pt":"global","to":"off","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":665,"y":910,"wires":[[]]},{"id":"78d7ca31.021be4","type":"debug","z":"c1bcf04c.5b249","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":736.25,"y":970,"wires":[]},{"id":"b2d19f3c.4d5cb","type":"ui_group","z":"","name":"Default","tab":"b15f41eb.87518","disp":true,"width":"7","collapse":false},{"id":"b15f41eb.87518","type":"ui_tab","z":"","name":"Home","icon":"dashboard"}]
if is not exactly this for sure will give you the key to develope urself what u wanted.
Regards