irrigation_unlimited
irrigation_unlimited copied to clipboard
Using HAsmartirrigation but main valve is opening for 1 minute
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?
Can you please post your config and the HAsmartirrigation automation.
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]
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).