Hey Guys,
I spent the last few days coding up a Webserver for the Arduino with the Aim of using several of them for different purposes
throughout my house. So I made the code as generic as possible. I plan on using one to control a HLT (Hot Liquor Tank) on a Brewery,
One for Fermentation Control and one to simply switch on my Coffee Machine remotely but I can think of a multitude of uses if
I can knock up my own boards/enclosures cheap enough.
I grabbed the cheapest parts I could find on eBay so I'm using an Arduino Nano Clone, Enc28J60 Ethernet, Dallas Ds18b20 Temperature Sensor & an LED (to replicate a Solid State Relay - SSR)
You could easily get this sketch working with any Arduino & also a Wiznet w5100 with only a few lines of code change.

Parts - Ethernet Board on the left, Arduino on the Right.

Browser Output (Auto Mode)

Browser Output (Manual Mode)
Source Code ==>
http://www.halfluck.com/source/webserver/TempControllerWebServer.inoThanks for Looking, Hope others find the code useful
Cheers Rob.