diff --git a/src/current_shaper.cpp b/src/current_shaper.cpp index 0f7e664e..100359fa 100644 --- a/src/current_shaper.cpp +++ b/src/current_shaper.cpp @@ -174,9 +174,9 @@ void CurrentShaperTask::shapeCurrent() { max_pwr += solar; } } - if (livepwr > max_pwr) { - livepwr = max_pwr; - } +// if (livepwr > max_pwr) { +// livepwr = max_pwr; +// } if(!config_threephase_enabled()) { _max_cur = ((max_pwr - livepwr) / evse.getVoltage()) + evse.getAmps(); }