Grouped Device Integration Guideline
分组设备集成指南
Table Of Contents
English Version
Step 1: Upload ODF file for Devices.
Templates can be found here. ODF Form's templates
Upload the document using this API: [POST] Upload Document for Grouped Devices
Notes: ODF file must be send as pdf file
Step 2: Register and Group Device together
Using this API to register renewable devices and their inverters. Then adding those devices into 1 single grouped device.
Read more about Grouped Device terminology here: Grouped Device Terminology
Link to API document: [POST] Register Grouped Device Application version May 9
Notes:
1 Grouped device must have max inverters as 500 inverters.
All of devices in 1 grouped device must be in same Province.
All of devices in 1 grouped device can have grid connection date or commission date in different years.
Each inverter must have max capacity as 0.25MW.
Each inverter has
RemoteInvId
this is unique id from the owner system. Using this id to push generation data.
Step 3: Pushing generation data to inverter by RemoteInvId
Using APIs to sending generation by RemoteInvId
. There are 2 ways to sending generation data:
By single inverter: [POST] Send Generation Data for Grouped Device
By batch (multiple inverters): [POST] Send Batch Generation Data for Grouped Device
Notes: Each API has maximum records of generation data is 3,000 daily records.
中文版
第 1 步:为设备上传声明函文件
模板如下:ODF Form's templates
使用此 API 进行上传:[POST] Upload Document for Grouped Devices
注意:声明函必须以 pdf 格式上传
第 2 步:注册分组设备
使用此 API 去注册可再生能源以及它们的逆变器,然后将这些设备放到一个组里。
更多的分组设备术语:Grouped Device Terminology
API 文档链接:[POST] Register Grouped Device Application version May 9
Notes:
一个分组设备最多拥有 500 个逆变器。
一个分组设备里的所有设备必须在同个省份。
一个分组设备里的所有设备的并网日期或调试日期可以在不同年。
每个逆变器最大容量为 0.25MW.
每个逆变器都有 RemoteInvId,这是来自所有者系统的唯一 id。将使用这个 id 去推送发电量。
第3步:使用 RemoteInvId 推送逆变器的发电量
根据 RemoteInvId 通过 api 去推送发电量,有 2 种方式去发送:
1.只发送单逆变器的发电量:[POST] Send Generation Data for Grouped Device
2.发送多个逆变器的发电量:[POST] Send Batch Generation Data for Grouped Device
注意:每个 API 最大允许 3000 个日期的发电量。