I love the idea of this addon. I installed it and set it up for testing. I set up a schedule to go on at 6:25AM and off at 11:00 PM. The Off setting seems to work just fine, but for some reason the On setting does not trigger at the right time.
Itās been kind of inconsistent. On Sunday it went on at 9:04 AM. Yesterday it went on at 6:25 as scheduled. Today it went on at 10:14 AM.
When I look at the log file, it says that itās turning the switch on at the right time, but nothing happens until some seemingly random later time. I donāt see anything else in the log file - even at DEBUG level. Is there a way to troubleshoot this?
Hi @bleyton try to set the value max_retries and max_retry_interval
Restart the addon and after do a check into into log inside there is the load of scheduled action and check if there is some inconsistance on time indication.
Hello,
I am interested by your addon
I have install it with supervisor and start the add on
I add a first schedule but when I click the save button I got this message : The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
What do I wrong ?
Patou
Hello again,
Reading the doc I see that from version 0.9 it should be possible to program a temperature.
Can you explain how to do this ?
Thanks in advance
Patou
Hi,
About the temperature setting there is a possibility on climate entity to set the temperature value by add these string after time schedule
About the error on Save it is very strange if the problem it is resolved by a simple retry open a issue on github with the step to reproduce the error.
Thanks
The error on save seems to happen if you save and then edit the schedule and try to save again, before returning to the home screen. If you navigate somewhere else and then back to the HA Scheduler, you can see that the first save worked but the second save didnāt but the add-on loads up fine with no errors and you can edit the schedule without problems.
I love the ability to add entities to a schedule, that was a great idea. Setting Climate also works perfectly for me
Great work thank youā¦ I am using this addon mainly for the covers. Is there a way to include a condition for enabling the schedule? I mean like presence condition; if any family member is at home the schedule is on; if not then disable the scheduleā¦ How can i do this ,maybe by a service call in automation??
You just add the name of the entity that is related to the schedule you are trying to turn on or off. I havenāt tried this, so Iām not sure if it completely disables the entity i.e. if it would be uncontrollable by a separate automation. Would be good to hear your experience with this.
Hello,
I make a second try and confirm what Adam wrote.
Very nice add-on thanks
Is it possible to add it on the left side menu as overview, supervisor etc ā¦ ?
Hi Monday Iāll try to investigate about the problem at saving. About the possibility to add into menu there is a button āShow in sidebarā into addon page inside supervision section.
Checking it out from Portainer i see that the name of the docker container is āaddon_998c1fd8_homeassistantschedulerā. Is it the same with you guys also?
I use schedule name as entity-name.
So, when i use this in Developer Tools -Services-hassio.addon_stdin :
and press āCall Serviceā, nothing happens, also nothing in logs. āquarantine_all_coversā is my schedule name. enablle_on and enable_off does nothing. What am i doing wrong? Thanksā¦
UPDATE:
Using 998c1fd8_homeassistantscheduler instead of addon_998c1fd8_homeassistantscheduler, i managed to get something in the log file:
Hi All,
I have made the version 0.11 with fix double save and a fix on stdin functionality now you need to use a group name to indicate the schedule to enable or disable.
On the other hand, when i call enable_off; the enable button is still āONā both on summary page and on edit details page. I donāt know in real if this visual button or json file takes precedence, so i have to test it for some moreā¦
I have to restart HA Scheduler to see the result effects on button.