Skip to content

Releases: custom-components/ble_monitor

1.8.3-beta - Kegtron port name attribute

28 Apr 17:31
Compare
Choose a tag to compare

Changes in 1.8.3-beta

  • Fix in getting devices from registry (Fixes issue #336)
  • Adding port name attribute to Kegtron sensors

1.7.4 - Fix in getting devices from registry

28 Apr 10:09
789829b
Compare
Choose a tag to compare

Changes in 1.7.4

This release fixes a bug during startup on some systems, which failed on getting the devices from the registry. Fixes #336

1.8.2-beta

27 Apr 18:25
ee0ff0b
Compare
Choose a tag to compare
1.8.2-beta Pre-release
Pre-release

Changes in 1.8.2-beta

Remove unnecessary error log messages

1.8.1-beta

27 Apr 18:03
a32a453
Compare
Choose a tag to compare
1.8.1-beta Pre-release
Pre-release

Changes in 1.8.1-beta

BLE parser is split into indepenent files for code clarity

  • Improves future development

Kegtron improvements

  • Moved keg size and volume start to attributes of volume dispensed sensor (Kegtron)
  • keg size is converted to text
  • One volume dispensed sensor per port
  • Several optimizations in the kegtron parser

Fixed failing configuration check #321

1.7.3 - Add voltage sensor for LYWSD03MMC

26 Apr 15:12
974782a
Compare
Choose a tag to compare

Adding voltage sensor for LYWSD03MMC sensors that send data in Xiaomi MiBeacon format (based on same formula as used in ATC firmware). Adding this sensor prevents TypeErrors when switching between ATC and MiBeacon advertisements.

1.8.0-beta

25 Apr 11:05
5f6cea0
Compare
Choose a tag to compare
1.8.0-beta Pre-release
Pre-release

Changes in 1.8.0-beta

Add support for Kegtron KT-100 and KT-200 devices

1.7.2 - Fix restore state and failing configuration check

25 Apr 10:11
2cdc8b3
Compare
Choose a tag to compare

Changes in 1.7.2

  • Fixed restore_state option. State was restored when the first BLE advertisement arrived, but this could take a while, especially for scales which only send data when activated. restore_state has been changed to restore the state immediately at startup, if the device is configured in the devices option. #326
  • Fixed failing configuration check #321

1.7.2-beta - Fix failing configuration check

23 Apr 06:03
9886b96
Compare
Choose a tag to compare

Changes in 1.7.2-beta

  • Fixed failing configuration check #321

1.7.1-beta

22 Apr 19:31
0dfe4b2
Compare
Choose a tag to compare
1.7.1-beta Pre-release
Pre-release

Changes in 1.7.1-beta

Fixed restore_state option. State was restored when the first BLE advertisement arrived, but this could take a while, especially for scales which only send data when activated. restore_state has been changed to restore the state immediately at startup, if the device is configured in the devices option.

1.7.0 - Xiaomi Mi Scale V1 support

15 Apr 06:15
b0e7956
Compare
Choose a tag to compare

Changes in 1.7.0

  • Added support for Xiaomi Mi Scale V1 (XMTZC01HM, XMTZC04HM). This scale is known under different names, e.g. Mi Smart Scale 1 / Mi Smart Scale 2
  • load removed sensor has been renamed to weight removed sensor for the Mi scale V2 devices (you can delete the load removed binary sensor).
  • Added non-stabilized weight sensor for scales
  • Improved packet_id filtering for scales