mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 11:19:24 +08:00
1.新增服务端UI界面,显示服务基础信息。2.修改设备显示配置。3.监控页面储能系统显示储能模式,模式设置新增'手动'
This commit is contained in:
36
bin/Release/assets/config-online/app.json
Normal file
36
bin/Release/assets/config-online/app.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"debug":0,
|
||||
"windowEnabled": 1,
|
||||
"launchdate": "2025-09-01",
|
||||
"weburl": "http://127.0.0.1:19601/",
|
||||
"exportpath": "D:/Programs/openresty-1.27.1.1-win64/zdownload",
|
||||
"database": {"host": "localhost", "port": 3306, "user": "root", "passwd": "jsyh@2025", "dbname": "ess"},
|
||||
"http": {"token":0, "port": 19800, "encryption":0, "encryptKey":""},
|
||||
"mqtt": {"host":"mqtt://118.195.161.113:8883","username":"admin","password":"jsyh@2025", "interval": 120},
|
||||
"topic": {
|
||||
"EMS_YX": {"deviceType":101, "polling":0, "enabled": 1},
|
||||
"EMS_YC": {"deviceType":101, "polling":0, "enabled": 1},
|
||||
"EMS_YT": {"deviceType":101, "polling":0, "enabled": 1},
|
||||
"PCS_YX": {"deviceType":102, "polling":1, "enabled": 1},
|
||||
"PCS_YC": {"deviceType":102, "polling":1, "enabled": 1},
|
||||
"PCU_YX": {"deviceType":103, "polling":0, "enabled": 1},
|
||||
"PCU_YC": {"deviceType":103, "polling":0, "enabled": 1},
|
||||
"BMS_YX": {"deviceType":104, "polling":0, "enabled": 1},
|
||||
"BMS_YC": {"deviceType":104, "polling":0, "enabled": 1},
|
||||
"BCU_YC": {"deviceType":105, "polling":1, "enabled": 1},
|
||||
"BCU_YX": {"deviceType":105, "polling":1, "enabled": 1},
|
||||
"MEM_YC": {"deviceType":3, "polling":0, "enabled": 1},
|
||||
"TH_YC": {"deviceType":10, "polling":1, "enabled": 1},
|
||||
"Fire40_YX": {"deviceType":7, "polling":1, "enabled": 1},
|
||||
"Cooling_YC": {"deviceType":14, "polling":1, "enabled": 1},
|
||||
"Cooling_YX": {"deviceType":14, "polling":1, "enabled": 1},
|
||||
"Gateway_YX": {"deviceType":15, "polling":1, "enabled": 1},
|
||||
"Gateway_YC": {"deviceType":15, "polling":1, "enabled": 1},
|
||||
"Charger_YC": {"deviceType":106, "polling":0, "enabled": 1}
|
||||
},
|
||||
"view": {"latitude":0,"longitude":0,"altitude":0},
|
||||
"video": {
|
||||
"1":{"host":"", "port":9000, "user":"", "passwd":""}
|
||||
},
|
||||
"statistics": {"enabled": 1, "interval": 60}
|
||||
}
|
||||
Reference in New Issue
Block a user