15% seems like a better target

This commit is contained in:
Paul Warren 2024-11-05 15:04:14 +11:00
parent 60a5894296
commit b5d9daf786

View file

@ -50,8 +50,8 @@ print("1h est WH: %.2f" % h_estim)
print("1hr est %%: %.2f" % h_estpct)
time_check = (current_time.hour == 5 or current_time.hour == 15)
estimate_check = (h_estpct < 18.0)
time_check = (current_time.hour == 6 or current_time.hour == 15)
estimate_check = (h_estpct < 15.0)
if (time_check and estimate_check):
print("Full BEEEEEAAAAANS!")