Skip to content

Releases: SolarNetwork/solarnetwork-grafana-datasource

3.0.0

28 Jul 05:16

Choose a tag to compare

Refactor for Grafana 10+. The unsigned binary plugin can be downloaded here, the tar archive contains support for Linux, macOS, and Windows deployments.

Zip archive install

To install the zip archive, un-archive into the Grafana plugin directory. For example in if you copy the archive to /var/tmp on your Grafana instance, then:

cd /var/lib/grafana/plugins
unzip /var/tmp/solarnetwork-datasource-3.0.0.zip

Note this plugin is not signed, so for Grafana to load it you must configure Grafana to allow it in the grafana.ini configuration file (e.g. /etc/grafana/grafana.ini):

allow_loading_unsigned_plugins = "solarnetwork-solarnetwork-datasource"

2.0.0

10 Oct 22:22
2.0.0

Choose a tag to compare

This is the first public release of the SolarNetwork Grafana Data Source plugin. The binary plugin can be downloaded here, the tar archive contains support for Linux, macOS, and Windows deployments; the Debian package supports amd64 and arm64 platforms.

Debian 12 package install

The package requires that Grafana is also installed as a Debian package. Copy the package to your Grafana instance then as root run:

apt install ./solarnetwork-grafana-datasource_2.0.0-1+bookworm_all.deb

This will automatically add the plugin to the allow_loading_unsigned_plugins setting in /etc/grafana/grafana.ini.

Tar archive install

To install the tar archive, un-archive into the Grafana plugin directory. For example in if you copy the archive to /var/tmp on your Grafana instance, then:

cd /var/lib/grafana/plugins
tar xzf /var/tmp/solarnetwork-datasource-2.0.0.tgz

Note this plugin is not signed, so for Grafana to load it you must configure Grafana to allow it in the grafana.ini configuration file (e.g. /etc/grafana/grafana.ini):

allow_loading_unsigned_plugins = "revolve-energy-solarnetwork-datasource"