Skip to content

Releases: AlexxIT/XiaomiGateway3

v2.0.1 - 2022-02-09

09 Feb 14:20
Compare
Choose a tag to compare
  • Fix unique ID for multichannel entities

v2.0.0 - 2022-02-09

09 Feb 07:38
Compare
Choose a tag to compare

Breaking changes

  • Removed old Gateway entities and added new ones
  • Some devices may have changed entity names
  • You need to manually delete the old one entities
  • At the first start you have to wait for the data from the sensors

New

  • Total rewrite whole component architecture (read more)
  • All devices are described by a specification with a list of converters:
    • Xiaomi Zigbee device in Lumi and MIoT spec
    • Xiaomi BLE devices in MiBeacon spec
    • Xiaomi Mesh devices in MIoT spec
    • Any Zigbee device in Zigbee Alliance spec
  • Support any 3rd party Zigbee devices which have converter
  • Support writing external converters
  • Support many additional entities for devices
  • Support new gateway Aqara Hub E1 CN
  • New logic for saving device states between Hass restarts
  • New logic for detecting device availability

v2.0-alpha.4

19 Jan 13:40
Compare
Choose a tag to compare
v2.0-alpha.4 Pre-release
Pre-release

Main changes

  • Many improvements in the specification of Aqara and Xiaomi devices
  • Adds internal available logic to all devices (Zigbee, BLE, Mesh)
  • Adds internal ping logic to main powered devices
  • Adds support Zigbee binding

Other changes

  • Adds last_msg to BLE stats
  • Adds support binding for Aqara Opple
  • Adds Look Door Lock model (BLE) #598
  • Rewrite Aqara Door Lock S2 support
  • Rewrite Aqara Cube support
  • Move zigbee config functionality to converters
  • Move other gateway commands to main dropdown
  • Remove migration logic
  • Fix LeMesh Mesh lights models #580
  • Fix illumination data for old Aqara Motion Sensor

v1.6.5 - 2021-12-18

18 Dec 18:04
Compare
Choose a tag to compare

v1.6.4 - 2021-12-05

05 Dec 19:29
Compare
Choose a tag to compare
  • Fix again gateway reconnection issue #530
  • Fix old mosquitto_pub process #501

v2.0-alpha.3

03 Dec 10:20
Compare
Choose a tag to compare
v2.0-alpha.3 Pre-release
Pre-release

Breaking changes

  • New converters format. No more default and optional entities. All entities init by default, but some of them in disabled state
  • left/middle/right_switch renamed to channel_1/2/3
  • smart renamed to wireless

New devices

  • Adds support Aqara Door/Window Sensor E1 #522
  • Adds support Xiaomi TH model XMWSDJ04MMC (BLE) #490
  • Adds support Mosquito Repeller 2 (Mesh) #408
  • Adds support Sonoff TH sensor #528
  • Adds support QS-Zigbee-S05-L (zigbee)
  • Adds support Sonoff Mini (zigbee)
  • Adds support Ksentry OnOff Controller (zigbee)
  • Adds model Aqara Door Lock D100 (BLE) #538
  • Adds support Tuya TS0011 (zigbee)
  • Adds support Aqara Triple Wall Switch H1 CN

New features

  • Rewrite mesh control logic (better state change after command)
  • Adds support Gateway fw 1.5.1_0032 @zvldz
  • Adds number sensor type
  • Adds support Mesh bulb flex switch #355
  • Adds support interlock for Aqara Relay #68
  • Adds Zigbee stats for Aqara Hub E1 @zvldz
  • Adds support manual set zigbee model in config
  • Adds support entity categories #502
  • Adds chip temperature to some devices #59
  • Adds device url (new feature from v2021.11)
  • Adds support change attribute domain in config #108
  • Update spec for new Aqara zigbee 3 switches #537
  • Rewrite support Aqara Door lock S2 Pro #143
  • Fix any errors on external converters loading
  • Fix old mosquitto_pub process #501

Readme for this version:
https://github.com/AlexxIT/XiaomiGateway3/tree/converters

v1.6.3 - 2021-12-01

01 Dec 07:09
Compare
Choose a tag to compare
  • Fix gateway reconnection issue #530

v1.6.2 - 2021-11-22

22 Nov 17:26
Compare
Choose a tag to compare

Return limited support for old gateway firmwares. I do not recommend using firmware below 1.4.7, but this version of integration can partially work with them.

v2.0-alpha.2

21 Nov 09:28
Compare
Choose a tag to compare
v2.0-alpha.2 Pre-release
Pre-release

ATTENTION: This is early alpha version. I'm not recommended to install it on main gateway!

  • Fix Sensors on Hass v2021.9 and more
  • Fix version parse on device join
  • Fix support some BLE
  • Fix config window after first setup
  • Rename switch to plug for Aqara Plug
  • Move idle_time to optional for Night Light 2

v2.0-alpha.1

20 Nov 16:02
Compare
Choose a tag to compare
v2.0-alpha.1 Pre-release
Pre-release

ATTENTION: This is early alpha version. I'm not recommended to install it on main gateway!

New

  • Total rewrite whole component architecture (read more)
  • All devices are described by a specification with a list of converters:
    • Xiaomi Zigbee device in Lumi and MIoT spec
    • Xiaomi BLE devices in MiBeacon spec
    • Xiaomi Mesh devices in MIoT spec
    • Any Zigbee device in Zigbee Alliance spec
  • Support any 3rd party Zigbee devices which have converter
  • Support writing external converters
  • Support default and additional entities for devices