-
-
Save f00f/6eb432ca01b66827aa24a59c570e0d84 to your computer and use it in GitHub Desktop.
This is the response I get from SEMS. I replaced IDs etc. as well as many statistics values. I only inserted the value 1234.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"time": "11/07/2023 06: 02: 28", | |
}, | |
"kpi": { | |
"month_generation": 1234, | |
"pac": 0.0, | |
"power": 0.0, | |
"total_power": 1234, | |
"day_income": 0.0, | |
"total_income": 1234, | |
}, | |
"powercontrol_status": 0, | |
"images": [], | |
"weather": { | |
// ... | |
}, | |
"inverter": [ | |
{ | |
"sn": "the_serial_number", | |
"dict": { | |
"left": [ | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "dmDeviceType", | |
"value": "the_inverter_model", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "serialNum", | |
"value": "the_serial_number", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "laCheckcode", | |
"value": "1234", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "capacity", | |
"value": "1234", | |
"unit": "kW", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "innerTemp", | |
"value": "35.1", | |
"unit": "℃", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "ouptputPower", | |
"value": "36", | |
"unit": "W", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "outputV", | |
"value": "232/233.2/231.8", | |
"unit": "V", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "bakupOutput", | |
"value": "0", | |
"unit": "W", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
} | |
], | |
"right": [ | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "dcVandC1", | |
"value": "0.0/0.0", | |
"unit": "V/A", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "dcVandC2", | |
"value": "0.0/0.0", | |
"unit": "V/A", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "StatusOfBattery", | |
"value": "205.1/0/0", | |
"unit": "V/A/W", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "batteryStatus", | |
"value": "StandbyOfBattery", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "warnBMS", | |
"value": "Normal", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "chargeClimitBMS", | |
"value": "40", | |
"unit": "A", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "dischargeClimitBMS", | |
"value": "40", | |
"unit": "A", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "SOH", | |
"value": "100", | |
"unit": "%", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "verBMS", | |
"value": "0", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
}, | |
{ | |
"isHT": False, | |
"isStoreSkip": False, | |
"key": "firmwareVersion", | |
"value": "1234", | |
"unit": "", | |
"isFaultMsg": 0, | |
"faultMsgCode": 0 | |
} | |
] | |
}, | |
"is_stored": True, | |
"name": "the_inverter_model", | |
"in_pac": 0.0, | |
"out_pac": 0.0, | |
"eday": 0.0, | |
"emonth": 1234, | |
"etotal": 1234, | |
"status": 1, | |
"turnon_time": "02/07/2023 05: 19: 21", | |
"releation_id": "a_uid", | |
"type": "the_inverter_model", | |
"capacity": 10.0, | |
"d": { | |
"pw_id": "a_uid", | |
"capacity": "1234kW", | |
"model": "the_inverter_model", | |
"output_power": "36W", | |
"output_current": "0.9A", | |
"grid_voltage": "233.1V/233.8V/233.2V", | |
"backup_output": "22.3V/0W", | |
"soc": "5%", | |
"soh": "100%", | |
"last_refresh_time": "11.07.2023 06: 00: 09", | |
"work_mode": "Wait Mode", | |
"dc_input1": "0V/0A", | |
"dc_input2": "0V/0A", | |
"battery": "205.1V/0A/0W", | |
"bms_status": "StandbyOfBattery", | |
"warning": "Normal", | |
"charge_current_limit": "40A", | |
"discharge_current_limit": "40A", | |
"firmware_version": 1234.0, | |
"creationDate": "11/07/2023 13: 00: 09", | |
"eDay": 0.0, | |
"eTotal": 1234, | |
"pac": 0.0, | |
"hTotal": 1234, | |
"vpv1": 0.0, | |
"vpv2": 0.0, | |
"vpv3": None, | |
"vpv4": None, | |
"ipv1": 0.0, | |
"ipv2": 0.0, | |
"ipv3": None, | |
"ipv4": None, | |
"vac1": 233.1, | |
"vac2": 233.8, | |
"vac3": 233.2, | |
"iac1": 0.9, | |
"iac2": 0.9, | |
"iac3": 0.8, | |
"fac1": 50.01, | |
"fac2": 50.04, | |
"fac3": 50.03, | |
"istr1": 0.0, | |
"istr2": 0.0, | |
"istr3": None, | |
"istr4": None, | |
"istr5": None, | |
"istr6": 17.0, | |
"istr7": None, | |
"istr8": 7.0, | |
"istr9": None, | |
"istr10": 11.0, | |
"istr11": None, | |
"istr12": 0.0, | |
"istr13": 0.0, | |
"istr14": 0.0, | |
"istr15": 0.0, | |
"istr16": 0.0 | |
}, | |
"it_change_flag": False, | |
"tempperature": 35.1, | |
"check_code": "1234", | |
"next": None, | |
"prev": None, | |
"next_device": { | |
"sn": None, | |
"isStored": False | |
}, | |
"prev_device": { | |
"sn": None, | |
"isStored": False | |
}, | |
"invert_full": { | |
"ct_solution_type": 0, | |
"cts": None, | |
"sn": "the_serial_number", | |
"check_code": "1234", | |
"powerstation_id": "a_uid", | |
"name": "the_inverter_model", | |
"model_type": "the_inverter_model", | |
"change_type": 0, | |
"change_time": 0, | |
"capacity": 1234.0, | |
"eday": 0.0, | |
"iday": 1234, | |
"etotal": 1234, | |
"itotal": 1234, | |
"hour_total": 1234, | |
"status": 1, | |
"turnon_time": 1234, | |
"pac": 0.0, | |
"tempperature": 35.1, | |
"vpv1": 0.0, | |
"vpv2": 0.0, | |
"vpv3": None, | |
"vpv4": None, | |
"ipv1": 0.0, | |
"ipv2": 0.0, | |
"ipv3": None, | |
"ipv4": None, | |
"vac1": 233.1, | |
"vac2": 233.8, | |
"vac3": 233.2, | |
"iac1": 0.9, | |
"iac2": 0.9, | |
"iac3": 0.8, | |
"fac1": 50.01, | |
"fac2": 50.04, | |
"fac3": 50.03, | |
"istr1": 0.0, | |
"istr2": 0.0, | |
"istr3": None, | |
"istr4": None, | |
"istr5": None, | |
"istr6": 17.0, | |
"istr7": None, | |
"istr8": 7.0, | |
"istr9": None, | |
"istr10": 11.0, | |
"istr11": None, | |
"istr12": 0.0, | |
"istr13": 0.0, | |
"istr14": 0.0, | |
"istr15": 0.0, | |
"istr16": 0.0, | |
"last_time": 1234, | |
"vbattery1": 205.1, | |
"ibattery1": 0.0, | |
"pmeter": -1234, | |
"soc": 5.0, | |
"soh": 100.0, | |
"bms_discharge_i_max": 40.0, | |
"bms_charge_i_max": 40.0, | |
"bms_warning": 0, | |
"bms_alarm": 0, | |
"battary_work_mode": 1, | |
"workmode": 1, | |
"vload": 22.3, | |
"iload": 0.0, | |
"firmwareversion": 10.0, | |
"bmssoftwareversion": 0.0, | |
"pbackup": 0.0, | |
"seller": 1234, | |
"buy": 1234, | |
"yesterdaybuytotal": 1234, | |
"yesterdaysellertotal": 1234, | |
"yesterdayct2sellertotal": None, | |
"yesterdayetotal": 1234, | |
"yesterdayetotalload": 1234, | |
"yesterdaylastime": 0, | |
"thismonthetotle": 1234, | |
"lastmonthetotle": 1234, | |
"ram": 26.1234, | |
"outputpower": 36.0, | |
"fault_messge": 0, | |
"battery1sn": None, | |
"battery2sn": None, | |
"battery3sn": None, | |
"battery4sn": None, | |
"battery5sn": None, | |
"battery6sn": None, | |
"battery7sn": None, | |
"battery8sn": None, | |
"pf": 0.0, | |
"pv_power": 0.0, | |
"reactive_power": 0.0, | |
"leakage_current": None, | |
"isoLimit": None, | |
"isbuettey": True, | |
"isbuetteybps": False, | |
"isbuetteybpu": False, | |
"isESUOREMU": False, | |
"backUpPload_S": 0.0, | |
"backUpVload_S": 22.8, | |
"backUpIload_S": 0.0, | |
"backUpPload_T": 0.0, | |
"backUpVload_T": 22.5, | |
"backUpIload_T": 0.0, | |
"eTotalBuy": 1234, | |
"eDayBuy": 0.0, | |
"eBatteryCharge": 1234, | |
"eChargeDay": 1234, | |
"eBatteryDischarge": 1234, | |
"eDischargeDay": 1234, | |
"battStrings": 0.0, | |
"meterConnectStatus": 1234, | |
"mtActivepowerR": -536.0, | |
"mtActivepowerS": -52.0, | |
"mtActivepowerT": -108.0, | |
"ezPro_connect_status": None, | |
"dataloggersn": "", | |
"equipment_name": None, | |
"hasmeter": True, | |
"meter_type": 1.0, | |
"pre_hour_lasttotal": None, | |
"pre_hour_time": None, | |
"current_hour_pv": 0.0, | |
"extend_properties": None, | |
"eP_connect_status_happen": None, | |
"eP_connect_status_recover": None, | |
"total_sell": 1234, | |
"total_buy": 1234, | |
"errors": [], | |
"safetyConutry": 2.0, | |
"deratingMode": None, | |
"master": None, | |
"parallel_code": None, | |
"inverter_type": 1, | |
"total_pbattery": 0.0, | |
"battery_count": 1, | |
"more_batterys": [ | |
{ | |
"pbattery": 0.0, | |
"vbattery": 205.1, | |
"ibattery": 0.0, | |
"battary_work_mode": 1, | |
"battstrings": 4.0, | |
"bms_status": 1, | |
"bms_temperature": 23.0, | |
"bms_discharge_i_max": 40.0, | |
"bms_charge_i_max": 40.0, | |
"bms_alarm_l": 0, | |
"bms_warning_l": 0, | |
"soc": 5.0, | |
"soh": 100.0, | |
"bmsbattstr": 4, | |
"batteryprotocol": 1234, | |
"bms_alarm_h": 0, | |
"bms_warning_h": 0, | |
"bmssoftwareversion": 0.0, | |
"batteryhardwareversion": 0.0, | |
"batttotalcharge": 0.0, | |
"batttotaldisCharge": 0.0, | |
"batterysnmain": "", | |
"bms_alarm": 0, | |
"bms_warning": 0 | |
} | |
], | |
"genset_start_mode": None, | |
"genset_mode": None, | |
"genset_etotal": None, | |
"genset_yeasterdayTotal": None, | |
"genset_power": None, | |
"genset_eday": 0.0, | |
"all_eday": 0.0, | |
"output_etotal": 1234, | |
"output_yeasterdayTotal": 1234, | |
"output_eday": 1234, | |
"battery_index": 1234 | |
}, | |
"time": "11/07/2023 06: 02: 28", | |
"battery": "205.1V/0A/0W", | |
"firmware_version": 1234, | |
"warning_bms": "Normal", | |
"soh": "100%", | |
"discharge_current_limit_bms": "40A", | |
"charge_current_limit_bms": "40A", | |
"soc": "5%", | |
"pv_input_2": "0V/0A", | |
"pv_input_1": "0V/0A", | |
"back_up_output": "22.3V/0W", | |
"output_voltage": "233.1V/233.8V/233.2V", | |
"backup_voltage": "22.3V/22.8V/22.5V", | |
"output_current": "0.9A", | |
"output_power": "36W", | |
"total_generation": "1234kWh", | |
"daily_generation": "1234", | |
"battery_charging": "205.1234A/0W", | |
"last_refresh_time": "11/07/2023 06: 00: 09", | |
"bms_status": "1234", | |
"pw_id": "a_uid", | |
"fault_message": "", | |
"warning_code": None, | |
"battery_power": 0.0, | |
"point_index": "12", | |
"points": [ | |
{ | |
"target_index": 1, | |
"target_name": "Vpv1", | |
"display": "Vpv1(V)", | |
"unit": "V", | |
"target_key": "Vpv1", | |
"text_cn": "直流电压1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 2, | |
"target_name": "Vpv2", | |
"display": "Vpv2(V)", | |
"unit": "V", | |
"target_key": "Vpv2", | |
"text_cn": "直流电压2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 5, | |
"target_name": "Ipv1", | |
"display": "Ipv1(A)", | |
"unit": "A", | |
"target_key": "Ipv1", | |
"text_cn": "直流电流1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 6, | |
"target_name": "Ipv2", | |
"display": "Ipv2(A)", | |
"unit": "A", | |
"target_key": "Ipv2", | |
"text_cn": "直流电流2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 9, | |
"target_name": "Ua", | |
"display": "Ua(V)", | |
"unit": "V", | |
"target_key": "Vac1", | |
"text_cn": "交流电压1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 10, | |
"target_name": "Ub", | |
"display": "Ub(V)", | |
"unit": "V", | |
"target_key": "Vac2", | |
"text_cn": "交流电压2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 11, | |
"target_name": "Uc", | |
"display": "Uc(V)", | |
"unit": "V", | |
"target_key": "Vac3", | |
"text_cn": "交流电压3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 12, | |
"target_name": "Iac1", | |
"display": "Iac1(A)", | |
"unit": "A", | |
"target_key": "Iac1", | |
"text_cn": "交流电流1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 13, | |
"target_name": "Iac2", | |
"display": "Iac2(A)", | |
"unit": "A", | |
"target_key": "Iac2", | |
"text_cn": "交流电流2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 14, | |
"target_name": "Iac3", | |
"display": "Iac3(A)", | |
"unit": "A", | |
"target_key": "Iac3", | |
"text_cn": "交流电流3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 15, | |
"target_name": "Fac1", | |
"display": "Fac1(Hz)", | |
"unit": "Hz", | |
"target_key": "Fac1", | |
"text_cn": "频率1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 16, | |
"target_name": "Fac2", | |
"display": "Fac2(Hz)", | |
"unit": "Hz", | |
"target_key": "Fac2", | |
"text_cn": "频率2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 17, | |
"target_name": "Fac3", | |
"display": "Fac3(Hz)", | |
"unit": "Hz", | |
"target_key": "Fac3", | |
"text_cn": "频率3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 18, | |
"target_name": "Power", | |
"display": "Power(W)", | |
"unit": "W", | |
"target_key": "Pac", | |
"text_cn": "功率", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 19, | |
"target_name": "WorkMode", | |
"display": "WorkMode", | |
"unit": "", | |
"target_key": "WorkMode", | |
"text_cn": "工作模式", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 20, | |
"target_name": "Temperature", | |
"display": "Temperature(℃)", | |
"unit": "℃", | |
"target_key": "Tempperature", | |
"text_cn": "温度", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 23, | |
"target_name": "HTotal", | |
"display": "HTotal(h)", | |
"unit": "h", | |
"target_key": "HTotal", | |
"text_cn": "工作时长", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 37, | |
"target_name": "PV Generation", | |
"display": "PV Generation(kWh)", | |
"unit": "kWh", | |
"target_key": "pv_etotal_l+pv_etotal_h*65536", | |
"text_cn": "光伏发电量", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 38, | |
"target_name": "Pmeter", | |
"display": "Pmeter(W)", | |
"unit": "W", | |
"target_key": "Pmeter", | |
"text_cn": "电表功率", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 39, | |
"target_name": "Pbackup", | |
"display": "Pbackup(W)", | |
"unit": "W", | |
"target_key": "Pbackup", | |
"text_cn": "后备输出功率", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 40, | |
"target_name": "Vbackup", | |
"display": "Vbackup(V)", | |
"unit": "V", | |
"target_key": "Vload", | |
"text_cn": "后备输出电压1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 41, | |
"target_name": "Ibackup", | |
"display": "Ibackup(A)", | |
"unit": "A", | |
"target_key": "Iload", | |
"text_cn": "后备输出电流1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 42, | |
"target_name": "Vbat", | |
"display": "Vbat(V)", | |
"unit": "V", | |
"target_key": "VBattery1", | |
"text_cn": "电池电压", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 43, | |
"target_name": "Ibat", | |
"display": "Ibat(A)", | |
"unit": "A", | |
"target_key": "IBattery1", | |
"text_cn": "电池电流", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 44, | |
"target_name": "SOC", | |
"display": "SOC(%)", | |
"unit": "%", | |
"target_key": "Cbattery1", | |
"text_cn": "电池电量", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 45, | |
"target_name": "SOH", | |
"display": "SOH(%)", | |
"unit": "%", | |
"target_key": "SOH", | |
"text_cn": "电池健康度", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 46, | |
"target_name": "BMS_Temperature", | |
"display": "BMS_Temperature(℃)", | |
"unit": "℃", | |
"target_key": "BMS_Temperature", | |
"text_cn": "电池温度", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 47, | |
"target_name": "BMS_Charge_I_Max", | |
"display": "BMS_Charge_I_Max(A)", | |
"unit": "A", | |
"target_key": "BMS_Charge_I_Max", | |
"text_cn": "电池充电最大电流", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 48, | |
"target_name": "BMS_Discharge_I_Max", | |
"display": "BMS_Discharge_I_Max(A)", | |
"unit": "A", | |
"target_key": "BMS_Discharge_I_Max", | |
"text_cn": "电池放电最大电流", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 50, | |
"target_name": "Total Output", | |
"display": "Total Output(kWh)", | |
"unit": "kWh", | |
"target_key": "ETotal_EXP_1", | |
"text_cn": "总输出电量", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 51, | |
"target_name": "Pbackup1", | |
"display": "Pbackup1(W)", | |
"unit": "W", | |
"target_key": "BackUpPload_R", | |
"text_cn": "后备输出功率1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 52, | |
"target_name": "Pbackup2", | |
"display": "Pbackup2(W)", | |
"unit": "W", | |
"target_key": "BackUpPload_S", | |
"text_cn": "后备输出功率2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 53, | |
"target_name": "Vbackup2", | |
"display": "Vbackup2(V)", | |
"unit": "V", | |
"target_key": "Istr18_EXP_1", | |
"text_cn": "后备输出电压2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 54, | |
"target_name": "Ibackup2", | |
"display": "Ibackup2(A)", | |
"unit": "A", | |
"target_key": "BackUpIload_S", | |
"text_cn": "后备输出电流2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 55, | |
"target_name": "Pbackup3", | |
"display": "Pbackup3(W)", | |
"unit": "W", | |
"target_key": "BackUpPload_T", | |
"text_cn": "后备输出功率3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 56, | |
"target_name": "Vbackup3", | |
"display": "Vbackup3(V)", | |
"unit": "V", | |
"target_key": "BackUpVload_T", | |
"text_cn": "后备输出电压3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 57, | |
"target_name": "Ibackup3", | |
"display": "Ibackup3(A)", | |
"unit": "A", | |
"target_key": "BackUpIload_T", | |
"text_cn": "后备输出电流3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 58, | |
"target_name": "meterPhase1", | |
"display": "meterPhase1(W)", | |
"unit": "W", | |
"target_key": "MTActivepowerR", | |
"text_cn": "电表功率1", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 59, | |
"target_name": "meterPhase2", | |
"display": "meterPhase2(W)", | |
"unit": "W", | |
"target_key": "MTActivepowerS", | |
"text_cn": "电表功率2", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 60, | |
"target_name": "meterPhase3", | |
"display": "meterPhase3(W)", | |
"unit": "W", | |
"target_key": "MTActivepowerT", | |
"text_cn": "电表功率3", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 400, | |
"target_name": "BMS Version", | |
"display": "BMS Version", | |
"unit": "", | |
"target_key": "BMSSoftwareVersion", | |
"text_cn": "BMS版本", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 409, | |
"target_name": "e_charge", | |
"display": "e_charge(kWh)", | |
"unit": "kWh", | |
"target_key": "EBatteryCharge", | |
"text_cn": "电池充电", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
}, | |
{ | |
"target_index": 410, | |
"target_name": "e_discharge", | |
"display": "e_discharge(kWh)", | |
"unit": "kWh", | |
"target_key": "EBatteryDischarge", | |
"text_cn": "电池放电", | |
"target_sn_six": None, | |
"target_sn_seven": None, | |
"target_type": None, | |
"storage_name": None | |
} | |
], | |
"backup_pload_s": 0.0, | |
"backup_vload_s": 22.8, | |
"backup_iload_s": 0.0, | |
"backup_pload_t": 0.0, | |
"backup_vload_t": 22.5, | |
"backup_iload_t": 0.0, | |
"etotal_buy": 1234, | |
"eday_buy": 0.0, | |
"ebattery_charge": 1234, | |
"echarge_day": 1234, | |
"ebattery_discharge": 1234, | |
"edischarge_day": 1234, | |
"batt_strings": 0.0, | |
"meter_connect_status": 1234, | |
"mtactivepower_r": -536.0, | |
"mtactivepower_s": -52.0, | |
"mtactivepower_t": -108.0, | |
"has_tigo": False, | |
"canStartIV": False, | |
"battery_count": 1 | |
} | |
], | |
"hjgx": { | |
"co2": 1234, | |
"tree": 1234, | |
"coal": 1234 | |
}, | |
"homKit": { | |
"homeKitLimit": False, | |
"sn": None | |
}, | |
"isTigo": False, | |
"tigoIntervalTimeMinute": 15, | |
"smuggleInfo": { | |
"isAllSmuggle": False, | |
"isSmuggle": False, | |
"descriptionText": None, | |
"sns": None | |
}, | |
"hasPowerflow": True, | |
"powerflow": { | |
"pv": "0(W)", | |
"pvStatus": 0, | |
"bettery": "0(W)", | |
"betteryStatus": 0, | |
"betteryStatusStr": None, | |
"load": "1234(W)", | |
"loadStatus": 1, | |
"grid": "1234(W)", | |
"soc": 5, | |
"socText": "5%", | |
"hasEquipment": True, | |
"gridStatus": 1, | |
"isHomKit": False, | |
"isBpuAndInverterNoBattery": False, | |
"isMoreBettery": False, | |
"genset": "0(W)", | |
"gensetStatus": 0, | |
"gridGensetStatus": 0 | |
}, | |
"hasGridLoad": False, | |
"isParallelInventers": False, | |
"isEvCharge": False, | |
"evCharge": None, | |
"hasEnergeStatisticsCharts": True, | |
"energeStatisticsCharts": { | |
"contributingRate": 0.1234, | |
"selfUseRate": 0.0, | |
"sum": 0.0, | |
"buy": 1234, | |
"buyPercent": 1234, | |
"sell": 0.1234, | |
"sellPercent": 1234, | |
"selfUseOfPv": 1234, | |
"consumptionOfLoad": 1234, | |
"chartsType": 1, | |
"hasPv": True, | |
"hasCharge": False, | |
"charge": 0.0, | |
"disCharge": 0.0, | |
"gensetGen": 0.0, | |
"hasGenset": False | |
}, | |
"energeStatisticsTotals": { | |
"contributingRate": 1234, | |
"selfUseRate": 1234, | |
"sum": 1234, | |
"buy": 1234, | |
"buyPercent": 1234, | |
"sell": 1234, | |
"sellPercent": 1234, | |
"selfUseOfPv": 1234, | |
"consumptionOfLoad": 1234, | |
"chartsType": 1, | |
"hasPv": True, | |
"hasCharge": False, | |
"charge": 0.0, | |
"disCharge": 0.0, | |
"gensetGen": 0.0, | |
"hasGenset": False | |
}, | |
"soc": { | |
"power": 5, | |
"status": 0 | |
}, | |
"environmental": [], | |
"equipment": [ | |
{ | |
"type": "5", | |
"title": "the_inverter_model", | |
"status": 1, | |
"model": None, | |
"statusText": None, | |
"capacity": None, | |
"actionThreshold": None, | |
"subordinateEquipment": "", | |
"powerGeneration": "PV: 0(kW)", | |
"eday": "Generation Today: 0(kWh)", | |
"brand": "", | |
"isStored": True, | |
"soc": "SOC: 5%", | |
"isChange": False, | |
"relationId": "a_uid", | |
"sn": "the_serial_number", | |
"has_tigo": False, | |
"is_sec": False, | |
"is_secs": False, | |
"targetPF": None, | |
"exportPowerlimit": None, | |
"titleSn": None | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment