Releases: homebridge-plugins/homebridge-deebot
Releases · homebridge-plugins/homebridge-deebot
v3.0.3
v3.0.2
v3.0.1
Requirements
-
Homebridge Users
- This plugin has a minimum requirement of Homebridge v1.3.3
-
HOOBS Users
- This plugin has a minimum requirement of HOOBS v3.3.4
⚠️ Breaking Change
- The plugin now uses a per-device configuration
- Current device-specific configurations will cease to work until you update your settings
- Refer to the wiki for details regarding the new configuration
Added
- Configuration settings per Deebot device
- Support for Chinese server login
- Enter your ECOVACS password as a base64 encoded string and use the option
encodedPassword
to let the plugin know - More viewable information in the Homebridge plugin-ui:
- Device model, company and an image of your device in case you didn't know what it looked like
Changes
- Use the new
.onSet
methods available in Homebridge v1.3 - Modified config schema to show titles/descriptions for non Homebridge UI users
- Fixes an issue where the device name would not show in the logs if a device fails to initialise
- Update wiki links in the Homebridge plugin-ui
- More welcome messages
- Recover accessories from the cache using the UUID
- Updated
ecovacs-deebot
depencendy to 0.6.0 (changelog) - Updated
plugin-ui-utils
dependency - Updated recommended Node to v14.16.1
- Updated README to reflect minimum supported Homebridge/HOOBS and Node versions
v2.8.5
v2.8.4
v2.8.3
v2.8.2
v2.8.1
v2.8.0
Added
- New setting
hideMotionSensor
if you want to completely hide the motion sensor - Configuration checks to highlight any unnecessary settings you have
- Link to 'Configuration' wiki page in the plugin-ui
Changes
⚠️ ignoredDevices
configuration option is now an array not a string- Motion sensor settings will hide from the Homebridge UI if the sensor is hidden
- Devices are now configured only after the plugin has initialised
- Error messages refactored to show the most useful information
- [Backend] Major code refactoring
- [Backend] Code comments