Releases: evcc-io/evcc
Releases · evcc-io/evcc
0.34
Bug fixes:
- Don't treat battery soc 0 as missing value (#497)
- Honour thresholds in PV mode (#464)
- Refactor charger handling (#479, #482)
- Trigger meaningful error when VW consent screen is observed (#478)
- Use Go-E AMX api (#487)
Enhancements:
Breaking changes:
- removed
sensitivitysetting from loadpoint configuration - Go-E requires firmware 40.0
0.33
0.32
Bug fixes:
- Revoke VW client registration when closing application (#434)
- Refactor KEBA error checking to trust UDP OK message (#429)
Enhancements:
- Add Nissan api for newer models (#465)
- Let vehicle control deactivation at target soc 100% (#432)
- Add openWB support via MQTT (#399)
- Auto-detect EVSE-attached meter (#459)
- Switch to go-e amx api (#442)
- Support attached meters for Phoenix EM-CP controllers (#417)
- Add Hass.io add-on (#408)
- Implement basic hardware detection (#435)
- Make public url relative (#419)
Breaking changes:
-
With this release, Go-E firmware 0.40 is required
-
Older Nissan vehicles now need to use
carwingstype instead ofnissan -
ModBus configuration always requires a
modelnow when not using register-based configuration, i.e.- type: modbus model: sunspec # <--- REQUIRED id: 81
0.31
0.30
Bug fixes:
- Use register 1000 for enable/disable and add delay to support older evse's (#380)
- Handle more error response codes for bluelink api
Enhancements:
0.29
Bug fixes:
- Fix virtual capacity calculation and add tests (#360)
- Gracefully handle when remaining time estimate is not available (9d04e56)
- Remove embedded menu (7317702)
Enhancements:
- Replace VW We with VW Id api (#361, #367)
- Add improved health check and expose it for docker (#373)
- Allow giving home battery charge priority up to defined soc (#369)
- Follow SMA Application Note EVCharger (#356)
- Cache renault api requests (#368)
- Show home battery soc (#371)
- Reorder config file (3e3e75a)
0.28
0.27
Bug fixes:
- Fix Audi api (#331, #338)
- Fix bluelink no longer working for Hyundai (#343)
- Remove need for pin code with bluelink api (#349)
- Fix Phoenix EV-CC status decoding (#339)
- Avoid treating empty charge mode as off (#333)
Enhancements:
- Add support for Hyundai api (#329)
- Support remaining charging time for Audi api (#341)
- Support operating officially unsupported SDM meters on Wallbe
- Download Tesla client id/secret if not configured (#332)
- Add ChargeFinishTimer api (#325, #352)
- Add links to version tag and commit in UI
- Improve prognosis by continuously updating virtual battery capacity (#335)
0.26
This release has focused on internal improvements, mainly around modbus and exposing optional device capabilities.
Bug fixes:
- Fix typo in nrgkick type name (#326)
- Fix exposed modbus client not setting slave id by making the connection wrapper compatible with the wrapped connection (#328)
- Add 100ms delay before modbus operations (#316)
- Fix evse register usage and add logging (#314)
Enhancements: