You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/divert.cpp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
// 2: Eco :
26
26
// Either modulate charge rate based solar PV generation (if only solar PV feed is available)
27
27
28
-
// Or modulate charge rate based on on excess power (if grid feed (positive import / negative export) is available) i.e. power that would otherwise be exported to the grid is diverted to _EVSE->
28
+
// Or modulate charge rate based on on excess power (if grid feed (positive import / negative export) is available) i.e. power that would otherwise be exported to the grid is diverted to EVSE
29
29
// Note: it's Assumed EVSE power is included in grid feed e.g. (charge rate = gen - use - EVSE).
30
30
31
31
// It's better to never import current from the grid but because of charging current quantification (min value of 6A and change in steps of 1A),
@@ -41,6 +41,7 @@
41
41
// This avoids wear on the relay and the car.
42
42
43
43
// Default to normal charging unless set. Divert mode always defaults back to 1 if unit is reset (_mode not saved in EEPROM)
0 commit comments