diff --git a/README.md b/README.md index 3dbd797..f3a820d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ LogInterval=600 maxtemp=38.0 # Grenzwert ab dem eine Temperaturwarnung verschickt wird. minhumidity=28 # Mindestwert fuer die Luftfeuchtigkeit. maxhumidity=50 # Maximalwert fuer die Luftfeuchtigkeit. -email="tronde@my-it-brain.de" # Zieladresse für die E-Mail-Benachrichtigung. +email="foo.bar@example.com" # Zieladresse für die E-Mail-Benachrichtigung. pi@raspberrypi:~/Raspi-SHT21$ cp sht21.muster sht21.conf pi@raspberrypi:~/Raspi-SHT21$ vim sht21.conf diff --git a/install.sh b/install.sh index cdf2a22..b7655d1 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ function check() { exit 1 fi } -# Installation der i1c-tools, lighttpd, php5-cgi und weitere benötigte Pakete. +# Installation der i2c-tools, lighttpd, php5-cgi und weitere benötigte Pakete. apt-get update && apt-get -y install i2c-tools lighttpd php5-cgi bc resolvconf check $? diff --git a/www/index.php b/www/index.php index c5334b2..0855490 100644 --- a/www/index.php +++ b/www/index.php @@ -82,7 +82,7 @@ function GetVarsDays($days) ?> -

Raspi-SHT21 (Temperature and Humidity with SHT21 Sensor) (www.emsystech.de)

+

Raspi-SHT21 (Temperature and Humidity with SHT21 Sensor)

Achtung: Auf der X-Achse wird die Zeit in UTC+1 aufgetragen.