EmonESP Versions Save

ESP8266 WIFI serial to emoncms link

3.1.4

3 years ago

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

3.1.3

3 years ago

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

3.1.2

3 years ago

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

3.1.1

3 years ago
  • 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

3.1.0

3 years ago

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 https://github.com/openenergymonitor/EmonESP/pull/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

3.0.0

4 years ago

2.3.0

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago
  • Fix Safari loading issue
  • Fix typo in API URL example
  • Remove Arduino libs from repo to avoid conflict issues

2.2.1

6 years ago

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