From 7d0bdd63cd14a7b6deca28bb10cc69eb73a19e84 Mon Sep 17 00:00:00 2001
From: telegnom <max@chaos.expert>
Date: Thu, 9 Apr 2015 23:29:08 +0200
Subject: [PATCH]  some documentation

---
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README.md b/README.md
index dda8ff4..24666bc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,26 @@
 # POWERPI
 Logs the electric energy consumption in the hq with the power of a raspberry and a flying circus.
 
+## Voraussetzungen
+
+### Hardware
+  * Raspberry Pi B2
+  * Stromzähler mit S0-Schnittstelle
+  * $Server
+ 
+### Software
+
+#### RaspberryPi
+  * Raspbian 7.8
+  * python 3.2
+    * requests >= 2.5
+
+#### Server
+  * Apache >= 2.2
+  * php5 >= 5.0
+  * rrdtool >= 1.4
+  * cron
+  
 ## Bestandteile
 Das Setup besteht aus zwei Bestandteilen. Der eine läuft auf einem RasPi der im Sicherungskasten im HQ hängt und die Impulse vom Stromzähler abgreift. Der Andere Teil läuft auf unserem Server, auf der VM mtbf. Dieser Teil nimmt die Rohdaten vom RasPi entgegen, schreibt sie in eine RRD und erzeugt einmal in der Minute hypsche Bilder daraus.