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

Getting Autoempty status after migration #525

Open
arifroni opened this issue Feb 8, 2024 · 2 comments
Open

Getting Autoempty status after migration #525

arifroni opened this issue Feb 8, 2024 · 2 comments
Labels
question Further information is requested

Comments

@arifroni
Copy link

arifroni commented Feb 8, 2024

Question

I used to have this sensor to check the status of the auto empty.

  - trigger:
      - platform: event
        event_type: deebot_custom_command
    sensor:
      - name: deebot_auto_empty
        state: "{{ trigger.event.data.response.body.data.enable }}"

It doesn't work anymore. Is there any alternative method to use or am I doing wrong now?

Additional information

No response

@arifroni arifroni added the question Further information is requested label Feb 8, 2024
@edenhaus
Copy link
Contributor

edenhaus commented Feb 8, 2024

Please add this functionality directly to the library :)
You know which command needs to be sent and what values are expected :)

I'm happy to review your PR :)

@MVladislav
Copy link

Is auto empty the functionality which was added here: DeebotUniverse/client.py#349 ?
If yes, than the function still exists. It would be only needed to add it into new core ecovacs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants