Project for 3-phase power monitoring with heatpump

Hello,

I am looking to monitor my home energy consumption. Logically my heatpump is the biggest consumer.

My thinking lead me to this :

emonTx v3 Main
- 1 AC-AC
- 3 CT on 3-phase
- 1 free high accuracy CT

emonTx v3 Heatpump INT
- 1 AC-AC
- 3 CT on 3-phase heatpump - inside module
- 1 CT on hot water boiler (3kW)

emonTx v3 Heatpump OUT
- 1 AC-AC
- 3 CT on 3-phase heatpump - outside module
- 1 free high accuracy CT

Lots of emonTX because of 2 3-phase power and one single phase power for the heatpump. :-/.

It will let me 2 free CT for appliance monitoring. Maybe I will need to add a 4th emonTx to have more other appliance monitoring... I will also add temperature sensors for in, out, hot water, flow and return on heatpump, ...

My question :

About the free CT : does this CT need to monitor appliance on the same phase than the AC-AC ?

About the multiple emonTx : is there any issue for communication between multiple (4) emonTx to single emonBase ?

If you have advises about this project, please let me know.

Regards,

Fab

Robert Wall's picture

Re: Project for 3-phase power monitoring with heatpump

I assume you will be using the "approximation" 3-phase sketch "emonTxV3_3Phase_Voltage". Ideally, the 4th CT should be on the same phase as the voltage measurement for best accuracy, but if it is necessary to have that load on phases 2 or 3, you can use the delayed voltage for CT 4. You will need to modify the sketch to do that: Where you have
    sumP4 += phaseShiftedV1 * filteredI4;
you change it to use phaseShiftedV2 or phaseShiftedV3 as necessary.

A warning though about the sketch: It uses delayed versions of the phase 1 voltage to represent the voltages on phases 2 & 3. If the three voltages are accurately balanced, the three powers will be calculated correctly. If however the voltages are not equal, the powers will be in error. Unless you design a new circuit with 3 voltage inputs and 12 current inputs (and a very high powered and fast ADC and processor), or you use 3 stacked emonTx V2's,  you cannot do better.

One point you might like to think about: how close together will your emonTx's be? If they are reasonably close (<2 m, say), you could use a single 5 V USB adapter to power all 3 (or 4) and a single ac-ac adapter to provide the voltage reference for all 3(4). If you are using more than one temperature sensor on each emonTx, you might need a separate power source in any case because of the limited spare current available from the ac-ac adapter and the in-built power supply.

There should be no real problem with 4 emonTx's working to the same base, but you might lose the occasional reading if two or more decide to transmit at the same time.

 

Robert Wall's picture

Re: Project for 3-phase power monitoring with heatpump

A couple of posts here have gone missing. Fabrice asked for confirmation that the emonTx V3 could be powered either from 5 V d.c or the ac-ac adapter, and I confirmed that it could.

fabrice's picture

Re: Project for 3-phase power monitoring with heatpump

Hello,

Ok for "or" but is it true for "and" ? The DC gives power and the AC gives the voltage at the same time ?

Regards,

Fabrice

Robert Wall's picture

Re: Project for 3-phase power monitoring with heatpump

In practice, I run it from both for short periods when testing. That is, the jumper link is present and so are both the programmer and the ac adapter. But the Wiki states that only one should be used. I'm not sure of the reason for that.

dBC's picture

Re: Project for 3-phase power monitoring with heatpump

But the Wiki states that only one should be used. I'm not sure of the reason for that.

With both enabled, haven't you effectively got the outputs of two 3.3V regulators tied together?  Whichever is higher will potentially be back-feeding the other, which some regulators don't like.  

fabrice's picture

Re: Project for 3-phase power monitoring with heatpump

Dears, 

I am a little further and need an advise about what I see.

I have now 3 emonTX V3. I decided to setup each with an AC-AC on separate phase and flash the firmware with emonTxV3_continuous_kwhtotals_noeeprom sketch.

For my L2 phase, it shows sometimes strange result with negative value sometimes with positive value. It affect other CT like a pure resistive one that I have seen going in negative...

I think I do not mess the inputs but maybe it is normal it does not work in this setup and I should use other sketches.

What do you think ?

Fabrice

calypso_rae's picture

Re: Project for 3-phase power monitoring with heatpump

Fabrice,

The "emonTx_continuous_kwtotals_noeeprom" sketch on Github appears to be based on some code that I wrote for a New Zealand project in 2012, but I am not sure how it has been changed since then. 

I now can provide a 3-phase monitoring system that works like an emonTx but with three measurements of voltage and three measurements of current.    The burden resistors can be chosen to give the best accuracy for the amount of power that you will be measuring.   This would be a more accurate way of monitoring your 3-phase power consumption.

You may find it helpful to use one or two of my systems to monitor your 3-phase power, and to use your emonTx V3 units to monitor temperature or anything else.  With six analogue inputs to monitor continuously, my 3-phase system is not able to  monitor temperature.

Robin

 

Robert Wall's picture

Re: Project for 3-phase power monitoring with heatpump

Fabrice, I do not understand your problem. Do you have PV or any sort of generation? Do you have a PV diverter in use? Is the emonTx for each phase totally and only for that phase (the ac adapter and the CTs are all on that phase, and only on that phase?

What result are you reading for L2, and what do you expect?

fabrice's picture

Re: Project for 3-phase power monitoring with heatpump

Hello,

I do not have any PV or any sort of generation. One emontxv3 for each phase. I am expecting positive reading for each phase but for L2 it is sometimes positive, sometime negative.

I will install default firmware emonTxV3_RFM12B_DiscreteSampling this evening to closely look at this. It could be a side effect of the firmware used.

Thank you for your help.

Fabrice

Robert Wall's picture

Re: Project for 3-phase power monitoring with heatpump

If you are using either the "discrete" or the "continuous" sketch, then your ac adapter must be connected to the same phase as the current transformers. Otherwise, there will be a 120° phase shift between voltage and current, and if the power factor of your load varies a lot, then you could get real power readings that swing negative and positive.

If you are not using an ac adapter, then I don't expect the 'continuous' sketch to work, because it needs the voltage wave to synchronise to.

fabrice's picture

Re: Project for 3-phase power monitoring with heatpump

Hi,

I did just checked the 3 phases with my multimeter and it seems I had mixed them... Readings are now far better. I am using the ac adapter now connect on the correct phase. Do you advise emonTxV3_RFM12B_DiscreteSampling.ino or emonTxV3_continuous_kwhtotals_noeeprom.ino ?

Kind regards,

Fabrice

 

Robert Wall's picture

Re: Project for 3-phase power monitoring with heatpump

The "discrete" sketch is the original version and is best for battery operation, because the power is sampled for 100 ms every 10 s and the processor sleeps in between samples, drawing very little current from the battery. That also leads to short-term inaccuracies that tend to even out over time, unless you have a load that switches particularly quickly - like an induction cooker hob, when you are likely to get big inaccuracies that might not average out. If you have mains power (e.g. the emonTx V3) then the 'continuous' sketch is best.

Comment viewing options

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