-
Notifications
You must be signed in to change notification settings - Fork 49
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
Adjust time with 0 percent does not work #132
Comments
Moved this (more detailed) to: https://community.home-assistant.io/t/irrigation-unlimited-integration/325468/247 |
Your configuration is irrigation_unlimited:
controllers:
- name: "Rain Bird RC2"
enabled: true
zones:
- name: "Rasen Eingang"
enabled: true
entity_id: "switch.rain_bird_z1_rasen_eingang"
- name: "Rasen Feige"
enabled: true
entity_id: "switch.rain_bird_z2_rasen_feige"
- name: "Rasen Magnolie"
enabled: true
entity_id: "switch.rain_bird_z3_rasen_magnolie"
- name: "Rasen vorne"
enabled: true
entity_id: "switch.rain_bird_z4_rasen_vorne"
- name: "Rasen hinten"
enabled: true
entity_id: "switch.rain_bird_z5_rasen_hinten"
- name: "Hecken Treppe"
enabled: true
entity_id: "switch.rain_bird_z6_hecken_treppe"
- name: "Beet oben"
enabled: true
entity_id: "switch.rain_bird_z7_beet_oben"
- name: "Beet unten"
enabled: true
entity_id: "switch.rain_bird_z8_beet_unten"
sequences:
- name: "Rasen"
enabled: true
schedules:
- time: "06:00"
duration: "00:50"
zones:
- zone_id: 1
enabled: true
duration: "00:10"
- zone_id: 2
enabled: true
duration: "00:10"
- zone_id: 3
enabled: true
duration: "00:10"
- zone_id: 4
enabled: true
duration: "00:10"
- zone_id: 5
enabled: true
duration: "00:10"
- name: "Beete"
enabled: true
schedules:
- time: "05:00"
duration: "01:00"
zones:
- zone_id: 6
enabled: true
duration: "00:20"
- zone_id: 7
enabled: true
duration: "00:20"
- zone_id: 8
enabled: true
duration: "00:20" |
What I need is the Irrigation Unlimited log file. Please restart and duplicate the issue. Follow the instructions below to access the Home Assistant log files. These messages are very important in helping to determine the problem. Go into Settings -> System -> Logs. In the search box put in |
I have a similar configuration, 2 sequences, and 13 zones. Adjusting to 0% at controller level or at sequence level does work, at least card displays watering time to 0. I haven't checked whether it will result to no watering. Care should be taken to not adjust anything at zone level when using sequences as it is advertised in the documentation.
|
Thank you, a lot, for helping me! This is the sequence I followed after restarting HA: This is the corresponding log:
|
So this is a comparable bot nut identical issue, since in my setup nothing changes at all when adjusting time to 0%... |
Could you try this:
The result should be two sequences set to 0, hence all zones will be set to 0
Should be back to original values. Then try at sequence level
This should act on sequence_id 1
On my side this as been tested and is working
|
Regrettably, as mentioned earlier, |
Hum, strange. There is one difference between your configuration and mine. In zones you haven't defined zone_id's. Could you try that? |
Makes no difference... |
Good news, I have set this up on the workbench and was able to reproduce the issue. Looks like a refresh problem but will know more later. One thing to note is the adjustment displayed in the zone is for the next scheduled sequence. As the adjustment is specific to a particular sequence it will change depending on what's up next. As mentioned previously setting the adjustment to 0 is more or less disabling it. Now from the zones perspective there is no future schedule so it will not display any schedule or adjustment. |
OK, good to know. So at the moment we cannot help and need to wait, right? |
Not at all. Dive into the repository and get everything under custom_components/irrigation_unlimited and copy to your system under /config/custom_components/irrigation_unlimited and restart. Happy for the additional testing. There is a new suspend feature #106 you might be interest in. |
This crashed it (cannot restart anymore):
|
I reloaded the component via HACS and copied the files again: Now it works! Thank you! :-) |
Looks like you missed the const.py file. Good recovery, well done. |
Dear all,
thank you for this gorgeous integration!
I'm using a RainBird RC2 controller with 8 zones and I'd love to adapt your suggested automation (https://github.com/rgc99/irrigation_unlimited/blob/master/packages/irrigation_unlimited_adjustment.yaml) by values provided by OpenWeatherMap integration for time adjustment.
Furthermore, a local rain sensor is connected to my controller and available in home assistant.
Any idea how to combine the adjustment automation (based on OpenWeatherMap data) with my local rain sensor (e.g. no watering when rain detected by sensor)?
Thank you a lot for your help and kind regards
Benedikt
The text was updated successfully, but these errors were encountered: