Difference between revisions of "PowerMeter"

From RevSpace
Jump to navigation Jump to search
Line 2: Line 2:
 
  |Name=PowerMeter
 
  |Name=PowerMeter
 
  |Status=In progress
 
  |Status=In progress
  |Contact=User:FooBar
+
  |Contact=User:Sebastius
 
  }}
 
  }}
  
In the old hackerspace we had real-time graphs of our power-usage. In the new space at the Spoorlaan we currently don't have this yet.
+
==Inleiding==
While it's inpossible to monitor all the power-usage by the space, as we share a lot of infrastructure with the rest of the building.
 
  
We will however be monitoring the power-usage of the main workshop space. In this room there are 3 different 16A groups (currently only 2 connected). These groups terminate in their own fusebox with a KWh meter which has a pulse-port.
 
  
These pulse-ports are connected to an arduino nano in the server-room. This arduino will then provide pulse-data on the usb port.
+
==Hardware==
 +
In elke groepenkast zit een meter met een S0 uitgang.
  
Current status:
+
Een ESP8266 monitort drie groepenkasten.
  
* Arduino connector board: Done
+
==Software==
* Arduino code/logic: Done
 
* Wiring from serverroom to KWh-meters: Done
 
* Wiring everything together: TODO
 
  
TODO:
+
github.com/revspace/powermeter
 
 
* Get cable glands (Wartels)
 
* Get UTP splitter
 
* Wire everything up
 
* Create scripts/graphs
 
* Setup reverse proxy config
 

Revision as of 07:51, 25 February 2016

Project PowerMeter
Status In progress
Contact User:Sebastius
Last Update 2016-02-25

Inleiding

Hardware

In elke groepenkast zit een meter met een S0 uitgang.

Een ESP8266 monitort drie groepenkasten.

Software

github.com/revspace/powermeter