14.06.2023, 07:02
Try this for multiple inverters. The order of the returned data might not be constant. So you might have to check the serial number (sn field) invert_full_1 and invert_full_2 tables to distinguish to which inverter the data belongs to.
Code:
invert_full_1 = response.data.inverter[1].invert_full
log(invert_full_1)
invert_full_2 = response.data.inverter[2].invert_full
log(invert_full_2)