Releases: evcc-io/evcc
Releases · evcc-io/evcc
0.25
0.24
Bug fixes:
- Refactor KEBA implementation so it works in docker (#288)
Note KEBA users: add aserial
to the KEBA definition to allow identifying the sender of received KEBA UDP messages
Enhancements:
0.23
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
0.21
0.20
0.19
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)