Releases: AlexxIT/XiaomiGateway3
Releases · AlexxIT/XiaomiGateway3
v1.6.0-rc.3
- Update serial stats to new format
- Fix alarm away, night and trigger
v1.6.0-rc.2
Restore zigbee parents scan logic
v1.5.1 - 2021-10-12
- Adds new BLE Door Lock model #472 @dscao
- Adds button device trigger for new zigbee 3 devices
- Update models for several Mesh devices #444 @weiyideai520
- New version info for all zigbee devices (model, hardware and software)
- Remove gateway pair and alarm for ZHA and z2m modes
- Fix Aqara TH sensor battery on old gw fw #470 @Zuz666
- Fix Aqara Relay voltage on integration start
- Fix Gateway TX power change with service command
- Fix BLE lock action #469
- Fix BLE device removal via rename
- Fix BLE sensors on integration reboot
- Fix zigbee stats for deleted devices
v1.5.0 - 2021-09-20
- Added ability to log to a file (more)
- Adds support Aqara Single and Double Wall Button E1
- Adds new Mesh Downlight model #350 @iam993
- Update zigbee battery level formula
- Update
state_class=total_increasingfor energy sensor - Fix support damaged zigbee and bluetooth databases
- Fix support for older versions of the Home Assistant (without energy)
- Fix initial battery percent from voltage
- Fix position set for Aqara Roller Shade E1
v1.4.1 - 2021-09-10
- Fix Zigbee network crash and receiving BLE data #415 #416 #454 @vturekhanov
v1.4.0 - 2021-09-09
Breaking changes
- Consumption sensor renamed to energy
New devices
- Adds Zigbee Aqara Roller Shade E1
- Adds Zigbee Aqara Relay T1
- Adds Zigbee Aqara Switch H1 EU #374 @Izznolu
- Adds BLE Qingping TH Lite
- Adds BLE Honeywell Smoke Alarm
- Adds Mesh light model #445
- Adds Mesh Wall Single Switch (ZNKG01HL) #435 @TioaChan
- Adds Mesh Wall Switch with Display (ZNKG02HL) #435 @TioaChan
Other
- Adds support gateway firmware v1.5.0_0102
- Adds firmware version for new Zigbee3 devices
- Adds support Zigbee OTA update command service
- Adds support Aqara Relay OTA
- Adds support Xiaomi Plug OTA for old plug firmwares
- Adds support power measurement
- Adds support send miio raw commands service
- Adds voltage and current to Aqara Relay
- Skip notification for already added Zigbee device
- Check error data from BLE locks #446
- Fix duplicate alarm_control_panel #416 #451
- Fix Mesh response with null power #391
- Fix HomeKit support for unknown Mesh devices #444 #450
v1.3.0 - 2021-07-28
- Adds Aqara E1 wall switches #393 @airlychee
- Adds Aqara Double Wall Switch US (WS-USC04) #357 @niceboygithub
- Adds new Mesh light models #364 @algovera
- Adds push update for alarm_control_panel #349 @tam-wh
- Adds support
alarm_triggerfor alarm_control_panel - Adds
attributes_templatesupport (calculated once on entity init process) - Adds support BLE Toothbrush
- Rename
mosquittoattribute tosupply - Improved stability of zigbee2mqtt mode switching
- Fix
TRIGGER_BASE_SCHEMAerror #385 #388 @aatrubilin - Fix missed button clicks in some cases
- Fix "Event loop is closed" bug
- Fix integration restart
- Fix stats sensors for BLE devices
xiaomi_gateway3:
attributes_template: |
{% if attr in ('ble', 'zigbee') %}{{{
"name": device["device_name"],
"gate": gateway["device_name"]
}}}{% endif %}