Recent Releases of MyEMS

MyEMS - v6.3.0

Added

  • added Japanese translations in myems-admin and myems-web
  • added timezones translations in myems-admin
  • added Persian translations in myems-admin and myems-web
  • added efficiency indicator to equipment efficiency report in myems-web
  • added efficiency indicator to combined equipment efficiency report in myems-web
  • added redis cache to dashboard in myems-api

Changed

  • added fixed dependency version numbers to myems-api/requirements.txt
  • changed units of value_per_unit_area and value_per_capita in myems-web
  • changed default username for myems-web from administrator@myems.io to administrator in readme
  • changed the offline meter data entry interface to support 6 decimal places in myems-web
  • updated database demo data
  • changed menu order in myems-admin
  • changed base period date range picker to hide when comparison type is none in myems-web
  • changed default comparison type to none comparison in myems-web
  • changed icon on topnavbar in myems-admin

Fixed

  • fixed overwritten property in myems-web
  • fixed overwritten property in myems-admin
  • added try...finally to cnx.close() and cursor.close() in myems-api
  • fixed translations in myems-admin
  • fixed issues of dashboard in myems-api and myems-web
  • fixed color issue in myems-web
  • fixed environment monitor in myems-web
  • fixed comparison reports in myems-web
  • fixed space energy category report in myems-api and myems-web

Removed

  • removed default password from config.py. Please ensure to set environment variables like MYEMS_SYSTEM_DB_PASSWORD explicitly before deployment.
  • removed id and uuid from export data in myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 19 days ago

MyEMS - v6.2.0

Added

  • added login by mobile phone number to myems-admin
  • added efficiency_indicator to myems_system_db.tbl_equipments in database
  • added efficiency_indicator to equipment in myems-api and myems-admin
  • added efficiency_indicator to myems_system_db.tbl_combined_equipments in database
  • added efficiency_indicator to combined equipment in myems-api and myems-admin
  • added Korean translations in myems-admin and myems-web
  • added Italian translations in myems-admin and myems-web
  • added Polish translations in myems-admin and myems-web
  • added Dutch translations in myems-admin and myems-web

Changed

  • automatically extend password expiration time when changing user password

Fixed

  • fixed issues of binding objects in myems-admin

Removed

  • None

新增

  • 在 myems-admin 中添加了手机号码登录功能
  • 在数据库 myems_system_db.tbl_equipments 中添加了 efficiency_indicator 能效指标
  • 在 myems-api 和 myems-admin 中添加了设备能效指标
  • 在数据库 myems_system_db.tbl_combined_equipments 中添加了 efficiency_indicator 能效指标
  • 在 myems-api 和 myems-admin 中添加了组合设备能效指标
  • 在 myems-admin 和 myems-web 中添加了韩语翻译
  • 在 myems-admin 和 myems-web 中添加了意大利语翻译
  • 在 myems-admin 和 myems-web 中添加了波兰语翻译
  • 在 myems-admin 和 myems-web 中添加了荷兰语翻译

更改

  • 用户更改密码时自动延长密码过期时间

修复

  • 修复了 myems-admin 中绑定对象的问题

移除

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 2 months ago

MyEMS - v6.1.0

Added

  • added store type setting to myems-admin
  • added optional redis database to myems-api
  • added phone to tbl_users in database
  • added login by phone to myems-api and myems-web
  • added login by mobile phone number (china only) to myems-api and myems-web
  • added mobile phone number to user settings in myems-admin

Changed

  • updated space settings in myems-admin
  • translated object type of point in myems-admin
  • updated default reporting start date time of meter reports in myems-web

Fixed

  • optimized combined equipment settings in myems-admin
  • optimized equipment settings in myems-admin
  • optimized meter settings in myems-admin
  • fixed translations in myems-admin
  • fixed issues of binding objects in myems-admin
  • fixed issues of comparison reports in myems-web
  • fixed issue of energyflowdiagram in myems-admin
  • fixed issues of user session timeout handler in myems-web
  • fixed issue of zoom mapbox in myems-web

Removed

  • None

新增

  • 在 myems-admin 中添加了门店类型设置

  • 在 myems-api 中添加了可选的 Redis 数据库

  • 在数据库的 tbl_users 表中添加了手机号码

  • 在 myems-api 和 myems-web 中添加了通过手机号码登录的功能

  • 在 myems-api 和 myems-web 中添加了通过手机号码登录的功能(仅限中国大陆)

  • 在 myems-admin 的用户设置中添加了手机号码

更改

  • 更新了 myems-admin 中的空间设置

  • 翻译了 myems-admin 中的数据点对象类型

  • 更新了 myems-web 中计量表报表的默认报告开始日期时间

修复

  • 优化了 myems-admin 中的组合设备设置

  • 优化了 myems-admin 中的设备设置

  • 优化了 myems-admin 中的计量表设置

  • 修复了 myems-admin 中的翻译问题

  • 修复了 myems-admin 中的绑定对象问题

  • 修复了 myems-web 中的比较报表问题

  • 修复了 myems-admin 中的能流图问题

  • 修复了 myems-admin 中的用户会话超时处理程序问题myems-web

  • 修复了 myems-web 中地图缩放框的问题

已移除

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 3 months ago

MyEMS - v5.12.0

Added

  • added indexes to myems_system_db.tbl_menus in database
  • added more specific exception code in myems-api
  • added function to add weekends as non-working day in myems-admin

Changed

  • updated get space tree action in myems-api
  • changed official website to https://myems.cn

Fixed

  • fixed issues of dashboard in myems-api
  • optimized get web menu action in myems-api
  • fixed the issue of setting tariff data to 6 decimal places
  • optimized space settings in myems-admin

Removed

  • None

新增

  • 为数据库中的 myems_system_db.tbl_menus 添加了索引

  • 在 myems-api 中添加了更具体的异常代码

  • 在 myems-admin 中添加了将周末添加为非工作日的功能

更改

  • 更新了 myems-api 中的“获取空间树”操作

  • 将官方网站更改为 https://myems.cn

修复

  • 修复了 myems-api 中总览的问题

  • 优化了 myems-api 中的“获取 Web 菜单”操作

  • 修复了将资费数据设置为 6 位小数的问题

  • 优化了 myems-admin 中的空间设置

