Deebot-4-Home-Assistant icon indicating copy to clipboard operation
Deebot-4-Home-Assistant copied to clipboard

Parameter "cleanings" is ignored

Open monotonus opened this issue 1 year ago • 3 comments

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

monotonus avatar Oct 06 '23 13:10 monotonus

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

xxLexanixx avatar Dec 07 '23 13:12 xxLexanixx

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?

monotonus avatar Dec 07 '23 14:12 monotonus

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)

edenhaus avatar Dec 24 '23 11:12 edenhaus