Wanted to share this. I’m late to the “party” here, but just got a Roborock S4MAX and in investigating how to integrate with OH I came across this thread.
I downloaded this software, the latest version from the OP is 2.5.9. I enabled debug logging, I got my map loaded it up into the viewer, drew my zone and copied my command from the viewer and pasted into my OH rule.
app_zone_clean[[ 30560,23600,32540,27160,1 ]]
However this results in an error:
{"id":6282,"result":"unknown_method","exe_time":100}
Then I found the quoted comment in this thread from October from @kemotsysinc which showed an error in the command provided by the viewer where the command needs to be:
app_zoned_clean[[ 30560,23600,32540,27160,1 ]]
app_zoned_clean not app_zone_clean
Just wanted to provide this feedback on this small bug. @marcel_verpaalen thanks this this great piece of software. My coordinates were perfect and other than having to search a bit and add a ‘d’ to the command everything worked great!