Having issues using an LDR and a Potentiomer for my AIr Conditioning System..

Please explain why you have 4 functions to get the temperature 4 different ways. The device you are using reports once value. Write one function to convert that value to a temperature in some scale. When you want the temperature in some other scale, call that one function and convert the temperature on one scale to the temperature on another scale.

Don't replicate code like that.