-
Notifications
You must be signed in to change notification settings - Fork 123
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
Per Camera "Snooze" #955
Comments
I attempted to poke at this and was unsuccessful. It seems trying to set "snooze_till" in the request_config_update does not take when calling from blinkpy. the value does update when changing the snooze setting in the app. |
Update: Just found this MattTW/BlinkMonitorProtocol#67, I might try to implement this |
I have a mostly working implementation of this here: https://github.com/austinc3030/blinkpy/ |
@austinc3030 - I see you had a PR open for this but then closed it. Feel free to open a new one so we can get those modifications merged! |
There hasn't been any activity on this issue recently. Please make sure to update to the latest blinkpy version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
I apologize for creating another feature request. The previous feature request for disabling notifications works well and has been helpful.
What I would like to have is per-camera snoozing. It looks like the endpoint exists (from MattTW/BlinkMonitorProtocol):
Update Camera Config : POST /network/{NetworkID}/camera/{CameraID}/update
And I see in
blinkpy/api.py#L466
that a method for requesting a camera config update exists. I suspect this could be as simple as calling something likerequest_update_config(data={"snooze": true})
like is done when configuring night vision.Open to thoughts and understand if this is a "won't implement".
Thanks for your hard work!
The text was updated successfully, but these errors were encountered: