-
Notifications
You must be signed in to change notification settings - Fork 110
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
Help setup 6Channel Board #128
Comments
Which AC transformer are you using for the voltage reference? |
Hello @CircuitSetup , |
Unfortunately this transformer will not work since it is actually a high frequency switched power supply. The transformer has to have an iron core, and output a sine wave for the meter to measure the voltage properly. Something more like this: https://www.amazon.it/Alimentazione-Tensione-Ingresso-Trasformatore-alimentazione/dp/B08MTQQKH3 |
Hello @CircuitSetup , Why Volts are set to ~160V and not ~220V ? Thanks a lot for your help. In waiting for news I wish you a nice day. Simon |
Yes, the calibration value in your config.yaml for voltage must be increased so volts match your smartplug. Since you have the values already, you can calculate what it should be using this (assuming values above and default voltage_cal): (your voltage reading / energy monitor voltage reading) * voltage_cal = New voltage_cal |
Hi @CircuitSetup , And what about "Volts B" ? Thanks again! Simon |
If voltage_cal was 1034.7 in your config when the output was 160.5V, then: (220.4/160.5) * 1034.7 = 1420.86 (round up to 1421) Volts B should be the same, and will change as long as voltage_cal is the variable for gain_voltage in your config. See example here. |
Sorry @CircuitSetup if I'm not understanding it the right way. |
It's okay! I realize it's a bit confusing! Since 1034.7 is power (not voltage) it shouldn't be part of the calculation. If voltage_cal was the default 7305 in the screen shot above, then try changing it to 10031 to get voltage up to 220. |
Ahaa, ok, because, now, using |
Ok @CircuitSetup maybe understood. |
yes, just use 10031 without decimal numbers |
Thanks @CircuitSetup , now it looks better, I'm searching something better to measure Volts to be more accurate. |
Glad it's working for you now! There are A and B readings because of the possibility of reading 2 different voltages. If you're not reading 2, then you can just remove the variable from the config. |
Hi @CircuitSetup I'll try to remove the "B" readings then. Here results As you can see on low power the difference is not much, values between 4.31 and 4.39 Are those values, on low and on high normal with these differences each other on same sensors and on same load applied? What can I do otherwise? Thanks, Simon PS: I know the watt are negative, I need to turn the sensor, even if I'm followinf the arrow on the phase line... strange... thanks! |
Hi @CircuitSetup , any suggestion? :) Simon |
Hello, And another thought : your hairdryer is an inductive (and probably varying) load. You could try with a pure resistive load (like a old 100W filament or halogen bulb) and see if the results are similar. |
Thanks for the suggestions @Azylog ! Meanwhile I've put the board into the wall monitoring the house. Seems working not so bad at all. I'll wait the first month to compare what got into the bills. Even there is a "not included power" due it cames from the cellar in which I've a nas. But I think I can calculate more or less the percent of consumption over a month. |
Hi all,
I've bought a 6Channel Board 1.4V rev1 to monitor my home.
I'm living in Italy and here we have 220V Single Phase 50 Hz.
I'm testing it for now with only one SCT-006 on CT1 using this connection diagram, due the split core has not a jack mounted, I had to mount it in that way:
The N.C. is connected to nothing. Only "l" and "k" are connected to the jack and then into CT1.
The split-core is monitoring the hot wire (tested using a phase finder) placing it in the right way (following the arrow on the split core)
The board is powered using a 12V AC transformer, not DC (input AC220-240 50/60Hz, output AC12V/20-60W)
The ESP I have is an ESP32 (ESP32-WROOM-32).
The program I've uploaded is this:
powermeter.txt
For the calibration I'm using a kill-a-watt (gosund smart plug) which is showing me this values during load tests:
But on the powermeter board I'm reading only ampere values:
The device I'm using has a load declared of 1370W-1630W and if I'm not wrong, the read ampere value should be correct: 6,54A x 220V = 1438W which makes sense more or less (without calibration).
But all the other values are empty: Watt, Frequence A, Frequence B (why is there Frequence B???), Volts A, Volts B (why is there Volts B?)
What I'm doing wrong?? I'm testing it since many days and have no idea whats wrong.
Thanks a lot!
Simon
The text was updated successfully, but these errors were encountered: