Skip to content

Commit 208c92f

Browse files
author
dingo35
committed
main.cpp: in Smart mode with C2 = Auto, switch to 3P
1 parent ee5801b commit 208c92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SmartEVSE-3/src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,8 @@ void CalcBalancedCurrent(char mod) {
11861186
Switching_Phases_C2 = GOING_TO_SWITCH_3P;
11871187
}
11881188
}
1189+
} else if (Mode == MODE_SMART && Nr_Of_Phases_Charging != 3) { // in SMART AUTO mode go back to the old 3P
1190+
Switching_Phases_C2 = GOING_TO_SWITCH_3P;
11891191
}
11901192
// adapt IsetBalanced in Smart Mode, and ensure the MaxMains/MaxCircuit settings for Solar
11911193

0 commit comments

Comments
 (0)