Skip to content

Releases: OpenEVSE/ESP8266_WiFi_v2.x

V2.9.1

29 Jul 19:08
Compare
Choose a tag to compare
  • Fix GUI typos

V2.9.0

14 Jul 21:46
6e05310
Compare
Choose a tag to compare

2.8.2...2.9.0

  • Fix WiFi re-connect interval #248

  • Backport some changes from ESP32 WiFi V3.x #260

    • Significant improvement to PV Divert see below for details
    • Realtime VRMS via MQTT for improve solar PV divert calculation. e.g from emonPi emon/emonpi/vrms
    • Updates to save the EEPROM config as a JSON block
    • Python 3 fixes
    • Latest GUI

Significant update to solar PV divert functionality

Issue OpenEVSE/openevse_esp32_firmware#54 PR OpenEVSE/openevse_esp32_firmware#76

  • Eco Mode is now pervasive between charging sessions
  • PV divert ("Eco Mode") will now pause charging once solar PV / Grid IE drops below the minimum current (6A) and will resume when more power is available.
  • Charge current calculation is now processed via a smoothing algorithm to avoid any stopping/starting charging unnecessarily
  • Improved user display to communicate charging state e.g "Charging from Solar", "Waiting for Solar" etc
  • Timer charge functions as an overnight boost timer'. If EcoMode is left enabled and a timer is set e.g overnight off peak period, the EV will charge at full current for the duration of the timed charge.
  • Enable 'advanced' mode to adjust smoothing and minimum charge time settings:
    small

Screenshot from 2020-07-14 23-59-56

Examples of the new solar PV divert in action:

Day 3- Grid IE
Day 2- Grid IE
Cloudy Morning

V2.8.2

09 Oct 16:41
7657740
Compare
Choose a tag to compare

V2.8.1

20 May 15:38
e979a74
Compare
Choose a tag to compare
  • Improve solar PV divert calculation reliability #227
  • Update GUI #222

2.8.0...2.8.1

V2.8.0

17 Mar 01:38
Compare
Choose a tag to compare

V2.7.8

24 Jan 20:11
Compare
Choose a tag to compare

Now live on https://emoncms.org/find

V2.7.7

07 Jan 16:22
Compare
Choose a tag to compare

V2.7.6 | Post wh

03 Nov 00:50
Compare
Choose a tag to compare
  • Post wh instead of watt-seconds to Emoncms/MQTT #195

V2.7.5 | Fix sleep timer override

04 Oct 11:41
Compare
Choose a tag to compare
  • Fix start/pause button on web UI not able to override the delay timer (requires open_evse FS V5.0.0)
  • Ohm connect fixes #189
  • Re-word UI button "Continue in AP mode" to "Standalone"

V2.7.4 | Hardware factory reset option

18 May 00:57
Compare
Choose a tag to compare
  • Implement hardware factory reset option: hold ESP GPIO0 (boot) for 10s (holding GPIO0 for 5s will force WiFi AP mode) #137
  • Fix IE 11 issue #181
  • Use text field for SSID password to reduce entry errors