Skip to content

Releases: evcc-io/evcc

0.25

24 Aug 13:04
f2d5984
Compare
Choose a tag to compare

Enhancements:

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

0.24

17 Aug 19:54
Compare
Choose a tag to compare

Bug fixes:

  • Refactor KEBA implementation so it works in docker (#288)
    Note KEBA users: add a serial to the KEBA definition to allow identifying the sender of received KEBA UDP messages

Enhancements:

  • Add optional interpolation of SoC between vehicle api updates (#277)
  • Use github markdown converter to render links correctly (#292)
  • Upgrade Docker alpine image and add timezone (#289)

0.23

15 Aug 11:56
872eb58
Compare
Choose a tag to compare

Bug fixes:

872eb58 Fix charge current not published when charge meter configured (#285)
c8e1d25 Fix phase detection not scaling back up
c3200ed Workaround NRGkick PauseCharging not reliable (#274)

Enhancements:

8eca79a Add more context to configuration errors to simplify diagnosis
0922bc7 Read grid and charge meter currents (#272)
b4018a9 Show phase detection in log level debug
70195e2 Simplify default config and readme (#283)

0.22

08 Aug 15:47
Compare
Choose a tag to compare

Bug fixes:

  • Fix charged energy wrong when charge stopped (#268)

Enhancements:

  • Make targetSoC configurable (ef2cc9a)
  • Add pv timer output to debug log (12cb576)

0.21

06 Aug 11:17
Compare
Choose a tag to compare

Bug fixes:

  • Fix a deadlock triggered by UI requests (b41bf78)
  • Fix soc charge bar not displayed when vehicle api offline (#269)

Enhancements:

  • Add currents to default meter (#267)
  • Provide more meter configuration details (da876ea)

0.20

04 Aug 15:54
21e7356
Compare
Choose a tag to compare

Bug fixes:

  • Fix connect/disconnect handlers (#266)

0.19

03 Aug 15:51
403c71f
Compare
Choose a tag to compare

Breaking changes:

  • Rename NRG Connect attributes: ip -> uri, macaddress -> mac (d7082ee)

New features:

  • Always disable charger when car disconnected to avoid unnecessary switching activity (#253)
  • Don't commit errors and warnings to cache (2d18775)
  • Add shoutrrr for supporting emails as push channel (#263)
  • Silence NaN ModBus reading errors by treating NaN as zero (#261)

Bug fixes:

  • Don't disable charger if targetSoc is 100% (569e1e8)

0.18

30 Jul 14:44
Compare
Choose a tag to compare

Bug fixes:

  • Fix a crash when opening the UI in the goreleaser-built github bundle introduced in 0.17 (9139817)
  • Fix calculating remaining charge duration when target soc is active (e2c0ea9)

0.17

29 Jul 20:43
Compare
Choose a tag to compare

Bug fixes:

  • Fix update version check once and for all

0.16

29 Jul 20:22
2261d8d
Compare
Choose a tag to compare

Enhancements:

  • Download and show release notes (#250)
  • Append unique tag to javascript name to ensure updates are always picked up (fixes unresponsive UI)

Bug fixes:

  • Make targetSoC configurable and fix remaining charging time calculation (#248)