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

Possibility to specify the added value for each of the phases separately. (As an additional option "Specify for each phase separately") #633

Closed
przemyslawzygmunt opened this issue Oct 24, 2022 · 2 comments
Assignees

Comments

@przemyslawzygmunt
Copy link
Member

No description provided.

@przemyslawzygmunt
Copy link
Member Author

przemyslawzygmunt commented Dec 11, 2022

Simple mode (One value for all three phases):

{
"electricityMeterInitialValues":{
"forwardActiveEnergy":123.4567,
}
}

Advanced mode (Separate value for each phase):
{
"electricityMeterInitialValues":{
"forwardActiveEnergy":{
"1":12.34,
"2":56.78,
"3":910.12
}
}
}

Similarly for reverseActiveEnergy, forwardReactiveEnergy, reverseReactiveEnergy.

Advanced mode does not apply to: forwardActiveEnergyBalanced, reverse Active Energy Balanced.

@fracz
Copy link
Member

fracz commented Dec 27, 2022

image
image
image

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