tchellomello / python-ring-doorbell

Python Ring Door Bell is a library written in Python 3 that exposes the Ring.com devices as Python objects.
GNU Lesser General Public License v3.0
538 stars 171 forks source link

Fix test_sound method to support playing chimes from motion and ding #28

Open tchellomello opened 7 years ago

tchellomello commented 7 years ago

Fix test_sound method to support playing chimes from motion and ding

https://github.com/tchellomello/python-ring-doorbell/blob/master/ring_doorbell/__init__.py#L391-L396

vickyg3 commented 6 years ago

hi, any idea on what needs to be done to get this working? i'd be happy to contribute code. is the only way to find out what parameters need to be passed is to reverse engineer what my phone does in the ring app when playing the test_sound?

tchellomello commented 6 years ago

Hello @vickyg3, I think you can try to use the mitmproxy on your phone to see how that interact with your phone. Please let me know if you need any assistance.

github-actions[bot] commented 2 months ago

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.