API guideline on the Effective Period
- 1 Table of Contents
- 2 Changelogs
- 3 New Inverter request
- 4 Business Scenarios
- 4.1 Scenario 1
- 4.1.1 Flow
- 4.1.2 Example request
- 4.2 Scenario 2
- 4.1 Scenario 1
Table of Contents
Changelogs
Version | Date | Changes by | Description of change |
V1.0.1 | Oct 9, 2024 | Chen Xiaowei |
|
New Inverter request
Added new optional fields (EffectiveStartDate, EffectiveEndDate, ReplacedRemoteInvId
) for use when replacing faulty inverters.
添加了新的可选字段(有效开始日期、有效结束日期、替换为新的逆变器ID),用于在更换故障逆变器时使用。
Request | Request(中文版) |
EffectiveStartDate (optional) text - format Inverter’s effective start date. Rule:
Datetime in format: ex: 2023-01-10 | EffectiveStartDate (optional) text - format 逆变器生效开始日期(可选) 规则:
格式: 例如:2023-01-10 |
EffectiveEndDate (optional) text - format Inverter’s Effective End Date: The date set to indicate when the inverter has become inactive. Rule:
Datetime in format: ex: 2024-01-10 | EffectiveEndDate (optional) text - format 逆变器生效结束日期(可选) 逆变器的有效结束日期:一旦此字段被赋值,则表示该逆变器为已停用状态。 规则:
格式: 例如:2024-01-10 |
ReplacedRemoteInvId (optional) - text - max length (100) Replaced Remote Inverter Id Rule:
ex: INV1000000033862740 | ReplacedRemoteInvId (optional) - text - max length (100) 替换为新的逆变器ID(可选) 规则:
|
Business Scenarios
Scenario 1
If an inverter is damaged during use and has already generated power data but has not yet been registered in the REDEX system, it is allowed to replace the damaged inverter with a new one during the device registration process. After successful registration, the damaged inverter can still issue the generation data it has generated.
在使用过程中,若逆变器损坏且已经产生电量,但尚未在 REDEX 系统中注册,此时允许在注册损坏的逆变器时同时替换为新的逆变器。注册成功后,损坏的逆变器仍可发行其已产生的电量。
Flow
Example request
"Inverters": [
// the faulty inverter
{
"RemoteInvId": "OldRM1000020003386274014",
"ElectronicSerialNumber": "HW2343243244414",
"BrandCode": "HW21",
"OtherBrandName": "",
"InstalledCapacity": 10.9,
"EffectiveStartDate": "2022-01-01",
"EffectiveEndDate": "2024-02-01",
"ReplacedByRemoteInvId": "NewRM1000020898439275847"
},
// the replaced by inverter
{
"RemoteInvId": "NewRM1000020898439275847",
"ElectronicSerialNumber": "HW8984392758437",
"BrandCode": "HW21",
"OtherBrandName": "",
"InstalledCapacity": 9.9,
"EffectiveStartDate": "2024-02-02",
}
]
Scenario 2
If a registered inverter in the Redex system fails during use, you can replace and register a new inverter in the Rehash system. Please contact our operations team for assistance.
当逆变器在使用过程中损坏且已在 REDEX 系统中注册时,可在 Rehash 系统中进行替换并注册新的逆变器。请联系与贵司对接的运营人员协助处理。