Can anyone tell me why can’t get the configuration in this thread to work. I don’t seem to get any meter information.
This is the Json output I get from the test example.
{
"c_id": "SunS",
"c_did": 1,
"c_length": 65,
"c_manufacturer": "SolarEdge",
"c_model": "SE8000H-RW000BEN4",
"c_version": "0004.0016.0023",
"c_serialnumber": "xxxxxxxx",
"c_deviceaddress": 1,
"c_sunspec_did": 101,
"c_sunspec_length": 50,
"current": 1046,
"l1_current": 1046,
"l2_current": 0,
"l3_current": 0,
"current_scale": -2,
"l1_voltage": 2480,
"l2_voltage": 0,
"l3_voltage": 0,
"l1n_voltage": 2480,
"l2n_voltage": 0,
"l3n_voltage": 0,
"voltage_scale": -1,
"power_ac": 25916,
"power_ac_scale": -1,
"frequency": 49945,
"frequency_scale": -3,
"power_apparent": 25936,
"power_apparent_scale": -1,
"power_reactive": 10133,
"power_reactive_scale": -2,
"power_factor": 9992,
"power_factor_scale": -2,
"energy_total": 35674,
"energy_total_scale": 0,
"current_dc": 6332,
"current_dc_scale": -3,
"voltage_dc": 4155,
"voltage_dc_scale": -1,
"power_dc": 26311,
"power_dc_scale": -1,
"temperature": 3667,
"temperature_scale": -2,
"status": 4,
"vendor_status": 0,
"rrcr_state": 0,
"active_power_limit": 100,
"cosphi": 0,
"commit_power_control_settings": 0,
"restore_power_control_default_settings": 0,
"reactive_power_config": 0,
"reactive_power_response_time": 200,
"advanced_power_control_enable": 1,
"export_control_mode": 1024,
"export_control_limit_mode": 0,
"export_control_site_limit": 0,
"meters": {
"Meter3": {
"c_manufacturer": "\u0002/\u0001\u0006\u0002",
"c_model": "\u0001",
"c_option": "False",
"c_version": "False",
"c_serialnumber": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"c_deviceaddress": 2400,
"c_sunspec_did": 0,
"c_sunspec_length": 8,
"current": -9824,
"l1_current": 0,
"l2_current": 8,
"l3_current": -9824,
"current_scale": 0,
"voltage_ln": 8,
"l1n_voltage": -9824,
"l2n_voltage": 0,
"l3n_voltage": 8,
"voltage_ll": -9824,
"l12_voltage": 0,
"l23_voltage": 0,
"l31_voltage": 0,
"voltage_scale": 0,
"frequency": 0,
"frequency_scale": 0,
"power": 0,
"l1_power": 0,
"l2_power": 0,
"l3_power": 0,
"power_scale": 0,
"power_apparent": 0,
"l1_power_apparent": 0,
"l2_power_apparent": 0,
"l3_power_apparent": 0,
"power_apparent_scale": 0,
"l1_power_reactive": 0,
"l2_power_reactive": 0,
"l3_power_reactive": 0,
"power_reactive_scale": 0,
"power_factor": 0,
"l1_power_factor": 0,
"l2_power_factor": 0,
"l3_power_factor": 0,
"power_factor_scale": 0,
"export_energy_active": 0,
"l1_export_energy_active": 0,
"l2_export_energy_active": 0,
"l3_export_energy_active": 0,
"import_energy_active": 0,
"l1_import_energy_active": 0,
"l2_import_energy_active": 0,
"l3_import_energy_active": 0,
"energy_active_scale": 0,
"export_energy_apparent": 0,
"l1_export_energy_apparent": 0,
"l2_export_energy_apparent": 0,
"l3_export_energy_apparent": 0,
"import_energy_apparent": 0,
"l1_import_energy_apparent": 0,
"l2_import_energy_apparent": 0,
"l3_import_energy_apparent": 0,
"energy_apparent_scale": 0,
"import_energy_reactive_q1": 0,
"l1_import_energy_reactive_q1": 0,
"l2_import_energy_reactive_q1": 0,
"l3_import_energy_reactive_q1": 0,
"import_energy_reactive_q2": 0,
"l1_import_energy_reactive_q2": 0,
"l2_import_energy_reactive_q2": 0,
"l3_import_energy_reactive_q2": 0,
"export_energy_reactive_q3": 0,
"l1_export_energy_reactive_q3": 0,
"l2_export_energy_reactive_q3": 708,
"l3_export_energy_reactive_q3": 6946815,
"export_energy_reactive_q4": 1,
"l1_export_energy_reactive_q4": 327682,
"l2_export_energy_reactive_q4": 4294901757,
"l3_export_energy_reactive_q4": 65536,
"energy_reactive_scale": 0
}
},
"batteries": {}
}
Seems there is a meter3 but I don’t get any information shown in the dashboard. Do I need to do anything to get information from meter 3.
Thanks
Andy