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: 2 comments 4 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.
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…