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

FR: Chime play custom tone #101

Open
JesseWebDotCom opened this issue Jun 24, 2018 · 2 comments
Open

FR: Chime play custom tone #101

JesseWebDotCom opened this issue Jun 24, 2018 · 2 comments

Comments

@JesseWebDotCom
Copy link

JesseWebDotCom commented Jun 24, 2018

This features would allow you to play a custom tone to individual specific chimes as well as all chimes in a home (I'd be happy with just the latter). This would empower home assistant users to create automations that play certain tone for certain events (ex. left garage open) while not affecting your existing tones for doorbell motion and doorbell ring.

@vickyg3
Copy link
Collaborator

vickyg3 commented Jun 25, 2018

Just documenting whatever i remembered about this so that it may be useful for whoever is going to be working on this. :)

@tchellomello requested a similar feature in PR #46 [1]. But the way i remember it, i don't think there's a simple way to accomplish this. The way ring app worked was this:

  1. Send a request to the ring servers to change the chime tone to a new one.
  2. Poll for status updates until the message is sent to the ring device (sometimes this took over 10 seconds for my device).
  3. Request the device to play the "current" chime tone (as it was changed in step 1 and confirmed in step 2).

So this could mean waiting 10 seconds before playing a custom chime. It would be unusable for realtime events (like garage door was opened etc) since it would take a while to play.

Also, this means changing the chime tone of the device for good. So we will have to spend another 10 seconds reverting it back to what it was before so that the usual doorbell chime isn't changed.

[1] #46 (comment)

Copy link

There hasn't been any activity on this issue recently. This issue has been automatically marked as stale because of that. It will be closed if no further activity occurs.
Please make sure to update to the latest ring_doorbell version and check if that solves the issue.
Thank you for your contributions.

@github-actions github-actions bot added the stale Stale PRs and Issues label Apr 18, 2024
@sdb9696 sdb9696 removed the stale Stale PRs and Issues label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants