Skip to content

Releases: UtilitechAS/amsreader-firmware

Release v1.3.1

27 Jul 18:06
Compare
Choose a tag to compare
  • Fixed wrong substitute calculation for I2 when exporting power

Release v1.3.0

06 Jun 18:42
38eb2d8
Compare
Choose a tag to compare

Changes:

  • Reorganized parts of user interface
  • Removed support for loading config from roarfred, v0.x and v1.x series firmware

Added:

  • Added support for Kamstrup IT meters
  • Simple configuration page for AP mode
  • Added SSL support for MQTT
  • Added Domoticz format to MQTT payload (Thanks to @atlej68)
  • Added RAW (full) mode which always sends data, even when not changed (Thanks to @stenjo)
  • Optional checkbox for Aidon IT meters to calculate missing "I2" value
  • Configurable voltage testing (Used for BUS powered boards)
  • Voltage multiplier, for boards with voltage divider on voltage sensor
  • Made all GPIO configurable in UI; Serial port, LED, AP button, temperature sensor and Vcc
  • Added version check in user interface, gives a link for downloading from GitHub

NOTE:
This will be the last version with multiple binaries. In next major version (v1.4) it will only be ESP32 and ESP8266, as everything that is different between the builds are configurable in user interface.

Testing v1.3

28 May 16:50
Compare
Choose a tag to compare
Testing v1.3 Pre-release
Pre-release
  • Added support for Kamstrup IT meters
  • Fixed problems with saving correct GPIO during setup

Testing v1.3

24 May 15:14
Compare
Choose a tag to compare
Testing v1.3 Pre-release
Pre-release

Changes:

  • Reorganized parts of user interface
  • Removed support for loading config from roarfred, v0.x and v1.x series firmware

Added:

  • Simple configuration page for AP mode
  • Added SSL support for MQTT
  • Added Domoticz format to MQTT payload (Thanks to @atlej68)
  • Added RAW (full) mode which always sends data, even when not changed (Thanks to @stenjo)
  • Optional checkbox for Aidon IT meters to calculate missing "I2" value
  • Configurable voltage testing (Used for BUS powered boards)
  • Voltage multiplier, for boards with voltage divider on voltage sensor
  • Made all GPIO configurable in UI; Serial port, LED, AP button, temperature sensor and Vcc
  • Added version check in user interface, gives a link for downloading from GitHub

NOTE:
This will be the last version with multiple binaries. In next major version (v1.4) it will only be ESP32 and ESP8266, as everything that is different between the builds are configurable in user interface.

Release v1.2.3

19 Apr 18:36
719ed56
Compare
Choose a tag to compare
  • Fixed negative current when exporting power

Release v1.2.2

10 Apr 07:01
Compare
Choose a tag to compare
  • Fixed MQTT topic for temperature in RAW mode. Was overwriting VCC.
  • Removed voltage test in startup. Now only active when compiled with -D SELF_POWERED=1

Release v1.2.1

09 Apr 06:52
Compare
Choose a tag to compare
  • Fixed ESP32 crashing when RemoteDebug was initialized before WiFi.
  • Fixed ESP32 unformatted SPIFFS
  • Added battery voltage reading for Lolin D32
  • Apply ESP_VCC_CALIB_FACTOR for any board, not just ESP8266

Release v1.2.0

07 Apr 19:13
Compare
Choose a tag to compare

Added features:

  • Selectable MQTT payload format, JSON or RAW.
  • Firmware upload from Web UI.
  • Remote debugging, configurable from Web UI and accessible via Telnet.
  • mDNS support. Hostname is configurable in Web UI.
  • Added DNS as configuration option when using static IP.

Bug fixes:

  • Fixed nearly invisible LED blink when MQTT is disabled.
  • Fixed uptime rollover problem at 49.7 days.
  • Corrected unixtime values for timestamps.

API changes:

  • JSON field "up" changed from milliseconds to seconds
  • Kaifa accumulated values changed from Wh to kWh

Release v1.1.2

30 Mar 05:33
Compare
Choose a tag to compare
  • Increased limit for when ArduinoJson uses scientific notation

Testing v1.2-rc1

30 Mar 19:07
Compare
Choose a tag to compare
Testing v1.2-rc1 Pre-release
Pre-release

Added features:

  • Selectable MQTT payload format, JSON or RAW.
  • Firmware upload from Web UI.
  • Remote debugging, configurable from Web UI and accessible via Telnet.
  • mDNS support. Hostname is configurable in Web UI.
  • Added DNS as configuration option when using static IP.

Bug fixes:

  • Fixed nearly invisible LED blink when MQTT is disabled.
  • Fixed uptime rollover problem at 49.7 days.
  • Corrected unixtime values for timestamps.

API changes:

  • JSON field "up" changed from milliseconds to seconds
  • Kaifa accumulated values changed from Wh to kWh