Add better message about purpose and features of OpenDTU logger.
This commit is contained in:
parent
8a30678c1d
commit
40c81c0bb3
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,9 +1,11 @@
|
||||||
# OpenDTU logger
|
# OpenDTU logger
|
||||||
|
|
||||||
OpenDTU logger connects to the OpenDTU livedata websocket and captures metrics.
|
OpenDTU logger adds state to OpenDTU and provides detailed, long-term storage and visualisation of Hoymiles solar inverter metrics:
|
||||||
These metrics are inserted into a PostgreSQL database.
|
|
||||||
Optionally, TimescaleDB can be used.
|
- It connects to the OpenDTU livedata websocket and captures metrics.
|
||||||
Included in OpenDTU Logger are a number of Grafana dashboards, which can be used to provide useful visualisations and insights. The image below shows the PV dashboard of a given day in dark mode. Light mode is also supported. Hovering over the graphs will result in a tooltip, providing exact the values recorded at a given time.
|
- These metrics are inserted into a PostgreSQL database. Optionally, TimescaleDB can be used.
|
||||||
|
- Included in OpenDTU Logger are a number of Grafana dashboards, which can be used to provide useful visualisations and insights.
|
||||||
|
- The image below shows the PV dashboard of a given day in dark mode. Light mode is also supported. Hovering over the graphs will result in a tooltip, providing the exact values recorded at a given time.
|
||||||
|
|
||||||
![PV dashboard in dark mode](https://git.hollander.online/energy/opendtu-logger/raw/commit/a3debb78665641fe7101555d85df89eb0f0d2a79/screenshots/PV-overview-dark-mode.png)
|
![PV dashboard in dark mode](https://git.hollander.online/energy/opendtu-logger/raw/commit/a3debb78665641fe7101555d85df89eb0f0d2a79/screenshots/PV-overview-dark-mode.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue