Random question, in the measuring mains current and voltage page, the code at the bottom has :
emon1.serialprint();
Which is fine and it all work, but what do I need to change so it only 'serial prints' apparent power figure?
Thanks
Archived Forum |
|
Serial print apparent powerSubmitted by Guest on Sun, 29/04/2012 - 12:46Random question, in the measuring mains current and voltage page, the code at the bottom has :
emon1.serialprint(); Which is fine and it all work, but what do I need to change so it only 'serial prints' apparent power figure? Thanks
» |
Re: Serial print apparent power
You need to change EnergyMonitor::serialprint() in EmonLib.cpp.
But why do you only want apparent power? It is real power that you pay for.