Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable delay on start of opentherm #16

Open
skoblov opened this issue Oct 10, 2023 · 1 comment
Open

Add configurable delay on start of opentherm #16

skoblov opened this issue Oct 10, 2023 · 1 comment

Comments

@skoblov
Copy link

skoblov commented Oct 10, 2023

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:
- delay: 2s
- lambda: |-
if( id(ch_sw_save) ) id(ch_sw).turn_on();
if( id(ch2_sw_save) ) id(ch2_sw).turn_on();
if( id(dhw_sw_save) ) id(dhw_sw).turn_on();

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

@khenderick
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants