@homebridge-plugins/homebridge-ecovacs 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,570 @@
1
+ # Change Log
2
+
3
+ All notable changes to homebridge-ecovacs will be documented in this file.
4
+
5
+ This project tries to adhere to [Semantic Versioning](http://semver.org/). In practice, this means that the version number will be incremented based on the following:
6
+
7
+ - `MAJOR` version when a minimum supported version of `homebridge` or `node` is increased to a new major version, or when a breaking change is made to the plugin config
8
+ - `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
9
+ - `PATCH` version when backwards-compatible bug fixes are implemented
10
+
11
+ ## v7.0.0 (2025-07-11)
12
+
13
+ - Drop support for Node.js v16 and v18, add support for Node.js v20, v22, and v24
14
+
15
+ ## v6.1.1 (2023-08-28)
16
+
17
+ ⚠️ Note this will be the last version of the plugin to support Node 16.
18
+ - Node 16 moves to 'end of life' on 2023-09-11 ([more info](https://nodejs.org/en/blog/announcements/nodejs16-eol))
19
+ - This is in-line with the Homebridge guidelines on supporting node versions ([more info](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js/))
20
+ - If you are currently using Node 16, now is a good time to upgrade to Node 18 or 20 (see the link above for more info)
21
+
22
+ ### Changed
23
+
24
+ - Updated dependencies
25
+
26
+ ## v6.1.0 (2023-08-10)
27
+
28
+ ### Added
29
+
30
+ - Allow a polling interval to be set per accessory, or can be set to `0` to disable polling if the device supports push updates
31
+
32
+ ### Changed
33
+
34
+ - Bump `ecovavs-deebot` library to v0.9.6-prerelease (thanks @mrbungle64!)
35
+ - Bump `node` recommended versions to v16.20.2 or v18.17.1 or v20.5.1
36
+
37
+ ## v6.0.5 (2023-04-05)
38
+ ## v6.0.4 (2023-04-05)
39
+ ## v6.0.3 (2023-04-05)
40
+
41
+ ### Changed
42
+
43
+ - Bump `ecovavs-deebot` library to v0.9.5 (thanks @mrbungle64!)
44
+ - Simplify log welcome messages
45
+
46
+ ## v6.0.2 (2023-03-24)
47
+
48
+ ### Changed
49
+
50
+ - Bump `ecovavs-deebot` library to v0.9.4 (thanks @mrbungle64!)
51
+
52
+ ## v6.0.1 (2023-03-14)
53
+
54
+ ### Fixed
55
+
56
+ - ` [GetNetInfo]` should be debug logging
57
+
58
+ ## v6.0.0 (2023-03-11)
59
+
60
+ ### Breaking
61
+
62
+ - Remove official support for Node 14
63
+ - Remove deprecated config options for old commands
64
+ - Remove option to disable plugin - this is now available in the Homebridge UI
65
+ - Remove option for debug logging - this will be enabled when using a beta version of the plugin
66
+ - Remove individual accessory logging options to simplify the config
67
+
68
+ ### Changed
69
+
70
+ - Bump `ecovavs-deebot` library to v0.9.3 (thanks @mrbungle64!)
71
+ - Bump `node` recommended versions to v16.19.1 or v18.15.0
72
+
73
+ ## v5.3.2 (2023-01-07)
74
+
75
+ ### Changed
76
+
77
+ - Bump `ecovavs-deebot` library to v0.9.2 (pre-release)
78
+ - Bump `node` recommended versions to v14.21.2 or v16.19.0 or v18.13.0
79
+ - Bump `homebridge` recommended version to v1.6.0 or v2.0.0-beta
80
+
81
+ ### Fixed
82
+
83
+ - Show correct service names for new accessories on new iOS version
84
+
85
+ ## v5.3.1 (2022-11-27)
86
+
87
+ ### Fixed
88
+
89
+ - A potential configuration issue when using multiple devices
90
+
91
+ ## v5.3.0 (2022-11-24)
92
+
93
+ ### Added
94
+
95
+ - Support for air drying (thanks [@apfelnutzer](https://github.com/apfelnutzer)!)
96
+ - Switch can be hidden via the config if unwanted
97
+
98
+ ### Changed
99
+
100
+ - Bump `ecovavs-deebot` library to v0.9.0
101
+ - Bump `node` recommended versions to v14.21.1 or v16.18.1 or v18.12.1
102
+
103
+ ## v5.2.0 (2022-09-25)
104
+
105
+ ### Added
106
+
107
+ - Support for cleaning coordinate areas (thanks [@apfelnutzer](https://github.com/apfelnutzer)!)
108
+
109
+ ### Changed
110
+
111
+ - Correct parameters for `updatePlatformAccessories()`
112
+ - Existing custom areas have been renamed to Predefined Areas
113
+ - Bump `node` recommended versions to v14.20.1 or v16.17.1
114
+ - Updated dev dependencies
115
+
116
+ ## v5.1.0 (2022-08-28)
117
+
118
+ ### Added
119
+
120
+ - Updated `ecovacs-deebot` library to v0.8.3, notable changes:
121
+ - Added initial support for yeedi login and also for a few models
122
+ - yeedi k650
123
+ - yeedi 2 hybrid
124
+ - yeedi vac hybrid
125
+ - yeedi mop station
126
+ - Bumped canvas to 2.9.3
127
+
128
+ ### Changed
129
+
130
+ - Bump `node` recommended versions to v14.20.0 or v16.17.0
131
+ - Bump `homebridge` recommended version to v1.5.0
132
+
133
+ ## v5.0.5 (2022-06-08)
134
+
135
+ ### Changed
136
+
137
+ - Bump `node` recommended versions to v14.19.3 or v16.15.1
138
+
139
+ ### Fixed
140
+
141
+ - A potential issue showing errors in the logs
142
+
143
+ ## v5.0.4 (2022-05-28)
144
+
145
+ ### Changed
146
+
147
+ - More fixes and refactoring
148
+
149
+ ## v5.0.3 (2022-05-28)
150
+
151
+ ### Changed
152
+
153
+ - Bump `ecovacs-deebot` to v0.8.2
154
+
155
+ ## v5.0.2 (2022-05-22)
156
+
157
+ ### Changed
158
+
159
+ - Some refactoring
160
+
161
+ ## v5.0.1 (2022-05-22)
162
+
163
+ ### Changed
164
+
165
+ - Bump `node` recommended versions to v14.19.3 or v16.15.0
166
+ - Bump `ecovacs-deebot` to v0.8.1
167
+
168
+ ## v5.0.0 (2022-05-07)
169
+
170
+ ### Potentially Breaking Changes
171
+
172
+ ⚠️ The minimum required version of Homebridge is now v1.4.0
173
+ ⚠️ The minimum required version of Node is now v14
174
+
175
+ ### Changed
176
+
177
+ - Changed to ESM package
178
+ - Bump `node` recommended versions to v14.19.1 or v16.14.2
179
+ - Bump `ecovacs-deebot` to v0.8.0
180
+
181
+ ## v4.4.2 (2022-02-27)
182
+
183
+ ### Changed
184
+
185
+ - Bump `node` recommended versions to v14.19.0 or v16.14.0
186
+ - Bump `homebridge` recommended version to v1.4.0
187
+ - Bump `ecovacs-deebot` to v0.7.2
188
+
189
+ ## v4.4.1 (2022-01-15)
190
+
191
+ ### Changed
192
+
193
+ - Bump `ecovacs-deebot` to v0.7.1
194
+ - Bump `node` recommended versions to v14.18.3 or v16.13.2
195
+
196
+ ### Fixed
197
+
198
+ - Plugin crash for older versions of Homebridge
199
+
200
+ ## v4.4.0 (2022-01-05)
201
+
202
+ ### Added
203
+
204
+ - A further five custom areas bringing the total to fifteen
205
+
206
+ ### Changed
207
+
208
+ - Plugin will log HAPNodeJS version on startup
209
+ - Bump `homebridge` recommended version to v1.3.9
210
+ - Updated dependencies
211
+
212
+ ## v4.3.3 (2021-12-29)
213
+
214
+ ### Changed
215
+
216
+ - Updated dependencies
217
+
218
+ ## v4.3.2 (2021-12-26)
219
+
220
+ ### Changed
221
+
222
+ - Updated dependencies
223
+
224
+ ## v4.3.1 (2021-12-18)
225
+
226
+ ### Added
227
+
228
+ - Accessory switches will show as 'No Response' until plugin has successfully initialised
229
+
230
+ ### Changed
231
+
232
+ - Some config options rearranged for easier access
233
+ - More device info and device count logged on plugin initialisation
234
+ - Bump `ecovacs-deebot` to v0.7.0
235
+ - Bump `homebridge` recommended version to v1.3.8
236
+ - Bump `node` recommended versions to v14.18.2 or v16.13.1
237
+
238
+ ## v4.2.7 (2021-10-03)
239
+
240
+ ### Changed
241
+
242
+ - Updated dependencies
243
+
244
+ ## v4.2.6 (2021-09-30)
245
+
246
+ ### Changed
247
+
248
+ - Recommended node versions bumped to v14.18.0 or v16.10.0
249
+
250
+ ## v4.2.5 (2021-09-09)
251
+
252
+ ### Changed
253
+
254
+ - Updated `ecovacs-deebot` library to v0.6.8
255
+
256
+ ## v4.2.4 (2021-09-09)
257
+
258
+ ### Changed
259
+
260
+ - Updated `ecovacs-deebot` library to v0.6.7
261
+
262
+ ## v4.2.3 (2021-09-09)
263
+
264
+ ### Changed
265
+
266
+ - `configureAccessory` function simplified to reduce chance of accessory cache retrieval failing
267
+
268
+ ## v4.2.2 (2021-09-05)
269
+
270
+ ### Changed
271
+
272
+ - Updated `ecovacs-deebot` library to v0.6.6
273
+
274
+ ## v4.2.1 (2021-09-02)
275
+
276
+ ### Changed
277
+
278
+ - Updated `ecovacs-deebot` library to v0.6.5
279
+ - Recommended node version bumped to v14.17.6
280
+
281
+ ## v4.2.0 (2021-08-30)
282
+
283
+ ### Changed
284
+
285
+ - Ignore `Robot is operational` error in log
286
+ - Updated `ecovacs-deebot` library to v0.6.3
287
+ - Remove `node-machine-id` in favour of generating a client id based on ECOVACS username
288
+
289
+ ## v4.1.0 (2021-08-30)
290
+
291
+ _Unpublished_
292
+
293
+ ## v4.0.2 (2021-08-12)
294
+
295
+ ### Changed
296
+
297
+ - **Platform Versions**
298
+ - Recommended node version bumped to v14.17.5
299
+
300
+ ### Fixed
301
+
302
+ - Attempt to fix a situation when `node-machine-id` fails to obtain the machine uuid
303
+
304
+ ## v4.0.1 (2021-08-06)
305
+
306
+ ### Changed
307
+
308
+ - Updated `ecovacs-deebot` library to v0.6.1
309
+
310
+ ## v4.0.0 (2021-07-29)
311
+
312
+ ### Added
313
+
314
+ - **Configuration**
315
+
316
+ - Plugin will now check for duplicate device ID entries in the config and ignore them
317
+
318
+ ### Changed
319
+
320
+ - ⚠️ **Platform Versions**
321
+
322
+ - Recommended node version bumped to v14.17.4
323
+ - Recommended homebridge version bumped to v1.3.4
324
+
325
+ ## v3.4.0 (2021-07-22)
326
+
327
+ ### Added
328
+
329
+ - Support for cleaning 'Spot Areas' customised in the ECOVACS app
330
+
331
+ ## v3.3.1 (2021-07-18)
332
+
333
+ ### Fixed
334
+
335
+ - Don't refresh accessory if it hasn't initialised properly
336
+
337
+ ## v3.3.0 (2021-07-18)
338
+
339
+ ### Changed
340
+
341
+ - **Homebridge UI**
342
+ - `label` field now appears first in the device configuration sections
343
+ - A device can now be ignored/removed from Homebridge by the `ignoreDevice` setting in the device configuration sections
344
+ - Plugin will now use HomeKit `Battery` service type instead of `BatteryService`
345
+
346
+ ### Fixed
347
+
348
+ - Attempt to fix an accessory duplication issue ([#37](https://github.com/homebridge-plugins/homebridge-ecovacs/issues/37))
349
+
350
+ ### Removed
351
+
352
+ - `ignoredDevices` configuration option (see alternate way of ignore a device above)
353
+
354
+ ## v3.2.2 (2021-07-08)
355
+
356
+ ### Changes
357
+
358
+ - Revert node version bump to v14.17.3 (back to v14.17.2)
359
+
360
+ ## v3.2.1 (2021-07-07)
361
+
362
+ ### Changed
363
+
364
+ - Startup logging 'housekeeping'
365
+
366
+ ## v3.2.0 (2021-07-07)
367
+
368
+ ### Added
369
+
370
+ - **Accessory Logging**
371
+ - `overrideLogging` setting per device type, which can be set to (and will override the global device logging and debug logging settings):
372
+ - `"default"` to follow the global device update and debug logging setting for this accessory (default if setting not set)
373
+ - `"standard"` to enable device update logging but disable debug logging for this accessory
374
+ - `"debug"` to enable device update and debug logging for this accessory
375
+ - `"disable"` to disable device update and debug logging for this accessory
376
+ - Device online and offline notifications will now be shown in the logs
377
+ - **Clean Speed**
378
+ - Clean speed characteristic to choose between 'standard' and 'max' (this option is only available in the Eve app)
379
+ - **Plugin-UI**
380
+ - Additional device info in the plugin-ui including online status, IP and MAC address if available
381
+
382
+ ### Changed
383
+
384
+ - More interactive Homebridge UI - device configuration will expand once device ID entered
385
+ - Small changes to the startup logging
386
+ - Avoid repeated logging of the same device error message
387
+ - Update `ecovacs-deebot` library
388
+ - Use `standard-prettier` code formatting
389
+ - Recommended node version bump to v14.17.3
390
+
391
+ ## v3.1.0 (2021-05-10)
392
+
393
+ ### Added
394
+
395
+ - HomeKit 'No Response' messages when controlling a device fails for any reason
396
+ - This 'No Response' status will be reverted after two seconds
397
+
398
+ ### Changed
399
+
400
+ - Ensure user is using at least Homebridge v1.3.0
401
+
402
+ ### Removed
403
+
404
+ - Removed `encodedPassword` config option
405
+ - The plugin will now initially try the supplied password and if incorrect will attempt another login with a base64 decoded version
406
+
407
+ ## v3.0.3 (2021-05-05)
408
+
409
+ ### Fixed
410
+
411
+ - Fixes an issue where commands didn't send to the device properly
412
+
413
+ ## v3.0.2 (2021-05-04)
414
+
415
+ ### Changed
416
+
417
+ - Accessory 'identify' function will now add an entry to the log
418
+ - Backend refactoring, function and variable name changes
419
+
420
+ ## v3.0.1 (2021-04-24)
421
+
422
+ ### Requirements
423
+
424
+ - **Homebridge Users**
425
+ - This plugin has a minimum requirement of Homebridge v1.3.3
426
+ - **HOOBS Users**
427
+ - This plugin has a minimum requirement of HOOBS v3.3.4
428
+
429
+ ### Added
430
+
431
+ - Configuration settings per Deebot device
432
+ - Support for Chinese server login
433
+ - Enter your ECOVACS password as a base64 encoded string and use the option `encodedPassword` to let the plugin know
434
+ - More viewable information in the Homebridge plugin-ui:
435
+ - Device model, company and an image of your device in case you didn't know what it looked like
436
+
437
+ ### Changed
438
+
439
+ - ⚠️ The plugin now uses a **per-device** configuration
440
+ - Current device-specific configurations will cease to work until you update your settings
441
+ - Refer to [the wiki](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Configuration) for details regarding the new configuration
442
+ - Use the new `.onSet` methods available in Homebridge v1.3
443
+ - Modified config schema to show titles/descriptions for non Homebridge UI users
444
+ - Update wiki links in the Homebridge plugin-ui
445
+ - More welcome messages
446
+ - Recover accessories from the cache using the UUID
447
+ - Updated `ecovacs-deebot` depencendy to 0.6.0 ([changelog](https://github.com/mrbungle64/ecovacs-deebot.js/releases/tag/0.6.0))
448
+ - Updated `plugin-ui-utils` dependency
449
+ - Updated recommended Node to v14.16.1
450
+ - Updated README to reflect minimum supported Homebridge/HOOBS and Node versions
451
+
452
+ ### Fixed
453
+
454
+ - Fixes an issue where the device name would not show in the logs if a device fails to initialise
455
+
456
+ ## v2.8.5 (2021-02-11)
457
+
458
+ ### Changed
459
+
460
+ - Link 'Uninstall' wiki page in the plugin-ui
461
+ - Updated minimum Homebridge to v1.1.7
462
+ - Updated minimum Node to v14.15.5
463
+
464
+ ## v2.8.4 (2021-02-09)
465
+
466
+ ### Changed
467
+
468
+ - Updated client dependency `ecovacs-deebot` to v0.5.6
469
+
470
+ ## v2.8.3 (2021-02-08)
471
+
472
+ ### Fixed
473
+
474
+ - Hide the `Config entry [plugin_map] is unused and can be removed` notice for HOOBS users
475
+
476
+ ## v2.8.2 (2021-02-08)
477
+
478
+ ### Fixed
479
+
480
+ - Fixes a bug when adding a device to Homebridge
481
+
482
+ ## v2.8.1 (2021-02-08)
483
+
484
+ ### Changed
485
+
486
+ - Error stack will be hidden when the disabled plugin message appears in the log
487
+
488
+ ## v2.8.0 (2021-02-06)
489
+
490
+ ### Added
491
+
492
+ - New setting `hideMotionSensor` if you want to completely hide the motion sensor
493
+ - Configuration checks to highlight any unnecessary settings you have
494
+ - Link to 'Configuration' wiki page in the plugin-ui
495
+
496
+ ### Changed
497
+
498
+ - ⚠️ `ignoredDevices` configuration option is now an array not a string
499
+ - Motion sensor settings will hide from the Homebridge UI if the sensor is hidden
500
+ - Devices are now configured only after the plugin has initialised
501
+ - Error messages refactored to show the most useful information
502
+ - [Backend] Major code refactoring
503
+ - [Backend] Code comments
504
+
505
+ ## v2.7.2 (2021-01-30)
506
+
507
+ ### Changed
508
+
509
+ - Updated client dependency `ecovacs-deebot` to v0.5.5 which:
510
+ - Added OZMO T5 and some more T8 models
511
+
512
+ ## v2.7.1 (2021-01-29)
513
+
514
+ ### Changed
515
+
516
+ - More consistent and clearer error logging
517
+ - Minor code refactors
518
+ - Updated plugin-ui-utils dep and use new method to get cached accessories
519
+
520
+ ### Fixed
521
+
522
+ - Corrected the attempt to disconnect from devices on Homebridge shutdown
523
+
524
+ ## v2.7.0 (2021-01-26)
525
+
526
+ ### New
527
+
528
+ - New configuration option `showMotionLowBatt` which:
529
+ - when `true` the motion sensor will activate when the Deebot's battery reaches the low battery threshold
530
+ - the motion sensor will not activate again until the battery charged above the threshold and then fallen again
531
+
532
+ ### Changed
533
+
534
+ - Default low battery status reduced from 20% to 15% to match Deebot's low battery alerts
535
+
536
+ ## v2.6.3 (2021-01-23)
537
+
538
+ ### Changed
539
+
540
+ - Backend - better handling of errors
541
+
542
+ ## v2.6.2 (2021-01-20)
543
+
544
+ ### Changed
545
+
546
+ - Updated dependencies
547
+
548
+ ## v2.6.1 (2021-01-14)
549
+
550
+ ### Changed
551
+
552
+ - Replaced `countryCode` selectbox with inputbox for responsiveness
553
+ - Support for all valid country codes
554
+ - Added CHANGELOG.md
555
+
556
+ ## v2.6.0 (2021-01-12)
557
+
558
+ ### New
559
+
560
+ - New configuration option `disableDeviceLogging` to stop device state changes being logged
561
+
562
+ ### Changed
563
+
564
+ - Improved validation checks and formatting for user inputs
565
+ - Changes to startup log messages
566
+ - Backend code changes
567
+
568
+ ### Removed
569
+
570
+ - Removal of maximum value for `number` types on plugin settings screen
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Ben Potter
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,63 @@
1
+ <p align="center">
2
+ <a href="https://github.com/homebridge-plugins/homebridge-ecovacs"><img alt="homebridge-ecovacs" src="https://user-images.githubusercontent.com/43026681/101321841-f0eb5280-385d-11eb-8dd4-f57113f6e078.png" width="600px"></a>
3
+ </p>
4
+ <span align="center">
5
+
6
+ # homebridge-ecovacs
7
+
8
+ Homebridge plugin to integrate ECOVACS Deebot or Yeedi devices into HomeKit
9
+
10
+ [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-ecovacs/latest?label=latest)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-ecovacs)
11
+ [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-ecovacs/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Beta-Version)
12
+
13
+ [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
14
+ [![hoobs-certified](https://badgen.net/badge/HOOBS/certified/yellow?label=hoobs)](https://plugins.hoobs.org/plugin/homebridge-ecovacs)
15
+
16
+ [![npm](https://img.shields.io/npm/dt/@homebridge-plugins/homebridge-ecovacs)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-ecovacs)
17
+ [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=hb-discord)](https://discord.com/channels/432663330281226270/742733745743855627)
18
+
19
+ </span>
20
+
21
+ ### Plugin Information
22
+
23
+ - This plugin allows you to view and control your ECOVACS or Yeedi devices within HomeKit. The plugin:
24
+ - requires your ECOVACS or Yeedi credentials to function
25
+ - uses a cloud-based connection (i.e. requires the internet)
26
+
27
+ ### Prerequisites
28
+
29
+ - To use this plugin, you will need to already have:
30
+ - [Node](https://nodejs.org): latest version of `v20`, `v22` or `v24` - any other major version is not supported.
31
+ - [Homebridge](https://homebridge.io): `v1.6` - refer to link for more information and installation instructions.
32
+
33
+ ### Setup
34
+
35
+ - [Installation](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Installation)
36
+ - [Configuration](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Configuration)
37
+ - [Beta Version](https://github.com/homebridge/homebridge/wiki/How-to-Install-Alternate-Plugin-Versions)
38
+ - [Node Version](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Node-Version)
39
+
40
+ ### Features
41
+
42
+ - [Supported Devices](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Supported-Devices)
43
+ - [Speed Control](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Speed-Control)
44
+ - [Predefined Areas](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Predefined-Areas)
45
+
46
+ ### Help/About
47
+
48
+ - [Common Errors](https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Common-Errors)
49
+ - [Support Request](https://github.com/homebridge-plugins/homebridge-ecovacs/issues/new/choose)
50
+ - [Changelog](https://github.com/homebridge-plugins/homebridge-ecovacs/blob/latest/CHANGELOG.md)
51
+ - [About Me](https://github.com/sponsors/bwp91)
52
+
53
+ ### Credits
54
+
55
+ - To the owner of [ecovacs-deebot.js](https://github.com/mrbungle64/ecovacs-deebot.js) client: [@mrbungle64](https://github.com/mrbungle64).
56
+ - To the owner of [homebridge-deebotEcovacs](https://github.com/nicoduj/homebridge-deebotEcovacs): [@nicoduj](https://github.com/nicoduj).
57
+ - To the creator of the awesome plugin header logo: [Keryan Belahcene](https://www.instagram.com/keryan.me).
58
+ - To the creators/contributors of [Homebridge](https://homebridge.io) who make this plugin possible.
59
+
60
+ ### Disclaimer
61
+
62
+ - I am in no way affiliated with ECOVACS/Deebot/Yeedi and this plugin is a personal project that I maintain in my free time.
63
+ - Use this plugin entirely at your own risk - please see licence for more information.