Releases: iobroker-community-adapters/ioBroker.kecontact
Releases · iobroker-community-adapters/ioBroker.kecontact
Release v3.3.0
- (Sneak-L8) new option to always charge with 1p oder 3p
- (Sneak-L8) new setting for discharging power of storage battery (if not equal to max battery power)
- (Sneak-L8) updated version requirements (admin 7.6.17 and core 3.3.2)
Release v3.2.0
- (Sneak-L8) new option to always start charging when vehicle is plugged if authorization is required to prevent charging station to block charging
- (Sneak-L8) optimized strategy for battery charging
- (Sneak-L8) node.js >= 20 required
Release v3.1.0
- (Sneak-L8) new option to reduce log entries on info level (write them with debug level)
- (Sneak-L8) fix wording error ("regard" changed to grid consumption)
- (Sneak-L8) fixed some english translations
- (Sneak-L8) renamed state "regardTimestamp" to "consumptionTimestamp" - please delete old state
Release v3.0.1
- (Sneak-L8) fix error sentry IOBROKER-KECONTACT-29 an IOBROKER-KECONTACT-2A
- (Sneak-L8) minimum js-controller now >= 7 due to I18n
- (Sneak-L8) fix roles of states in io-package.json
- (Sneak-L8) log of config on level debug instead of info
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
Release v2.3.0
- (Sneak-L8) new option to limit charging station according to german §14a EnWG
- (Sneak-L8) enable currTime for manual use and X2 even in passive mode
- (Sneak-L8) minimum verison für js-controller now 5.0.19
- (Sneak-L8) set currTimer timeout default value from 0 to 1
- (Sneak-L8) support new option "setBoot" of c-series stating firmware 3.10.57
Release v2.2.0
- (mcm1957) Adapter requires nodejs >= 18 and js-controller >= 5 now.
- (mcm1957) Dependencies have been updated.
- (Sneak-L8) fix url for download page at Keba website
- (Sneak-L8) fix lint problems by replacing double by single quotes
Release v2.1.1
- (fischmi) fix error when chanigig dynamic SoC parameter
Release v2.1.0
- (Sneak-L8) multiple options for battery storage strategy
- (Sneak-L8) added names for values of some states: state, plug, timeQ and batteryStorageStrategy
- (Sneak-L8) don't try to charge when state is 5 (auth req, car not ready, ...)
- (Sneak-L8) new state to dynamically set SoC above which battery storage may be used for charging vehicle
Release v2.0.2
- (Sneak-L8) default value for minimum regard time (180 seconds)
- (Sneak-L8) fix calculation of phases for reduced charging
- (chrisko) added minimum timer to switch between phases if 1p/3p charging is used.
- (Sneak-L8) disable firmware check for c-series due to changes on webpage of Keba
- (Sneak-L8) sometimes 1p/3p switch was not working correctly (repeatedly "stop charging fpr switch of phases...")