- Install the adapter
- fill in your Botvac user credentials
- if needed change the poll interval (60 is minimum)
- use the states in the commands channel to control your Botvac
- use the can* states in the status channel to see which commands are valid
- all states in the status channel are read-only
- check if status.canStart is
true
- set commands.eco to
true
- set commands.clean to
true
- place the Botvac in front of the desired location
- check if status.canStart is
true
- set commands.spotHeight and commands.spotWidth to
150
- set commands.cleanSpot to
true
- status.dockHasBeenSeen has to be
true
- Botvac has to be in paused or stopped state (commands.stop / commands.pause)
- set commands.goToBase to
true
- (Pmant) add readme
- (Pmant) change pollInterval to seconds
- (Pmant) change pollInterval min to 60 seconds
- (Pmant) reduce update calls (/dashboard)
- (Pmant) fix bug where Botvac is not connected to wifi
- (Pmant) update status after command
- (Pmant) update commands
- (Pmant) inital commit
The MIT License (MIT)