question

simonvlllbr avatar image
simonvlllbr asked

How can you exchange the data from vrm portal into grafana to analyse them?

I try to get some data from vrm to grafana. Is there any conclusion to do that.

VRMVictronConnectgloballinkgrafana
2 |3000

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

1 Answer
matt1309 avatar image
matt1309 answered ·

Hi @simonvlllbr

If you want to get the data via VRM there's an API, this might be helpful:

VRM API documentation (victronenergy.com)

However you may be more interested in integrating this setup:

GitHub - victronenergy/venus-docker-grafana


The benefit of the method in second link is you're not relying on external cloud service. ie using VRM API the data is going:


From local Venus os/cerbo device -> VRM

Then you're taking it from VRM back to locally run grafana.


Second Link method uses:

From local VEnus os/cerbo device -> Grafana (with some extra steps in the background explained on the github page)


2 |3000

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