esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
293 stars 36 forks source link

sprinkler unexpected valve_overlap behavior #5777

Open jotaj91 opened 6 months ago

jotaj91 commented 6 months ago

The problem

When i use the sprinkler component with a valve_overlap with more than two valves i have an unexpected behavior when i pause a cicle after the first valve_overlap starts. After i resume the paused cicle, the next valve_overlap period will be cero and the rest of the cicle behaves as usual. I also tested this with a pump_start_pump_delay and now both valves turn off for the duration of the pump_start_pump_delay instead of both valves being on during the valve_overlap.

Which version of ESPHome has the issue?

2024.4.2

What type of installation are you using?

pip

Which version of Home Assistant has the issue?

No response

What platform are you using?

ESP32

Board

esp32-s3-devkitc-1

Component causing the issue

sprinkler

Example YAML snippet

sprinkler:
  - id: irrigation_ctrlr
    main_switch: "greenhouse_1_main_switch"
    auto_advance_switch: "greenhouse 1 Auto Advance"
    reverse_switch: "greenhouse 1 Reverse"
    valve_overlap: 2s
    pump_start_pump_delay: 1s

Anything in the logs that might be useful for us?

No response

Additional information

No response

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.