File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ def initiate_phase_switch(self):
465
465
phase_switch .thread_phase_switch (self )
466
466
log .debug ("start phase switch phases_to_use " +
467
467
str (self .data .set .phases_to_use ) +
468
- "control_parameter phases " +
468
+ " control_parameter phases " +
469
469
str (self .data .control_parameter .phases ))
470
470
if self .data .control_parameter .phases == 1 :
471
471
message = f"Umschaltung von { self .get_max_phase_hw ()} auf 1 Phase{ self .STOP_CHARGING } "
Original file line number Diff line number Diff line change @@ -917,8 +917,7 @@ def scheduled_charging_calc_current(self,
917
917
message = self .SCHEDULED_CHARGING_MAX_CURRENT .format (round (current , 2 ))
918
918
submode = "instant_charging"
919
919
else :
920
- # Wenn Elektronische Tarife aktiv sind, prüfen, ob jetzt ein günstiger Zeitpunkt zum Laden
921
- # ist.
920
+ # Wenn dynamische Tarife aktiv sind, prüfen, ob jetzt ein günstiger Zeitpunkt zum Laden ist.
922
921
if self .data .et .active and data .data .optional_data .et_provider_available ():
923
922
hour_list = data .data .optional_data .et_get_loading_hours (plan_data .duration , plan_data .remaining_time )
924
923
log .debug (f"Günstige Ladezeiten: { hour_list } " )
You can’t perform that action at this time.
0 commit comments