-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add possibility to set the floor plan in the background #17
Comments
So, this would just be a background image that you manually created to be displayed below the map, right? Just making sure. |
Yes exactly! |
A single background image would be easy. Different areas are more difficult. But it could be interesting. Maybe I should start with letting people define areas, and then letting people set a picture as background for each area. That way I could ensure pretty good integration of this all |
It seems a nice solution |
Sadly, this will have to wait a bit, because my Valetudo locks up when I try to create a zone: Hypfer/Valetudo#344. After that though, my plan is as follows:
|
Valetudo doesn't yet expose this in MQTT, so this would require calling the API and wouldn't work for MQTT users. So that needs to change first. |
https://github.com/TheLastProject/lovelace-valetudo-map-card#displaying-as-overlay may help you. I guess it kinda solves your issue but I still want to add support for zones anyway so I'm leaving this open. |
Hi!, Thank you for your gretat work, I'm trying to overlay the vacuum map on my floorplan and detected an awkward behavior of the scaling. I'm attaching an image with the comparison. My config:
Currently I'm using the "style" property to position the map, but I was using left-padding whith simmilar results. The issue apears to be related to the "map_scale" property not scaling with the same proportions as the background. Regards. |
It would actually be really cool to get some integration between Valetudo and HA Floorplan. That way I can overlay the robot path/location onto the floorplan and just use that single card. |
Hi I'm trying to get the map with floorplan overlay working as per the docs, however only the floorplan is showing...
The only camera entity I have is as above (not camera.map_data as in the docs) The valetudo-map-card itself works fine in another card Is there something else I should be doing ? |
I had the same issue, it shows, but it is hidden telling you about an undefined camera (you will find it if you inspect the DOM in your browser), anyway this configuration works for me:
|
I would like to add the map of my house in the background, so that the path of robots are drawn on my map. Maybe setting a fixed point for the charging dock so you can maintain a correct orientation.
The text was updated successfully, but these errors were encountered: