-
I would like to generate a script to be able to clean a specific zone, as explained in this video. service: dreame_vacuum.vacuum_clean_zone` i get this error None @ data['zone'][0] instead if I do it through the Xiaomi Vacuum Card it works perfectly. https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card I don't understand if and how to specify the map where the points of the selected zone come from. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
App only allows you to select single area but device is capable of cleaning multiple zones on a single task, because of that you need to pass zone coordinates array inside of another array when sending the action to the device.
Actually integration should handle the single zone with this service but the validation is not allows passing a single array right now, i will fix this on next release.
|
Beta Was this translation helpful? Give feedback.
-
Clear. So I wait for the new release. In the meantime, thank you for your very useful support. |
Beta Was this translation helpful? Give feedback.
App only allows you to select single area but device is capable of cleaning multiple zones on a single task, because of that you need to pass zone coordinates array inside of another array when sending the action to the device.
Actually integration should handle the single zone with this service but the validation is not allows passing a single array right now, i will fix this on next release.
https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-m…