Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 817 Bytes

pyneato

Python package to control a Neato vacuum robot managed via MyNeato app (starting from D8).

This package was mostly developed in order to control a vacuum robot through Home Assistant.

This package is currently far from being finished. Contributions are welcome.

Usage

Use the sample script for a short introduction on how to use this package.

Create a .passwd file containing your MyNeato password and execute this command on the cli:

MYNEATO_USER=<YOUR_USERNAME> MYNEATO_PASSWORD=`cat .passwd` python pyneato/sample/sample.py

Thanks

Thanks to @stianaske for his work on pybotvac. This package is highly inspired by pybotvac because I don't really know much about python but wanted to give it a shot.