You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
"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
]
}
The text was updated successfully, but these errors were encountered:
That is interesting, maybe someone can take a closer look at updated app, I'm not guessing what it is, I was just reading the code of the app itself to understand what is what.
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
The text was updated successfully, but these errors were encountered: