Skip to content

Releases: homebridge-plugins/homebridge-deebot

v4.0.2

12 Aug 15:18
Compare
Choose a tag to compare

Changed

  • Platform Versions
    • Recommended node version bumped to v14.17.5

Fixed

  • Attempt to fix a situation when node-machine-id fails to obtain the machine uuid

v4.0.1

06 Aug 14:12
Compare
Choose a tag to compare

Changed

  • Updated ecovacs-deebot library to v0.6.1

v4.0.0

29 Jul 17:42
Compare
Choose a tag to compare

Added

  • Configuration

    • Plugin will now check for duplicate device ID entries in the config and ignore them

Changed

  • ⚠️ Platform Versions

    • Recommended node version bumped to v14.17.4
    • Recommended homebridge version bumped to v1.3.4

v3.4.0

22 Jul 11:56
Compare
Choose a tag to compare

Added

  • Support for cleaning 'Spot Areas' customised in the ECOVACS app

v3.3.1

18 Jul 19:36
Compare
Choose a tag to compare

Fixed

  • Don't refresh accessory if it hasn't initialised properly

v3.3.0

18 Jul 14:09
Compare
Choose a tag to compare

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 of BatteryService

Fixed

  • Attempt to fix an accessory duplication issue (#37)

Removed

  • ignoredDevices configuration option (see alternate way of ignore a device above)

v3.2.2

08 Jul 23:22
Compare
Choose a tag to compare

Changes

  • Revert node version bump to v14.17.3 (back to v14.17.2)

v3.2.1

07 Jul 13:16
Compare
Choose a tag to compare

Changed

  • Startup logging 'housekeeping'

v3.2.0

07 Jul 09:47
Compare
Choose a tag to compare

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

10 May 09:01
Compare
Choose a tag to compare

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