Releases: AlexxIT/XiaomiGateway3
Releases · AlexxIT/XiaomiGateway3
v2.0-alpha.4
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
v1.6.4 - 2021-12-05
v2.0-alpha.3
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_switchrenamed tochannel_1/2/3smartrenamed towireless
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
- Fix gateway reconnection issue #530
v1.6.2 - 2021-11-22
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
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
switchtoplugfor Aqara Plug - Move
idle_timeto optional for Night Light 2
v2.0-alpha.1
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
v1.6.1 - 2021-11-20
- Fix the integration work when first setup
- Fix zigbee bulbs transition support
- Fix receiving rooms for vacuums
- Fix receiving LAN key for v3 gateway #511
- Fix reboot and FTP commands
v1.6.0 - 2021-11-19
Breaking changes
- Drop support Gateway firmwares lower than v1.4.7
- Drop support Hass lower than v2021.7
- ZHA and zigbee2mqtt modes combined to single option. If you have used them, you MUST turn this setting off, apply it, and then turn it back on and apply it. This will update the zigbee chip firmware
- zigbee2mqtt has experimental EFR32 support, works poorly and is not recommended for use
Rework
- All of the component code is now asynchronous. Should improve performance and reduce automation delays
- The ZHA modes now use a new version of zigbee firmware, running at a reduced speed of 38400 and with software flow control. The socat application has been replaced by ser2net. Should improve performance
- Completely rewritten the zigbee chip firmware update procedure. Should improve stability of this function
- Completely rewritten application management on the gateway. Should improve stability
- Changed buzzer disabling. Now buzzer does not work only when adding new devices (5 seconds motion sensor problem). In other cases the button, LED and buzzer works
- Changed processing of zigbee parents. Adds questions when information unknown
New
- Added option to transfer storage to memory. Should significantly reduce zigbee and bluetooth data errors
- Added zigbee device reboot counting. Allows you to find devices with a dead battery
- Added serial port error statistics
Fix
- Hass reboot with integration
ATTENTION: If you using two Hass with one gateway - you should use same integration version on both of them!