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

Enhancement: Roomba Now Supports At-Run-Time, By-Region Cleaning Options #172

Open
shanemcw opened this issue Feb 1, 2023 · 2 comments
Open

Comments

@shanemcw
Copy link

shanemcw commented Feb 1, 2023

Data snippet below; should be possible to extend current cleaning API to support at-run-time cleaning options.

"lastCommand": {
  "command": "start",
  "initiator": "localApp",
  "ordered": 1,
  "pmap_id": "51xJPrplRCu53W5pqZHetg",
  "regions": [
   {
    "params": {
     "carpetBoost": false,
     "gentleMode": 0,
     "noAutoPasses": true,
     "twoPass": true,
     "vacHigh": true
    },
    "region_id": "0",
    "type": "zid"
   },
   {
    "params": {
     "carpetBoost": false,
     "gentleMode": 0,
     "noAutoPasses": true,
     "twoPass": true,
     "vacHigh": true
    },
    "region_id": "3",
    "type": "zid"
   },
   {
    "params": {
     "carpetBoost": false,
     "gentleMode": 0,
     "noAutoPasses": true,
     "twoPass": true,
     "vacHigh": true
    },
    "region_id": "1",
    "type": "zid"
   }
  ],
  "time": 1675171473,
  "user_pmapv_id": "230127T195526"
 }
@shanemcw
Copy link
Author

shanemcw commented Feb 4, 2023

I plan to investigate. If I get it working, and working stably, I'll Pull Request for a Beta.

@pix3d4
Copy link

pix3d4 commented Sep 2, 2024

Any news from this enhancement?
It would be very nice if this enhancement were implemented.
I have a question:
How did you get the parameters that is possible to send in addition to the regions? i.e: twoPass, vacHigh and so on.
I have a roomba j7 combo and I can't figure out how to launch a vacuum or vaccum and mop.
Thanks

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

No branches or pull requests

3 participants