Feature: DPL: Allow to priorize selected smart buffer powered inverters#2176
Conversation
d2fad91 to
cc7eed5
Compare
Build ArtifactsFirmware built from this pull request's code:
Notice
|
cc7eed5 to
c7982ae
Compare
d4b5bf6 to
13cd38d
Compare
13cd38d to
01444c0
Compare
01444c0 to
a87ec4d
Compare
|
Hey @vaterlangen, can you elaborate what the benefit of a prioritized inverter is? Maybe an example with some numbers? Besides the 'why', i am also wondering if we should think this feature differently.
|
|
@AndreasBoehm
You are absolutely right - also thought about this. But as I do not have any Battery Powered Inverter, I'm unable to test ist (and I really don't like coding if I'm unable to test it).
Currently, it would be the same behavior within the groups. DPL uses "random" Inverter to fulfill request. But there would be 4 instead of 3 groups now.
If I got it right from the code, DPL currently (I'm working on multiple battery support right know) does only fully support one battery. So battery would always be last (as it was before). From an conceptual point of view:
So in a perfect world, we should implement something like a priority over SBB and BAT inverters. Related stuffThese setup would likely benefit: |
This feature allows the user to select smart buffer battery inverters to be used as preferred energy source by DPL.
This is useful for setups containing multiple smart buffer battery inverters with different solar power and/or battery capacity, as "strong"/primary inverters can be prioritize over "weak"/secondary inverters (allowing the "weak"/secondary to charge batteries during day while "strong"/primary inverters are used as preferred power source by the DPL)
Todo