Initial Guidance please - Where do I look and can it be done?

I have a standard UK home single phase power supply. I have been trying to monitor my electricity usage using an Owl 3 phase system but using each phase sensor to monitor different sections of my wiring e.g. heat pump on sensor. This is working OK but it is not granular enough, I would like to monitor several different bits of my heat pump (external unit, booster heater etc) these are each on a separate breaker.

Is there a way of monitoring a lot more devices using multiple sensors? has anyone done this with say 10 sensors? 

My aim is to try an monitor all of the higher power circuits in my house.

Thanks

Robert Wall's picture

Re: Initial Guidance please - Where do I look and can it be done?

Yes, it can be done but the off-the-shelf solution offered by OEM would involve multiple emonTx's. The alternative, if you are able and prepared to embark on a design and construction project, would be to use a rather higher-powered processor from the Arduino family that has as many analogue inputs as you require ( http://arduino.cc/en/Main/arduinoBoardMega ?), and design and build the surrounding circuitry (adding the RFM12B radio if you need). Our emonTx V3 is based on the Atmel 328P, which has all 6 analogue inputs in use - one for voltage, 4 for current and the last for temperature. Therefore to measure 10 circuits you would need 3 emonTx's (because you can't steal a voltage input, and you can't easily steal the temperature input, and repurpose them).

If you go for your own design, you would need one analogue input for voltage and one for every circuit you want to measure. I think all the information you will need is here in Building Blocks, but the forums will come to your aid if you struggle.

wytco0's picture

Re: Initial Guidance please - Where do I look and can it be done?

Ok Thanks Robert.

Has anyone here setup a system monitoring several different circuits at once say 10 ?

lwoggardner's picture

Re: Initial Guidance please - Where do I look and can it be done?

Just wondering how you got on with this project, monitoring multiple circuits, as I am about to embark on something similar.

Bill Thomson's picture

Re: Initial Guidance please - Where do I look and can it be done?

Here's a unit that monitors 11 circuits. It's runs on an Arduino Due, and the concept is based on OEM.

http://boredomprojects.net/index.php/projects/home-energy-monitor

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.