adizanni / floor3d-card

Your Home Digital Twin: aka floor3d-card. Visualize Home Assistant state and perform actions using objects in a 3D home model based on Three.js.
https://github.com/adizanni/floor3d-card
MIT License
448 stars 65 forks source link

Robot vacuum cleaner mapping in real time #137

Closed ovidiu4 closed 1 year ago

ovidiu4 commented 1 year ago

Hi guys!

I have recently discovered this plugin and i must say that it is amazing. I have a lot of electronics in my house that i would like to see and interact with from within the floor3d card.

The most interesting idea i had was to add a Xiaomi Roborock to the plan and have it move in real time as it is cleaning the house. There are already a lot of plugins that can get exact coordinates from vacuum cleaners like the "xiaomi-vacuum-map-card" and "xiaomi cloud map extractor"

So we can get the exact position of the vacuum cleaner at any time. All that is needed is to somehow add a 3d model to the plan and have it move

What do you think? I can help test and maybe some (light) coding

Christianb233 commented 12 months ago

Hi ovidiu4, it was a good idea; did you have the chance to acheive this project ?

ovidiu4 commented 12 months ago

Hi ovidiu4, it was a good idea; did you have the chance to acheive this project ?

I think that they were working to implement this feature but i kind of gave up on this project... It might be already done by the dev team

adizanni commented 11 months ago

Hello guys, it is a good idea but not an easy one to implement. Is there already an entity type that provides coordinates in the attributes ?

ovidiu4 commented 11 months ago

Hello, i am using the Xiaomi Cloud Map Extractor and as far as i can see there are no easily accessible entities with the coordinates... I am sure you can get these somehow from the cloud

I would be willing to help test and debug, but coding is not my biggest strength :)