question

Jimmy Bergetun avatar image
Jimmy Bergetun asked

How do i install plugin in Venus-docker-grafana (Grafana plugin/panel) ?

Hi, I have installed venus-docker-grafana (Grafana) on my Rpi and everything is working perfectly. I want to add more plugins/panels , but the documentation on the victron git page /youtube video doesnt say anything about how to do this. On the Grafana lab plugin page it says to run the following command,. But i dont have the grafana-cli command on my rpi after the installation. Any other way to install these plugins ?

Use the grafana-cli tool to install TrackMap from the commandline:

grafana-cli plugins install pr0ps-trackmap-panel
grafana
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
paulcandelaria avatar image
paulcandelaria answered ·

Hi Jimmy,


The command must be executed in the venus-docker-grafana container and not in the Rpi OS terminal. To do this you will have to open a bash shell in the container using the following command:

docker exec -it <container_name> /bin/bash

Once you are in the container, simply execute the command:

grafana-cli plugins install pr0ps-trackmap-panel

After executing the above command, exit the bash shell:

exit

You may have to restart the container.

docker restart <container_name>

Hope it helps







2 |3000

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