springfall2008 / batpred

Home battery prediction and charging automation for Home Assistant, supporting many inverter types
https://springfall2008.github.io/batpred/
130 stars 44 forks source link

Solaredge configuration with multiple batteries #1522

Open jrviz opened 1 month ago

jrviz commented 1 month ago

I have a Solaredge system with 3 batteries. I have just set up predbat and this is all very new at the moment. I can see in the configuration, which is based on the install template for the Solaredge inverter the entries for battery are: battery_rate_max:

To get predbat to use the correct information I assume that soc_max and soc_percent need to be a sum of each of the relevant entities but for battery_rate_max and battery_power can these simply be summed as I'm not sure how these values are used by predbat for calculations and control? Can multiple batteries be used for the Solaredge configuration?

springfall2008 commented 1 month ago

I think you need to make template sensors to sum these up if its a single inverter with multiple batteries.

For battery power I assume again a template sensor summing them would work.

For battery max rate its just a fixed number so you can type in whatever your maximum charge/discharge rate is.