Skip to content

Releases: AlexxIT/XiaomiGateway3

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

v0.12.0 - 2021-01-31

31 Jan 15:27
Compare
Choose a tag to compare

Main changes

  • Support Bluetooth Mesh Switches @hellkun
  • Support Alarm Control Panel @ha0y
  • Support receive LAN key for lumi.gateway.v3 via Cloud Integration

Devices changes

  • Xiaomi Night Light 2: fix motion sensor
  • Xiaomi Night Light 2: change illuminance sensor to light sensor
  • Aqara Motion Sensor: fix motion from illuminance event
  • Zigbee Motion Sensor: fix stuck in on state
  • Precision Motion Sensor: fix support
  • Thermostat S2: add reload state after reboot #101
  • Thermostat S2: fix scenes with turned off climate #101
  • Zigbee Bulbs: support transition for Zigbee bulbs
  • Zigbee Bulbs: support default transition setting (customize.yaml)
  • Aqara Single Wall Switch (QBKG04LM): fix retain

Other changes

  • Add optional basic logs
  • Add delay of receiving MQTT msg to logs
  • Add logic: Zigbee device go online with any update
  • Add catch all exceptions to MQTT processing
  • Add retry logic to miIO protocol
  • Add support v3 zigbee models #163
  • Update Chinese translation @NathanDai @bluefoxlee
  • Update msg_missed counter logic
  • Update run Z3 command for parents
  • Fix broken raw zigbee messages
  • Fix device identifier with one element
  • Fix multiple parent updates at same time
  • Fix disable buzzer on fw 0115 #191
  • Fix unpair zigbee device error
  • Fix pair new zigbee device event
  • Fix unload cloud integration
  • Remove python-miio from requirements