-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add option "system has normal AC loads"; allowing installer to set that to No. #1328
Comments
@izak pls let me know what you think of above approach; required effort in systemcalc; and make sure to do a quick test (!). Ie set those loads to 0 hardcoded in systemcalc, and see if my assumption that that is already an improvement is true. |
I think we need to integrate this with the existing setting, A crude "make it zero if it isn't invalid" proof of concept reveals: After: |
Some systems have a grid meter because they want vector registration on energy counting, but there aren't any actual loads in front of the inverter/charger. In such systems, showing the AC input loads makes little sense and can in fact be noisy, since a small amount of power is almost always reflected there. This setting skips the publishing of ConsumptionOnInput, causing the various GUIs to show that correctly. victronenergy/venus#1328
Make option name more specific to Loads rather than entire system, since a PV-inverter is allowed before the inverter/charger. victronenergy/venus#1328
Screenshots for GUI-v1 proposal.New setting for specifying position of AC loads. The case for systems with no grid meter is a bit unclear perhaps. I don't want to hide the setting if there is no grid meter, because that makes it impossible to reach the setting when there is a grid outage. OptionsSome toast text to tell the user what is going on:Behaviour of overviewIn both examples here, there is a PV-inverter on the input and some load on the output. With setting in the "normal" position: With setting in the "output only" position: VRMWith setting in the "normal" position: With setting in "output only" position: |
Add option to ignore AC-loads before the energy meter This is for sites with no AC-loads before the meter, but possible PV-inverters. This is common where the PV-inverter breaks the 1:1 rule and cannot go on the output, or where the grid meter is used only to get vector-registration on the energy accounting. victronenergy/venus#1328
And then on each UI, that box should either be hidden; or if that is complex, then just show 0. My proposal:
Add the new setting, which obviously defaults to yes.
Background of this request is systems in Austria, and possibly elsewhere in the world, where all loads are behind the ESS system, for being backupped. But part of the installed (AC-coupled) PV is not, due to 1:1 rule. And as its now, it technically works but all those UIs all the time show some measurements for AC loads, while there are no AC loads; what is shown is just timing and measurement differences.
Slack
A visual, but note that this won't happen soon since we're not fixing it this way on VRM, read above.
The text was updated successfully, but these errors were encountered: