Releases: homebridge-plugins/homebridge-ewelink
Releases · homebridge-plugins/homebridge-ewelink
v11.0.0
Added
- Support for
B02-BL
- Support for
SONOFF SNZB-02D
- Support for devices with UIID
191
with LAN mode - Support for devices with UIID
7014
Breaking
- Remove official support for Node 14
- Remove option to disable plugin - this is now available in the Homebridge UI
- Remove option for debug logging - this will be enabled when using a beta version of the plugin
- Remove individual accessory logging options to simplify the config
Changed
- Bump
homebridge
recommended version to v1.6.0 or v2.0.0-beta - Bump
node
recommended versions to v16.20.1 or v18.17.0 or v20.5.0 - Updated dependencies
v10.4.0
Added
- Expose a Sonoff D1 or KING-M4 as a fan accessory type
- Improved support for SwitchMan devices (Sonoff R5)
Changed
- Bump
axios
to v1.2.2 - Bump
homebridge
recommended version to v1.6.0 or v2.0.0-beta - Bump
node
recommended versions to v14.21.2 or v16.19.0 or v18.13.0
Fixed
- Power readings for POWR320 now show correctly
v10.3.0
v10.2.0
Added
- Support devices with UIID 173 (Sonoff L3)
- Support devices with UIID 3258 (Zigbee RGBW light)
- Work-in-progress for devices with UUIDs:
- 130 (SPM sub-unit)
- 174 (SwitchMan devices)
- 1514 (Zigbee motor controller)
Changed
- Allow for node v18.10.0
- Update axios to
v1.1.2
Fixed
- Incorrectly exposing Sonoff M5 devices as programmable switches
v10.1.0
Added
- Support devices with UUID 128 (SPM Main Unit)
- Support devices with UUID 154 (DW2-Wifi-L)
- Support devices with UUID 168 (Zigbee Bridge Pro)
- Support devices with UUID 190 (POWR316/POWR316D/POWR320D)
- Work-in-progress for devices with UUIDs:
- 130 (SPM sub-unit)
- 160/161/162/174 (SwitchMan devices)
- 173 (Sonoff L3)
- 1514 (Zigbee motor controller)
- 3258 (Zigbee RGB light)
Changed
- Correct parameters for
updatePlatformAccessories()
- Bump
node
recommended versions to v14.20.1 or v16.17.1 - Bump
ws
to v8.9.0 - Updated dev dependencies
v10.0.0
On a personal level, this is not the kind of release I like to make. But circumstances have changed and so modifications to the plugin have needed to be made:
- Each time you start the plugin, you will be logged out the eWeLink app, and so I would recommend:
- Creating a new eWeLink account, and sharing your devices to this new account
- Most importantly, you should use your main account with the plugin, and login to the eWeLink app with your shared account
Added
- Use a custom eWeLink APPID and APPSECRET if needed
Changed
- Bump
node
recommended versions to v14.20.0 or v16.16.0