The ADE7878 does the integration. One can read the Energy in Wh (Watt hours) from the registers as noted by Bob. The value per se is meaningless unless you consider the full signal chain:
- External analog front end (isolation transformers, voltage dividers, whatever.
- Internal analog front end (pga).
- ADC conversion scale
You'll have to consider your external circuit and read all the boring stuff on pages 28 ff. (theory of operation) in the datasheet. You can also directly read the digitized values of current and voltage separately from registers (page 31 ff.). When you provide your complete circuit with well known reference voltages and currents at the measuring inputs you can use the digitized values, compare them to the analog inputs and calculate the respective conversion factor. The same goes for the Energy.
Example:
- Apply 0 V at the voltage input, read the digitized voltage (read a few values and use the mean value to minimize noise). This measurement will give you the offset of the voltage input.
- Apply the max. expected voltage to the voltage input, read the digitized voltage. From this measurement and the known offset you can compute the parameters for the equation y=a*x+b where b = offset, a = gain, x = analog input, y = digitized output.
The inverse equation x = (y-b)/a will give you the actual analog voltage x for any reading y of a digital value.
Repeat for current, power and or energy.
Doing this will allow you at the same time to trim the error from the analog front end to an acceptable minimum.
There's some more information on the
AD website, including an
application note on calibration.