I know this has been discussed in another PR but can't find which.
There was a long period of idle during night but battery was not empty, because there as a plan to cover more expensive morning hours with the remaining energy, or there was much emergy left for morning dump.
We found that battery first 1 is the state that best holds battery level static which it is.
But it has the drawback that for those cases that idle is used because there is almost no energy left (soc min) the battery and bms is not going to sleep.
This could be fixed by either using load first in those situations instead (idle at soc min) or use power 0 when soc is at soc min. Both these modes will let the bms sleep when long periods of idle with no energy.
I have tested to forced power to 0 when soc is at min, and I think it is working nicely so recommend this, although not really incorrect as it is.
I know this has been discussed in another PR but can't find which.
There was a long period of idle during night but battery was not empty, because there as a plan to cover more expensive morning hours with the remaining energy, or there was much emergy left for morning dump.
We found that battery first 1 is the state that best holds battery level static which it is.
But it has the drawback that for those cases that idle is used because there is almost no energy left (soc min) the battery and bms is not going to sleep.
This could be fixed by either using load first in those situations instead (idle at soc min) or use power 0 when soc is at soc min. Both these modes will let the bms sleep when long periods of idle with no energy.
I have tested to forced power to 0 when soc is at min, and I think it is working nicely so recommend this, although not really incorrect as it is.