Releases: OpenEVSE/ESP8266_WiFi_v2.x
Releases · OpenEVSE/ESP8266_WiFi_v2.x
V2.7.3| Divert status EcoMode display
- Display Solar PV divert (EcoMode) status. Latest Solar PV gen value, last updated indicator and corresponding charge current is displayed in the interface. #172
V2.7.2 | Fix month date
- Fixed month off by one #177
V2.7.1 | timezone fixes
V2.7.0 | RAPI API 4.0.1+ support
New Features
- Support new safety check toggles RAPI API 4.0.1+ (open_evse controller FWV4.9.1+) e.g ($FF). Backwards compatibility has been maintained #145
- Remember debug and advance toggle setting using a session cookie #161
- Add loading progress indicator #162
Bug Fixes
- Fix Ad-hoc "continue in AP mode" hanging bug #142 #163
- Use secure web sockets if connecting over https (for simulator) #158 e.g. https://openevse.openenergymonitor.org/
V2.6.0 | Significant bug fixes
Bug Fixes
- Fix time setting issue, time is now correct when auto-set #119
- Fix timezone offset session timer issue #107
- Fix hostname (http://openevse.local now works again) #136
- Allow unit to easily switch between wifi networks and drop back to AP mode when no WiFi is behavioural or authentication failure e.g. incorrect password Fix #118
- Auto detect if RTC hardware is present and disable time setting if not
Known Issues
Continue in Access Point (AP) mode causes ESP to crash #142
V2.5.2 | Fix HTTP authentication
- Fix bug causes HTTP authentication to hang. Issue #101 , Fix: #125 @jeremypoulter
V2.5.1 | Allow AP only mode
- Add button to AP WiFi portal webpage to continue to full interface while in AP mode
V2.5.0 | Fix Solar PV divert
- Fix solar PV divert 720195f
- Don't push any WiFi LCD messages to OpenEVSE until it's finished starting up 9e1f4ea
- Specify Arduino ESP SDK version 2.4.0-rc2 for all builds to include CRACK fix (requires platformIO 3.5+, currently in dev, see dev platformio install instructions)
- Add MQTT disconnect 'will' fee3ced fix #113
V2.4.2 | Bug & security fixes
Important security update
- Attached
.bin
is compiled using esp8266 arduino code 2.4.0-rc2 usingopenevse_staging_libs
platformio environment to fix KRACK vulnerability
Other Changes
- Don't save divertmode current to EEPROM i.e 'eco mode' current changes are temporary
Minor UI Tweaks
- Move location of charge mode UI box
- Rename time update button 'Update' to 'Sync' fixes fixes issue #76