You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
I have some astro items defined for opening and closing my rollershutters. Everything works perfectly except for opening the rollershutters on Wednesday morning.
My openhab 2 instance runs in a docker container which is updated by watchtower every Tuesday afternoon at 2pm. After the docker container has been updated, everything continues to work. Even the events on Tuesday evening are triggered to close the rollershutters. However, every Wednesday morning, the event to open up the rollershutters does not trigger.
I think this has something to do with the way how and when the astro binding is scheduling the events. I have already found a similar post where someone suggests to touch the astro item file with a cronjob to force the astro binding to reschedule the events.
I will certainly try this suggestion, but I am looking for a way that does not depend on another external cronjob. If I have to reinstall my setup, I am pretty sure that I would forget setting up this cronjob.
Cheers,
tosate
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I have some astro items defined for opening and closing my rollershutters. Everything works perfectly except for opening the rollershutters on Wednesday morning.
My openhab 2 instance runs in a docker container which is updated by watchtower every Tuesday afternoon at 2pm. After the docker container has been updated, everything continues to work. Even the events on Tuesday evening are triggered to close the rollershutters. However, every Wednesday morning, the event to open up the rollershutters does not trigger.
I think this has something to do with the way how and when the astro binding is scheduling the events. I have already found a similar post where someone suggests to touch the astro item file with a cronjob to force the astro binding to reschedule the events.
I will certainly try this suggestion, but I am looking for a way that does not depend on another external cronjob. If I have to reinstall my setup, I am pretty sure that I would forget setting up this cronjob.
Cheers,
tosate
The text was updated successfully, but these errors were encountered: