Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/control/chargepoint/chargepoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def get_phases_by_selected_chargemode(self, phases_chargemode: int) -> int:
# bis der Algorithmus eine Umschaltung vorgibt, zB weil der gewählte Lademodus eine
# andere Phasenzahl benötigt oder bei PV-Laden die automatische Umschaltung aktiv ist.
if self.data.get.charge_state:
phases = self.data.set.phases_to_use
phases = self.data.get.phases_in_use
else:
if ((not charging_ev.ev_template.data.prevent_phase_switch or
self.data.set.log.imported_since_plugged == 0) and
Expand Down