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

Program not Triggering on Schedule #67

Open
johnbrito2 opened this issue May 22, 2024 · 7 comments
Open

Program not Triggering on Schedule #67

johnbrito2 opened this issue May 22, 2024 · 7 comments

Comments

@johnbrito2
Copy link

Issue: Scheduled Trigger Not Working

Description: My irrigation program has not triggered automatically in weeks. The schedule counts down to the trigger time, but nothing happens when the time is reached.

Details:

Irrigation Controller Version: 5.4.15
Home Assistant Core Version: 2024.5.4
Expected Behavior: The irrigation system should start automatically at the scheduled time.

Actual Behavior: The countdown completes, but the irrigation system does not start.

Steps Taken:

Checked the logs for any error messages (none found).
Restarted the Home Assistant core and reinstalled the irrigation controller.
Verified the schedule settings are correct.
Tested manual trigger, which works fine.
screenshot

@petergridge
Copy link
Owner

Hi, config looks fine, and it should never end up with next run being in the past. I will look into this. What hardware/OS are you running on?

Cheers
Pete

@petergridge
Copy link
Owner

How are you determining the adjuster value?

@petergridge
Copy link
Owner

Also do you have any other programs defined? i.e. is there another program kicking in with the same start time?

@petergridge
Copy link
Owner

One more comment, Thanks for a great error report

@johnbrito2
Copy link
Author

Hi, config looks fine, and it should never end up with next run being in the past. I will look into this. What hardware/OS are you running on?

Cheers Pete

Thank you for the quick response. I’m running Generic x86-64 on a Nuc. Just one program one zone at the moment, planning to add another zone when we get the bug resolve. For the adjuster value I’m using the OWM history integration with the Factor utilizing forecast rain and probability of precipitation template.

Thank you!

@petergridge
Copy link
Owner

Hi, I have not had any luck replicating this issue.

I have changed some code from using the HomeAssistant Util libraries to using standard Python, it should not make a difference but it could be an issue between running on HA OS v on the NUC. But I am just guessing.

I will publish an Alpha version with some debug messages to try and determine where in the code this is happening.

@petergridge
Copy link
Owner

petergridge commented Jun 5, 2024

Hi, I have released 5.4.16-alpha as a beta in HACS.

If you turn debugging on you will get some outputs in the Log that will help me debug. https://github.com/petergridge/Irrigation-V5#debug

Cheers
Pete

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