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

Multi floor via api #32

Open
brenosabino opened this issue Mar 31, 2020 · 3 comments
Open

Multi floor via api #32

brenosabino opened this issue Mar 31, 2020 · 3 comments

Comments

@brenosabino
Copy link

Would it be possible currently using the api to change maps on a S5 Max and implement multi floor support before its official?
In a 3 floor house I would use something to trigger the api when the floor is changed then send the new map to the robot.

@darkiop
Copy link

darkiop commented Jun 21, 2020

i will be lucky with the same functionality for the S6 - select a Map via API

@MeisterTR
Copy link
Contributor

#50

@rdorys
Copy link

rdorys commented May 31, 2022

Hi @brenosabino, a bit late but I think this thread could help.
https://community.home-assistant.io/t/xiaomi-vacuum-restore-select-backup-map-multi-floor-support/282345

In python, using

from miio import Vacuum
vac = Vacuum("<local_ip>", "<TOKEN>")
vac.send("load_multi_map",1) #1 or 0 are valid parameters for me, it can be 2 or more, you need to test and keep an eye on the app.

Edit: It works on my S5 Max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants