Skip to content

Commit

Permalink
Update controller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
christian1980nrw authored Oct 29, 2024
1 parent d2165b1 commit c0c29fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1555,8 +1555,8 @@ if ((use_solarweather_api_to_abort == 1)); then
fi

fi
if ((reenable_inverter_at_fullbatt == 1)); then
if (( SOC_percent >= reenable_inverter_at_soc )); then
if ((reenable_inverting_at_fullbatt == 1)); then
if (( SOC_percent >= reenable_inverting_at_soc )); then
log_message "I: The battery is getting full. Re-enabling inverter. This is important on a DC-AC system to enable grid-feedin."
execute_discharging=1
fi
Expand Down

0 comments on commit c0c29fa

Please sign in to comment.