Keypad motion sensor #526
Replies: 3 comments 12 replies
-
This has been asked before but I don't think it's possible. I poked around at it a little bit, but I don't see any event data coming back from the keypad when motion turns the keypad backlight on. It appears to me that this function is handled completely within the device hardware. Pretty much, if there's no indication in the Ring app, then it probably isn't possible with ring-mqtt either. |
Beta Was this translation helpful? Give feedback.
-
Vote Here: https://community.ring.com/t/keypad-motion-detector/30383 |
Beta Was this translation helpful? Give feedback.
-
Recently dug into this a bit deeper and see that, while this data isn't presented in the device data structure in ring-client-api, there are actually events available and you can detect, for example, a proximity motion event vs a button-press based on the impulse type in the raw data update. This means that it is at least technically possible to use the proximity sensor to detect and report motion by monitoring for events with impulseType "keypad.motion". Based on this, I'm going to add this to the "to-do" list and see if I can figure out a way to implement this practically. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Amazing addon! I appreciate all your hard work on this. Would it be possible to expose the motion sensor on the Keypad V2 and configure the motion sensor timeout to setup automations with that motion sensor. Looking forward to your response. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions