Skip to content

Releases: AlexxIT/XiaomiGateway3

v1.1.0 - 2021-03-29

29 Mar 18:51
Compare
Choose a tag to compare

Main

  1. 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
  2. Support BLE data handling from multiple gateways
  3. Sync device available state with gateway available state
  4. Add ability to get room names for vacuums and BLE bindkeys via Cloud integration
  5. 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

28 Mar 06:09
Compare
Choose a tag to compare
v1.1b5 - 2021-03-28 Pre-release
Pre-release
  • 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

24 Mar 04:32
Compare
Choose a tag to compare
v1.1b4 - 2021-03-24 Pre-release
Pre-release
  • 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

11 Mar 08:09
Compare
Choose a tag to compare
v1.1b3 - 2021-03-11 Pre-release
Pre-release
  • 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

09 Mar 13:04
Compare
Choose a tag to compare
v1.1b2 - 2021-03-09 Pre-release
Pre-release
  • 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

08 Mar 16:12
Compare
Choose a tag to compare
v1.1b1 - 2021-03-08 Pre-release
Pre-release

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

26 Feb 14:30
Compare
Choose a tag to compare
  • Fix default BLE checkbox state (was disabled after integration setup)
  • Fix User input malformed in Options window

v1.0.0 - 2021-02-23

23 Feb 16:09
Compare
Choose a tag to compare

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

12 Feb 11:37
Compare
Choose a tag to compare
  • 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

04 Feb 09:12
6d2557b
Compare
Choose a tag to compare
  • 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