Skip to content

Releases: homebridge-plugins/homebridge-ewelink

v8.3.2

09 Sep 07:49

Choose a tag to compare

Changed

  • configureAccessory function simplified to reduce chance of accessory cache retrieval failing
  • Bump axios to v0.21.4
  • Bump ws to v8.2.2

v8.3.1

05 Sep 13:26

Choose a tag to compare

Changed

  • Recommended node version bumped to v14.17.6
  • Bump axios to v0.21.3
  • Bump ws to v8.2.1

v8.3.0

26 Aug 09:47

Choose a tag to compare

Added

  • Support for KingArt KING-Q1 garage door device
  • Expose KingArt KING-Q4 device as a Window or Door HomeKit accessory type
  • Custom Eve characteristic to invert status of inched switch without sending a command to device

Changed

  • 'Status By Inching' switches will no longer revert to 'off' when Homebridge is restarted

v8.2.1

22 Aug 15:14

Choose a tag to compare

Changed

  • Bump ws to v8.2.0

Fixed

  • An issue preventing DUALR3 from initialising
  • Fix for uiid 112

v8.2.0

22 Aug 08:18

Choose a tag to compare

Added

  • Support for UIIDs 138 139 140 141

v8.1.0

17 Aug 15:46

Choose a tag to compare

Added

  • inchChannels option for multi-channel switches and outlets (where the plugin will set on/off status based on inching)
  • language option to have the plugin log in French, thanks to @jp-lno

v8.0.2

12 Aug 15:16

Choose a tag to compare

Changed

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

v8.0.1

04 Aug 14:38

Choose a tag to compare

Changed

  • Improved battery calculations for DW2 sensors

v8.0.0

29 Jul 21:11

Choose a tag to compare

Important Note

  • Your Accessory Simulations will stop working with this update if you have not re-set them up in the appropriate device configuration sections.
  • There is no longer a separate Accessory Simulations section
  • It is recommended to re-setup your simulations before updating to this version

Added

  • Single Channel Devices
    • Option to configure a single channel device to set its status based on device inching
  • DUALR3 Motor Mode
    • Expose a DUALR3 in motor mode as a GarageDoorOpener accessory type
  • Temperature/Humidity Sensor Devices
    • Option to offset recorded temperature or humidity by a scale factor
  • Configuration
    • disableNoResponse setting to disable marking cloud-offline devices as 'No Response' in HomeKit
    • 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
  • ⚠️ Accessories
    • Plugin will now mark cloud-offline devices with 'No Response' by default
    • Plugin will now use HomeKit Battery service type instead of BatteryService
  • Backend
    • Plugin will now reattempt initial HTTP connection on ECONNABORTED error

Fixed

  • Plugin will correctly update StatusLowBattery characteristic with INT instead of type BOOL

Removed

  • ⚠️ offlineAsNoResponse configuration setting - is now default - can be disabled with new disableNoResponse setting
  • ⚠️ ignoredDevices configuration setting - now use the ignoreDevice option in the device type sections
  • ⚠️ groups configuration setting - now use the showAs option in the device type sections

v7.1.0

10 Jul 09:27

Choose a tag to compare

Added

  • New Devices
    • Support for Zigbee multi-channel devices

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
  • Bump ws dependency to v7.5.3