Skip to content

Releases: lolouk44/xiaomi_mi_scale

0.1.12

23 Nov 21:55
Compare
Choose a tag to compare

Changed

  • Updated workflow to automatically build docker images on new releases with version and latest tags

0.1.11

23 Nov 19:48
Compare
Choose a tag to compare

Changed

  • Remove additional logging for Scale V1 that was used for testing
  • Changed timestamp to default python format (fixes #29)
  • Removed hard-coded 'unit_f_measurement' in the MQTT Discovery (fixes lolouk44/hassio-addons#22)
  • Fixed hard coded MQTT Discovery Prefix (fixes #35)
  • Change measures format to be numbers instead of string where applicable (#36)

Added

  • Created workflow to automatically build docker images on new releases (Thanks @AiiR42 for your help)

0.1.10

09 Sep 09:31
Compare
Choose a tag to compare

Changed

0.1.9

08 Sep 21:34
Compare
Choose a tag to compare

Changed

Fixed typo in MQTT message following the breaking change to snake_case attributes in 0.1.8

0.1.8

08 Sep 21:00
Compare
Choose a tag to compare

Breaking Changes

  • Attributes are now snake_case (fixes #24)

Changed

  • Fixed default MQTT Prefix in config.json typo (fixes lolouk44/hassio-addons#6)
  • Fixed MQTT Discovery value check to discover
  • Changed timestamp to default python format
  • Changes the bluetooth reset from reset to down-wait-up (fixes lolouk44/hassio-addons#13)
  • Fixed hard coded hci0 to provided hci interface when performing a reset
  • Fixed weight in Lbs not detected on Scale V1 (XMTZCO1HM) (fixes #28)
  • Fixed body calculations for non kg weights
  • Updated README

Added

  • Added unit to attributes

0.1.7

06 Jul 16:05
Compare
Choose a tag to compare

Modified

  • Now truly handles optional Add-On config entries(fixes lolouk44/hassio-addons#3)
  • MQTT Discovery set wtih retain flag (fixes #23)
  • README updated to use Xiaomi Mi Fit App to retrieve the MAC Address (fixes #25)

Home-Assistant Add-On

01 Jul 22:39
Compare
Choose a tag to compare

Added Support for Home-Assistant Add-On

Home Assistant Discovery

01 Jul 21:33
Compare
Choose a tag to compare

Addition of Home Assistant Discovery Support

hci selector

27 Jun 20:33
9b40abf
Compare
Choose a tag to compare

hci device can be selected in case of multiple hci devices available (fixes #19)

Simplified MQTT

01 Jun 23:01
Compare
Choose a tag to compare

No longer staying connected to the MQTT broker, only connecting, publishing and disconnecting when a measurement needs to be sent.
Thanks @bpaulin for your PR

Fixes #2
Possibly fixes #12