Skip to content

A Python script to integrate your Ecovacs vacuum to Homekit.

License

Notifications You must be signed in to change notification settings

EtienneMD/Cmdswitch2-Ecovacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cmdswitch2-Ecovacs

A Python script to integrate your Ecovacs vacuum to Homekit.

Requirements

This script assumes you have the following installed:

Installation

  1. Enter your Ecovacs credentials into the python script
  2. Run the script as state_cmd in your config.json file.

Example configuration

"platforms": [{
   "platform": "cmdSwitch2",
   "name": "CMD Switch",
   "switches": [{
       "name": "Vacuum",
       "on_cmd": "sucks clean 120",
       "off_cmd": "sucks charge",
       "state_cmd": "python3 /var/homebridge/vacstate.py",
       "polling": true,
       "interval": 120,
       "timeout": 20
   }]

License

MIT

About

A Python script to integrate your Ecovacs vacuum to Homekit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages