Releases: homebridge-plugins/homebridge-deebot
Releases · homebridge-plugins/homebridge-deebot
v4.0.2
v4.0.1
v4.0.0
v3.4.0
v3.3.1
v3.3.0
Changed
- Homebridge UI
label
field now appears first in the device configuration sections- A device can now be ignored/removed from Homebridge by the
ignoreDevice
setting in the device configuration sections
- Plugin will now use HomeKit
Battery
service type instead ofBatteryService
Fixed
- Attempt to fix an accessory duplication issue (#37)
Removed
ignoredDevices
configuration option (see alternate way of ignore a device above)
v3.2.2
v3.2.1
v3.2.0
Added
- Accessory Logging
overrideLogging
setting per device type, which can be set to (and will override the global device logging and debug logging settings):"default"
to follow the global device update and debug logging setting for this accessory (default if setting not set)"standard"
to enable device update logging but disable debug logging for this accessory"debug"
to enable device update and debug logging for this accessory"disable"
to disable device update and debug logging for this accessory
- Device online and offline notifications will now be shown in the logs
- Clean Speed
- Clean speed characteristic to choose between 'standard' and 'max' (this option is only available in the Eve app)
- Plugin-UI
- Additional device info in the plugin-ui including online status, IP and MAC address if available
Changed
- More interactive Homebridge UI - device configuration will expand once device ID entered
- Small changes to the startup logging
- Avoid repeated logging of the same device error message
- Update
ecovacs-deebot
library - Use
standard-prettier
code formatting - Recommended node version bump to v14.17.3
v3.1.0
Added
- HomeKit 'No Response' messages when controlling a device fails for any reason
- This 'No Response' status will be reverted after two seconds
Changes
- Removed
encodedPassword
config option- The plugin will now initially try the supplied password and if incorrect will attempt another login with a base64 decoded version
- Ensure user is using at least Homebridge v1.3.0