SmartEVSE / SmartEVSE-2

Smart Electric Vehicle Charging Station (EVSE)
86 stars 42 forks source link

IsetBalanced what is the reason of the 80A hardcoded limit? #21

Open fluppie opened 3 years ago

fluppie commented 3 years ago

While browsing the code I saw that IsetBalanced has a 80A hardcoded limit, what's the idea behind this? After booting the unit it quickly goes 60-70-80A. My mains max is set to 40A and the EV circuit to 32A.

afbeelding

mstegen commented 3 years ago

When starting to change IsetBalanced will be set to the max current of the EV circuit. The 80A hard limit was added before the EV circuit option was available. I think it can be removed now. It was mainly added because if there is no limit, it will keep increasing over time (when not charging).