移除

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 4 months ago

MyEMS - v5.11.0

Added

  • added space cascader to distribution system in myems-web
  • added search function to tariff setting in myems-admin and myems-api
  • added combined equipment comparison report
  • added power quality report
  • added shopfloor comparison report
  • added space comparison report
  • added store comparison report
  • added tenant comparison report
  • added virtual meter comparison report
  • added 24-hour trend charts for space environmental monitor
  • added binding data source to equipment function in myems-api and myems-admin
  • added binding data source to combined equipment function in myems-api and myems-admin
  • added audit log to myems-api and myems-admin

Changed

  • updated the format of displaying the paging numbers in the detailed data table in myems-web

Fixed

  • fixed list refresh issues in all binding functions of stores, shopfloors and distribution systems in myems-admin
  • fixed issue in virtual point procedure in myems-normalization
  • fixed issue of web message batch delete function in myems-api

Removed

  • None

已添加

  • 在myems-web的配电系统中添加空间级联菜单
  • 在myems-admin和myems-api中为费率设置添加搜索功能
  • 添加组合设备比较报告
  • 新增电能质量报告
  • 添加车间比较报告
  • 添加空间比较报告
  • 添加门店比较报告
  • 添加租户比较报告
  • 添加虚拟表比较报告
  • 为空间环境监测增加了24小时趋势图
  • 在myems-api和myems-admin中添加设备绑定数据源功能
  • 在myems-api和myems-admin中添加组合设备绑定数据源功能
  • 将审核日志添加到myems-api和myems-admin

已更改

  • 更新了myems-web中详细数据表中显示分页符的格式

已修复

  • 修复了myems管理中门店、车间和配电系统的所有绑定功能中的列表刷新问题
  • 修复了规范化服务中虚拟点计算程序中的问题
  • 修正了myem-api中网页消息批量删除功能的问题

已删除

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 5 months ago

MyEMS - v5.10.0

Added

  • added search function to shopfloor setting in myems-admin and myems-api
  • added search function to user setting in myems-admin and myems-api
  • added search function to energy flow diagram setting in myems-admin and myems-api
  • added search function to energy storage container setting in myems-admin and myems-api
  • added search function to energy storage power station setting in myems-admin and myems-api
  • added search function to command setting in myems-admin and myems-api
  • added search function to microgrid setting in myems-admin and myems-api
  • added search function to combined equipment setting in myems-admin and myems-api
  • added search function to photovoltaic power station setting in myems-admin and myems-api
  • added search function to svg setting in myems-admin and myems-api
  • added search function to gateway setting in myems-admin and myems-api
  • added equipment comparison report
  • added search function to contact setting in myems-admin and myems-api
  • added asterisks to all required fields in myems-admin

Changed

  • updated myems-admin to refresh the point list when binding point to sensor
  • display the username when hovering over the user avatar in myems-web
  • updated myems-admin to refresh the tariff list when binding tariff to cost center

Fixed

  • fixed translations of menu setting page in myems-admin
  • fixed value range issues of point in myems-admin
  • fixed pop error issues when binding working calendar to store, shopfloor, and teant in myems-admin
  • fixed space cascader reset issue of equipment energy category report in myems-web
  • fixed space cascader reset issue of space reports in myems-web
  • fixed space cascader reset issue of store energy category report in myems-web
  • fixed space cascader reset issue of tenant energy category report in myems-web
  • fixed paginator issue of detaileddatatable in myems-web

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 6 months ago

MyEMS - v5.9.0

Added

  • added tenant type function in myems-admin
  • added svg preview to myems-admin
  • added copy token function to gateway in myems-admin
  • added search function to datasource in myems-admin and myems-api
  • added search function to meter in myems-admin and myems-api
  • added search function to virtual meter in myems-admin and myems-api
  • added search function to offline meter in myems-admin and myems-api
  • added iot sim card function
  • added search function to equipment in myems-admin and myems-api
  • added search function to tenant in myems-admin and myems-api
  • added search function to store in myems-admin and myems-api

Changed

  • updated dashboard in myems-web and in myems-api
  • added line breaks between button and table in myems-admin
  • updated myems-admin to refresh the meter list when binding meter to equipment
  • updated myems-admin to refresh the equipment list when binding equipment to combined equipment

Fixed

  • fixed blank page image style issue in myems-web

Removed

  • None

添加

  • 在 myems-admin中添加租户类型功能
  • 在 myems-admin中添加SVG预览
  • 在 myems-admin中添加网关复制令牌功能
  • 在 myems-admin和myems-api中添加数据源搜索功能
  • 在 myems-admin和myems-api中添加计量表搜索功能
  • 在 myems-admin和myems-api中添加虚拟表搜索功能
  • 在 myems-admin和myems-api中添加离线表搜索功能
  • 添加了物联网卡功能
  • 在myems-admin和myems-api中添加设备搜索功能
  • 在myems-admin和myems-api中添加租户搜索功能
  • 在myems-admin和myems-api中添加门店搜索功能

更改

  • 更新myems-web和myems-api中的总览页
  • 在myems-admin中添加按钮和表格之间的换行符
  • 更新myems-admin,以便在将电表绑定到设备时刷新电表列表
  • 更新myems-admin,以便在将装备绑定到组合装备时刷新装备列表。

已修复

  • 修复了myems-web中的空白页面图片样式问题。

已移除

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 7 months ago

MyEMS - v5.8.0

Added

  • added carbon emissions per unit of energy consumption to equipment in myems-web
  • added carbon emissions per unit of energy consumption to combined equipment in myems-web
  • added action to update point set value in myems-api
  • added tbl_points_set_values to myems_system_db in database
  • added tbl_photovoltaic_power_stations_invertors_points to myems_system_db in database
  • added tbl_photovoltaic_power_stations_loads_points to myems_system_db in database
  • added tbl_photovoltaic_power_stations_grids_points to myems_system_db in database

Changed

  • updated meter realtime chart in myems-web
  • updated control mode in myems-admin

Fixed

  • fixed issue of deleting point in myems-api

Removed

  • None

新增

  • 在 myems-web 中新增设备单位能耗碳排放量
  • 在 myems-web 中新增设备组合单位能耗碳排放量
  • 在 myems-api 中新增数据点设定值的操作
  • 在数据库中的 myems_system_db 中添加 tbl_points_set_values
  • 在数据库中的 myems_system_db 中添加 tbl_photovoltaic_power_stations_invertors_points
  • 在数据库中的 myems_system_db 中添加 tbl_photovoltaic_power_stations_loads_points
  • 在数据库中的 myems_system_db 中添加 tbl_photovoltaic_power_stations_grids_points

更新

  • 在 myems-web 中更新电表实时图表
  • 在 myems-admin 中更新控制模式

修复

  • 修复在 myems-api 中删除点的问题

删除

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 8 months ago

MyEMS - v5.7.1

Added

  • added myems-admin.conf and myems-web.conf for nginx
  • added binding microgrid to space in myems-admin
  • added blank page image for space environment monitor in myems-web
  • added quick mode for svg in myems-admin and myems-api
  • added myems_system_db.tbl_energy_storage_containers_data_sources in database
  • added myems_system_db.tbl_microgrids_data_sources in database
  • added myems_system_db.tbl_photovoltaic_power_stations_data_sources in database
  • added carbon emissions per unit of energy consumption to dashboard and space in myems-web
  • added binding data source to energy storage container in myems-admin
  • added binding data source to microgrid in myems-api
  • added binding data source to photovoltaic in myems-api

Changed

  • subspace names under the same parent space cannot be duplicated
  • updated power stations

Fixed

  • fixed warnings in myems-web
  • fixed warnings in myems-api
  • fixed issue of pop message in myems-admin
  • fixed issue of meter import function in myems-api
  • fixed issue of virtual meter import function in myems-api
  • fixed administrator access control issues of clone functions in myems-api
  • fixed issue of data source in myems-admin
  • fixed issue of virtual meter clone function in myems-api
  • fixed issue of login failed message in myems-admin
  • fixed issue of space import function in myems-api
  • fixed issue of delete distribution system in myems-api
  • fixed issue of add photovoltaic power station in myems-admin
  • fixed issue of delete svg function in myems-api
  • fixed issue of tanant editor in myems-admin
  • fixed issue of multiplelinechart in myems-web
  • fixed issue of tariff in myems-admin
  • fixed issue of delete contact in myems-api
  • fixed issue of delete meter in myems-api
  • fixed energy flow diagram issue in myems-api

Removed

  • removed tbl_energy_storage_containers_sensors from myems_system_db in database

新增

  • 为nginx添加了myems-admin.conf和myems-web.conf
  • 在myems-admin中添加了绑定微电网到空间功能
  • 在myems-web中增加空间环境监视的空白页图片
  • 在myems-admin和myems-api中为svg添加了快速模式
  • 在数据库中添加了myems_system_db.tbl_energy_storage_containers_data_sources
  • 在数据库中添加了myems_system_db.tbl_microgrids_data_sources
  • 在数据库中添加了myems_system_db.tbl_光伏发电站数据源
  • 在myems-web中为总览页和空间增加了单位能耗碳排放
  • 在myems-admin中增加了绑定数据源到能量存储容器的功能
  • 在myems-api中增加了绑定数据源到微电网功能
  • 在myems-api中增加了绑定数据源到光伏电站功能

更改

  • 同一父空间下的子空间名称不能重复
  • 更新电站功能

修复

  • 修复了myems-web中的警告
  • 修复了myems-api中的警告
  • 修复了myems-admin中的弹出消息问题
  • myems-api中计量表导入功能的修复问题
  • myems-api中虚拟计量表导入功能的修复问题
  • 修复了myems-api中克隆函数的管理员访问控制问题
  • 修复了myems-admin中的数据源问题
  • 修复了myems-api中虚拟表克隆函数的问题
  • 修复了myems-admin中登录失败消息的问题
  • 修复了myems-api中空间导入函数的问题
  • 修复了myems-api中删除分发系统的问题
  • 修复了myems-admin中添加光伏电站的问题
  • 修复了myems-api中删除svg函数的问题
  • 修复了myems-admin中的租户编辑器问题
  • 修复了myems-web中多重折线图的问题
  • 修复了myems-admin中的费率问题
  • 修复了myems-api中删除联系人的问题
  • 修复了myems-api中删除计量表的问题
  • 修复了myems-api中能流图的问题

删除

  • 从数据库myems_system_db中删除了tbl_energy_storage_containers_sensors

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 9 months ago

MyEMS - v5.6.0

Added

  • added uuid file name pattern in myems-api/.gitignore

Changed

  • updated datasource in myems-admin

Fixed

  • fixed image path issues in readme.md
  • fixed unused local symbols warnings in myems-api
  • fixed warnings in myems-web

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 10 months ago

MyEMS - v5.5.0

Added

  • added column definitions to tbl_points in databse
  • added definitions to points in myems-api and myems-admin

Changed

  • None

Fixed

  • fixed inefficient regular expression in myems-web
  • fixed comparison of identical values in myems-api
  • fixed unused local variable in myems-api

Removed

  • removed hybrid power station

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 11 months ago

MyEMS - v5.4.0

Added

  • added control modes and control times
  • added legend to MultipleLineChart in myems-web
  • added power integrator table in database
  • added columns is_published to historical database
  • added fuel integrator table in database
  • added apipost file

Changed

  • replaced datetime.strftime() with datetime.isoformat() in myems-api
  • changed space reports to automaticly submit in myems-web
  • changed reporting period of space reports to one week in myems-web
  • updated label interval of MultipleLineChart in myems-web

Fixed

  • fixed datetime isoformat issues in myems-api
  • fixed api key datetime issue in myems-api and myems-admin
  • fixed file is not always closed issue in myems-api
  • fixed off-by-one comparison against length issue in myems-admin
  • fixed on_delete action of point in myems-api
  • fixed equipment and combiend equipment update isssue in myems-admin
  • fixed distribution svg preview issue in myems-admin

Removed

  • removed postal code from power stations

新增

  • 增加了控制模式和控制时间

  • 在myems-web的MultipleLineChart中添加图例

  • 在数据库中添加功率积分表

  • 在历史数据库新增列is_published

  • 在数据库中添加燃油积分表

  • 添加apipost导出文件

更改

  • 将myems-api中的datetime.strftime()替换为datetime.isoformat()

  • 在myems-web中更改空间数据报表为自动提交

  • 在myems-web将空间报告的报告周期改为一周

  • 在myems-web中更新了MultipleLineChart标签间隔

修复

  • 修复myems-api中的datetime isoformat问题

  • 修复了myems-api和myems-admin中的api key日期时间问题

  • 修复了myems-api中的文件不总是关闭的问题

  • 修复了myems-admin中的长度比较问题

  • 修复了myems-api中数据点的on_delete操作

  • 修复了myems-admin中的设备和组合设备更新更新问题

  • 修复了myems-admin中的svg预览问题

删除

  • 从电站属性中删除邮政编码

Consumption - Buildings and Heating - Python
Published by nengyuanzhang 12 months ago

MyEMS - v5.3.0

Added

  • added space output data to dashboard in myems-web and myems-api
  • added space prediction report in myems-web and myems-api
  • added new point type text_value to myems-admin and myems-api

Changed

  • updated microgrid and power stations
  • updated myems-api/example.env (myems-api/.env in production eviroment)
  • changed default color scheme to light in myems-web
  • updated dashboard in myems-api and myems-web

Fixed

  • fixed issue in space statistics report
  • fixed unused import issues in myems-api
  • fixed unused local variable issues in myems-api
  • fixed overwritten property issues in myems-admin
  • fixed duplicate property issues in myems-admin
  • fixed semicolon insertion issues in myems-web
  • fixed unused variable, import, function or class issues in myems-web
  • fixed data source clone issue in myems-api

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 1 year ago

MyEMS - v5.2.0

Added

  • added portuguese language
  • added deep valley to time-of-use tariff
  • added optional langitude point, latitude point and svgs to power stations
  • added hybrid power station

Changed

  • updated notification in myems-web
  • updated realtime data title in myems-web

Fixed

  • fixed google map issue
  • fixed redundant assignment
  • fixed variable defined multiple times
  • fixed meter comparison issue in myems-api
  • fixed explicit returns mixed with implicit (fall through) returns
  • fixed label issues of Excel exporter in myems-api

Removed

  • removed console.log from myems-web and myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 1 year ago

MyEMS - v5.1.0

Added

  • added new property 'faults' to point
  • added myems_historical_db.tbl_text_value in database
  • added myems_historical_db.tbl_text_value_latest in database
  • added columns to myems_fdd_db.tbl_web_messages in database

Changed

  • changed length of decimal part of latitude and longitude to 10 in database
  • updated notification in myems-web
  • updated dockerfiles to reduce images size
  • updated command actions in myems-api
  • changed all DECIMAL(18, 3) to DECIMAL(21, 6) in database
  • changed get the latest points value interval from 10 minutes to 30 minutes
  • updated data recalculating scripts in database

Fixed

  • None

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 1 year ago

MyEMS - v4.12.0

Added

  • added all in one docker files
  • added associated equipments percentage data to combined equipment reports in myems-web
  • added myems_energy_prediction_db to database

Changed

  • updated myems_energy_baseline_db, myems_energy_plan_db, myems_energy_model_db in database
  • changed marker symbol from circle to auto in Excel exporter
  • changed dLbls showVal to false in Excel exporter

Fixed

  • fixed gulp scss compile error in myems-web

Removed

  • removed myems_billing_baseline_db

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 1 year ago

MyEMS - v4.11.0

Added

  • added tables for photovoltaic power stations in database
  • added per capita data to dashboard and space reports
  • added bind distribution system to space tab in myems-admin
  • added bind photovoltaic power station to space tab in myems-admin
  • added tables for wind farms and charging stations in database
  • added equipment percentage to associated equipment table of combined equipment energy category report in myems-web
  • added blank page background image for reports in myems-web
  • added procedure to set process id in myems-modbut-tcp

Changed

  • updated myems_system_db.tbl_data_sources in database
  • updated to hide connection of data source in myems-admin
  • changed column order of datasource list in myems-admin

Fixed

  • fixed warn: fromascasing: 'as' and 'from' keywords' casing do not match in dockerfile
  • fixed issues of clone object new name in myems-api
  • fixed clear-text logging of sensitive information
  • fixed overwritten property in myems-web
  • fixed unused import in myems-api

Removed

  • removed google maps for picking up longtitude and latitude
  • removed svg_id from energy storage container

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 1 year ago

MyEMS - v4.10.0

Added

  • added ticket actions to myems-api
  • added space production report
  • added number of occupants to space
  • added space cascader to energy flow diagram in myems-web
  • added tbl_spaces_distribution_systems to system database

Changed

  • changed base docker image from python:silm to python:3.10-slim
  • udpated demo database scripts
  • changed mapbox zoom level to 10 (large roads)

Fixed

  • fixed wrong pop messages in myems-admin
  • fixed issue of clone space in myems-api

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 1 year ago

MyEMS - v4.9.1

Added

  • added myems_production_db config to example.env in myems-api
  • added offset_constant to point

Changed

  • None

Fixed

  • fixed AttributeError of energy flow diagram in myems-api
  • fixed npm install error by replacing node-sass with sass in myems-web

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 1 year ago

MyEMS - v4.9.0

Added

  • added config entry to indicate if show TCE data on reports in myems-web
  • added diagram to energy flow diagram excel exporter (need to rerun 'sudo pip install -r requirements.txt' to upgrade)
  • added tbl_space_hourly to myems_production_db in database
  • added new menu items
  • added tbl_energy_storage_containers_firecontrols to myems_system_db in database
  • added tbl_energy_storage_containers_hvacs to myems_system_db in database
  • added tbl_spaces_energy_flow_diagrams to myems_system_db in database
  • added enter prodction to myems-api and myems-web

Changed

  • updated energy storage power station reportings
  • changed meter search box size to small
  • updated tbl_energy_storage_containers_power_conversion_systems of myems_system_db in database
  • updated tbl_energy_storage_containers_batteries of myems_system_db in database
  • updated energy storage container actions in myems-api
  • updated tbl_menus of myems_system_db in database
  • updated routes in myems-web
  • updated default start datetime utc from '2019-12-31 16:00:00' to '2021-12-31 16:00:00'

Fixed

  • fixed typo in myems-web routes
  • fixed virtual point checkbox issue in myems-admin
  • fixed issue of getting all points of data source in myems-api
  • fixed issue of virtual point in myems-normalization

Removed

  • removed tbl_energy_storage_containers_sensors from myems_system_db in database
  • removed sensors form energystoragecontainers in myems-api
  • removed sensors from energystoragecontainers in myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 1 year ago

MyEMS - v4.8.0

Warning

  • MUST replace '/code/.env' with '/app/.env' in docker run commands because Dockerfile WORKDIR was changed from '/code' to '/app'

Added

  • added clone action to energy storage container in myems-api
  • added export action to energy storage container in myems-api
  • added actions for protocol in myems-api
  • added settings for protocol in myems-admin
  • added space associated microgrids actions in myems-api
  • added microgrid energy report
  • added microgrid renevue report
  • added microgrid carbon report
  • added period type list automaticly adjustment logic in myems-web
  • added config entry to indicate if show TCE data on dashboard in myems-web

Changed

  • updated protocols and data sources in database and myems-admin
  • updated tariff price to keep 5 decimal places in database and myems-admin

Fixed

  • aligned timestamps of parameters for microgrid details report
  • aligned timestamps of parameters for energy storage power station details report
  • removed @staticmethod from init methods in myems-api

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 1 year ago

MyEMS - v4.7.0

Warning

  • This upgrade will delete svg from some tables, save svg source code to tbl_svgs or text file first

Added

  • added svg actions to myems-api, myems-admin
  • added phase_of_lifecycle to microgird
  • added work order (preview) to myems-web
  • added new protocol mqtt-xintianli
  • added protocols table to database

Changed

  • replaced svg with svg_id in combined equipment
  • replaced svg with svg_id in distribution system
  • replaced svg with svg_id in energy storage container
  • replaced svg with svg_id in equipment
  • replaced svg with svg_id in photovoltaic power station
  • replaced svg with svg_id in virtual plant
  • replaced svg with svg_id in wind farm
  • replaced svg with svg_id in microgrid
  • replaced svg with svg_id in energy storage power station
  • set data result hidden by default for space reports in myems-web
  • set data result hidden by default for equipment reports in myems-web
  • set data result hidden by default for shopfloor reports in myems-web
  • set data result hidden by default for store reports in myems-web
  • set data result hidden by default for tenant reports in myems-web
  • set data result hidden by default for combined equipment reports in myems-web
  • set data result hidden by default for meter reports in myems-web
  • set data result hidden by default for virtual meter reports in myems-web
  • set data result hidden by default for offline meter reports in myems-web

Fixed

  • added check relations statements to point on_delete action in myems-api
  • fixed issue of on_delete action in myems-api

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 2 years ago

MyEMS - v4.6.1

Added

  • added energy plan files table to database
  • added energy plan files actions to myems-api
  • added energy plan files page to myems-admin
  • added reading data from tbl_energy_value after reading data from tbl_analog_value for virtualpoint procedure
  • added support for ojbect type ENERGY_VALUE to virtualpoint procedure in myems-normalization
  • added columns to tbl_microgrids_power_conversion_systems in databas
  • added columns to tbl_energy_storage_containers_power_conversion_systems in database
  • added round2() function to avoid exceptions for builtin round()
  • added phase_of_lifecycle to microgrid
  • added phase_of_lifecycle to energy storage power station
  • added energy storage power station reporting for revenue
  • added schedules to energy storage containers and microgrids

Changed

  • updated energy storage container settings in myems-admin
  • updated microgird settings in myems-admin
  • simplified datetime format of parameter line chart for micrgorid and energy storage power station
  • updated mqtt client to MQTTv5 in myems-api

Fixed

  • fixed totalRatedCapacity and totalRatedPower issue in microgrid dashboard and energy storage power station dashboard
  • fixed issue of meter batch report in myems-api
  • fixed issue of react-bootstrap-table-next in myems-web

Removed

  • removed charge/discharge points and commands from power conversion system of microgrid
  • removed charge/discharge points and commands from power conversion system of energy storage container

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 2 years ago

MyEMS - v4.5.0

Added

  • added new protocols dtu-rtu, dtu-tcp, dtu-mqtt and mqtt-zhongxian
  • added latest value to data source points table in myems-admin
  • added menus for plan functions in database
  • added energy plan reports (preview) in myems-web
  • added new tables for energy, billing and carbon in database
  • added language zh_TW to myems-web, myems-admin and myems-api

Changed

  • updated Distribution System in myems-web
  • limit virtual meter normalization procedure to calculate at most one month records

Fixed

  • fixed issues of optional svg textarea for equipment and combined equipment in myems-admin
  • fixed translation issue for zh_CN in Excel exporter

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 2 years ago

MyEMS - v4.4.0

Added

  • added hyperlink to meter name of Meter Batch report in myems-web
  • added SectionLineChart into myems-web
  • added start datetime, end datetime and update datetime to fdd webmessage
  • added is_cost_data_displayed to microgrid and energy storage power station
  • added energy storage power station relation to space in myems-api
  • added myems energy plan database
  • added cardsummary to fdd fault in myems-web
  • added bind energy storage power station to space in myems-admin
  • added energy plan reports in myems-api
  • added advanced settings menu to myems-admin

Changed

  • changed map marker in myems-web
  • updated popup style of mapbox in myems-web
  • changed baidu map to mapbox for longitude and latitude
  • chenged microgrid list alarm link to fdd fault
  • changed query components size to small in myems-web

Fixed

  • added decimal data value range check to myems-modbus-tcp
  • added missing lazy load files for router in myems-admin

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 2 years ago

MyEMS - v4.3.0

Added

  • added protocol list to data source model in myems-admin
  • added microgrid dashboard into myems-web
  • added energy storage power station dashboard into myems-web and myems-api
  • added tenant dashboard into myems-web and myems-api
  • added store dashboard into myems-web and myems-api
  • added shopfloor dashboard into myems-web and myems-api
  • added space and microgrid relation table to database
  • added space and energy storage power station relation table to database

