Vertical limiting for 2450 presence sensor #3581
Unanswered
npa-homeassistant
asked this question in
Component enhancements
Replies: 2 comments
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is there anything I can do to encourage this change to be considered? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
ld2450
Link to component documentation on our website
https://esphome.io/components/sensor/ld2450.html
Describe the enhancement
The LD2450 supports vertical limits. Please can this be implemented in the native component?
Use cases
I am currently using this (from a different component) to detect adults vs children for a stair safety system. It would be most helpful if this same were available natively - not least as the component I've been using is no longer supported. I would imagine that the use case is quite broad, but that which I've implemented is a very good example, I believe.
Anything else?
The property required for this is the tilt angle. It is possible to limit the upper and lower tilt angle of the detection which can effectively be used to filter based upon height, by truncating the angle of detection. In my context, I am filtering anything below 0°, to effectively block anything below the mounting height of the device (c1.2m).
Beta Was this translation helpful? Give feedback.
All reactions