Replies: 3 comments 2 replies
-
I think the docs were out of date. I'm using what is described here, seems to work OK for me. https://springfall2008.github.io/batpred/inverter-setup/ Here is my full config file in case it's helpful.
|
Beta Was this translation helpful? Give feedback.
-
Thanks. I moved over to sensor.solar_house_consumption_kwh and my load forecasts are much more sensible. This needs updating in the template referenced in the documentation and the calculated sensors (in configuration.yaml) need to be a bit more consistent in terms of the instruction on what to do to accommodate multiple batteries. I'll have a go at drafting something for other to check |
Beta Was this translation helpful? Give feedback.
-
Morning. Glad that worked for you. I have two batteries in my setup. It's working well with the combined senseor approach per the documentation. I've not yet found a reason to modify the dual battery setup config. inverter_limit_charge is set, because I have two batteries. When charging from the grid, that can pull 10kWh via the circuit breaker, which is currently rated to 32A. 10kWh = 43.5A, so it can trip out the breaker. I'll be swapping out the MCB for something higher rated at some point soon. We also have a flakey grid and the DNO is quite restrictive with import/export. In winter, with a full b attery charge, and other background usage we may likely exceed their import limits. so I've set this proeprty for now. that property does come with an issue, which I've raised here: Import Limit is not the same as charge limit. there isn't a way to define both at the moment that I know of. If I left it at 10,000 my charge plans were wrong because it doesn't know of the grid import limit. The downside is I'm also limiting my charge throughput from PV to 7.2kWh, where as it can do 10. It's also why I have a rather annoying 3.68kWh export limit. I set discharge to 10,000, which is the max my two combined batteries can provide. I have an 8kW inverter. I think with SE inverters, it will default to over 11kW, which may cause the plans to be incorrect. I would just set the values to whatever you have for your system. 1 battery - 5k, 2=10k, 3=11.xK (I can't recall the exact 11.x value, thus x) Predbat is changing: The curve is important for the calculations. The values I am using are my own estimates based upon the inverter documentation and personal observations. SE kit does tail off the charge rate at higher SOC's, although on reflection I think my curve is totally wrong. I wasn't aware that this curve would get calculated for you. I guess that's a new feature since I set this up a long time ago. so I've just commented that out today. thanks for pointing that out :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The template/documentation for SolarEdge inverter says load_today should be set to sensor.solaredge_i1_ac_energy_kwh
I have for a while been a bit concerned that my evening load forecast have been far too high and was not sure why. I have now seen a discussion elsewhere which said sensor.solaredge_i1_ac_energy_kwh includes battery discharge which would explain my incorrect forecasts. I had implemented the additional power sensors from @Ashpork but had not used one of these values in load_today
What are other SolarEdge configurations using?
If there is a clear answer on this then perhaps the template / documentation needs an update.
Beta Was this translation helpful? Give feedback.
All reactions