![]() |
6 years ago | |
---|---|---|
.. | ||
node_modules | 6 years ago | |
Makefile.am | 6 years ago | |
README.md | 7 years ago | |
fronius.node.js | 6 years ago | |
named.node.js | 6 years ago | |
sma_webbox.node.js | 6 years ago | |
snmp.node.js | 6 years ago | |
stiebeleltron.node.js | 6 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
.
This module collects metrics from the configured heat pump and hot water installation from Stiebel Eltron ISG web.
See netdata/conf.d/node.d/stiebeleltron.conf.md
for more details.
Requirements
stiebeleltron.conf
in the node.d netdata config dir (default: /etc/netdata/node.d/stiebeleltron.conf
)The charts are configurable, however, the provided default configuration collects the following:
General
Heating
Hot Water
Room Temperature
Eletric Reheating
Process Data
Runtime
Energy
The default configuration is provided in netdata/conf.d/node.d/stiebeleltron.conf.md. Just change the update_every
(if necessary) and hostnames. You may have to adapt the configuration to suit your needs and setup (which might be different).
If no configuration is given, the module will be disabled. Each update_every
is optional, the default is 10
.