131 lines
6.3 KiB
Markdown
131 lines
6.3 KiB
Markdown
# MyEMS
|
||
|
||
[中文](#MyEMS-介绍) | [EN](#MyEMS-Introduction)
|
||
|
||
## MyEMS 介绍
|
||
|
||
MyEMS是领先的开源能源管理系统,利用云计算、物联网、大数据、人工智能等信息化技术构建而成。MyEMS可用于构建统一规范、功能强大的综合能源管理服务平台。MyEMS由资深专业团队开发维护,系统代码基于MIT开源软件许可协议。
|
||
|
||
## MyEMS架构
|
||

|
||
|
||
## 组件
|
||
|
||
MyEMS项目由下列组件构成:
|
||
|
||
### MyEMS Web APP
|
||
|
||
参考仓库 [myems](https://github.com/myems/myems.git) 获取更多信息。
|
||
|
||
### MyEMS 管理面板
|
||
|
||
参考仓库 [myems-admin](https://github.com/myems/myems-admin.git) 获取更多信息。
|
||
|
||
### MyEMS 数据库
|
||
|
||
参考仓库 [myems-database](https://github.com/myems/myems-database.git) 获取更多信息。
|
||
|
||
### MyEMS 数据清洗服务
|
||
|
||
参考仓库 [myems-cleaning](https://github.com/myems/myems-cleaning.git) 获取更多信息。
|
||
|
||
### MyEMS 数据规范化服务
|
||
|
||
参考仓库 [myems-normalization](https://github.com/myems/myems-normalization.git) 获取更多信息。
|
||
|
||
### MyEMS 数据汇总服务
|
||
|
||
参考仓库 [myems-aggregation](https://github.com/myems/myems-aggregation.git) 获取更多信息。
|
||
|
||
### MyEMS API接口
|
||
|
||
参考仓库 [myems-api](https://github.com/myems/myems-api.git) 获取更多信息。
|
||
|
||
### MyEMS MQTT 服务
|
||
|
||
参考仓库 [myems-mqtt](https://github.com/myems/myems-mqtt.git) 获取更多信息。
|
||
|
||
### MyEMS BACnet/IP 服务
|
||
|
||
参考仓库 [myems-bacnet](https://github.com/myems/myems-bacnet.git) 获取更多信息。
|
||
|
||
## 版本对比
|
||
| 功能 | 标准版 | 企业版 |
|
||
| :--- | :----: | :----: |
|
||
| Open Source | ✔️ MIT | ❌ |
|
||
| Free of Charge | ✔️ | ❌ |
|
||
| Rights to Modify | ✔️ | ❌ |
|
||
| Rights to Resell | ✔️ | ❌ |
|
||
| BACnet/IP | ✔️ | ✔️ |
|
||
| MQTT | ✔️ | ✔️ |
|
||
| Modbus TCP | ❌ | ✔️ |
|
||
| OPC UA | ❌ | ✔️ |
|
||
| Siemens S7 | ❌ | ✔️|
|
||
| Unlimited Number of Points | ✔️ | ✔️ |
|
||
| Unlimited Number of Meters | ✔️ | ✔️ |
|
||
| Unlimited Number of Virtual Meters | ✔️ | ✔️ |
|
||
| Unlimited Number of Spaces | ✔️ | ✔️ |
|
||
| MySQL | ✔️ | ✔️ |
|
||
| MemSQL | ❌ | ✔️ |
|
||
| Energy Reporting | ✔️ | ✔️ |
|
||
| Dashboard | ✔️ | ✔️ |
|
||
| Tenant | ✔️ | ✔️ |
|
||
| FDD Rule Engine | ❌ | ✔️ |
|
||
| Advanced Reporting |❌ | ✔️ |
|
||
| Draw Diagrams | ❌ | ✔️ |
|
||
| Web APP |✔️ | ✔️ |
|
||
| iOS APP | ❌ | ✔️ |
|
||
| Android APP | ❌ | ✔️ |
|
||
| Online Support |✔️ | ✔️ |
|
||
| Email Support |✔️ | ✔️ |
|
||
| Telephone Support |❌ | ✔️ |
|
||
| Remote Support |❌ | ✔️ |
|
||
| Onsite Support |❌ | ✔️ |
|
||
|
||
## MyEMS Introduction
|
||
MyEMS is an advanced Energy Management System that is built on cloud computing, IOT, Big Data and AI technologies. MyEMS can be used to build an standard and powerful integrated energy management service platform.
|
||
MyEMS is developed and maintained by an experienced development team, and the source code is under MIT license.
|
||
|
||
## Architecture
|
||

|
||
|
||
## Components
|
||
|
||
This project is compose of following components:
|
||
|
||
### MyEMS Web APP
|
||
|
||
See the repository [myems](https://github.com/myems/myems.git) for more information.
|
||
|
||
### MyEMS Administration Panel
|
||
|
||
See the repository [myems-admin](https://github.com/myems/myems-admin.git) for more information.
|
||
|
||
### MyEMS Database
|
||
|
||
See the repository [myems-database](https://github.com/myems/myems-database.git) for more information.
|
||
|
||
### MyEMS Cleaning Service
|
||
|
||
See the repository [myems-cleaning](https://github.com/myems/myems-cleaning.git) for more information.
|
||
|
||
### MyEMS Normalization Service
|
||
|
||
See the repository [myems-normalization](https://github.com/myems/myems-normalization.git) for more information.
|
||
|
||
### MyEMS Aggregation Service
|
||
|
||
See the repository [myems-aggregation](https://github.com/myems/myems-aggregation.git) for more information.
|
||
|
||
### MyEMS API
|
||
|
||
See the repository [myems-api](https://github.com/myems/myems-api.git) for more information.
|
||
|
||
### MyEMS MQTT Service
|
||
|
||
See the repository [myems-mqtt](https://github.com/myems/myems-mqtt.git) for more information.
|
||
|
||
### MyEMS BACnet/IP Service
|
||
|
||
See the repository [myems-bacnet](https://github.com/myems/myems-bacnet.git) for more information.
|