基于 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>
14 lines
559 B
JSON
14 lines
559 B
JSON
{
|
|
"name": "2026年北京工商业分时电价",
|
|
"energy_type": "electricity",
|
|
"pricing_type": "tou",
|
|
"periods": [
|
|
{"name": "peak", "start": "10:00", "end": "15:00", "price": 1.35},
|
|
{"name": "peak", "start": "18:00", "end": "21:00", "price": 1.35},
|
|
{"name": "flat", "start": "07:00", "end": "10:00", "price": 0.85},
|
|
{"name": "flat", "start": "15:00", "end": "18:00", "price": 0.85},
|
|
{"name": "valley", "start": "23:00", "end": "07:00", "price": 0.35},
|
|
{"name": "shoulder", "start": "21:00", "end": "23:00", "price": 0.95}
|
|
]
|
|
}
|