Releases: SolarNetwork/solarnetwork-grafana-datasource
3.0.0
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.zipNote 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
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.debThis 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.tgzNote 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"