Is the Solar Optimizer usable with no allowed export power? #168
|
Hi, Would this integration be somehow usable without the grid exports? I know there is no way of telling how much surplus there is when the MPPT lowers the production and battery is charged, but what if we could say for example when the home battery is charged > 90% and there is still power flowing into the battery? I was thinking about maybe creating a helper template sensor for the Net power consumption, that would fake the negative values if the battery SoC>90% and battery_charge_power > 0. Do you think it would work? Thank you |
Replies: 1 comment 3 replies
|
Hello, yes, just set the sell cost to a high value (compared to the buy cost), because you don't want to sell the production (which is lost). See: https://github.com/jmcollin78/solar_optimizer/blob/main/README.md#setting-purchase-and-resale-costs |
The battery power flow is already taken into account in the algorithm if you have provided one in the configuration.
Follow this guide: https://github.com/jmcollin78/solar_optimizer/blob/main/README.md#configure-the-integration-for-the-first-time
and set the battery information.
If the battery is charging that means SO can starts some devices (the available power is sufficient).