-
Notifications
You must be signed in to change notification settings - Fork 7
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
Large PR, cleanup, prettifying, add device selection and configs. More nodes. #5
base: master
Are you sure you want to change the base?
Conversation
Getting video stream may be very difficult here, See jimhigson/ring-api#1 |
Hi @blandman, |
Hey @blandman I'm going to be revisiting this repo in the coming weeks. I have largely abandoned it in that past year or two and I now see there is a lot of interest in it. Are you still working on this PR? |
Hey @thevalyreangroup Do you have any plans to rework your plugin in the nearer future? Found that one: https://www.npmjs.com/package/ring-client-api, but I'm unable to develop unfortunately... :( |
Wow, seams this plugin is pretty dead.. :-( |
Yea. Ring changes their API too frequently with breaking changes for me to
keep up with it.
Tony Simons
574-440-4159
Sent from my iPhone
On May 19, 2021, at 15:05, Jeroen ***@***.***> wrote:
Wow, seams this plugin is pretty dead.. :-(
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFN6TG5YKL75K54QWMTN5RTTOQKX7ANCNFSM4GHBMBWQ>
.
|
I am working on a substantial PR that adds many new features to this node-red ring doorbell integration. I have a Ring Doorbell, and Floodlight camera that I'll be integrating with. So far I've optimized and refactored some code for config settings (only need to enter username/password once), security for passwords, and am integrating device selection.
Here are the current plans before merging, please hold off merging until these are complete.
ring-action
, this is a "breaking" change that warrants a substantial version increase (3.0?) Can add backwards compatibility, but undesirable for the long runI am using this to integrate Ring into Google Home. Currently there is no support for Ring -> Google Home for push notifications or viewing live feeds/previous recordings. I've already got this code working with my Google Homes and Google Home Hub for broadcast tts notifications on motion and dings.
Thank you for creating this repo, I'm happy to be able to contribute.