Opensource DIY clothes dryer

so i tried to add 2 one wire temp probes... only trouble is figureing out how to display them and in the end make a simple cycle out of it....

i would like to have a /cycle1 page and display the 2 dallas chip temps and maybe one of the analog pins and keep it in that loop until the analog pin has a set value... i was thinking of a while statement so that i could step through the cycle...

ie first step is to heat up and keep temp with simple on/off (might make it more advanced later on)
after temp is reached step forward and target humidity while keeping the temp
next step is to shut off heat and only turn the drum once in a while (cooldown)

after cooldown return to the mainpage...

add on top that if one user starts a cycle and others wants to look in they should be directed to the cycle1 part as long its active

my sketch so far: #include <DHCPLite.h>#include <RedFly.h>#include <EEPROM.h>#include <OneWi - Pastebin.com