We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"Maximum permissible depth of discharge. 80 % dod is equivalent to a state of charge of 20 %."
We use this value differently in SIMONA :
private val minEnergy = eStorage * dod.toEach
We should either adapt the documentation or change the SIMONA implementation.