I m hosting it on windows pc, using Oracle VM for supervised
Ok. So much for that theory. Completely different from mine.
Xiaomi Miot Auto also supports this vacuum and can be used for Lovelace Xiaomi Vacuum Map card.
Coolā¦ anyone has given this a try, probably a good alternative to the one we re using here?
hello sorry but Iām a newbie on HA, I have a question, I tested the script with the coordinates and it works,
service: xiaomi_vacuum.vacuum_clean_zone
data:
entity_id: vacuum.aspirapolvere
zone: -10,2900,1700,4800
repeats: 1
but if I save it in the script.yaml file it doesnāt work when I call it from the card.
clean_bathroom:
alias: clean bathroom
data:
entity_id: vacuum.aspirapolvere
zone: -10,2900,1700,4800
repeats: 1
How could I solve? thank you
Hi, Iām new to Home assistant, can I ask how you connect scripts to icons?
Firstly just a big thank you for developing this, I have the Mijia 1C and this is the only integration that worked for me.
Iāve got the basics working and have been trying to get specific room cleaning working. Iāve managed to get the zone cleaning command right but havenāt figured out my houseās coordinates yet, donāt have an android device so canāt use the modified mi home app.
I see the Mijia 1C now supports room cleaning based on the map it generates. Does this integration support the app_segment_clean command? Tried this
service: vacuum.send_command
data:
entity_id: vacuum.jeeves
command: app_segment_clean
params: [17]
But I get an unknown error.
Hey salta,
Do u mind share ur script for zone/specific room cleaning? Iām very new to this HA donāt seem to get zone cleaning working. Iāve my HA setup on both HaOS and container but both yield the same results. Basic controls are working fine. I though it requires the correct coordinate, but it seems that uāre able to make it working without it.
Appreciate any help
Hi can you please help me with the coordinates? If downloaded the mod app. All the folders are there under my root and I have started a clean action but yet there is no log file under logs/mii
if i remeber correctly, you need to start a ānormalā clean, then it should create the log file?
or alternative, you can also use rooms now instead of coordinates like :
dreame_clean_badkamer:
alias: Badkamer stofzuigen
sequence:
- service: xiaomi_vacuum.vacuum_clean_room
data:
entity_id: vacuum.dreame
zone: '{"selects":[[5,1,0,2,1]]}'
repeats: 1
profile > experimental > enable logs
@pergola.fabio where did you get the service for xiaomi_vacuum.vacuum_clean_room? I only have clean_spot and clean_zone?
I ma using this custom :
Strange , i never had to enable that in the Xiaomi old APK app, to enable logging?
I just installed that modified APK, and logs were enabled by defaultā¦
Iām using C1 so donāt think that custom will work for me or does it? Also my log file doesnāt really give the coordinates or I donāt know how to read it. Sorry Iām a bit of a noob still.
ah ok, then i cany help, that service is probably not available for the C1 model, iām using a totally different integration
in past you had to create /vevs/logs/ directory to enable logs. now itās done via experimental settings in app.
Hi @salta did you manage to do the zone clean or got the coordinates? I donāt seem to get it working