diff --git a/p1-logger/README.md b/p1-logger/README.md index 4407016..9c9deb2 100644 --- a/p1-logger/README.md +++ b/p1-logger/README.md @@ -2,7 +2,7 @@ P1 logger is a tool designed to store meter data conforming to the [ESMR or DSMR (European / Dutch Smart Meter Requirements) standard](https://github.com/jvhaarst/DSMR-P1-telegram-reader/blob/master/documentation/Dutch%20Smart%20Meter%20Requirements%20v5.0.2%20Final%20P1.pdf) as efficiently as possible in a PostgreSQL database. Optionally, TimescaleDB is supported. The data can easily be retrieved using tools such as Grafana for visualisation and analysis. -While Home Assistant focuses on energy management and short-term storage, P1 logger saves P1 data as efficiently as possible and in a format that makes it easier to analyse. Detailed background information information about the architecture of the software is included in the [P1 logger git repo](https://git.hollander.online/energy/p1-logger#background-data-storage-architecture). +While Home Assistant focuses on energy management and short-term storage, P1 logger saves P1 data as efficiently as possible and in a format that makes it easier to analyse. Background information about the architecture of P1 logger is included in its [git repo](https://git.hollander.online/energy/p1-logger#background-data-storage-architecture). This [P1 Logger Home Assistant add-on](https://git.hollander.online/energy/home-assistant-addons/src/branch/main/p1-logger), makes it possible to easily install P1 Logger, without requiring a lot of technical knowledge.