We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5801b commit 208c92fCopy full SHA for 208c92f
SmartEVSE-3/src/main.cpp
@@ -1186,6 +1186,8 @@ void CalcBalancedCurrent(char mod) {
1186
Switching_Phases_C2 = GOING_TO_SWITCH_3P;
1187
}
1188
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;
1191
1192
// adapt IsetBalanced in Smart Mode, and ensure the MaxMains/MaxCircuit settings for Solar
1193
0 commit comments