question

George Grammatikoglou avatar image
George Grammatikoglou asked

Attribute codes meanings

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?

api
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

2 Answers
amm avatar image
amm answered ·

Hi.

I'm asking the same question.

All attributes are described in the answer to this query:

https://vrmapi.victronenergy.com/v2/installations/{idSite}/diagnostics

TLDR:

"code": "Pb","description": "PV to battery",
"code": "Pg","description": "PV to grid",
"code": "Pc","description": "PV to consumers",
"code": "Gb","description": "Grid to battery",
"code": "Gc","description": "Grid to consumers",
"code": "Bc","description": "Battery to consumers"
"code": "Bg","description": "Battery to grid",

Only I can't found answer for "kwh"

Regards.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

fjaehn avatar image
fjaehn answered ·

Hi,

thank you for the helpful information.

When requesting the "Installation Stats" API without any "type", I get the following.

What does Pdc, bs and bv mean?


... "totals": {

"Pdc": 4345.057729672401,

"bs": 69.25,

"bv": 99.98400000000004,

"total_solar_yield": 2.06005859375,

"total_consumption": 0.29127073287963867,

"total_genset": 0,

"grid_history_to": 0,

"grid_history_from": 0,

"iOI1": false

...

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Related Resources

Additional resources still need to be added for this topic