Skip to content
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

self.run_on_every_day(datetime.time(0,0) triggers every second instead of at midnight #174

Closed
dobernhardt opened this issue Oct 28, 2020 · 2 comments · Fixed by #176
Closed
Assignees

Comments

@dobernhardt
Copy link

I had expect that a call self.run_on_every_day(datetime.time(0,0) would trigger everyday on midnight. Instead it fires every second.
Tested with 0.16.0

@spacemanspiff2007 spacemanspiff2007 self-assigned this Oct 28, 2020
spacemanspiff2007 added a commit that referenced this issue Oct 29, 2020
@spacemanspiff2007
Copy link
Owner

Would it be possible that you try the fix in the dev branch?
If you use a venv you can just replace the HABApp contents under lib/site-packages/HABApp with the sources from github.

@dobernhardt
Copy link
Author

Tested with dev 16.1 and it works! Thanks.

spacemanspiff2007 added a commit that referenced this issue Nov 3, 2020
- Added ThingFirmwareStatusInfoEvent (fixes #175)
- Bugfix for scheduler (fixes #174 )
- Added github actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants