sensor fusion #882
Unanswered
dansrogers
asked this question in
Ideas
Replies: 1 comment 2 replies
-
I love the concepts/ideas you raised, but I wonder if room-assistant is the correct place for this. As you mentioned, so far the philosophy has mostly been to expose the presence data for consumption in a home automation tool. Wouldn't it make more sense to build the sensor fusion in e.g. Home Assistant? That would also give you access to fuse sensors from other platforms in (e.g. Zigbee motion sensors with room-assistant Bluetooth sensors). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if there was an option to provide sensor fusion for presence detection within a room. As far as I can tell room assistant mostly exposes sensors directly and does relatively little to combine multiple sensors into a composite metric.
One way to approach this would be a kalman filter to incorporate accuracy estimates based on the time since last detection. I.e bluetooth combined with motion sensing combined with thermopile sensors would allow really interesting deployments. You could estimate if a phone was likely abandoned or forgotten. Or rely on a lower quality sensor when guests arrive. Or automatically estimate when certain bluetooth devices are likely associated with person movement and automatically add them into presence detection.
deeper approaches would be to build bluetooth distance models based on something as correlation between a dead simple as a range sensor combined with the bluetooth sensor.
Beta Was this translation helpful? Give feedback.
All reactions