Difference between revisions of "Home monitoring energy"

From ArmadeusWiki
Jump to: navigation, search
m (Power calculation)
m (Links)
 
(One intermediate revision by one other user not shown)
Line 27: Line 27:
 
== Powering the HME ==
 
== Powering the HME ==
  
HME must work all the time, even if home current shutdown. To meet this requirement a battery as to be added. The simplest and cheapest battery is lead battery, then this battery will be used.
+
HME must work all the time, even during home current shutdown. To meet this requirement a battery has to be added. The simplest and cheapest battery is lead battery, then this type of battery will be used.
  
 
== Links ==
 
== Links ==
 
+
* http://www.instructables.com/id/Real_time_Web_Based_Household_Power_Usage_Monitor/
 
* http://www.hackaday.com/2008/07/28/monitoring-home-energy-consumption/
 
* http://www.hackaday.com/2008/07/28/monitoring-home-energy-consumption/
 
* http://www.edcheung.com/automa/power.htm
 
* http://www.edcheung.com/automa/power.htm

Latest revision as of 12:20, 22 January 2009

The main goal of this project is to monitor electricity consumption in a Home.

Analog

Power calculation

Maxim provides a pretty cool chip to measure current and voltage on 230 Volt grid: MAXQ3180

Logging

The idea is to use APF9328 with SDCard to log measurement each 30 seconds. And transmit datas over the ethernet network or with sdcard.

Human communication

The HME (Home Monitoring Energy) can be a home server branched to home network via apf ethernet interface, but it can also use LCD touchscreen to provide an interface for some manipulation.

Devices communication

The HME can communicate with other home device like heating systems to shutdown it when electricity consumption is to high. The communication can be with:

  • zigbee
  • X10
  • RS232
  • ethernet
  • ?

Powering the HME

HME must work all the time, even during home current shutdown. To meet this requirement a battery has to be added. The simplest and cheapest battery is lead battery, then this type of battery will be used.

Links