Releases: AlexxIT/XiaomiGateway3
Releases · AlexxIT/XiaomiGateway3
v1.1.0 - 2021-03-29
Main
- Total rewrite BLE data handling. Much more BLE data is processed from each device. No more 10 minutes gaps between messages. Supported only for firmwares: 0012, 0043, 0160
- Support BLE data handling from multiple gateways
- Sync device available state with gateway available state
- Add ability to get room names for vacuums and BLE bindkeys via Cloud integration
- Update setup process: more warning about no connection, wrong token, wrong open telnet command, etc.
New BLE and Mesh devices:
- Add Qingping Temp & RH Monitor (CGG1) model @kamingchan
- Add Mesh Wall Switch (DHKG01ZM) model @hellkun
- Add Mesh Wall Triple Switch (ISA-KG03HL) model @nesror
- Add Mi Smart Electrical Outlet (ZNCZ01ZM) model @FR-Chelsea
- Add XinGuang Smart Light (LIBMDA09X) model #250
- Add Xiaomi Kettle sensors (no control), only with gateway firmwares 0012, 0043, 0160
Other changes
- Add support Aqara Plug SP-EUC01 #274
- Add voltage processing for zigbee sensors #268
- Add connection Gateway device with other integrations @dmamontov
- Yeelight Button S1: add double and hold action
- Improve main loop logic
- Improve miio protocol logic and errors handling
- Improve the storage of logs in memory
- Fix delays for zigbee processing in some cases #142
- Fix handle miio events on new firmwares
- Fix long HA reloads
- Fix battery property for zb3 sensors
- Fix telnet login for some users
- Fix Mesh DB format on v1.4.7_0160
- Fix mesh light state after
turn_on
with params - Fix socat and busybox links #245
- Fix typo in zh translation
v1.1b5 - 2021-03-28
- Fix long HA reloads
- Fix empty payload from BLE
- Fix battery property for zb3 sensors
- Fix telnet login for some users
v1.1b4 - 2021-03-24
- Add ability to get rooms for vacuums
- Add ability to get bindkeys for BLE
- Add voltage processing for zigbee sensors #268
- Add support Aqara Plug SP-EUC01 #274
- More warning for integration setup process: no connection, wrong token, wrong open telnet command
- Update main loop logic
- Update miio protocol logic
- Fix delays for zigbee processing in some cases #142
- Fix handle miio events on new firmwares
v1.1b3 - 2021-03-11
- Add connection Gateway device with other integrations @dmamontov
New BLE and Mesh devices:
- Add Qingping Temp & RH Monitor (CGG1) model @kamingchan
- Add Mesh Wall Switch (DHKG01ZM) model @hellkun
- Add Mesh Wall Triple Switch (ISA-KG03HL) model @nesror
- Add Mi Smart Electrical Outlet (ZNCZ01ZM) model @FR-Chelsea
- Add XinGuang Smart Light (LIBMDA09X) model #250
v1.1b2 - 2021-03-09
- Support Xiaomi Kettle sensors (no control), only with gateway firmwares 0012, 0043, 0160
- Change the storage of logs in memory
- Fix Mesh DB format on v1.4.7_0160
v1.1b1 - 2021-03-08
Main
Total rewrite BLE data handling. Much more BLE data is processed from each device. No more 10 minutes gaps between messages. Supported only for firmwares: 0012, 0043, 0160.
Also support BLE data handling from multiple gateways.
Other changes
- Improve miio errors handling
- Yeelight Button S1: add double and hold action
- Fix mesh light state after turn_on with params
- Fix socat and busybox links #245
- Fix typo in zh translation
v1.0.1 - 2021-02-26
- Fix default BLE checkbox state (was disabled after integration setup)
- Fix
User input malformed
in Options window
v1.0.0 - 2021-02-23
Supported any firmware without soldering with custom open telnet command. Only useful for new users, read more in supported firmwares docs.
- Add Qingping Door and Motion models (BLE)
- Add ZenMeasure TH model (BLE)
- Add zigbee device fw version
- Fix humidity for LYWSD03MMC and MHO-C401 #218
v0.12.2 - 2021-02-12
- Water Leak Sensor (BLE): add model and support click
- Aqara Relay T1: fix control
- Fix reading corrupted zigbee database
- Fix parsing zigbee data in some cases
- Fix MQTT logs without basic logs
v0.12.1 - 2021-02-04
- Aqara Bulb: fix transition with color temp and brightness Vladimir Turekhanov
- Update Chinese translation @bluefoxlee
- Fix zigbee bulb control for just added bulbs
- Fix read zigbee devices in some fw
- Fix parents on fw 1.4.7
- Fix remove zigbee device #122
- Remove
sanitize_filename
#200