Skip to content

Releases: homebridge-plugins/homebridge-deebot

v2.7.1

29 Jan 18:19
Compare
Choose a tag to compare

Changes

  • Corrected the attempt to disconnect from devices on Homebridge shutdown
  • More consistent and clearer error logging
  • Minor code refactors
  • Updated plugin-ui-utils dep and use new method to get cached accessories

v2.7.0

26 Jan 08:53
Compare
Choose a tag to compare

New

  • New configuration option showMotionLowBatt which:
    • when true the motion sensor will activate when the Deebot's battery reaches the low battery threshold
    • the motion sensor will not activate again until the battery charged above the threshold and then fallen again

Changes

  • Default low battery status reduced from 20% to 15% to match Deebot's low battery alerts

v2.6.3

23 Jan 15:04
Compare
Choose a tag to compare

Changes

  • Backend - better handling of errors

v2.6.2

20 Jan 10:04
Compare
Choose a tag to compare

Changes

  • Updated dependencies

v2.6.1

14 Jan 08:11
Compare
Choose a tag to compare

Changes

  • Replaced countryCode selectbox with inputbox for responsiveness
  • Support for all valid country codes
  • Added CHANGELOG.md

v2.6.0

12 Jan 17:02
Compare
Choose a tag to compare

New

  • New configuration option disableDeviceLogging to stop device state changes being logged

Changes

  • Improved validation checks and formatting for user inputs
  • Removal of maximum value for number types on plugin settings screen
  • Changes to startup log messages
  • Backend code changes

v2.5.1

10 Jan 16:26
Compare
Choose a tag to compare

Changes

  • Bumpecovacs-deebot client dep to v0.5.3

v2.5.0

10 Jan 14:27
Compare
Choose a tag to compare

New

  • New config option - ignoredDevices can be used to ignore a specific device/s. Also helpful as a tool to remove a device from the cache if needed

Changes

  • Updates to dependencies

v2.4.1

07 Jan 09:18
Compare
Choose a tag to compare

Changes

  • Small modifications to config schema

v2.4.0

05 Jan 19:37
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • hideBattHumidity config option has changed to showBattHumidity
    • If you previously had hideBattHumidity set to false, please change you config to showBattHumidity is true.
    • If you previously had hideBattHumidity set to true, you can delete this line from the config.

Changes

  • Updated README
  • Bumped recommended node to v14.15.4