Changed

  • updated space export, import and clone functions in myems-api
  • updated microgrid reporting in myems-api and myems-web
  • updated energy storage power station reporting in myems-api and myems-web
  • updated columns of microgrid related tables in database, myems-admin and myems-api
  • updated columns of energy storage power station related tables in database, myems-admin and myems-api
  • updated column of wind farm related tables in database, myems-admin and myems-api
  • updated column of photovoltaic power station related tables in database, myems-admin and myems-api
  • changed the default menu to vertical in myems-web

Fixed

  • fixed chart issues in myems-web
  • fixed warnings in myems-web
  • fixed index issues in database
  • fixed Duplicate property of translations in myems-admin
  • fixed Superfluous trailing arguments in myems-web
  • fixed Duplicate property of i18n in myems-web
  • fixed Duplicate HTML element attributes in myems-admin

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 2 years ago

MyEMS - v4.2.1

Added

  • None

Changed

  • updated space export, import and clone functions in myems-api

Fixed

  • fixed chart issues in myems-web

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 2 years ago

MyEMS - v4.2.0

Added

  • None

Changed

  • updated distribution system export, import and clone functions in myems-api
  • updated meter export, import and clone functions in myems-api
  • updated equipment table in myems-admin
  • updated combined equipment table in myems-admin
  • updated equipment export, import and clone functions in myems-api
  • updated combined equipment export, import and clone functions in myems-api
  • updated shopfloor export, import and clone functions in myems-api
  • updated store export, import and clone functions in myems-api
  • updated tenant export, import and clone functions in myems-api
  • updated run action of rule in myems-api
  • updated run action of advanced report in myems-api

Fixed

  • fixed warnings in myems-web
  • fixed issue of CardSummary in myems-web
  • fixed issue of demo data in database

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 2 years ago

MyEMS - v4.1.0

Added

  • added arrow up or arrow down icon to cardsummary in myems-web
  • added sensor export, import and clone functions to myems-api, myems-admin
  • added gateway export, import and clone functions to myems-api, myems-admin
  • added equipment export, import and clone functions to myems-api, myems-admin
  • added combined equipment export, import and clone functions to myems-api, myems-admin
  • added shopfloor export, import and clone functions to myems-api, myems-admin
  • added store export, import and clone functions to myems-api, myems-admin
  • added tenant export, import and clone functions to myems-api, myems-admin
  • added offline meter export, import and clone functions to myems-api, myems-admin
  • added virtual meter export, import and clone functions to myems-api, myems-admin
  • added space export, import and clone functions to myems-api, myems-admin
  • added command export, import and clone functions to myems-api, myems-admin
  • added energy flow diagram export, import and clone functions to myems-api, myems-admin
  • added tariff export, import and clone functions to myems-api, myems-admin
  • added working calendar export, import and clone functions to myems-api, myems-admin
  • added virtual power plant export, import and clone functions to myems-api, myems-admin
  • added wind farm export, import and clone functions to myems-api, myems-admin
  • added rule export, import and clone functions to myems-api, myems-admin
  • added photovoltaic power station export, import and clone functions to myems-api, myems-admin
  • added advanced report config export, import and clone functions to myems-api, myems-admin
  • added microgrid export, import and clone functions to myems-api, myems-admin
  • added distribution system export, import and clone functions to myems-api, myems-admin
  • added point export, import and clone functions to myems-api, myems-admin

Changed

  • None

Fixed

  • fixed unknown meter uuid of energy flow diagram links in demo database

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 2 years ago

MyEMS - v4.0.0

Added

  • added tables for energy storage power station in database
  • added energy storage power station actions to myems-api
  • added energy storage power station UI to myems-admin
  • added realtime data to DistribuitionSystem in myems-web
  • added get coordinate links to myems-admin
  • added interval_in_seconds to modbus-tcp data source definition in database and myems-modbus-tcp
  • added energy storage container to database, myems-api and myems-admin
  • added baidu map link and google maps link to get coordinate in myems-admin
  • added cookieExpireTime to config.js in myems-web
  • added background image to login page in myems-web
  • added energy storage power station reports to myems-api and myems-web
  • added data source export, import and clone functions to myems-api and myems-admin
  • added energy storage power station export, import and clone actions to myems-api and myems-admin
  • added copy api key token function to myems-admin
  • added meter export, import and clone functions to myems-api and myems-admin

Changed

  • changed microgrid monitoring in myems-web
  • changed Related Parameters to Operating Characteristic Curve in myems-web
  • changed MultiTrendChart in myems-web
  • updated demo tariffs in database
  • updated view models in myems-admin
  • resized svg editor in myems-admin
  • updated translation of 'Description' in myems-admin
  • moved mapbox access token from CustomizeMapBox.js to config.js in myems-web, you can get access token at https://mapbox.com, if you wnat to turn off online map feature, please set showOnlineMap to false
  • updated WorkingDaysConsumptionTable in myems-web
  • updated FalconCardHeader in myems-web

Fixed

  • fixed non-standard actions of microgrid in myems-api and myems-admin
  • fixed empty qrcode issue when creating objects in myems-admin
  • upgraded Font Awesome to v4.7.0 in myems-admin
  • fixed api key save button issue in myems-admin

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.12.0

Added

  • added charge time and discharge time settings to power conversion system of microgrid
  • added nominal voltage to microgrid battery in database, myems-api and myems-admin
  • added new supported protocol to datasource in myems-api
  • added microgrid reporting to myems-web

Changed

Fixed

  • fixed issues in on_delete actions of equipment, shopfloor, store and tenant in myems-api
  • fixed issues of space and command views in myems-admin
  • fixed issue of delete on point in myems-api
  • fixed issue of menus in database
  • fixed issue of aggregate_hourly_data_by_period in myems-api
  • fixed issues of on_delete actions in myems-api
  • fixed unused import issues in myems-api

Removed

  • Removed google map api from myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.11.0

