FHEM

FHEM: DHT22

// A web server to control the arduino via FHEM
#include "etherShield.h"
#include "ETHER_28J60.h"
#include "DHT.h"

#define DHTPIN 9
#define DHTTYPE DHT22 //DHT11, DHT21, DHT22

int sensorValue = 0;
int sensorVal = 0;

Linux: Automount

Vorrausetzung: Raspberry Pi mit wheezy und FHEM

Autofs installieren:
sudo apt-get install autofs cifs-utils
install samba-client samba-common

Autofs einrichten:

folgende Zeile in die Datei /etc/auto.master einfügen
/mnt/nas /etc/auto.cifs --timeout=600 --ghost