Skip to content

v6.4.0

Choose a tag to compare

@nengyuanzhang nengyuanzhang released this 26 Apr 01:58
· 361 commits to master since this release

Added

  • added redis cache to space reports in myems-api
  • added demo data translations in database
  • added combined equipment prediction excel exporter in myems-api
  • added equipment prediction report in myems-api
  • added meter prediction report in myems-api
  • added shopfloor prediction excel exporter in myems-api
  • added space prediction excel exporter in myems-api
  • added store prediction excel exporter in myems-api
  • added tenant prediction excel exporter in myems-api
  • added virtual meter prediction report in myems-api
  • added support for logging in with the enter key on the login screen in myems-admin
  • added pagination functionality to the data point table in myems-admin
  • added daily data to meter batch report in myems-api and myems-web

Changed

  • changed default start_datetime_utc to 2024-12-31 16:00:00 in myems-aggregation, myems-cleaning and myems-normalization
  • split myems-admin/app/translations.js into small files
  • split myems-web/src/i18n.js into small files

Fixed

  • fixed issue of package.json in myems-web
  • added try...finally for cnx.close() and cursor.close() in myems-api
  • fixed the issue where the scrollbar did not reset when navigating to a new page in myems-admin

Removed

  • removed the default interval_in_seconds from config in myems-modbus-tcp