-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Request] Delay inverter shutdown if calculated limit < min limit #871
Comments
Hello @schlimmchen , Use Case 1: Use Case 2: Use Case 3: Use case 4: To manage Use Case 1-3 I assume a delay (time x) of 1 minute is sufficient but if we want to include Use case 4 we need a much longer time and that can go into conflict with use case 1-2. |
Hello guys, |
This is by design. The inverter is not working properly with low limits (depends on the setup and model). If you are already exporting energy, the inverter shall not be exporting more energy (unless full solar-passthrough is active). The energy shall go into the battery, don't you agree?
See #671. |
Certainly I agree with this :-). If I have to judge whether charging the battery with a few Wh (just a guess, I have no good number how much it really is) is better than switching the inverter off and on frequently, I'm a bit lost. Shutdowns for today: It's probably hard to recognize from the screenshot but this sums up to almost 100 shutdowns. If I look at the off/on timestamps a one minute "watch time" (meaning the condition has to be met fully during this interval) would already considerably reduce the number of off/on switches, a five minute watch time would be perfect. If you would like to see more details please let me know. Regarding #671 I fully support the dusk/dawn approach. |
I totally agree with @ali-baba-de in this topic. I have the same situation with a 2nd Micro-Inverter which is directly connected to the grid and this is causing the same flapping of the inverter status on a daily basis. I think it would be a ideal solution to meassure for how long the total power consumption is below 0 in minutes for a period of time i.e. 5,10 or 15 minutes (maybe configureable) to make shutdown or turnup decisions. |
I also have the problem with a two inverter setup. I "solved" it by setting the power limits accordingly to prevent inverter shut downs. By doing so I loose energy in the grid connected inverter. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Delay the actual inverter shutdown if the reason is
Status::CalculatedLimitBelowMinLimit
.Describe alternatives you've considered
I don't think there is a good workaround for the dusk/dawn situation.
Transient failures in calculation might stem from non-ideal setups. People should optimize their power meter setup and avoid oscillating inverters (cabling issues, 24V systems, etc.)
Additional context
No response
The text was updated successfully, but these errors were encountered: