Skip to content

Script and Installguide to implement Ecovacs Deebot Vacuum cleaners to Domoticz

Notifications You must be signed in to change notification settings

DaKarlii/Domoticz_Ecovacs_Deebot_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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):

About

Script and Installguide to implement Ecovacs Deebot Vacuum cleaners to Domoticz

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages