-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing FLows - Battery 2 Grid and Grid 2 battery ? #29
Comments
Your battery sends power to the grid? That seems strange to me, but okay. Does your battery also charge from the grid? |
Well all batteries can charge from the grid, very useful when there is an overcast forecast for next day with minimum or no sun. i charge the battery with cheap electricity and let it go to the house during the day when the electricity become more expensive (i have cheaper electricity from 2200 till 0800 am) |
i don't send electricity to the grid myself. But there are those that do, i believe It involves a contract selling electricity and they receive higher prices at specific hours so they send the battery power at those hours. Now at the example shown above, since inverters are not that fast to react and we take instant sensor readings the inverter at that time did not have time yet to adjust power transfers (i think it takes a few tens of seconds like 0.1s or 0,3s not sure about this and there are inverter faster than others). So at that time the battery is sending more energy than the house is demanding the rest is going to the grid for the moment till the inverter corrects this moments later demanding a slightly smaller power from the battery. |
if it helps here is the formula i use to calculate the flows from grid2batt and batt2grid in yaml
Hope it makes sense to you... the sensor.apf_real_house_load is your calculated house load and i believe my grid and battery entities are the reverse of yours, mine are positive when yours are negative and negative when yours are positive, so you got to adjust for that. |
🎉 This issue has been resolved in version 2.4.0 🎉 The release is available on GitHub release |
Don't know if your chart should show this flows or not but i got this today.
Missing 4W from Battery to Grid...
The flows in the other chart are completely calculated in a yaml script of my own making.
Also that -55W that's an estimated inverter consumption power that is being consumed at the time that i also calculated.
If you need help, ill do what i can !
The text was updated successfully, but these errors were encountered: