From e411339d9b40f90779ea102e54133a5f56d080e4 Mon Sep 17 00:00:00 2001 From: Markus Reschka Date: Sun, 4 Mar 2018 10:43:14 +0100 Subject: [PATCH] Another Docu fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f96e40..a778539 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Can be used for changing variables in helios KWL. Set is now implemented but wit ### watchdog feature -The Watchdog Feature monitors mqtt-publish activity of mqtt2helios. I suggest using at least 60 seoncds. You can turn this on in order to let mqtt2helios exit as a last measure if all reconnect attempts fail (i.e. twice the watchdog time went by without any successful publish, either because of a problem with modbus connection to helios or a connection problem to mqtt server). Use witch care - you have to make sure the process gets restarted after it exits, e.g. using pm2 or similar. +The watchdog monitors mqtt-publish activity of helios2mqtt. I suggest using at least 60 seconds. You can turn this on in order to let helios2mqtt exit as a last measure if all reconnect attempts fail (i.e. twice the watchdog time went by without any successful publish. Reasons could for exmaple be a problem with modbus connection to helios and no data from helios or a connection problem to mqtt server. Use witch care - you have to make sure the process gets restarted after it exits, e.g. using pm2 or similar. ### FHEM integration