Skip to content

Releases: UtilitechAS/amsreader-firmware

Release v2.2.8

12 Feb 19:57
Compare
Choose a tag to compare

Fixed GPIO select for HAN on ESP8266

Release v2.2.7

10 Feb 18:02
Compare
Choose a tag to compare

Fixed ADC issue introduced in 2.2.6 causing incorrect voltage read error

Release v2.2.6

10 Feb 16:36
Compare
Choose a tag to compare
  • Updated Entso-e API endpoint URL. The one used in older firmware stops working 14.feb. This issue will apply for all users using their own API key
  • Some user interface improvements

Release v2.2.5

01 Feb 18:21
Compare
Choose a tag to compare
  • Fixed migration issue from v2.1.x firmware

Release v2.2.4

31 Jan 16:24
Compare
Choose a tag to compare
  • Fixed random reboot issue in AP mode
  • Fixed realtime export display
  • Fixed export gauge scaling and colors
  • Fixed redirect issue after running initial setup with static IP
  • Fixed baud and parity autodetect

Release v2.2.3

29 Jan 21:53
Compare
Choose a tag to compare
  • Fixed a reboot loop for devices not connected to meters
  • Added missing GPIO16 to HAN PIN dropdown
  • Removed unnecessary debug logging when debugger not enabled
  • Changed some debugging behaviour
  • Changed some code relating to temperature sensor update and MQTT publishing

Release v2.2.2

29 Jan 16:12
Compare
Choose a tag to compare
  • Fixed issue where month cost from v2.1 series firmware was incorrectly loaded

Release v2.2.1

28 Jan 20:18
Compare
Choose a tag to compare
  • Fixed issue where special character in model number broke user interface
  • Fixed display chipset for ESP32-solo

Release v2.2.0

28 Jan 11:18
Compare
Choose a tag to compare

Changes:

  • Completely rebuilt user interface
    • Can run offline
    • Does not rely on external resources
    • Faster than before
    • Hopefully more intuitive
  • Changed timezone configuration
  • Added visualization of peaks in current month.
  • Added display of error messages from HAN, MQTT and price fetcher
  • Added production "income" calculation
  • Added possibility to choose which GUI elemets should be shown
  • Improved graphs, main fuse and production capacity setting to handle large installation
  • Fixed issue where 0w import triggered a crash
  • Fixed issue where invalid characters from config file upload was accepted and stored
  • Various bug fixes of realtime calculations
  • Various bug fixes in MQTT payload
  • Energy price fetch without ENTSO-E API key
    • Fetches prices from a centralized server dedicated to this project
    • Works with both ESP32 and ESP8266

Note:

  • Kamstrup owners may need to configure a multiplier on amperage starting from this version

API changes:
data.json

  • Added ea.h.i, ea.d.i and ea.m.i (float) which contains calculated income for export
  • Added pr (string) for price area
  • Added he (int) for HAN errors
  • Added ee (int) for Entso-e errors (price fetching)
  • Added a (boolean) to know if web authentication is enabled or not

Release v2.1.17

19 Jan 11:07
Compare
Choose a tag to compare
  • Fixed issue with board profiles where LED GPIO was configured unintentionally