Skip to content

Releases: OpenEVSE/openevse_esp32_firmware

v5.1.4

28 Jun 19:46
Compare
Choose a tag to compare

What's Changed

New Contributors

image

Full Changelog: v5.1.2...v5.1.4

v5.1.3

23 Jun 21:10
dca9e4b
Compare
Choose a tag to compare
v5.1.3 Pre-release
Pre-release

What's Changed

New Contributors

image

Full Changelog: v5.1.2...v5.1.3

v5.1.2

08 Aug 21:01
948b386
Compare
Choose a tag to compare

What's Changed

boards

Full Changelog: v5.1.1...v5.1.2

Development Build

07 Aug 21:00
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • fe5be4d: Bump espressif32 to 6.8.1 (github-actions[bot]) #887
    boards

v5.1.1

08 Jul 17:26
cfb1cbe
Compare
Choose a tag to compare
  • Fix Ethernet #827
  • Minor fixes
    boards

v5.1.0

23 Feb 17:31
d92677f
Compare
Choose a tag to compare

Important: This release does not work with the Ethernet module

Whats New

  • 99bfd6f: Initial addition of the elecrow_esp32_hmi boards (Jeremy Poulter) #745
  • 2151248: Initialise the FSF screen (Jeremy Poulter) #745
  • f851b59: Removed LVGL for now and added some demo screens for the LCD (Jeremy Poulter) #745
  • 5f88ed7: Initial code to render a boot screen and charging screen (with some random text) (Jeremy Poulter) #745
  • 36c3365: Adding PNG lib and tweaking the SPI speed≈ (Jeremy Poulter) #745
  • 03469f2: Limit the fonts we load (Jeremy Poulter) #745
  • 40e5501: Render the boot screen as component parts so we can save flash space. (Jeremy Poulter) #745
  • 4425505: Adding builds to the CI (Jeremy Poulter) #745
  • 2df92a3: Update Charge screen (Chris Howell) #745
  • a738ef6: Delete gui-tft/ChargeScreene.png (Chris Howell) #745
  • d5e1219: Blanked Screen (Chris Howell) #745
  • c05b752: Updated charging image (Jeremy Poulter) #745
  • 8a8e1ba: Added rendering the text values (Jeremy Poulter) #745
  • 58513a3: Get the live delivered power (Jeremy Poulter) #745
  • f79bfe1: Split out the bits of the charge screen that are a little harder to render in code (Jeremy Poulter) #745
  • d95fb3d: Render a lot of more of the UI in software to make the update faster (Jeremy Poulter) #745
  • a99cdd4: Remaining values are now live (Jeremy Poulter) #745
  • 0a96137: Updated to continually update the display (Jeremy Poulter) #745
  • aa0a7d8: Fixed flickering when updating the text, by rendering to a sprite first (Jeremy Poulter) #745
  • 4c29270: Fixed flicker on progress bar update (Jeremy Poulter) #745
  • 13a90e6: Use fill sprite as it can be faster (Jeremy Poulter) #745
  • 3c055f9: Merge branch 'master' into elecrow_esp32_hmi (Jeremy Poulter) #745
  • 83dfa20: Merge branch 'master' of github.com:OpenEVSE/ESP32_WiFi_V3.x into elecrow_esp32_hmi (Jeremy Poulter) #745
  • 69b3b7d: Adding status icons (Jeremy Poulter) #745
  • c41df86: Latest GUI (Jeremy Poulter) #745
  • 5ef3b7f: Added switching the status icon (Jeremy Poulter) #745
  • ed7d7c4: Merge branch 'master' into elecrow_esp32_hmi (Jeremy Poulter) #745
  • bfb2514: Adding options to build for the new TFT OpenEVSE board (Jeremy Poulter) #745
  • 79384cb: Ignore .pem files (Jeremy Poulter) #745
  • baea014: Moved LEDs to GPIO26 as GPIO10 conflicts with the internal flash chip (Jeremy Poulter) #745
  • eb3ce9a: Merge branch 'master' into elecrow_esp32_hmi (Jeremy Poulter) #745
  • d944e64: Swap the serial ports on the dev verion of OpenEVSE WiFi TFT so it is easier to upload/debug via serial (Jeremy Poulter) #745
  • 5056653: Fix for crash during initial setup (Jeremy Poulter) #745
  • 31d0788: Merge branch 'master' of github.com:OpenEVSE/ESP32_WiFi_V4.x into elecrow_esp32_hmi (Jeremy Poulter) #745
  • 98fc63b: Enabled 16MB flash on the TFT boards (Jeremy Poulter) #745
  • 6069bd7: Fixed memory monitor to not depend on the OpenEVSE module being detected (Jeremy Poulter) #745
  • f867740: Disabled debug messages (Jeremy Poulter) #745
  • fd44f89: Adding in some more initilisation/memory debug logs (Jeremy Poulter) #745

boards

v5.0.2

01 Nov 15:25
1a6aea9
Compare
Choose a tag to compare
  • Minor update to fix release version name

What's Changed

Full Changelog: v5.0.1...v5.0.2

image
ESP32-GATEWAY-2-jpg-310×230- (2)

v5.0.1

31 Oct 16:30
37cdcad
Compare
Choose a tag to compare
  • Make service level setting available

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

image
ESP32-GATEWAY-2-jpg-310×230- (2)

v5.0.0

19 Sep 22:19
827b645
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release

Important: This update requires a manual upload of the .bin firmware file via the web interface (Configuration > Firmware > Update > Select File). 'Direct Install' from Github is not possible. Be sure to select the correct firmware file for your hardware

What's Changed

  • Disable all non-read-only RAPI commands #702
  • Remove GUI V1
  • Expose restart and max_current through MQTT #620
  • Add limit and limit/set to MQTT #637
  • Solar PV divert self consumption optimisations #590
  • Fix WiFi AP #673
  • More accurate firmware file names #712
  • Support configuration updates through MQTT #714
  • OCPP update #682
  • Add Hungarian translation
  • Fix Setup Wizard quit button
  • Various bug fixes

All Changes

What's Changed

Full Changelog: v4.2.2...5.0.0

image
ESP32-GATEWAY-2-jpg-310×230- (2)

V2 GUI pre-release

10 May 05:28
8170b69
Compare
Choose a tag to compare
V2 GUI pre-release Pre-release
Pre-release

Commits

  • 0767bbb: The newer ESP32 IDF can do core dumps in the coredump partition (Jeremy Poulter) #561
  • 39a8136: Merge branch 'master' into jeremypoulter/core_partition (Jeremy Poulter) #561
  • 2fb1253: Merge branch 'master' into jeremypoulter/core_partition (Guillaume S) #561
  • 6877db0: Merge branch 'master' into jeremypoulter/core_partition (Jeremy Poulter) #561