From d5fc9258cf9ce3110987e0c771a8e79b1bcfcc68 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Sat, 4 Jan 2025 18:59:28 +0100 Subject: [PATCH] Add watchdog note. --- opendtu-logger/DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendtu-logger/DOCS.md b/opendtu-logger/DOCS.md index b1595cb..4513042 100644 --- a/opendtu-logger/DOCS.md +++ b/opendtu-logger/DOCS.md @@ -45,7 +45,7 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on - It is recommended to leave the `log_level` set to `INFO`. - Valid options are `DEBUG`, `INFO`, `WARN` and `ERROR`. -Save the configuration, go to the "Info" tab and start OpenDTU Logger. +Save the configuration, go to the "Info" tab and start OpenDTU Logger. Make sure to enable the "Watchdog" on this page so OpenDTU Logger is automatically restarted when it crashes. By design, this may happen when the connection to the OpenDTU websocket is interrupted. Check the "Log" page. If the setup is succesfull, it should contain a message stating: `OpenDTU Logger has been successfully initialised. Starting data recording...`.