From 40d816c7ba384c40d18ba3bc5bc2471ad6bf3450 Mon Sep 17 00:00:00 2001 From: mvn23 Date: Sun, 9 Sep 2018 09:42:25 +0200 Subject: [PATCH] Add note to OpenTherm Gateway documentation (#6230) Add a note about update propagation speed to the OpenTherm Gateway documentation. --- source/_components/climate.opentherm_gw.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/climate.opentherm_gw.markdown b/source/_components/climate.opentherm_gw.markdown index bbed48193d3..4b67af4667b 100644 --- a/source/_components/climate.opentherm_gw.markdown +++ b/source/_components/climate.opentherm_gw.markdown @@ -46,6 +46,10 @@ floor_temperature: type: boolean {% endconfiguration %} +

+The OpenTherm protocol is based on polling. The thermostat sends requests to the boiler at specific intervals. As a result, it may take some time for changes to propagate between Home Assistant and the thermostat. +

+ # {% linkable_title Example %} A full configuration example with the OpenTherm Gateway connected to a remote host running `ser2net` looks like the one below.