Skip to content

Releases: UtilitechAS/amsreader-firmware

Release v2.1.6

16 Aug 10:10
Compare
Choose a tag to compare
  • Fixed HA accumulated formatting error
  • Fixed AP mode for ESP32-S2
  • Fixed modem sleep for ESP32-S2
  • Improved labels for export on graphs
  • Added real time production numbers
  • Added OTA firmware upgrade for ESP8266

Release v2.1.5

31 Jul 18:42
Compare
Choose a tag to compare

IMPORTANT
v2.1.4 has a bug where real time data stored on flash is not restored on reboot. This version fixes that

WARNING to ESP32 S2 users:
This version will not go into AP mode when triggered with AP button.

Release v2.1.4

30 Jul 11:36
Compare
Choose a tag to compare
  • Added support for tariff threshold calculation from multiple hours (configurable)
  • Added profile for Pow-P1
  • Added profile for Wemos S2 mini
  • Fixed overflow issue on real time cost
  • Restructured data parsing for better support and flexibility

WARNING to ESP32 S2 users:
This version will not go into AP mode when triggered with AP button.

Release v2.1.3

23 Jun 18:44
Compare
Choose a tag to compare
  • Fixed 404 after uploading SSL sertificates for MQTT/SSL
  • Warning: ESP8266 may not have enough RAM for SSL
  • Fixed price reload when ENTSO-E config is changed
  • Fixed currency conversion between nordic currencies
  • Fixed firmware OTA firmware upgrade for ESP32-S2
  • Fixed minimum value for tariff threshold
  • Fixed JSON error when backslash in meter model
  • Fixed ADC reading for ESP32-S2
  • Added support for GBT frames
  • Added baud rates: 4800, 19200, 38400, 57600
  • Added build for ESP32-Solo

Release v2.1.2

23 Apr 06:59
Compare
Choose a tag to compare
  • Added support for encrypted DSMR meters
  • General improvements for DSMR
  • Fixed clearing of older prices on MQTT raw
  • Fixed detection of Sagemcom meters
  • Fixed voltage calculation error when reading voltage from GPIO

Release v2.1.1

03 Apr 11:40
Compare
Choose a tag to compare
  • Fixed missing price updates every hour
  • Added "month max" to MQTT

Release v2.1.0

30 Mar 17:23
Compare
Choose a tag to compare

Fixed:

  • Broken amperage graph with all phases exporting
  • Decryption without authentication key on ESP32
  • Price fetching after switching to CEST

Changes:

  • Improved algorithm to update hour and day graph values
  • Removed support for loading config from v1.4.x series firmware
  • Visualize export as separate negative bar in graph

Added:

  • Month threshold tracking according to Norwegian distribution tariff
  • Ability to backup and restore from human readable config file
  • Support for Home Assistant auto discovery
  • Send uncoded payload to MQTT (HEX encoded bytes)
  • Possibility to view wattage display in watt always instead of kw (Click the value to change)
  • Possibility to factory reset during boot
  • Possibility to adjust WiFi power
  • Multipliers for wattage, voltage, amperage and accumulated values, in case of CT meters or misinterpreted data
  • ESP32-S2 support

Release v2.0.11

20 Feb 18:49
fcb4ccb
Compare
Choose a tag to compare
  • Added new MQTT topic with free memory in raw mode
  • Fixed styling of export graph
  • Changes to stabilize HAN when debugging is disabled
  • Changed to double precision on accumulated values

Release v2.0.10

10 Feb 09:42
Compare
Choose a tag to compare

v2.0.8 and v2.0.9 was removed due to error. The following was fixed in v2.0.8:

  • More changes to improve stability for ENTSO-E API
  • Support null values in the middle of payload (Fixes parsing for Kamstrup 1p)
  • Increased buffer for MQTT (Trying to improve stability for MQTT)
  • Fixed int16 overflow for hourly use in graph
  • Fixed disappearing phase in current graph if current is zero
  • Fixed real time update of export watt

v2.0.9 has extra error handling and reduced CPU speed for ESP32 to 160mhz

v2.0.10 has code update that reduces stack size which should improve stability

Release v2.0.7

30 Jan 20:02
Compare
Choose a tag to compare
  • Fixed connection error for fetching prices and exchange rates
  • Fixed parsing of data from Swedish Aidon meters
  • Fixed upgrade by auto download. Returns without upgrading in previous version
  • Changed main fuse and production capacity fields to free number from 0 to 255
  • General stability improvements