Ok, I would like to have a thermostat at home with a potentiometer on it to set the temperature, i have this working through the MCP3008 however i would also like a web interface where i can control the temperature remotely, however i do not know how to do this, i also need it so when i get back home i can turn the potentiometer to the desired temperature, and it will override the web page and so when i go out and set the temperature on the web page it overrides the potentiometer. Now would also be a good time to mention that i have a standard 16x2 LCD connected to display the temperature set by the potentiometer however i could always replace this with an IC2 one so i have more GPIO.
How would i do this, i have very limited knowledge on web interfaces and my python is not brilliant.
Thanks