With the use of two RPI's I did make a thermostat for the house heating controlled bij a webpage and python programming
The basic is up and running at the moment and working fine.
The programm is very basic and controlling the heating off and on depending on the surrounding temperature.
This means a big temperature sweep above the setpoint because the heatingsystem is still hott after reaching the setpoint.
I do like to do a better control by a PID controlled setpoint.
I'm now looking for some example PID programm's (in python) to help me to start.
Does somebody know where to find these programm?