Skip to content

Commit

Permalink
Update controller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
butterwecksolutions authored Dec 15, 2023
1 parent 960d695 commit 876ea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ if ((use_solarweather_api_to_abort == 1)); then
log_message "I: Solarenergy tomorrow will be $solarenergy_tomorrow megajoule per squaremeter with $cloudcover_tomorrow percent clouds."

target_soc=$(get_target_soc "$solarenergy_today")
log_message "I: At $solarenergy_today megajoule there will be a SOC target of $target_soc % set."
log_message "I: At $solarenergy_today megajoule there will be a SOC target of $target_soc % set. The rest is reserved for solar."
$charger_command_set_SOC_target $target_soc >/dev/null

if [ ! -s $file3 ]; then
Expand Down

0 comments on commit 876ea78

Please sign in to comment.