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

If I add Sunday to the week day of a sequence, it does not work #189

Open
pedromrg opened this issue Nov 13, 2024 · 2 comments
Open

If I add Sunday to the week day of a sequence, it does not work #189

pedromrg opened this issue Nov 13, 2024 · 2 comments

Comments

@pedromrg
Copy link

Hi there,

This is a weird thing that is happening.

First please check my config:

sequences:
  - name: "Relva"
    delay: "00:00:05"
    schedules:
      - name: "Sunrise"
        time:
          sun: "sunrise"
          before: "00:40"
        weekday: [mon, wed, sat]
    zones:
      - zone_id: 1
        duration: "00:15"
      - zone_id: 2
        duration: "00:15"

Problem is if I add sun for sunday ( weekday: [mon, wed, sat, sun] ) the sequence will not work !? Even in the front end it will not show any sheduled date for that sequence.

Is this happening to more of you?

@pedromrg
Copy link
Author

Atually tested another combination:

weekday: [mon, wed, sun] - does not work

weekday: [mon, wed, sat, sun] - it works

@rgc99
Copy link
Owner

rgc99 commented Nov 17, 2024

I have tested the partial configuration posted and it works as expected. To test further please post the entire irrigation_unlimited configuration along with the log file.

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