-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
One phase voltage missing? #182
Comments
So, this appears to be a result of the exact meter model not providing this voltage directly. MA304H3E will always report 0 for the L2 phase voltage. L2 must be calculated from L1 and L3. This URL spells it out: IIUIC: If I have ever learnt this, it is most definitely forgotten now. Hence, no clue about conditions for this calculation to be true. |
Try this: |
Either my formula is wrong, or your implementation. L2 is currently reported as 463.29V. |
I kind of forgot how cos and sin works, lets try another one: |
The value for L2 looks sane now. Thanks. |
Awesome! |
Describe the bug
The web UI shows three phase currents, but only phase voltage L1 and L3.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd expect to see an equal amount of currents and voltages.
Network is 3-phase 230V (TT)
Hardware information:
Relevant firmware information:
Additional context
Network is 3-phase 230V (TT)
The text was updated successfully, but these errors were encountered: