From 05596a8a644aaf10138577724040e2457df3e1b2 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Fri, 26 Jul 2024 20:05:20 +0200 Subject: [PATCH] Edit WiP message. --- p1-logger/DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p1-logger/DOCS.md b/p1-logger/DOCS.md index 045d8d3..b84b0a4 100644 --- a/p1-logger/DOCS.md +++ b/p1-logger/DOCS.md @@ -1,6 +1,6 @@ # Documentation -NB: This documentation page is a work-in-progress and unfinished at the moment of writing. The MQTT and ESPhome sections still need to be written. However, expert users may be able to figure these settings out themselves using the Mosquitto add-on documentation and [the ESPhome configuration available in the P1 logger git repo](https://git.hollander.online/energy/p1-logger/src/branch/main/esphome). A complete version will be released soon. +NB: This documentation page is a work-in-progress and unfinished at the moment of writing. The ESPhome section still needs to be written. However, users with ESPHome experience should be able to figure these settings out themselves using [the ESPhome configuration available in the P1 logger git repo](https://git.hollander.online/energy/p1-logger/src/branch/main/esphome) ## Installation instructions @@ -91,7 +91,7 @@ Having setup the PostgreSQL / TimescaleDB database and Mosquitto MQTT broker, we - If you're using Expaso's TimescaleDB add-on, the `db` setting will **not** require any changes. - MQTT - - `mqtt_broker`: + - `mqtt_broker`: - Default: `tcp://core-mosquitto:1883`. - In case of using an external broker, use a syntax like `tls://mqtt.example.org:8883` or `tcp://mqtt.example.org:1883` - `mqtt_topic`: `p1/metrics`