设备本体故障检测API文档

接口URL

https://metry.hostcache.com/localfailure/v2.0/

请求方法

POST

请求参数

参数名 描述 单位 数据类型
UAB_Voltage 线电压UAB kV DECIMAL
UBC_Voltage 线电压UBC kV DECIMAL
UCA_Voltage 线电压UCA kV DECIMAL
UA_Voltage 相电压UA kV DECIMAL
UB_Voltage 相电压UB kV DECIMAL
UC_Voltage 相电压UC kV DECIMAL
IA_Current A相电流 A DECIMAL
IB_Current B相电流 A DECIMAL
IC_Current C相电流 A DECIMAL
I0_Current 零序电流 A DECIMAL
ActivePower_Total 总有功功率 kW DECIMAL
ReactivePower_Total 总无功功率 kvar DECIMAL
Power_COS 功率因数 DECIMAL

返回结果

返回检测到的故障类型,响应格式如下:

正常状态:

{"code":"NORMAL","status":"正常"}

故障状态:

{"subtype":"绝缘击穿","category":"本体故障","code":"EM01","status":"故障"}
{"subtype":"气体泄漏","category":"本体故障","code":"EM02","status":"故障"}
{"subtype":"机械锈蚀","category":"本体故障","code":"EM03","status":"故障"}
{"subtype":"密封油漏","category":"本体故障","code":"EM04","status":"故障"}
{"subtype":"触头烧蚀","category":"本体故障","code":"EM05","status":"故障"}

测试页面

https://metry.hostcache.com/test.html

使用说明

  1. 构造HTTP POST请求到指定接口URL。
  2. 在请求体中包含上述参数及其值。
  3. 服务器返回故障检测结果。

注意:所有参数值均为DECIMAL类型。