Skip to content

Commit

Permalink
grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaceg committed Oct 5, 2023
1 parent 6f241b5 commit 1a1ed0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<fieldName>` 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.
Feel free if You want to extend this tool with new features. Just open issue or make PR.
2 changes: 1 addition & 1 deletion grafana/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1a1ed0c

Please sign in to comment.