-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[neato] Add housecleaning with map (category 4) #5761
Comments
I´ve added the necessary changes by myself. Searching for assistance to get it to production status (testing, code quality etc.) |
Hi @dharenkamp, I just got my D7 Connected as well and would like to add the option to clean with a persistent map (ie. category=4). However, I noticed your fork is no longer available? Would you still like to work on this change and appreciate some help on the PR? Otherwise I might create my own fork and take it from there... |
I made a PR to clean with map activated |
cleaning with map ist working with the changes from Tukks, but I found in issue: In NeatoRobot.java; Line161
|
This capability was added by #8310 |
If i start the cleaning in the Neato app it uses the map that the robot has saved.
If i use the cleaning command in openhab it ignores the maps and therefore my no-go-lines.
I think it is because of using category 2 for cleaning command.
In the documentation of neato api there is also a category 4 which should work with the maps.
Perhaps it is possible to add a new Command for "CleanMap" or something like this.
In NeatoRobot.java in lines 141 and 142 are these lines:
request.addParam("mode", this.state.getCleaning().getModeValue());
request.addParam("category", "2");
And i think this is the point were category 4 should be used in a new command.
I´m using openhab2 on a raspian stretch with openhab and plugin version 2.5.0.M1.
My neato robot is a D7 Connected.
The text was updated successfully, but these errors were encountered: