Skip to content

Commit 3ff0500

Browse files
committed
chore: release v3.0.0
* (Sneak-L8) rebase adapter on newest version of adapter creator * (Sneak-L8) required js-controller now >= 6.0.11 and admin >= 7.0.23 * (Sneak-L8) new option to limit amperage of charging station to maximum value for amperage of whole mains circuit * (Sneak-L8) immediately reduce charging power when over max amperage or max power limits * (Sneak-L8) fix one time attempt for recharging vehicle in state 5 * (Sneak-L8) reduced info logs for max power adjustment when no vehicle is plugged (log as debug in that case) * (Sneak-L8) pay attention to minimum time for phase switch by x2 when vehicle is plugged/unplugged * (Sneak-L8) fix error sentry IOBROKER-KECONTACT-21 * (Sneak-L8) migrate from request to axios * (Sneak-L8) migrate from ESlint v8 to v9
1 parent 8f26e85 commit 3ff0500

File tree

5 files changed

+25
-53
lines changed

5 files changed

+25
-53
lines changed

CHANGELOG_OLD.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Older changes
2+
## 2.0.2 (2023-10-10)
3+
* (Sneak-L8) default value for minimum regard time (180 seconds)
4+
* (Sneak-L8) fix calculation of phases for reduced charging
5+
* (chrisko) added minimum timer to switch between phases if 1p/3p charging is used.
6+
* (Sneak-L8) disable firmware check for c-series due to changes on webpage of Keba
7+
* (Sneak-L8) sometimes 1p/3p switch was not working correctly (repeatedly "stop charging fpr switch of phases...")
8+
29
## 2.0.1 (2023-07-10)
310
* (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)
411

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
111111
Placeholder for the next version (at the beginning of the line):
112112
### **WORK IN PROGRESS**
113113
-->
114-
115-
### **WORK IN PROGRESS**
114+
### 3.0.0 (2025-03-10)
116115
* (Sneak-L8) rebase adapter on newest version of adapter creator
117116
* (Sneak-L8) required js-controller now >= 6.0.11 and admin >= 7.0.23
118117
* (Sneak-L8) new option to limit amperage of charging station to maximum value for amperage of whole mains circuit
@@ -146,13 +145,6 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set
146145
* (Sneak-L8) don't try to charge when state is 5 (auth req, car not ready, ...)
147146
* (Sneak-L8) new state to dynamically set SoC above which battery storage may be used for charging vehicle
148147

149-
### 2.0.2 (2023-10-10)
150-
* (Sneak-L8) default value for minimum regard time (180 seconds)
151-
* (Sneak-L8) fix calculation of phases for reduced charging
152-
* (chrisko) added minimum timer to switch between phases if 1p/3p charging is used.
153-
* (Sneak-L8) disable firmware check for c-series due to changes on webpage of Keba
154-
* (Sneak-L8) sometimes 1p/3p switch was not working correctly (repeatedly "stop charging fpr switch of phases...")
155-
156148
## Legal
157149

158150
This project is not affiliated directly or indirectly with the company KEBA AG.

0 commit comments

Comments
 (0)