Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position Entity for showing vaccuum robot/other models in real time #126

Open
peteh opened this issue Aug 27, 2022 · 1 comment
Open

Position Entity for showing vaccuum robot/other models in real time #126

peteh opened this issue Aug 27, 2022 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@peteh
Copy link

peteh commented Aug 27, 2022

Is your feature request related to a problem? Please describe.
It's somewhat possible to get the coordinates of xiaomi/roborock vacuums (https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor).
I'd like to use those to visualize a 3d model of the vacuum in the 3d model of the flat.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Not sure what's the best way, but for example like this:

  • configure vacuum entity - either by sensor entities for x,y,z or by vacuum entity itself (latter one would be more generic for other systems as well, e.g. person tracking)
  • add transformation for coordinates from robo coordinate system to flat coordinate system
  • take the robot model group object_id
  • When the position of the sensors update, the position of the model also is moved accordingly

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Seems like there are not really other solutions at the moment

Additional context
Add any other context or screenshots about the feature request here.

Use Cases:

  • Visualize moving persons, e.g. with data from camera/beacon tracking
  • Visualize vacuum robots based on their position in their own map
@adizanni adizanni added the enhancement New feature or request label Oct 27, 2022
@adizanni
Copy link
Owner

Set for version 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
2.0
Awaiting triage
Development

No branches or pull requests

2 participants