You are using a custom integration for xiaomi_vacuum_map which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
Hi 3_14. thanks for all your work.
With this explaination, i understand how to use the calibration.
Itâs a very good job.
Itâs working very well with my vaccum.
PS: In a discovery / system improvement / personal development. How could I use scripts that I have already made in a new option for launching / associating zones that i have created on the map.
Probably there is an issue with downloading map files from a vacuum, it was only tested on HA Core in python venv. I think I can make it compatible with hassio, but it will require some changes
I am not sure what you mean⌠Do you want to call your script instead of a vacuum service? Or do you want to add an additional mode to a card and use it to call your script?
You just have to add service: script.do_stuff to your config. Bear in mind that card will only call this script, so your script have to handle passing data to a vacuum. The simplest one is available here. Additionally you have to use this python script to call vacuum using data_template, as params property doesnât support templates.
It will probably look like a previous version of an app, I donât know if it is possible to have different colors for different rooms, but I will check it.
Here you have a sneak peek: