Skip to content
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

HLW8012 board calibration #24

Open
pw44 opened this issue Feb 16, 2021 · 2 comments
Open

HLW8012 board calibration #24

pw44 opened this issue Feb 16, 2021 · 2 comments

Comments

@pw44
Copy link

pw44 commented Feb 16, 2021

seams this one is also becoming popular.

but i'm not find out to calibarte it. any help?

Thx in advance.

HLW8012_High-Precision_Energy_Metering_Module_Arduino_Energy_Monitoring

@xoseperez
Copy link
Owner

You have a calibration example in the "HLW8012_Interrupts" example. It returns the multipliers you can use on library setup with the setCurrentMultiplier, setVoltageMultiplier and setPowerMultiplier.

@pw44
Copy link
Author

pw44 commented Feb 19, 2021

i used the HLW8012_Basic example, with no luck.

By calibrate section, i setted:

400W (my toaster)
127V (my AC mains, according my MM
and 400/127

// Calibrate using a 60W bulb (pure resistive) on a 230V line hlw8012.expectedActivePower(60.0); hlw8012.expectedVoltage(230.0); hlw8012.expectedCurrent(60.0 / 230.0);

got the multipliers, used it, bit output does not shows 127, 400, etc....

Being used on ESPEasy firmware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants