zpark-ems v1.0.0: 中关村医疗器械园EMS客户项目
基于 ems-core v1.0.0,包含: - customers/zpark/config.yaml — Z-Park品牌配置(阳光电源采集器) - customers/zpark/devices.json — 10台逆变器 + 8台汇流箱设备清单 - customers/zpark/pricing.json — 北京2026年分时电价 - scripts/seed_zpark.py — Z-Park设备和告警种子数据 - docker-compose.override.yml — Z-Park部署配置 - core/ — ems-core v1.0.0 (git subtree) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 中关村医疗器械园 EMS 环境配置
|
||||
CUSTOMER=zpark
|
||||
DATABASE_URL=sqlite+aiosqlite:///./zpark_ems.db
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
REDIS_ENABLED=true
|
||||
USE_SIMULATOR=false
|
||||
AGGREGATION_ENABLED=true
|
||||
INGESTION_QUEUE_ENABLED=false
|
||||
TIMESCALE_ENABLED=false
|
||||
SECRET_KEY=zpark-change-this-in-production
|
||||
SMTP_ENABLED=false
|
||||
|
||||
# 阳光电源 iSolarCloud API(数据采集用)
|
||||
# SUNGROW_API_BASE=https://gateway.isolarcloud.com
|
||||
# SUNGROW_APP_KEY=your_app_key
|
||||
# SUNGROW_SYS_CODE=901
|
||||
# SUNGROW_ACCESS_KEY=your_access_key
|
||||
# SUNGROW_ACCOUNT=your_phone_number
|
||||
# SUNGROW_PASSWORD=your_password
|
||||
Reference in New Issue
Block a user