ring-client-example not capturing Ring Camera events #1403
-
Finally a question about the api and not typescript. Been running the ring-client-example and with debug I can see that the camera details are being captured and code is reaching the camera onNewNotification.subscribe property/method. However when I trigger a motion event or ring the doorbell, nothing happens while the script is running. This is the last display: "Listening for motion and doorbell presses on your cameras." Looked through the issues, discussions and wiki, and the only possible problems I could find were these
Another question, and maybe this was answered by @tsightler in another discussion: is this api client interacting with the ring camera itself, or is it communicating with events on the Ring-hosted cloud? Sincerely, A Cheapskate Trying to Avoid $40 a Year to Ring |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
And just now saw @tsightler reply to another discussion about this. Will look into the token management. |
Beta Was this translation helpful? Give feedback.
-
And finally...item 3 is what did the trick. It's working now. example.ts seems to be already doing item 2. |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried the steps multiple times (restart device, step 1 and 3, script immediately takes care of step 2), even tried to login with my wife's account, I could connect, but don't get any notifications, from any device. Also I got a second device (raspberry pi) and installed everything from scratch, same result, no notifications. I do see the 2nd device in the ring control center Am I missing anything here? |
Beta Was this translation helpful? Give feedback.
Summary version:
There's no local communications, Ring is a cloud-only device, the only way to Ring devices is via their cloud API.
Just some friendly advice, sel…