Skip to content

Example apps

Sascha edited this page Mar 15, 2021 · 16 revisions

Installation

git clone https://github.com/mrbungle64/ecovacs-deebot.js.git
cd ecovacs-deebot.js
npm install

Files

  • app.js (deprecated)
  • app2.js

Setup

Add your Ecovacs account information to app2.js file

const account_id = "[email protected]";
const password = "a1b2c3d4";
const countrycode = 'DE';
Clone this wiki locally