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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,9 +104,10 @@ Additionally there are some states to influence behaviour of photovoltaics autom
104
104
* kecontact.n.automatic.limitCurrent - limits your charging to specified amperage in mA (0 = no limitation)
105
105
* kecontact.n.automatic.batteryStorageStrategy - strategy whether and how your battery storage should be using for charging your vehicle
106
106
* kecontact.n.automatic.batterySoCForCharging - limit usage of battery torage for vehicle by specifying a SoC below which charging is prohibited
107
-
* kecontact.n.automatic.stateVehicleSoC - state name to obtain current SoC of vehicle
107
+
* kecontact.n.automatic.stateVehicleSoC - state name to obtain current SoC of vehicle (needed for targetsoc and maxSoc)
108
108
* kecontact.n.automatic.targetSoC - disable PV automatic (charge with max power) unless vehicle reaches this SoC
109
109
* kecontact.n.automatic.resetTargetSoC - set to true, if taget SoC should be cleared after reached
110
+
* kecontact.n.automatic.maxSoC - a maximum SoC, vehicle won't be charged if this SoC is reached
110
111
111
112
Sample:
112
113
To charge your vehicle with a constant amperage of 6A regardless of surplus, set photovoltaics to false and limitCurrent to 6000.
@@ -120,6 +121,7 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
120
121
### **WORK IN PROGRESS**
121
122
* (Sneak-L8) new options to charge vehicle up to a specified SoC
122
123
* (Sneak-L8) new option to stop charging at a certain SoC
124
+
* (Sneak-L8) new behaviour in non pv mode: you can stop charging and adapter won't start by itself (like in passive mode but with active max power limitation)
123
125
* (Sneak-L8) raise adapter-dev version from 1.4 to 1.5
124
126
* (Sneak-L8) drop dependencies to chai, sinon and mocha
0 commit comments