stianaske / pybotvac

Python module for interacting with Neato Botvac Connected vacuum robots.
MIT License
84 stars 44 forks source link

Fix no floorplan available #51

Closed Santobert closed 4 years ago

Santobert commented 4 years ago

Closes: #41 Closes: #50

According to the documentation there are different issues preventing a robot from start cleaning. We already ignore the warning nav_floorplan_load_fail. From now on we also ignore some other similar warnings about a missing floorplan.

Santobert commented 4 years ago

:tada: