After playing some time with the Arduino I decided to build a small sensor unit which is able to monitor the temperature, pressure and humidity. I chosed the ethernet shield with SD card function to store the data and make it accessable through ethernet. Here are the features:
* Webserver for displaying the temperature, humidity and pressure
* Data logger on SD card
* intervall: log every 10 mins data into *.csv file (import into spreadsheet possible), in between access via webserver possibe (unfortunately no parallel activity of web access and the SD card function is possible)
* for each month a separate file is beeing created
* two leds (green: normal operation, yellow: writing to SD card)

For more info and the code see here:
http://tinyurl.com/6j8ebe8Axel