Initial commit

This commit is contained in:
Richard Mitchell
2019-04-14 19:00:35 +01:00
commit d6ac0683d0
7 changed files with 795 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# Eufy Robovac control for Python
Work in progress!
## Installation
Pre-requisites:
* openssl (used for encryption)
```
git clone https://github.com/mitchellrj/eufy_robovac.git
cd eufy_robovac
python3 -m venv .
bin/pip install -e .
```
## Demo usage
```
bin/demo DEVICE_ID LOCAL_KEY IP
```
The demo:
* connects to your device,
* prints its state out,
* starts cleaning,
* waits 30 seconds,
* sends the device home,
* waits 10 seconds,
* disconnects & exits