From cd7ed12292aef11d9062b64f61215174e8cc1860 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 12:23:48 +0200 Subject: Merging upstream version 1.17.0. Signed-off-by: Daniel Baumann --- collectors/node.d.plugin/fronius/README.md | 55 +++++++++++++++++------------- 1 file changed, 31 insertions(+), 24 deletions(-) (limited to 'collectors/node.d.plugin/fronius/README.md') diff --git a/collectors/node.d.plugin/fronius/README.md b/collectors/node.d.plugin/fronius/README.md index 72522637c..f109f7995 100644 --- a/collectors/node.d.plugin/fronius/README.md +++ b/collectors/node.d.plugin/fronius/README.md @@ -3,32 +3,37 @@ This module collects metrics from the configured solar power installation from Fronius Symo. **Requirements** - * Configuration file `fronius.conf` in the node.d netdata config dir (default: `/etc/netdata/node.d/fronius.conf`) - * Fronius Symo with network access (http) + +- Configuration file `fronius.conf` in the node.d Netdata config dir (default: `/etc/netdata/node.d/fronius.conf`) +- Fronius Symo with network access (http) It produces per server: -1. **Power** - * Current power input from the grid (positive values), output to the grid (negative values), in W - * Current power input from the solar panels, in W - * Current power stored in the accumulator (if present), in W (in theory, untested) +1. **Power** + +- Current power input from the grid (positive values), output to the grid (negative values), in W +- Current power input from the solar panels, in W +- Current power stored in the accumulator (if present), in W (in theory, untested) + +2. **Consumption** + +- Local consumption in W + +3. **Autonomy** -2. **Consumption** - * Local consumption in W +- Relative autonomy in %. 100 % autonomy means that the solar panels are delivering more power than it is needed by local consumption. +- Relative self consumption in %. The lower the better -3. **Autonomy** - * Relative autonomy in %. 100 % autonomy means that the solar panels are delivering more power than it is needed by local consumption. - * Relative self consumption in %. The lower the better +4. **Energy** -4. **Energy** - * The energy produced during the current day, in kWh - * The energy produced during the current year, in kWh +- The energy produced during the current day, in kWh +- The energy produced during the current year, in kWh -5. **Inverter** - * The current power output from the connected inverters, in W, one dimension per inverter. At least one is always present. - - -### configuration +5. **Inverter** + +- The current power output from the connected inverters, in W, one dimension per inverter. At least one is always present. + +## configuration Sample: @@ -55,14 +60,15 @@ If no configuration is given, the module will be disabled. Each `update_every` i The plugin has been tested with a single inverter, namely Fronius Symo 8.2-3-M: -- Datalogger version: 240.162630 -- Software version: 3.7.4-6 -- Hardware version: 2.4D +- Datalogger version: 240.162630 +- Software version: 3.7.4-6 +- Hardware version: 2.4D Other products and versions may work, but without any guarantees. -Example netdata configuration for node.d/fronius.conf. Copy this section to fronius.conf and change name/ip. +Example Netdata configuration for node.d/fronius.conf. Copy this section to fronius.conf and change name/ip. The module supports any number of servers. Sometimes there is a lag when collecting every 3 seconds, so 5 should be okay too. You can modify this per server. + ```json { "enable_autodetect": false, @@ -79,6 +85,7 @@ The module supports any number of servers. Sometimes there is a lag when collect ``` The output of /solar_api/v1/GetPowerFlowRealtimeData.fcgi looks like this: + ```json { "Head" : { @@ -119,4 +126,4 @@ The output of /solar_api/v1/GetPowerFlowRealtimeData.fcgi looks like this: } ``` -[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fnode.d.plugin%2Ffronius%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]() +[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fcollectors%2Fnode.d.plugin%2Ffronius%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>) -- cgit v1.2.3