Skip to content

python module to control a neato vacuum robot from D8 to D10

License

Notifications You must be signed in to change notification settings

BenjaminPaap/pyneato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.