-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Real power #20
Comments
Can you provide a website link to the exact sensor you are using? |
How are you connecting this to the AC supply you are measuring? |
Using supply of ac mains. Step down transformer parallel to load (choke + Bulb) |
Hii! My objective is to read P, S, FP, Vrms and Irms. CODE: emon1.voltage(2, 234.26, 1.7); // Voltage: input pin, calibration, phase_shift void loop() float realPower = emon1.realPower; //extract Real Power into variable |
Hi! |
Hello @Aldair170496, What kind of values do you see? can you give more detail? |
I am using Arduino mega, acs current sensor, step down transformer with bias (Only positive voltage cycle.)
RMS value of current and voltage is accurate, apparent power also correct.
Real power and thus power factor are inaccurate. There may be a circuit error but deviation is too large.
Please help. Does the code have to be changed for acs current sensor ?
The text was updated successfully, but these errors were encountered: