Skip to content

Releases: custom-components/ble_monitor

0.9.8 - Added support for ATC advertisement format of LYWSD03MMC sensor

21 Jan 16:09
0fc5d14
Compare
Choose a tag to compare

Changes in 0.9.8

Added support for the ATC advertisement type for LYWSD03MMC sensors from both the firmware by ATC1441, available here, and the improved firmware by pvvx available here. Both custom firmware's broadcast temperature, humidity, battery voltage and battery level in percent. For the pvvx firmware, it is advised to change the setting advertisement type from all to custom. Sending multiple advertisement types at the same time might cause the voltage sensor from not showing up, depending on which advertisement comes first. The advertisement type custom will also result in a higher accuracy. Reloading the integration is needed to receive the voltage sensor after switching the firmware.

0.9.8-beta - Fix IndexError for LYWSD03MMC

18 Jan 14:07
6a2294c
Compare
Choose a tag to compare

Changes in 0.9.8-beta

This release fixes a bug (IndexError) when using battery sensors for LYWSD03MMC.

0.9.7-beta - Add support for ATC advertising formats for LYWSD03MMC sensors

17 Jan 15:11
a2dca93
Compare
Choose a tag to compare

Changes in 0.9.7 beta

  • Added support for the ATC advertisement formats for LYWSD03MMC sensors from both the firmware by ATC1441, available here, and the improved firmware by pvvx available here. Both custom firmware's broadcast temperature, humidity, battery voltage and battery level in percent. For the pvvx firmware, it is advised to change the setting advertisement type from all to custom. Sending multiple advertisment types at the same time might cause the voltage sensor from not showing up, depending on which advertisement comes first. The advertisement type custom will also result in a higher accuracy. Reloading the integration is needed to receive the voltage sensor after switching the firmware)

0.9.6 - Add support for CGDK2 sensor

14 Jan 14:02
8575f05
Compare
Choose a tag to compare

Changes in 0.9.6

  • Added support for Cleargrass Qingping Temperature Humidity sensor (CGDK2). Note that this sensor requires an encryption key.

0.9.6-beta - Add CGDK2 sensor

12 Jan 21:48
Compare
Choose a tag to compare
Pre-release

Added support for CGDK2 Cleargrass Qingping Temperature Humidity sensor. The sensor needs an encryption key.

0.9.5 - Xiaomi Smart Water Leak Sensor (SJWS01LM) support

12 Jan 13:52
f6fbff7
Compare
Choose a tag to compare

Changes in 0.9.5

  • Added support for Xiaomi Smart Water Leak Sensor (SJWS01LM). Note that this sensor requires an encryption key.

0.9.5-beta - Xiaomi Smart Water Leak Sensor (SJWS01LM)

10 Jan 20:24
d39d839
Compare
Choose a tag to compare

Changes in 0.9.5 beta

  • Added support for Xiaomi Smart Water Leak Sensor (SJWS01LM). Note that this sensor requires an encryption key.

0.9.4 - Encrypted CGG1 support

28 Dec 11:18
f8fa801
Compare
Choose a tag to compare

Changes in 0.9.4

  • Added support for CGG1 with encryption. Some CGG1 sensors seem to transmit encrypted bluetooth advertisements. This release adds support for these sensors, but you will need to add your encryption_key to your configuration.
  • Fix in error handling with multiple hci interfaces.

0.9.4-beta - Encrypted CGG1 support

21 Dec 07:29
f411a8e
Compare
Choose a tag to compare

Changes in 0.9.4-beta

  • Added support for CGG1 with encryption. Some CGG1 sensors seem to transmit encrypted bluetooth advertisements. This release adds support for these sensors, but you will need to add your encryption_key to your configuration.
  • Fix in error handling with multiple hci interfaces.

0.9.3 - UI configuration and improved kettle support

15 Dec 19:29
Compare
Choose a tag to compare

Downloads for latest release

Configuration in the UI

This release adds support for configuration of ble_monitor in the User Interface of Home Assistant (no YAML needed anymore). Thanks to the great effort of @koying, who made this possible!

Use this procedure to convert your YAML configuration and start using the User Interface configuration possibility.

  1. Update the component
  2. Restart Home Assistant
  3. Remove your YAML code
  4. Restart again

Now, all options should be configurable via the UI.

Still want to use YAML? No worries, YAML will stay supported!

Other improvements

  • Added support for YM-K1501EU (Xiaomi Mijia Smart Kettle) and V-SK152 (Viomi Smart Kettle)
  • Improved support for Xiaomi/Viomi smart kettles
  • Added ext_state attribute for kettles, with the following values: 0 - kettle is idle, 1 - kettle is heating water, 2 - warming function is active with boiling, 3 - warming function is active without boiling
  • Reduced the latency of binary sensors state updating

Fixed bugs

  • Fixed a bug with the temperature measurement when using the restore_state option
  • Fixed a bug with binary sensor state when using the restore_state option
  • Returned compatibility with HA releases before 0.115