Releases: custom-components/ble_monitor
0.9.8 - Added support for ATC advertisement format of LYWSD03MMC sensor
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
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
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 bypvvx
available here. Both custom firmware's broadcast temperature, humidity, battery voltage and battery level in percent. For thepvvx
firmware, it is advised to change the settingadvertisement type
fromall
tocustom
. 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 typecustom
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
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
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
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)
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
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
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
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.
- Update the component
- Restart Home Assistant
- Remove your YAML code
- 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