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
P_Batt forecast value calculation uses eta_disch as a multiplier and this causes issue where p_batt is lower than it should be.
For example at the moment max sell from battery should be happening.
Pd_max: 15600
eta_disch: 0.95
P_batt should be 15600, but it is 15600 * 0.95 =14 820
I'm using p_batt in automation to set the discharge power and in this case losing some power.
Expected behavior
Would be nice to get the real b_batt value. I think it would be beneficial for utilizing battery the most. Maybe it will be a possibility to make the eta_disch calculation for after the p_batt so that load and grid would be correct.
The text was updated successfully, but these errors were encountered:
It could be that we need to apply the efficiency factor before publishing the battery power sensor?
It is something we have missed all along the way.
In the meantime you can also apply this efficiency on HA just before controlling your equipment
It could be that we need to apply the efficiency factor before publishing the battery power sensor? It is something we have missed all along the way. In the meantime you can also apply this efficiency on HA just before controlling your equipment
Great and yes, i'm applying this efficiency in HA at the moment.
Describe the bug
P_Batt forecast value calculation uses eta_disch as a multiplier and this causes issue where p_batt is lower than it should be.
For example at the moment max sell from battery should be happening.
Pd_max: 15600
eta_disch: 0.95
P_batt should be 15600, but it is 15600 * 0.95 =14 820
I'm using p_batt in automation to set the discharge power and in this case losing some power.
Expected behavior
Would be nice to get the real b_batt value. I think it would be beneficial for utilizing battery the most. Maybe it will be a possibility to make the eta_disch calculation for after the p_batt so that load and grid would be correct.
The text was updated successfully, but these errors were encountered: