Skip to content

Commit fa588e5

Browse files
committed
default for minimum regard time set to 180 (was 0)
1 parent b2da10a commit fa588e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
101101
-->
102102

103103
### **WORK IN PROGRESS**
104+
* (Sneak-L8) default value for minimum regard time (180 seconds)
104105
* (Sneak-L8) fix calculation of phases for reduced charging
105106
* (chrisko) added minimum timer to switch between phases if 1p/3p charging is used.
106-
* (Sneak-L8) disable firmware chekc for c-series due to changes on webpage of Keba
107-
* (Sneak-L8) sometime 1p/3p switch was not working correctly (repeatedly "stop charging fpr switch of phases...")
107+
* (Sneak-L8) disable firmware check for c-series due to changes on webpage of Keba
108+
* (Sneak-L8) sometimes 1p/3p switch was not working correctly (repeatedly "stop charging fpr switch of phases...")
108109

109110
### 2.0.1 (2023-07-10)
110111
* (Sneak-L8) support for Company Car Wall Box MID - GREEN EDITION (sentry IOBROKER-KECONTACT-1K & IOBROKER-KECONTACT-1N) and PV-Edition (sentry IOBROKER-KECONTACT-1M)

io-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"delta": 0,
184184
"underusage": 500,
185185
"minTime": 300,
186-
"regardTime": 0,
186+
"regardTime": 180,
187187
"min1p3pSwSTime": 0,
188188
"maxPower": 0,
189189
"stateEnergyMeter1": "",

0 commit comments

Comments
 (0)