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

OZMO950 - Area/Zone cleaning #28

Closed
10-11-12-13 opened this issue Jun 16, 2020 · 12 comments
Closed

OZMO950 - Area/Zone cleaning #28

10-11-12-13 opened this issue Jun 16, 2020 · 12 comments
Assignees
Labels
enhancement New feature or request

Comments

@10-11-12-13
Copy link

Hi,

with Firmware version 1.7.9 it is possible to clean special areas or zones.
Is it currently only possible to clean by using "Auto" mode? Or can i currently use zone cleaning.

Thanks for reply! :-)

@nicoduj
Copy link
Owner

nicoduj commented Jun 19, 2020

Could you please post logs in debug while sending commands ?

@nicoduj nicoduj self-assigned this Jun 19, 2020
@nicoduj nicoduj added the bug Something isn't working label Jun 19, 2020
@nicoduj nicoduj added this to To do in deebot plugin via automation Jun 19, 2020
@Nils89
Copy link

Nils89 commented Jun 19, 2020

https://github.com/mrbungle64/ecovacs-deebot.js/wiki/Clean-modes

Herr is a Good lib with all the commands for the clean mods and how to get the different rooms

@nicoduj
Copy link
Owner

nicoduj commented Jun 20, 2020

Hi , I am using this lib in the plugin. Currently due to lack of possibilities in homekit, I have only set edge / auto mode through the "direction" of the fan. will try to add more configuration for you to be able to map it to your needs.

@nicoduj nicoduj added enhancement New feature or request and removed bug Something isn't working labels Jun 20, 2020
@Nils89
Copy link

Nils89 commented Jun 20, 2020

Ah ok nice :)
Maybe make the edge/auto mode as a toggle in the settings so that e.g. 950 users can deactivate the direction and do not have there option in HomeKit?

For zone cleaning one idea:
You can add zones to the config file as a table and each zone has a sub table with ID and name.
And then create in HomeKit for each zone one toggle to start cleaning this zone.
Only an idea.

BTW great work :)

@tteuer
Copy link
Contributor

tteuer commented Jun 23, 2020

Ah ok nice :)
Maybe make the edge/auto mode as a toggle in the settings so that e.g. 950 users can deactivate the direction and do not have there option in HomeKit?

For zone cleaning one idea:
You can add zones to the config file as a table and each zone has a sub table with ID and name.
And then create in HomeKit for each zone one toggle to start cleaning this zone.
Only an idea.

BTW great work :)

That's exactly the issue I was having with my Deebot 901. That'd be a great enhancement.

And thank you for all your work on this plugin, @nicoduj

@nicoduj
Copy link
Owner

nicoduj commented Jun 23, 2020

nice, I will try to work on the backlog soon to make such improvments ;p

@nicoduj nicoduj closed this as completed Jul 5, 2020
deebot plugin automation moved this from To do to Done Jul 5, 2020
@Nils89
Copy link

Nils89 commented Jul 5, 2020

Thanks for the update :)
if I use zone, which zone will be cleaned?

@nicoduj
Copy link
Owner

nicoduj commented Jul 5, 2020

To be honest, don't know, since I don't have zones :) I send the string as it is, so it should be compliant with what is defined in the lib . https://github.com/mrbungle64/ecovacs-deebot.js/wiki/Clean-modes
Maybe need some extra works for spot area.

@Nils89
Copy link

Nils89 commented Jul 5, 2020

Seams that you give the area ids to clean with it like 1,3
So maybe loop to all areas a make a switch (on/off) for all areas?
If you switch one on start cleaning this area?

@tteuer
Copy link
Contributor

tteuer commented Jul 6, 2020

That's great! Thanks for the update.

By left direction, does that mean "counterclockwise" and right direction mean "clockwise"?

@nicoduj
Copy link
Owner

nicoduj commented Jul 6, 2020

That's great! Thanks for the update.

By left direction, does that mean "counterclockwise" and right direction mean "clockwise"?

Hum think so :)

@tteuer
Copy link
Contributor

tteuer commented Jul 7, 2020

That's great! Thanks for the update.
By left direction, does that mean "counterclockwise" and right direction mean "clockwise"?

Hum think so :)

I had a chance to test this out finally and for my Deebot 901... it appears to be backwards, at least from the conventions we'd use here in the US...

In my Homebridge settings, I have the left direction set to zone and the right direction set to auto.
Screen Shot 2020-07-07 at 9 54 04 AM

Left direction would be counter clockwise (CCW)... setting my vacuum in HomeKit to CCW resulted it in starting the vacuum program in auto mode.
CCW

Right direction would be clockwise (CW)... setting my vacuum in HomeKit to CW resulted in no action, which I believe is because there's no trigger in the plugin currently to tell it which zone to clean.
CW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
deebot plugin
  
Done
Development

No branches or pull requests

4 participants