Skip to content

Releases: openenergymonitor/EmonESP

V3.1.4

17 Dec 13:23
Compare
Choose a tag to compare
  • Fix 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.3

14 Dec 16:44
84e4929
Compare
Choose a tag to compare
V3.1.3 Pre-release
Pre-release
  • 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

19 Oct 10:58
8726b65
Compare
Choose a tag to compare
  • Fixed setting the MQTT feed prefix #84

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.1

06 Oct 00:26
Compare
Choose a tag to compare
  • 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

28 Sep 23:05
Compare
Choose a tag to compare

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

22 Nov 16:03
Compare
Choose a tag to compare
  • Merge of timer branch #68

V2.3.0 | Misc Bug Fixes

28 Mar 16:06
9188ec7
Compare
Choose a tag to compare
  • Fix: add Emoncms URL path setting to allow HTTPS connections to non emoncms.org servers #38 @mabi
  • Fix: Reset connection error count on successful connection #39 @pb66
  • Update: SHA-1 label and updated docs #37 @mabi
  • Update: ESP async web server lib name to fix compile issue

V2.2.3 | KRACK WiFi Vulnerability fix

18 Oct 01:03
Compare
Choose a tag to compare

V2.2.2 | Fix Safari loading issue

21 Sep 16:35
Compare
Choose a tag to compare
  • 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

19 Jul 16:59
Compare
Choose a tag to compare

Fix java script error, trying to look for firmware check function that has been removed