Skip to content

Releases: evcc-io/evcc

0.34

01 Dec 06:54
d4772e7

Choose a tag to compare

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:

  • Add dump command (#484)
  • Add vehicle range api (#486)

Breaking changes:

  • removed sensitivity setting from loadpoint configuration
  • Go-E requires firmware 40.0

0.33

25 Nov 07:07
403e953

Choose a tag to compare

Bug fixes:

Enhancements:

  • Improved configuration error messages (cf28ea1)

0.32

23 Nov 21:10

Choose a tag to compare

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 carwings type instead of nissan

  • ModBus configuration always requires a model now when not using register-based configuration, i.e.

    - type: modbus
      model: sunspec # <--- REQUIRED
      id: 81
    

0.31

07 Nov 16:32

Choose a tag to compare

Bug fixes:

  • Various fixes for minSoC handling (#393, #402)
  • Fix configuration for updated Renault error handling
  • Maintain mode=off on disconnect (#403)

Enhancements:

  • Add Ford API support (#388)
  • Add battery soc to modbus meters (#394)
  • Add evcc.dist.yaml to release packages
  • Auto-detect multiple connected vehicle (#397)
  • Update core logger name to site to match configuration

0.30

19 Oct 06:36
6a9ca73

Choose a tag to compare

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:

  • Add soc: min setting to always force-charge to this value (#379)
  • Always enable charging when climate request active (#381)
  • Add wonderful charging-gopher logo (#374)
  • Add soc to logging

0.29

07 Oct 06:25
1dff1a9

Choose a tag to compare

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

20 Sep 15:04
7eb85ad

Choose a tag to compare

Enhancements:

  • Allow charge rater and timer to sum over multiple measurement intervals (#354)
  • Support SMA Sunny Home Manager as Energy Management System (#353)

0.27

16 Sep 07:34
c78a43b

Choose a tag to compare

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

04 Sep 06:02
fd3ebdb

Choose a tag to compare

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:

  • Add compact mode for use with openWB embedded display (#319)
  • Refactor EVSEWifi to support optional power reading (#327)
  • Refactor Wallbe to support optional meter readings (a251189)

0.25

24 Aug 13:04
f2d5984

Choose a tag to compare

Enhancements:

  • Update Renault api (#301)
  • Support evse remote/ alwaysActive mode (#305)
  • Implement Kia api (#308) courtesy of @mclane