-
Notifications
You must be signed in to change notification settings - Fork 15
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
I do not see the "enable program" button in the card #117
Comments
It looks like you have the show program option on the card configuration unticked |
However it is odd that the start time is displayed. Are you using the custom card or the generated yaml? |
I do have the same issue, every time I restart HA. The related switch (rasesnprenger_links) is set up by another integration (HomematicIP local) which probably does start only after the irrigation integration, or maybe simultaneously, but does take longer, as it takes a while to start this integration with quite a lot of devices. regards Dieser Fehler stammt von einer benutzerdefinierten Integration Logger: custom_components.irrigationprogram.switch Switch switch.rasensprenger_links has not initialised before irrigation program Logger: homeassistant.components.switch Error while setting up irrigationprogram platform for switch |
Hi Karl, Are you comfortable modifying the code? In the config\custom_components\irrigationprogram directory you will see a const.py file. If you change the CONST_LATENCY value from 5 to something that is longer than it takes to set up the switches on load, it should fix your issue. Let me know if that helps and I will look at adding this as an advanced configuration settings. You may also be able to automate a reload, when your other apps have started. Pete |
Hi, will try that later today (hopefully today ;-) ) |
Ok, I increased the latency step by step. At 25 sec. It was long enough for all three configured progs to load. As I said before the other integration needs a while to load all devices (>150). |
I can handle this. It's not a delay as such it is a retry loop so it won't impact other users. I will need to create a new variable as this one is used for other delays as well. |
Great! Thx. |
Hi, I have setup the basic 3 zone demo and I cannot see the "enable program" button in the lovelace card, how can I enable it?
Cheers,
The text was updated successfully, but these errors were encountered: