Temperature & Humidity Webserver with Chart (A

Unfortunately I can't edit my old posts....

I have a small bug in the code, so if the link above does not work, here is a screenshot of the actual arduino-generated webpage:

Besides that, the absolute accuracy of the temperature (SHT10 sensor is calibrated) is +- 0,5°C, which is quite good compared to other, uncalibrated sensors, and for humidity it is 4,5 %RH (absolute, not 4,5% relative). I just like this sensor, it gives digital values already, no need to convert analog to digital data. However, it can reside on a I2C bus, but doesn't "speak" I2C, unfortunately. However, for the arduino, there is a library fortunately..