Deebot-4-Home-Assistant
Deebot-4-Home-Assistant copied to clipboard
Parameter "cleanings" is ignored
Checks
- [X] I have searched the existing issues and no issue is describing my issue
- [X] I have checked the FAQ
- [X] I have checked the documentation
- [X] I have installed the latest version
The problem
I have several rooms which I want to clean 2 times. So I set the parameter like in the documentation, but it's getting ignored and the rooms are cleaned only 1 time.
Diagnostics information
badezimmerreinigung:
alias: Badezimmerreinigung
sequence:
- data:
command: spot_area
entity_id: vacuum.detlef
params:
rooms: 3
cleanings: 2
service: vacuum.send_command
Anything in the logs that might be useful for us?
No response
Additional information
Home Assistant 2023.9.2
Deebot T9
Probier mal wenn du mode:single hinzufügst. So hab ich es bei mir eingestellt.
alias: Badezimmer reinigen
sequence:
- service: vacuum.send_command
data:
command: spot_area
params:
rooms: 2
cleanings: 1
target:
entity_id:
- vacuum.hilde
mode: single
icon: mdi:shower
Danke für den Hinweis. Aber mode: single ist ja der Default für HA Scripte, sodass das keine Änderung gebracht hat. Klappt es denn bei dir wenn du cleanings von 1 auf 2 erhöhst?
Please write in English so everybody can follow.
Klappt es denn bei dir wenn du cleanings von 1 auf 2 erhöhst?
Yes on my bot it works but ecovacs has changed something with a firmware update for some models (#484)