Added

  • added sensors realtime data to dashboard in myems-web
  • added energy storage power station to database, myems-api, and myems-admin
  • added photovoltaic power station to database, myems-api, and myems-admin
  • added wind farm to database, myems-api, and myems-admin
  • added serial number to microgrid
  • added run state point to microgrid power conversion systems
  • added battery state point to microgrid batteries

Changed

  • changed dropdown menu columns from 3 to 2 in myems-web

Fixed

  • refactored energy category reports to remove duplicated code in myems-web
  • fixed issue on delete action of tariff in myems-api
  • fixed issue on delete action of distribution system in myems-api, myems-admin
  • fixed issue on delete action of virtual power plant in myems-api

Removed

  • removed tbl_microgrid_architecture_types from database
  • removed tbl_microgrid_owner_types from database
  • removed microgrid architecture types from myems-api and myems-admin
  • removed microgrid owner types from myems-api and myems-admin
  • removed wind turbine from microgrid
  • removed svg column from list of microgrid in myems-admin
  • removed svg column from list of virtual power plant farm in myems-admin
  • removed svg column from list of energy storage power station in myems-admin
  • removed svg column from list of photovoltaic power station in myems-admin
  • removed svg column from list of wind farm in myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.10.0

Added

  • added Vietnamese language to myems-web
  • added sort function to tables in myems-admin
  • added Thai language to myems-web
  • added Indonesian language to myems-admin
  • added Turkish language to myems-web
  • added Malay language to myems-web
  • added Indonesian language to myems-web
  • added description property to gateway in database, myems-api and myems-admin
  • added equipment energy category report hyperlink with equipment uuid to equipment tracking
  • added description property to data source in database, myems-api and myems-admin
  • added tenant energy category report hyperlink with uuid to tenant batch report
  • added store energy category report hyperlink with uuid to store batch report
  • added shopfloor energy category report hyperlink with uuid to shopfloor batch report
  • added space energy category report hyperlink with uuid to space batch report
  • added combined_equipment energy category report hyperlink with equipment uuid to combined-equipment batch report
  • added equipment energy category report hyperlink with equipment uuid to equipment batch report
  • added latitude and longitude to Space in database, myems-api and myems-admin
  • added run immediately action to Advacned Report in database, myems-api and myems-admin
  • added mapbox to display spaces on map in myems-web
  • added run immediately action to FDD Rule in database, myems-api and myems-admin
  • added microgrid list page to myems-web

Changed

  • changed user avatar from emoji to image

Fixed

  • fixed microgrid-grid update issue

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.6.0

Added

  • added microgrid battery actions to myems-api and myems-admin
  • added microgrid evcharger actions to myems-api and myems-admin
  • added microgrid generator actions to myems-api and myems-admin
  • added microgrid grid actions to myems-api and myems-admin
  • added microgrid heatpump actions to myems-api and myems-admin
  • added microgrid load actions to myems-api and myems-admin
  • added microgrid photovoltaic actions to myems-api and myems-admin
  • added microgrid windturbine to system database
  • added microgrid windturbine actions to myems-api and myems-admin
  • added get all associated objects of microgrid to myems-api
  • added new access_control procedure to mymes-api
  • added svg, inverters and converters to microgrid in system database
  • added svg to microgrid in myems-api and myems-admin
  • added API Key to database, myems-api and myems-admin
  • added access control to shopfloor in myems-api, myems-admin and myems-web
  • added access control to store in myems-api, myems-admin and myems-web

Changed

  • renamed access_control to admin_control in myems-api
  • changed forgot password and user register processes

Fixed

  • fixed dialog doesn't close after myems-admin logging out automatically
  • fixed warning of dependencies in myems-web

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.9.0

Added

  • added SESSION_EXPIRES_IN_SECONDS config to myems-api
  • added virtual power plant to database, myems-api and myems-admin
  • added Russian language to myems-admin
  • added higher limit and lower limit of point to myems-api and myems-admin
  • added balancing price point to virtual power plant
  • added French language to myems-web
  • added Vietnamese language to myems-admin
  • added Thai language to myems-admin
  • added microgrid power conversion system to myems-api and myems-admin
  • added api key control to get actions of core objects in myems-api
  • added Spanish language to myems-web
  • added Russian language to myems-web
  • added Advanced Report Configs to myems-api
  • added Turkish language to myems-admin
  • added tbl_microgrids_users to myems_system_db in database
  • added Arabic language to myems-web
  • added bind user to microgrid function to myems-admin
  • added Malay language to myems-admin
  • added Advanced Report Setting to myems-admin

Changed

  • changed fdd rule template in myems-admin
  • renamed tbl_microgrids_converters to tbl_microgrids_power_conversion_systems in database

Fixed

  • fixed sensor bound points issue in myems-admin
  • fixed fdd category and fdd code relations in myems-admin
  • fixed tariff editor issue in myems-admin
  • fixed date range picker issue in myems-web

Removed

  • removed category and report_code from tbl_reports in myems_reporting_db

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.8.0

Added

  • added is_recursive boolean option to meter tracking report in myems-api (need to upgrade the myesm-api/.env file)
  • added is_recursive boolean option to meter batch report in myems-api (need to upgrade the myesm-api/.env file)
  • added soc point to microgrids batteries in database, myems-api and myems-admin
  • added svg to combined equipment in database, myems-api and myems-admin
  • added online map to dashboard in myems-web
  • added enterprise edition mark to menus in myems-admin
  • added svg to equipment in database, myems-api and myems-admin
  • added bath delete and update actions for web messages in myems-api and myems-web
  • added camera url to equipments and combined equipments in database
  • added French language to myems-admin
  • added Spanish language to myems-admin
  • added offline meter data input to myems-web and myems-api

Changed

  • updated database demo scripts
  • updated notification list style

Fixed

  • updated translations of API responses in myems-admin and myems-web
  • fixed issue in querying meter start value of metertracking report in myems-api
  • fixed display format issue for decimal value between 0.0 and 1.0 in meter realtime report
  • fixed unable to redirect to login page issue when user session expires
  • fixed issue of working calendar setting in myems-admin
  • fixed issue of privilege setting in myems-admin

