V4.1.5
IMPORTANT: Breaking change! V4.x recommends a minimum of 7.1.2 of the OpenEVSE controller firmware, some features do not function with older EVSE controller firmware.
- Current shaper support - Throttle charge current following your house loads to prevent exceeding import limit
- Solar PV divert (EcoMode) fixes: #431
- Add ability to write factory settings #437
- MQTT fixes #424 #379
- Add French language support #422
- Fix ESP gateway board OTA upload #415
- LCD display tweaks #344
What's Changed
- Mqtt reworked API version by @KipK in #379
- Current shaper module by @KipK in #382
- Updated installer/WiFi setup screen to add Timer setup and Upgrade by @jeremypoulter in #395
- ESP32-PoE-ISO support, Ethernet doc reorg by @ianrrees in #418
- LCD info display corrections and date format tweak by @toofishes in #344
- fix retain flag faulty after VirtualBool switch. by @KipK in #412
- Issue #187 - Feed watchdog in http_update_write() & ESP Ethernet OTA upload by @ianrrees in #415
- Fix#411 by @KipK in #416
- added /scheduler /scheduler/set {json} to MQTT. by @KipK in #421
- I18n by @KipK in #422
- fix #424 by @KipK in #425
- Bump gui from
a97e0e4
to6954336
by @dependabot in #426 - Bump gui from
6954336
tob28ab16
by @dependabot in #430 - Divert updates by @jeremypoulter in #431
- Added the ability to set some write once 'factory' settings by @jeremypoulter in #437
New Contributors
Full Changelog: 4.1.4...4.1.5
Updating Firmware
Firmware can be updated via the web interface. Be sure to select the correct firmware for your hardware and unzip before uploading .bin
- Huzzah ESP8266 - can only run V2.x firmware, see archive V2.x repository
- Huzzah ESP32 - can run V3.x and V4.x firmware - use
openevse_huzzah32.bin
- OpenEVSE V1 - designed for V4.x firmware - currently shipping in 2021 use
openevse_wifi_v1.bin
- Olimex ESP32 Gateway (Wired Ethernet) - can run V3.x and V4.x firmware - use
esp32-gateway-e.bin
for rev E hardware andesp32-gateway-f.bin
for rev F and rev G hardware
After updating FW browser cache may need clearing to reload the web interface
If the web interface cannot be loaded, the firmware must be loaded via a USB to serial programmer, see instructions in Readme.md.