This is an example got from curl the inverter "X1 Boost" endpoint while, I guess, "Grid Volt Fault" :
"type": ...string,
"SN": ...string,
"ver": ...string,
"Data": [...stuff...],
"Information":[...stuff...],
"Error": {
"ErrorCode": "2", # ???
"ErrorData": [
241.0, # maybe pv1Voltage ?? same value as data
241.8, # maybe pv2Voltage ?? NOT same value as data
28, # no idea : errorcode-2 ???
193.6, # maybe gridAVoltage ?? same value as data
49.95, # maybe gridAFreq ?? same value as data
28, # again 28?
0.00,
0.0,
0.00,
0.00,
0,
0.0,
0.00,
0,
0,
0.0,
0.00,
0,
48 # inverter temperature ?? same value as data
]
}
This is an example got from curl the inverter "X1 Boost" endpoint while, I guess, "Grid Volt Fault" :
pound symbols followed by comment are my addition