khenderick / esphome-opentherm

OpenTherm support for ESPHome
MIT License
14 stars 4 forks source link

Add configurable delay on start of opentherm #16

Open skoblov opened 9 months ago

skoblov commented 9 months ago

My bowler need small pause (about 1-2 seconds) to send ch enabe, temperature etc after an opetherm initialisation. Now I make it using delay in on_boot automation. Wait and set value that I need from saved globals

on_boot: then:

It's better to have simple init_delay settings in opentherm component

khenderick commented 6 months ago

Sorry for the late answer, life's busy sometimes.

What happens if you don't add the delay? The settings such as CH enabled are send every 5 seconds and the various temperature setpoints every 2 seconds. So if the boiler is unresponsive after startup, I would guess it automatically corrects itself?