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 4, 2023
1 parent cd11869 commit eae93c6
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 @@ -896,7 +896,7 @@ elif (( economic_check == 2 )); then
fi
fi
else
echo "I: Difference between highest price and current price is less than ${energy_loss_percent}%." | tee -a "$LOG_FILE"
echo "I: Considering the charging losses of ${energy_loss_percent}% in relation to the actual purchase prices, the charging process is not worth to start." | tee -a "$LOG_FILE"
echo " Charging makes no sense. Skipping charging." | tee -a "$LOG_FILE"
fi
fi
Expand Down

0 comments on commit eae93c6

Please sign in to comment.