Skip to content

Commit 94ced45

Browse files
committed
Experimental changes to try to fix #762
1 parent e09e53a commit 94ced45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/current_shaper.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ void CurrentShaperTask::shapeCurrent() {
174174
max_pwr += solar;
175175
}
176176
}
177-
if (livepwr > max_pwr) {
178-
livepwr = max_pwr;
179-
}
177+
// if (livepwr > max_pwr) {
178+
// livepwr = max_pwr;
179+
// }
180180
if(!config_threephase_enabled()) {
181181
_max_cur = ((max_pwr - livepwr) / evse.getVoltage()) + evse.getAmps();
182182
}

0 commit comments

Comments
 (0)