Martin Pecka

Results 179 comments of Martin Pecka

I'm not sure what was the reason @thorazine-12's braava was incorrectly detected, as the detection is done based on SKU, and his SKU also starts with `m6`, but I've added...

> Another issue: when I do getRobotState(['mopReady']) on m6 with updated dorita, I have: > > ``` > pi@raspberrypi:~/www/plugins $ node test.js mopready > undefined > ``` @thorazine-12 in this...

This is the output of my i7 when I query multiple fields and print just the lastCommand - I see no problem: ```JavaScript myRobotViaLocal.getRobotState(['lastCommand', 'cleanMissionStatus']).then((actualState) => { lastCommand = actualState['lastCommand'];...

It seems that braava m6 does not include regions in `lastCommand` at all. But that also might be given by the fact that my braava has only maps each with...

Maybe the autodetection of robot type also doesn't work for you? You can try creating the local API with myRobotViaLocal = Local(username, password, ip, 800, 3, "braava"); Also, are all...

How do you actually test the changes? Do you have a rest980 project checked out in some directory and edit dorita980 directly in the node_modules subdirectory? Also, do you test...

@dcmeglio Great! Thanks for reporting.

For me, the mission endpoint only works in case the robot is actually cleaning. Did you try that?

@mike9011 Do you also run dorita with https://github.com/koalazak/dorita980/pull/103 ?

Well, without that change, this PR won't work. You'll have to find a way. You can create a docker image off of an existing one, can't you?