home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.03k stars 29.68k forks source link

Ecovacs GOAT G1 won't start #115162

Closed Brazen00 closed 4 months ago

Brazen00 commented 5 months ago

The problem

The Ecovacs GOAT G1 won't start when the "start cleaning" command is sent via the UI.

What version of Home Assistant Core has the issue?

core-2024.4.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ecovacs

Link to integration documentation on our website

https://www.home-assistant.io/integrations/ecovacs/

Diagnostics information

config_entry-ecovacs-db6ac9ed4137c116f6e0ae1e47cdf99e.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: deebot_client.command
Source: components/ecovacs/vacuum.py:320
First occurred: 10:50:56 AM (1 occurrences)
Last logged: 10:50:56 AM

No response received for command "clean". This can happen if the device has network issues or does not support the command

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @overloadut, @mib1185, @edenhaus, @augar, mind taking a look at this issue as it has been labeled with an integration (ecovacs) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `ecovacs` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign ecovacs` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


ecovacs documentation ecovacs source (message by IssueLinks)

edenhaus commented 5 months ago

Your model itk04l is probably one of the new Goats and therefore not yet recognized by the library. Feel free to add support for by creating a model files in https://github.com/DeebotUniverse/client.py/tree/dev/deebot_client/hardware/deebot

Brazen00 commented 5 months ago

Is it as simple as adding itk041.py which points to 5xu9h3.py? Or is it more complex?

edenhaus commented 5 months ago

It depends if your models has different features than the other G1. If there are the same than you need only to create a symbol link. @Augar Do you think both models have the same features? I don't have one so it hard for me to answer this question.

@Brazen00 Which G1 do you have?

Brazen00 commented 5 months ago

The model on the device is MPB11-11

Brazen00 commented 4 months ago

how would I test on my system whether the symlink works or not? i'm happy to do testing but i'm not a coding guru

edenhaus commented 4 months ago

I can add it for you in the next days. It will have than the same capabilities as the current included G1.

edenhaus commented 4 months ago

Fixed with #116025