-
Notifications
You must be signed in to change notification settings - Fork 2
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
Room / Zone Cleaning #10
Comments
@nicoh88 would it be possible to implement Rooms? |
I just checked https://github.com/nicoh88/node-kobold/blob/master/lib/robot.js, seems like this feature needs to be implemented upstream first. This is how you can get a list of all maps:
We can then use the id to get all rooms (boundaries):
We can then use one of these IDs of polygons (the other IDs are the no-go lines):
I think you also need to supply a date somewhere, but I haven't had the time now to figure this out. |
I have created a new fork of naofireblade's most recent homebridge-neato, merged with the oAuth authentication mechanism from this package. The interaction with the Vorwerk Server is handled by the underlying node-kobold-control module, based on a fork of Pmant's most recent node-botvac, merged with the oAuth authentication mechanism from nicoh88's node-kobold. Like naofireblade's package, it has support for zones and no-go lines. |
We would like to see this feature implemented. Neato-homebridge plugin does have it. Would be nice to call Siri to clean kitchen.
The text was updated successfully, but these errors were encountered: