DeebotUniverse / Deebot-4-Home-Assistant

Home Assistant integration for deebot vacuums
https://deebot.readthedocs.io/integrations/home-assistant/
GNU General Public License v3.0
179 stars 37 forks source link

Parameter "cleanings" is ignored #438

Open monotonus opened 9 months ago

monotonus commented 9 months ago

Checks

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

xxLexanixx commented 7 months ago

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
monotonus commented 7 months ago

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?

edenhaus commented 6 months ago

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)