Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong "Bot arrived at destination" message for not reachable places #516

Open
1 task done
benep opened this issue Jul 22, 2023 · 1 comment
Open
1 task done

Wrong "Bot arrived at destination" message for not reachable places #516

benep opened this issue Jul 22, 2023 · 1 comment
Labels
Potential bug Potential bug Verification Verification

Comments

@benep
Copy link

benep commented Jul 22, 2023

Is there an existing issue for this?

  • I have searched the existing issues and no issue is describing my issue

The problem

Hallo Sascha,

ich hätte mal wieder ein Edge Case Problem.

Wenn ich eine Türe schließe, so dass mein T8 nicht mehr in einen Raum kommt und ich ihn mit der goto Funktion an einen Punkt in diesem Raum schicke, dann fährt der Roboter kurz los, bricht dann aber sehr schnell ab.

Jetzt das Problem. Die Mobile-App meldet dann "Der festgelegte Ort kann nicht erreicht werden. Bitte neuen Ort wählen." Gleichzeitig gibt es vom Adapter einen Log-Eintrag "Bot arrived at destination". In ecovacs-deebot.0.info.error gibt es gar keine Info.

Ich würde gerne auf einen nicht erreichbaren Punkt reagieren können, weil wenn der Roboter beim Losfahren diese Tür nicht direkt sieht, meint er immer, dass sie geschlossen ist, obwohl sie inzwischen geöffnet wurde.

Hab ich irgendwo noch eine Infos übersehen oder ist es möglich das irgendwo anzuzeigen?

With which model does the problem occur?

Deebot T8 series

From which source you have installed the adapter?

Stable (default)

Version of the ioBroker adapter ("info.version")

1.4.13

Version of the ecovacs-deebot.js library ("info.library.version")

0.9.3-beta.0

Version of the JS controller

5.0.8

Version of Node.js

v18.16.1

Operating system

Linux

Anything in the logs that might be useful?

No response

Additional information

No response

Which "other" models are you using?

No response

Ecovacs device class ("info.deviceClass")

No response

Communication protocol ("info.library.communicationProtocol")

None

Is the canvas module installed? ("info.library.canvasModuleIsInstalled")

None

@benep benep added Potential bug Potential bug Verification Verification labels Jul 22, 2023
@mrbungle64
Copy link
Owner

@benep

Die Meldung "Bot arrived at destination" kommt, wenn der Status von setLocation auf idle wechselt.
Ansonsten würde die Meldung "The operation was interrupted before arriving at destination (status: [status])" kommen. Was ja hier eigentlich passend wäre. Aber wenn der Status dann eben auch idle ist ...

Müsste ich mal in Ruhe schauen, was es da sonst noch gibt um dies entsprechend zu behandeln.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential bug Potential bug Verification Verification
Projects
None yet
Development

No branches or pull requests

2 participants