Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.64 KB

File metadata and controls

57 lines (33 loc) · 1.64 KB

Script and Installguide to implement Ecovacs Deebot Vacuum cleaners to Domoticz

Requirements

Usage

In Domoticz: Create new Devices

  • Status (Type: Virtual, General, Text)
  • Battery (Type: Virtual, General, Percentage)
  • Modus (Type: Virual, General, Switch)

Install Python Plugin Deebotozmo (Next Step or use the original from Repository)

  • sudo apt-get install python3-venv libatlas-base-dev
  • sudo mkdir ~/deebot && cd ~/deebot
  • python3 -m venv venv
  • source venv/bin/activate
  • pip install deebotozmo

Create the Config for Deebotozmo with the same user, which is running the Domoticz Service!

~/deebot/venv/bin $ ./deebotozmo createconfig

copy the files/doozmo.sh - template to your Script directory

Create a crontab entry to run the script every 5 minutes

Here the possible Settings for the Cleaning mode Switch:

alt text

Ozmo Status in Domoticz:

alt text

Features

  • Start Cleaning, Send to Dock, Pause/Resume Cleaning from Domoticz
  • Get Status of Cleaning and Batterylevel in Domoticz

ToDO

Nothing Planned for the moment

used Repositorys (Thanks to the people who are developing that):