Skip to content

Zone cleanup Xiaomi Robot V1 #1922

Answered by lethuer
lethuer asked this question in Q&A / Support
Discussion options

You must be logged in to vote

Ok for anybody who is looking for the solution.
This works for me:

service: mqtt.publish
data:
  topic: valetudo/AgreeableImmediatePelican/ZoneCleaningCapability/start/set
  payload: |
    {
      "action": "clean",
      "zones": [
        {
          "points": {
            "pA": {
              "x": 2395,
              "y": 3075
            },
            "pB": {
              "x": 2561,
              "y": 3075
            },
            "pC": {
              "x": 2561,
              "y": 3194
            },
            "pD": {
              "x": 2395,
              "y": 3194
            }
          }
        }
      ],
      "iterations": 1
      }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hypfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant