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 686936b commit 05df1c4Copy full SHA for 05df1c4
SmartEVSE-3/src/main.cpp
@@ -1159,6 +1159,11 @@ void CalcBalancedCurrent(char mod) {
1159
// limiting is per phase so no Nr_Of_Phases_Charging here!
1160
else
1161
IsetBalanced = ChargeCurrent; // No Load Balancing in Normal Mode. Set current to ChargeCurrent (fix: v2.05)
1162
+
1163
+ if (Nr_Of_Phases_Charging != 3) {
1164
+ Switching_Phases_C2 = GOING_TO_SWITCH_3P;
1165
+ _LOG_D("Normal mode is always 3-phase\n");
1166
+ }
1167
} //end MODE_NORMAL
1168
else { // start MODE_SOLAR || MODE_SMART
1169
if (Mode == MODE_SOLAR && State == STATE_B) {
0 commit comments