-
Notifications
You must be signed in to change notification settings - Fork 66
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] Dynamic power limiting on two HMs combined #601
Comments
@tbnobody Can dynamic power limiting on two HMs in parallel be done on OpenDTU-OnBattery level itself, or would a supporting feature at the OpenDTU level be very helpfull? |
I have only experience with Matlab, not C++. By looking at the code I try to see how complicated it might be.
|
@gitisgreat2023 you would need some more modifications. like, what setup does the user have?
what about solar passthrough? yes, to limit 2 inverters in one specific usecase shouldn't be to complicated, but openDTU-onBattery has multiple usecases and setups. another option for handling multiple inverters would be to start with one inverter, increase the load (output) until it maxes out and use the second inverter only, if the first is at max output. as we still want low switching/limiting times and fast responses. afaik the update of multiple inverters takes longer and the time increases with each inverter added to the setup. so if you utilze both (or more) at the same time, you increase the update times and get a not so fast response anymore. so right know, with one inverter, you can keep your production and consumption close together, if you add more inverters and try to limit them at the same time, your system gets slower. |
I would use one battery with two inverters, the simplest case IMHO. For example HM 1500 with HM 600, or even 2x HM1500. I would put the latter case one on each phase (there's a 400V that I can use). Thanks for the other thread. |
Thinking about it... going for parallel power limiting is really only driven by the limitation that only HM series can be used with the Huawei... @helgeerbe it is really not feasible that in the near future the HMT in combination with the Huawei will be supported, right? From a technical point of view supporting HMT/HMS with a Huawei is way more useful than supporting HMs in parallel. |
See this post which progressed much further... a software solution would be best, enabling for example combining the HMT2250 with the Huawei (2.25kW vs 1.5kW of the HM1500). |
I have suggested a list of PV-Pools to which you can assign your PV-Inverters & PV-Panels. See here for the same discussion upstream tbnobody#1608 (comment) |
Support for multiple inverters in the dynamic power limiter is a long standing issue, see #230. It will probably be addressed eventually. There is no need for another issue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Is your feature request related to a problem? Please describe.
With the Huawei the highest power Hoymiles that can be combined is the HM-1500. The HMT/HMS cannot be used (for example the HMT-2250), as the Huawei and CMT2300A chip cannot be combined (SPI bus limitation) with the ESP32 chip.
A solution would be to use several HMs in parallel, for example a HM 1500 and a HM800, applying the power limitation parallel on them.
Describe the solution you'd like
Using two HM in parallel. Power limiting can be proportional. For example 50% of the combined wattage ist need: both HM inverters are limited to 50%.
Describe alternatives you've considered
Using higher power HM, for example HMT/HMS inverted, like HMT 2250. Not an option, as I want to combine it with the Huawei AC charger.
Additional context
I analysed the histogram of energy consumption. 50% is reached by 600Wish, but the next 40-45% by being able to deliver 2.3-2.4kW. So that would be a HMT-1500 with a HM-800 for example (total 2300W). A Pylontech can (discharge) about 3.8 kW continously, the Huawei 4850G2 3kW. So basically the Hoymiles, HM series are limiting the overall system performance when only one can be used, with two it would be perfect.
The text was updated successfully, but these errors were encountered: