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

Using HAsmartirrigation but main valve is opening for 1 minute #92

Open
rickroetenberg opened this issue Nov 24, 2022 · 3 comments
Open

Comments

@rickroetenberg
Copy link

Hi,

I'm using HAsmartirrigation for measuring the adjust_time per zone, but when there is no adjust_time because HAsmartirrigation isn't require to irrigate the main valve is still opening for 1 minute.

Can this be disabled somehow?

@rgc99
Copy link
Owner

rgc99 commented Dec 6, 2022

Can you please post your config and the HAsmartirrigation automation.

@rickroetenberg
Copy link
Author

irrigation_unlimited:
controllers:
- name: Achtertuin
entity_id: "switch.0xa4c138e9af5fcecd"
preamble: '00:01'
zones:
- name: "Achtertuin: Gras rechts"
entity_id: "switch.groep1"
- name: "Achtertuin: Zone 2"
entity_id: "switch.groep2"
- name: "Achtertuin: Zone 3"
entity_id: "switch.groep3"
- name: "Achtertuin: Gras links"
entity_id: "switch.groep4"
sequences:
- name: "Summer-Zone1&4"
delay: "00:01"
schedules:
- time:
sun: "sunrise"
before: "00:10"
weekday: [mon, thu]
month: [jun, jul, aug,sep]
zones:
- zone_id: [1,4]
- name: "Summer-Zone2&3"
delay: "00:01"
schedules:
- time:
sun: "sunrise"
after: "01:00"
weekday: [mon, thu]
month: [jun, jul, aug,sep]
zones:
- zone_id: [2,3]
- name: "Spring & Autumn-Zone1&4"
delay: "00:01"
schedules:
- time:
sun: "sunrise"
before: "00:10"
weekday: [wed]
month: [mar, apr, may, oct, nov]
zones:
- zone_id: [1,4]
- name: "Spring & Autumn-Zone2&3"
delay: "00:01"
schedules:
- time:
sun: "sunrise"
after: "01:00"
weekday: [wed]
month: [mar, apr, may, oct, nov]
zones:
- zone_id: [2,3]
- name: Voortuin
entity_id: "switch.0xa4c138e9af5fcecd"
preamble: '00:01'
zones:
- name: "Voortuin"
entity_id: "switch.waterklep_voor"
sequences:
- name: "Summer-Voortuin"
delay: "00:01"
schedules:
- time:
sun: "sunrise"
before: "00:10"
weekday: [tue, fri]
month: [jun, jul, aug,sep]
zones:
- zone_id: [1]
- name: "Spring & Autumn-Voortuin"
delay: "00:01"
schedules:
- time:
sun: "sunrise"
before: "00:10"
weekday: [thu]
month: [mar, apr, may, oct, nov]
zones:
- zone_id: [1]

@rgc99
Copy link
Owner

rgc99 commented Dec 12, 2022

Thanks for that, just one thing when posting code, configs, log outputs, tables etc., please enclose in triple backticks. See here for more information. This will prevent the text from being squished on the left-hand margin. YAML is quite sensitive to correct indentation and while I think I have fixed it you never know.

At present I am unable to reproduce the issue so we need to dig a little deeper. Please add the following to the config.yaml file to provide more information and restart.

logger:
  default: info
  logs:
    custom_components.irrigation_unlimited: debug

Next is to grab the logs. Head to Settings->System->Logs->Load Full Logs and search for 'irrigation_unlimited'. Copy and paste the log (don't forget the backticks).

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