Go to file
agp8x bf7859f05f unified whitespace 2014-10-23 21:29:17 +02:00
.gitignore switched to central installed bindings 2013-11-30 17:00:56 +01:00
ConnectionSetup.py added support for multiple connections 2014-10-23 21:11:40 +02:00
Logger.py unified whitespace 2014-10-23 21:29:17 +02:00
README.md added setup-info to readme 2014-07-22 13:37:03 +02:00
SensorSetup.py unified whitespace 2014-10-23 21:29:17 +02:00
all.py unified whitespace 2014-10-23 21:29:17 +02:00
ftp.sh cleanup in ftp.sh 2014-07-22 13:27:55 +02:00
move.py added modes to mkdir's, some todos 2014-08-07 11:50:12 +02:00
move.sh import 2013-04-21 20:13:24 +02:00
settings.py added support for multiple connections 2014-10-23 21:11:40 +02:00
timeFunctions.py unified whitespace 2014-10-23 21:29:17 +02:00
weatherlog import 2013-04-21 20:13:24 +02:00

README.md

#Weatherstation ##Overview Python, Bash, Tinkerforge

Setup

  1. Pfade, Urls und Benutzer in ftp.sh anpassen
  2. settings.py anpassen
    1. brickd-host und Port
    2. Verwendete Sensoren in SENSORS anpassen
      • Name
      • UID
      • SensorTyp
    3. Gewünschte Callback-zeiten in TIMES anpassen
  3. Tinkerforge-python-bindings installieren
  4. all.py starten, um Aufzeichnung zu starten
    • Aufzeichnung des aktuellen Tages werden in records gespeichert
    • Nach dem Upload und dem Tagesende werden die Aufzeichnungen nach arch verschoben
  5. Cronjob für Upload mit ftp.sh einrichten