1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/myems-myems

14.03.2025 08:37
GitLife Service Account

Добавлено

  • добавлена португальская версия
  • внесено время глубокой ночи в тайм-оф тариф
  • добавлены опциональные точки долготы, широты и SVG для электростанций
  • добавлен гибридный тип электростанции

Изменено

  • обновлены уведомления в myems-web
  • обновлен заголовок реального времени данных в myems-web

Исправлено

  • исправлена проблема с картами Google
  • исправлено повторное присваивание значений
  • исправлено множественное определение переменной
  • исправлено сравнение счетчиков в myems-api
  • исправлены смешанные явные и неявные возвраты
  • исправлены проблемы с метками экспорта Excel в myems-api

Удалено

  • удалены консольные сообщения log из myems-web и myems-admin
Последнее сообщение коммита: Merge branch 'develop'
14.03.2025 08:37
GitLife Service Account

Добавлено

  • добавлено новое свойство "fault" для точки
  • добавлено поле tbl_text_value в базу данных myems_historical_db
  • добавлено поле tbl_text_value_latest в базу данных myems_historical_db
  • добавлены колонки в таблицу tbl_web_messages базы данных myems_fdd_db

Изменено

  • увеличена длина десятичной части широты и долготы до 10 знаков в базе данных
  • обновлены уведомления в приложении myems-web
  • обновлены Dockerfile для сокращения размера образов контейнеров
  • обновлены команды действий в приложении myems-api
  • заменены все поля типа DECIMAL(18, 3) на DECIMAL(21, 6) в базе данных
  • интервал получения последних значений точек изменён с 10 минут на 30 минут
  • обновлены скрипты пересчета данных в базе данных

Устранено

  • Ничего

Удалено

  • Ничего
Последнее сообщение коммита: Merge branch 'develop'
14.03.2025 08:37
GitLife Service Account

Добавлено

  • Добавлены все Dockerfile в одном файле
  • Добавлена связанная информация о процентах использования оборудования в отчеты объединенного оборудования в myems-web
  • Добавлен myems_energy_prediction_db в базу данных

Изменено

  • Обновлены myems_energy_baseline_db, myems_energy_plan_db, myems_energy_model_db в базе данных
  • Изменён символ маркера с круга на автоматический в экспортере Excel
  • Изменено значение dLbls.showVal на false в экспортере Excel

Исправлено

  • Исправлено ошибочное скомпилирование gulp scss в myems-web

Удалено

  • Удалён myems_billing_baseline_db
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: upgraded to v4.9.0
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

Added

  • None

Changed

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

Fixed

  • fixed chart issues in myems-web

Removed

  • None
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
25.11.2024 02:43
GitLife Service Account

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
Последнее сообщение коммита: Merge branch 'develop'
1
https://api.gitlife.ru/oschina-mirror/myems-myems.git
git@api.gitlife.ru:oschina-mirror/myems-myems.git
oschina-mirror
myems-myems
myems-myems