Was recommended to post here by James
I can’t figure out how to get the robot to start vacuuming. It’s the JetBot AI+ on Samsung SmartThings. I can get it to start from the SmartThings app, but not from SharpTools or IFTTT.
Here is the rule:
Was recommended to post here by James
I can’t figure out how to get the robot to start vacuuming. It’s the JetBot AI+ on Samsung SmartThings. I can get it to start from the SmartThings app, but not from SharpTools or IFTTT.
Here is the rule:
@Matt_DeKok, welcome to the community. It seems the rule can be triggered by the switch event, but for some reason the command(action in the flow) doesn’t kick off the robot to start to clean. Have you checked the Live Log in SmartThings IDE if any error reported when this rule was executed?
Meanwhile, I don’t have the robot to test with, but you may want to try out different commands. My quick research found this post where the author had to send the following commands in the exact order to activate the vacuum:
setRobotCleanerCleaningMode
with argument auto
setRobotCleanerMovement
with argument cleaning
Thank you! That worked