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

[feature] cron or exact time scheduler / or trigger check via webhook #1695

Closed
MG-Sky opened this issue Jul 16, 2023 · 4 comments
Closed

[feature] cron or exact time scheduler / or trigger check via webhook #1695

MG-Sky opened this issue Jul 16, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@MG-Sky
Copy link

MG-Sky commented Jul 16, 2023

Version and OS
newest docker image

Is your feature request related to a problem? Please describe.
i have an automations that run at exact time, so i need to run www site check at exact time only once a day. current setup doesn't meet my needs

Describe the solution you'd like
to have an option to:

  1. provide exact time the check will run or
  2. invoke check using webhook (for instance from home assistant)

Describe the use-case and give concrete real-world examples
i check some sites in the morning and want to run some automations now ots.more or less random run time..

@MG-Sky MG-Sky added the enhancement New feature or request label Jul 16, 2023
@dgtlmoon
Copy link
Owner

duplicate #164

@dgtlmoon
Copy link
Owner

dgtlmoon commented Jul 16, 2023

invoke check using webhook (for instance from home assistant)

Actually this is a great idea and very simple to implement, can be added to the current API https://changedetection.io/docs/api_v1/index.html

@MG-Sky
Copy link
Author

MG-Sky commented Jul 16, 2023

thanks so that could solve a problem with scheduled check.
if api available then i will pause check (to not run job) and then trigger change from external source at exact time.

@dgtlmoon
Copy link
Owner

https://changedetection.io/docs/api_v1/index.html#api-Watch-Watch

it already supports ?recheck=true when fetching single watch data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants