You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.log("Not setting charging window yet as not within the window (now {} target set_window_minutes {} charge start time {}".format(self.minutes_now,self.set_window_minutes, minutes_start))
1275
+
self.log("Not setting charging window yet as not within the window (now {} target set_window_minutes {} charge start time {}".format(self.time_abs_str(self.minutes_now),self.set_window_minutes, self.time_abs_str(minutes_start)))
1270
1276
1271
1277
# Set configured window minutes for the SOC adjustment routine
1272
1278
self.charge_start_time_minutes=minutes_start
@@ -1277,7 +1283,7 @@ def update_pred(self):
1277
1283
ifself.minutes_now<= (self.charge_start_time_minutes+15) and (self.charge_start_time_minutes-self.minutes_now) <=self.set_soc_minutes:
self.log("Not setting charging SOC as we are not within the window (now {} target set_soc_minutes {} charge start time {}".format(self.minutes_now,self.set_soc_minutes, self.charge_start_time_minutes))
1286
+
self.log("Not setting charging SOC as we are not within the window (now {} target set_soc_minutes {} charge start time {}".format(self.time_abs_str(self.minutes_now), self.set_soc_minutes, self.time_abs_str(self.charge_start_time_minutes)))
0 commit comments