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

Question regarding "update_interval" #10

Open
ER503 opened this issue Jan 22, 2023 · 2 comments
Open

Question regarding "update_interval" #10

ER503 opened this issue Jan 22, 2023 · 2 comments

Comments

@ER503
Copy link

ER503 commented Jan 22, 2023

Hi,

I just installed and configured climate_scheduler on my Home Assistant installation and so far it is working fine.

However, I have an "issue" with my AC unit. Every 30 minutes (more or less), my AC unit emit three consecutive beeps, as if she received some command.

Is it related to the "update_interval" configuration parameter ? Does climate_scheduler resend the same command depending on the update_interval configured ?

Thanks for your response.

@FrancisLab
Copy link
Owner

Hi, it's quite possible. Is your update_interval set to 30 minutes (or is that the default I can't remember 😅)? The climate scheduler will resend the current climate config every "update_interval". It's a fallback mechanism in case the scheduled callbacks don't get called.

I see two ways to address this:

  • Make the update_interval optional. When not specified, the scheduler won't repeatedly send values
  • Make it the climate scheduler resend values if they are different

@ER503
Copy link
Author

ER503 commented Jan 23, 2023

I didn't change the update_interval in my config, and the default is said to be 15 minutes on the main page.

By looking at a way to do this with some automation, I find out that each command is a separate service :

  1. climate.set_temperature
  2. climate.set_hvac_mode
  3. climate.set_fan_mode

So, every 15-30 minutes, three commands seems to be sent, hence the three beeps I can hear.
I'm glad I tested this on the AC unit in the living room, and not in my bedroom.

I agree with the second option. Only resend command if the current AC settings differs from the schedule.

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