Skip to content

8.2.3 with BOOTLOCK

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 06:09
· 3 commits to master since this release
0b09c6e

8.2.3 is now compiled with BOOTLOCK/HEARTBEAT enabled.
NOTE: Do not install if:
Wi-Fi is not installed
Wi-Fi version is not stable
Wi-Fi version not greater than 4.2.1
You don't want your station locking due to comm/WiFi issue
s

It prevents OpenEvse starting a charge while the WiFi Gateway is still booting.
WiFi Gateway firmware >= 4.2.1 is mandatory or EVSE will stay locked after boot.

Untethered setup with Type 2 socket ( EmonEvse & OpenEVSE_eu ) should update to this version. It fixes a bug with cable ampacity.

There's no 3 phases build needed anymore. Use the same firmware for booth mono and three-phase setups.

What's new:

  • ca6d95f: SaveSettings() should save GetMaxCurrentCapacity() (lincomatic) #19
  • 97d2058: clear elapsedchargetime (lincomatic) #19
  • 00ba307: added BOOTLOCK (lincomatic) #19
  • 1da09d5: autoampacity fixes (lincomatic) #19
  • bea53db: RTC setting improvement via push button menu (zymurgic) #19,#157
  • 37753a3: Merge commit 'ca6d95f0bcc5d0bb8b739e7936d32795bcc07836' (lincomatic) #19
  • bb5e804: Merge commit '97d205830ebd330bf1476991b5a043633199ba3a' (lincomatic) #19
  • 8395523: Merge branch 'development' (lincomatic) #19
  • caac7f2: Merge branch 'ppauto' of https://github.com/lincomatic/open_evse (lincomatic) #19
  • 6aa8d3e: don't turn on PP_AUTO_AMPACITY by default in master branch (lincomatic) #19
  • d825c82: Merge remote-tracking branch 'lincomatic/master' into openevse_master (KipK) #19
  • efb16c4: remove emonevse_3ph from github action build (KipK) #19
  • 87da5aa: put back RAPI_WF (KipK) #19
  • c0c4c7a: update VERSION in open_evse.h (KipK)
  • 48179e9: Fix missing temperature sensor ( i2c was reset after temp sensor initialisation ) (KipK)
  • 0cafc6c: set default voltage to 230V for EU builds (KipK)
  • 8e8e30a: Fix missing temperature sensor ( i2c was reset after temp sensor initialisation ) (KipK) #164
  • 6ce2d80: fix compile without KWH_RECORDING (KipK) #165
  • 882170a: Merge branch 'lincomatic:master' into master (Guillaume S)
  • c088833: Removing some old envs that are no longer supported (Jeremy Poulter) #21