Hello! I tried to follow other issues to setup specific room cleaning in Home Assistant for my robots (D9 and L10 Pro) without any success. I am only able to create scripts to start, stop whole floor cleaning and return to docking station.
For example:
service: xiaomi_miot.call_action
data:
entity_id: vacuum.dreame_p2029_2133_robot_cleaner
siid: 3
aiid: 1
throw: true
is successfully returning to the base, but this does nothing:
service: xiaomi_miot.call_action
data:
entity_id: vacuum.dreame_p2029_1882_robot_cleaner
siid: 2
aiid: 3
params:
- piid: 1
value: 18
- piid: 10
value: '{"selects":[[3,1,3,3,1]]}''
Originally posted by @xBourner in #449 (comment)
and I can't understand where are those params took from..
I tried to use Vevs' modded MiHome APK, but I'm missing something because I can't find room ids in my logs. What should I do and what should I look for?
Thank you!
Hello! I tried to follow other issues to setup specific room cleaning in Home Assistant for my robots (D9 and L10 Pro) without any success. I am only able to create scripts to start, stop whole floor cleaning and return to docking station.
For example:
is successfully returning to the base, but this does nothing:
Originally posted by @xBourner in #449 (comment)
and I can't understand where are those params took from..
I tried to use Vevs' modded MiHome APK, but I'm missing something because I can't find room ids in my logs. What should I do and what should I look for?
Thank you!