diff --git a/README.md b/README.md index b2d1203..bbef8ae 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,11 @@ Data can also be sent over OTLP protocol to a gRPC or http server. Typically, th Metrics are all captured as gauges and recorded and exported at the same frequency that measurements are taken. Metric names follow the convention `sofar.logger.` by default. This can be updated in the configuration file. +### Grafana dashboard +You can monitor Your solar instalation using [grafana dashboard](grafana) + ## Origin This is based on program written by @sigxcpu76 https://github.com/XtheOne/Inverter-Data-Logger/issues/37#issuecomment-1303091265. ## Contributing -Feel free if You want to extend this tool with new features. Just open issue or make PR. \ No newline at end of file +Feel free if You want to extend this tool with new features. Just open issue or make PR. diff --git a/grafana/README.md b/grafana/README.md index 607cb06..de78526 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -1,6 +1,6 @@ # Grafana dashboard -Grafana dashboard for sofar inverter data exported [sofar_g3_lsw3_logger_reader](https://github.com/kubaceg/sofar_g3_lsw3_logger_reader). Just paste [this json config](grafana-dashboard.json?raw=true) in Your grafana and make some modifications depending on your config: +Grafana dashboard for sofar inverter data exported [sofar_g3_lsw3_logger_reader](https://github.com/kubaceg/sofar_g3_lsw3_logger_reader). Just paste [grafana-dashboard.json](../../blob/master/grafana/grafana-dashboard.json?raw=true) in Your grafana and make some modifications depending on your config: * replace all `8000` int occurences in json to maximum power of Your insalation in watt. * this config uses `sofar_logger_` metric prefix, if You use another replace it in every query.