I do a get request for my installation and i get data for some attributes (e.g. Pdc, bv, bs) but i dont know what they mean exactly. For example Pdc is the Current Power?
Moreover, is there a list for all atribute codes and what do they mean?
For example the json contains:
"totals": {
"Bc": 6.658641815185547,
"Bg": 0.026947021484375,
"Pc": 14.463402848690748,
"Pb": 8.77824854850769,
"Pg": 18.278285451233387,
"kwh": 48.20552568510175
}
the meaning of Bc, Bg, Pc, Pb, Pg can be found somewhere?