- Domoticz (https://github.com/domoticz/domoticz)
- Ecovacs Deebot (Script tested and in use with an Ozmo 950)
- Python Plugin Deebotozmo (https://github.com/And3rsL/Deebotozmo)
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:
Ozmo Status in Domoticz:
- Start Cleaning, Send to Dock, Pause/Resume Cleaning from Domoticz
- Get Status of Cleaning and Batterylevel in Domoticz
Nothing Planned for the moment