danpeig / ESP32EnergyMonitor

Multiple phase DIY energy consumption monitor using ESP32 and ESPHome
GNU Affero General Public License v3.0
146 stars 24 forks source link

Illogical calculation.!? #3

Closed vladakru closed 1 year ago

vladakru commented 1 year ago

Screenshot_20230325-145224 what bothers me is that the total current is 4.7A and the total real power is only 362w. is that formula for calculating power a bit messy, I think that with 4A current the real power should be at least 1000w. the code has not been modified, it is original as you wrote it.

danpeig commented 1 year ago

Real power takes into consideration the power factor. This is what is impacting your calculation.

danpeig commented 1 year ago

Try inverting the direction of the CT clamps.