![]() |
7 years ago | |
---|---|---|
.. | ||
node_modules | 7 years ago | |
Makefile.am | 7 years ago | |
README.md | 7 years ago | |
fronius.node.js | 7 years ago | |
named.node.js | 8 years ago | |
sma_webbox.node.js | 8 years ago | |
snmp.node.js | 8 years ago |
Module configurations are written in JSON and node.js is required.
to be edited.
The following node.d modules are supported:
This module collects metrics from the configured solar power installation from Fronius Symo.
See netdata/conf.d/node.d/fronius.conf.md
for more details.
Requirements
fronius.conf
in the node.d netdata config dir (default: /etc/netdata/node.d/fronius.conf
)It produces per server:
Power
Consumption
Autonomy
Energy
Inverter
Sample:
{
"enable_autodetect": false,
"update_every": 5,
"servers": [
{
"name": "Symo",
"hostname": "symo.ip.or.dns",
"update_every": 5,
"api_path": "/solar_api/v1/GetPowerFlowRealtimeData.fcgi"
}
]
}
If no configuration is given, the module will be disabled. Each update_every
is optional, the default is 5
.