Releases: openenergymonitor/EmonESP
V3.1.4
V3.1.3
- Fix Emoncms path #85
Upload pre-compiled FW using emonUpload or esptool
esptool.py write_flash 0x0 firmware.bin
firmware.bin
= FW for Huzzah
smartplug.bin
= FW for Sonoff S20
wifirelay.bin
= FW for MQTT WiFi relay
V3.1.2
V3.1.1
- Fix HTTP OTA update for MQTT WiFiRelay
- Fix custom MQTT port
Upload pre-compiled FW using esptool
esptool.py write_flash 0x0 firmware.bin
firmware.bin
= FW for Huzzah
smartplug.bin
= FW for Sonoff S20
wifirelay.bin
= FW for MQTT WiFi relay
V3.1.0
Significant update, loads of features including, but not limited to:
- HTML/JS embedded into the firmware, no more uploading the SPIFFS separately
- functional HTTP update via the GUI [1]
- Better WiFi management
- Improved GUI dev tools, makes it easier to develop the UI
- Remote display of both the EmonTX serial and the Debug output in HTTP GUI
- Config saved as JSON in the 'EEPROM', makes adding additional config easier
- The Input process is more robust, parsed into ArduinoJson 'document' for passing to the different outputs
- Latest ESP8266 core
[1] - HTTP does not work yet on the Sonoff S20 smartplug since the ESP only had 1Mb flash
Most of the changes are by @jeremypoulter in #74
Upload pre-compiled FW using esptool
esptool.py write_flash 0x0 firmware.bin
firmware.bin
= FW for Huzzah
smartplug.bin
= FW for Sonoff S20
wifirelay.bin
= FW for MQTT WiFi relay
v3.0.0 | Merge of timer branch
- Merge of timer branch #68
V2.3.0 | Misc Bug Fixes
V2.2.3 | KRACK WiFi Vulnerability fix
-
Attached
.bin
is compiled withemonesp_staging_libs
platformio environment to use esp8266 arduino code 2.4.0-rc2 to fix KRACK WiFi WPS vulnerability -
ESPasync web server version bumped to fix web socket issue with IE Edge browsers
V2.2.2 | Fix Safari loading issue
- Fix Safari loading issue
- Fix typo in API URL example
- Remove Arduino libs from repo to avoid conflict issues
V2.2.1 | Fix js error
Fix java script error, trying to look for firmware check function that has been removed