Plugin for controlling your deebot Ecovacs from Ecovacs through HomeBridge .
Each Deebot is shown through
The battery percentage / charging status is shown in the detail pane of each service.
npm install -g homebridge-deebotecovacs
IMPORTANTThis might not be needed anymore since 1.2.0
If you encounter any issue while installing, you might have to install additionnal packages on your environment since the main dependency of it depends on canvas library which is not available for all configurations. See there for more details : canvas compiling.
For use in the oznu/homebridge Docker image (Alpine Linux) please add the following line to your startup.sh
script and restart the container. You can edit this file in directly in the Homebride UI by selecting the drop down menu in the upper-right-corner and selecting Startup Script.
apk add build-base cairo-dev jpeg-dev pango-dev giflib-dev librsvg-dev
You can also use the PACKAGES env variable directly with docker
-e PACKAGES=build-base,cairo-dev,jpeg-dev,pango-dev,giflib-dev,librsvg-dev
Config as below:
"platforms": [
{
"platform": "DeebotEcovacs",
"email": "toto@titi.com",
"password": "toto",
"countryCode" : "FR"
}
]
Fields:
platform
must be "DeebotEcovacs" (required).email
email used for your ecovacs account (required).password
password of your ecovacs account (required).country code
: country code for your account , value in : CH, TW, MY, JP, SG, TH, HK, IN, KR,US,FR, ES, UK, NO, MX, DE, PT, CH, AU, IT, NL, SE, BE, DK, OTHER (required).refreshTimer
Optional - enable refresh of deebot state every X seconds, for automation purpose if you need to activate something else based on its state change (defaults : disable, accepted range : 30-600s).cleanCache
Set it to true in case you want to remove the cached accessory (only those from this plugin). You have to restart homebridge after applying the option. Remove it after restart, otherwise it will be recreated at each startup.deebotNames
Array of NickNames of the deebot to publish. Defaults to all found on your account.publishBipSwitch
Optional - defaults to true - Publish the switch that makes the deebot beepspublishFan
Optional - defaults to true - Publish the fan that makes speed cleaning availablepublishSwitch
Optional - defaults to true - Publish the switch that makes on/off availablepublishMotionDetector
Optional - defaults to true - Publish the motion detector to be triggered in case of hep needed by your deebotpublishAutoSwitch
Optional - Publish a switch to start in auto Mode.publishEdgeSwitch
Optional - Publish a switch to start in edge Mode.publishSpotSwitch
Optional - Publish a switch to start in spot Mode.publishSpotAreaSwitches
Optional - Publish switches to start for each spot Area. Must be something like ["1","1,2"] or ["deebotName|1","deebotName2|1,2"] if you have multiple deebotspublishCustomAreaSwitches
Optional - Publish switches to start for each Custom Area. Must be something like ["x1,y1,x2,y2,numberOfcleanings","x1,y1,x2,y2,numberOfcleanings"] or ["deebotName|x1,y1,x2,y2,numberOfcleanings","deebotName2|x1,y1,x2,y2,numberOfcleanings"] if you have multiple deebots ? number of cleanings is optionnalpublishAreaSwitchesAsSeparateDevices
Optional - Defaults to false. Publish Custom / Spot switches as indiviual accessories so that you can move them in other rooms.showInfoLogs
Optional - Defaults to false. Log info for maps, custom areas and so on .See : https://github.com/mrbungle64/ecovacs-deebot.js/wiki/Clean-modes
See CHANGELOG.
Many thanks to :
Support this project and others by nicoduj via PayPal.
As of Sept 01 2019, Nicolas Dujardin has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-tradfri-plugin Ikea Tradfri Gateway plugin for Homebridge. Supported features: automatically discover your lights and list them turn on and off the lightbulbs adjust brightness adjust color
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r
This Plugin is no longer being maintained. The ST platform removed all of the greatness that made it fun to develop for and I will not rewrite my years of code to adapt. I have moved to Hubitat and al