Power negative values

Hi Guys,

I'm using the emonTx V3 with the AC/AC and 3 phases.

all is working good, except sometimes the negatives values (one exemple below). 

 

I use the latest emonTxV3_RFM12B_DiscreteSampling.ino.

any idea why negative values ?

 

Robert Wall's picture

Re: Power negative values

1. You are returning energy into the supply, in which case negative values are correct (assuming you are measuring real power).
2. Your data has been corrupted somewhere.

 

carticy's picture

Re: Power negative values

Hi Robert,

 

It is really  possible to return energy in an house where no device made for this ? i.e below, around 5 minutes at -150W !

In the mean time, I see that regulary there are power dropping on some secondes (red arrows)

Is it the same for you ? any ideas about this ?

Concerning the code, I use the stock squetch "emonTxV3_RFM12B_DiscreteSampling.ino"

 

 

wbortz's picture

Re: Power negative values

Can you look at the individual phase data?  Maybe one phase is reversed?  I'm not familiar with a 3 phase setup, but I have 2 phase power to the house, and a third CT setup on the water heater.  After rewiring the water heater, the heater power came out negative because the CT had been reinstalled the other way around on the same wire.  I just added a *-1, but you could also flip the CT.

 

Wade

Robert Wall's picture

Re: Power negative values

If you have three phases and you are using the single phase sketch, then you will see negative powers on phases two and three. The answer, assuming that you want to measure real power, is to use the three-phase sketch, which provides a delayed voltage wave to the other two phases. I didn't notice that you had a 3-phase supply the first time round.

Comment viewing options

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