Removed

  • removed unnecessary error message at the first login in myems-web
  • removed tenant equipments from monitoring
  • removed shopfloor equipments from monitoring
  • removed store equipments from monitoring

Consumption - Buildings and Heating - Python
Published by nengyuanzhang over 2 years ago

MyEMS - v3.7.0

Added

  • added access control to tenant in myems-api, myems-admin and myems-web
  • added point real time report to myems-api
  • added access control to equipment in myems-api, myems-admin and myems-web
  • added access control to combined equipment in myems-api, myems-admin and myems-web
  • added access control to meter, offline meter and virtual meter in myems-api, myems-admin and myems-web
  • added access control to space in myems-api, myems-admin and myems-web
  • added access control to distribution system in myems-api, myems-admin and myems-web
  • added access control to microgrid in myems-api, myems-admin and myems-web
  • added access control to all core objects in myems-api, myems-admin and myems-web
  • added api key access control to all reports in myems-api

Changed

Fixed

  • fixed datetime picker issue in myems-web
  • fixed ECharts DEPRECATE warning in myems-web

Removed

  • removed unused getXXX services from myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 3 years ago

MyEMS - v3.5.0

Added

  • added bind command to meter feature to myems-api and myems-admin
  • added bind command to space feature to myems-api and myems-admin
  • added forgot password function to myems-api and myems-web
  • added user register function to myems-api and myems-web
  • added postal code to microgrid in database, myems-api, myems-admin
  • added bind command to equipment feature to myems-api and myems-admin
  • added bind command to combined equipment feature to myems-api and myems-admin
  • added new user approval function to myems-admin
  • added bind command to tenant feature to myems-api and myems-admin
  • added bind command to store feature to myems-api and myems-admin
  • added bind command to shopfloor feature to myems-api and myems-admin
  • added new tables for microgrids to system database

Changed

  • updated the default tariff type and default tariff valid through date time in tariff editor

Fixed

  • fixed save button issue of tariff dialog in myems-admin
  • fixed save button issue of email server dialog in myems-admin

Removed

  • removed tariff type 'block'(or tiered) from database, myems-api and myems-admin

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 3 years ago

MyEMS - v3.4.0

Added

  • added tbl_commands to myems_system_db database
  • added tbl_combianed_equipments_commands to myems_system_db database
  • added tbl_equipments_commands to myems_system_db database
  • added tbl_meters_commands to myems_system_db database
  • added tbl_microgrids_commands to myems_system_db database
  • added tbl_spaces_commands to myems_system_db database
  • added tbl_stores_commands to myems_system_db database
  • added tbl_shopfloors_commands to myems_system_db database
  • added tbl_tenants_commands to myems_system_db database
  • added command actions to myems-api
  • added command feature to myems-admin
  • added tbl_new_users to myems_user_db database
  • added tbl_email_messages and tbl_email_message_sessions to myems_user_db database

Changed

  • updated translations of myems-admin
  • changed theme of BarChart and MultiTrendChart in myems-web
  • swapped columns color in dashboard of myems-web
  • compacted distribution system in myems-web
  • updated supported protocols of datasource in myems-api

Fixed

  • fixed HTTPError Deprecated Warning in myems-api
  • fixed edit user issue in myems-api
  • fixed save button issue of energy item dialog in myems-admin
  • fixed validator issue of equipment parameter form in myems-admin
  • fixed validator issue of combined equipment parameter form in myems-admin
  • fixed webpack-dev-server version 4.12.0 caused compile errors
  • fixed save button issue of non-working-day dialog in myems-admin

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 3 years ago

MyEMS - v3.3.0

Added

  • Added captcha to myems-web login form
  • Added captcha to myems-admin login form
  • Added higher limit and lower limit to tbl_points in database
  • Added is_in_alarm to tbl_points in database
  • Added new rule fdd codes to myems-admin
  • Added data zoom to y axis of MultipleLineChart in myems-web

Changed

  • Updated English Translation in myems-admin
  • Updated Meter, Point, User and Space editor dialogs in myems-admin
  • Replaced telnetlib with telentlib3 in myems-modbus-tcp
  • Added maximum limit of user password length

Fixed

  • Fixed typo in database
  • Fixed typo of error description in myems-api
  • Fixed errors when marking as read, acknowledging and deleteing alarms from myems-web

Removed

Consumption - Buildings and Heating - Python
Published by nengyuanzhang almost 3 years ago

MyEMS - v3.2.0

Added

  • added automatic logout action when myems-admin is idle for more than 5 minutes
  • Add Environment Monitor to Space Data

Changed

  • None

Fixed

  • None

Removed

  • Removed table tbl_shopfloor_working_days from myems_production_db

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 3 years ago

MyEMS - v3.1.0

Added

  • added working-days/non-working-days data into tenant energy categroy report
  • added working-days/non-working-days data into store energy categroy report
  • added working-days/non-working-days data into shopfloor energy categroy report

Changed

  • None

Fixed

  • fixed null tooltip issue in MultiTrendChart.js

Removed

  • None

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 3 years ago

MyEMS - v3.0.0

Added

  • added tbl_spaces_non_working_days to myems_system_db database
  • added tbl_working_calendars_non_working_days to myems_system_db database
  • added tbl_shopfloors_working_calendars to myems_system_db database
  • added tbl_spaces_working_calendars to myems_system_db database
  • added tbl_stores_working_calendars to myems_system_db database
  • added tbl_tenants_working_calendars to myems_system_db database
  • added calendars and non-working-days settings to myems-admin
  • added working-days/non-working-days data into space energy categroy report

Changed

  • upgraded bootstrap to v3.4.1 in myems-admin

Fixed

  • fixed make the implicitly inserted semicolon explicit in myems-web
  • fixed use of AngularJS markup in URL-valued attribute in myems-admin
  • fixed variable defined multiple times in myems-api
  • fixed unused local variable in myems-api
  • fixed semicolon insertion in myems-web
  • fixed unused variable, import, function or class in myems-web
  • fixed unused variable, import, function or class in myems-admin
  • fixed semicolon insertion in myems-admin

Removed

  • removed access control from GET action of offlinemeterfile in myems-api

Consumption - Buildings and Heating - Python
Published by nengyuanzhang about 3 years ago