Skip to content

Releases: warhammerkid/bluetti_mqtt

v0.8.3

31 Aug 01:11
Compare
Choose a tag to compare

0.8.3

  • Fix a bug with dc_input_power reporting

v0.8.2

29 Aug 03:49
Compare
Choose a tag to compare

0.8.2

  • More bug fixes...

v0.8.1

29 Aug 03:05
Compare
Choose a tag to compare

0.8.1

  • Fix build issue

v0.8.0

29 Aug 02:33
Compare
Choose a tag to compare

0.8.0

  • Add support for reporting details for multiple battery packs
  • Re-architect internals for a better logical separation into layers (core, bluetooth, and the polling + MQTT app)

v0.7.1

21 Aug 14:18
Compare
Choose a tag to compare

0.7.1

  • Fix crash with EB3A logging (@jretz)

v0.7.0

20 Aug 14:54
Compare
Choose a tag to compare

0.7.0

  • Add support for Home Assistant discovery (@lbossle)
  • Re-architect parsing to support device-specific customization
  • Add beta support for EB3A
  • Fix bug with automatic bluetooth reconnect

v0.6.3

31 Jul 22:17
Compare
Choose a tag to compare

0.6.3

  • Fix bug with scanning unnamed devices for WinRT bluetooth backend
  • Fix bug with converting commands to bytes for WinRT & macOS blueooth backend
  • Fix issue with using an unsupported event loop on Windows for asyncio-mqtt

v0.6.2

25 Jul 03:18
Compare
Choose a tag to compare

0.6.2

  • Fix bug in logging multiple batteries where the last slot was skipped.
  • Automatically reconnect to broker if disconnected

v0.6.1

17 Jul 03:16
Compare
Choose a tag to compare

0.6.1

  • Added support for paging through batteries in the logger to collect more information about how things work.

v0.6.0

12 Jun 22:24
6e814a0
Compare
Choose a tag to compare

0.6.0

  • Added support for configuring username / password / port for MQTT broker
  • Added proper signal handling. It now correctly shuts down when sent SIGTERM or SIGINT.