You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is only one State-of-Charge (SOC) Limit that starts and stop the Discharge.
This leads to a rapid activation and deactivation of Discharge when the available Solar power is smaller or equal to the needed discharge power. (e.g. 20% SOC set in the app: Discharge starts at 21% and is stopped as soon as 20% is reached again).
Just implement a small (and preferable adjustable) hysteresis functionality, e.g. 5%:
This would start the Discharge only at 25% and would allow it all down to 20%. Then the SOC needs to reach 25% again before Discharge is allowed again.
The text was updated successfully, but these errors were encountered:
Right now there is only one State-of-Charge (SOC) Limit that starts and stop the Discharge.
This leads to a rapid activation and deactivation of Discharge when the available Solar power is smaller or equal to the needed discharge power. (e.g. 20% SOC set in the app: Discharge starts at 21% and is stopped as soon as 20% is reached again).
Just implement a small (and preferable adjustable) hysteresis functionality, e.g. 5%:
This would start the Discharge only at 25% and would allow it all down to 20%. Then the SOC needs to reach 25% again before Discharge is allowed again.
The text was updated successfully, but these errors were encountered: