Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Parameter "cleanings" is ignored #438

Open
4 tasks done
monotonus opened this issue Oct 6, 2023 · 3 comments
Open
4 tasks done

Parameter "cleanings" is ignored #438

monotonus opened this issue Oct 6, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@monotonus
Copy link

monotonus commented Oct 6, 2023

Checks

  • I have searched the existing issues and no issue is describing my issue
  • I have checked the FAQ
  • I have checked the documentation
  • 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 monotonus added the bug Something isn't working label Oct 6, 2023
@xxLexanixx
Copy link

xxLexanixx commented Dec 7, 2023

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
Copy link
Author

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
Copy link
Contributor

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants