Releases: warhammerkid/bluetti_mqtt
Releases · warhammerkid/bluetti_mqtt
v0.8.3
0.8.3
- Fix a bug with
dc_input_power
reporting
v0.8.2
0.8.2
- More bug fixes...
v0.8.1
0.8.1
- Fix build issue
v0.8.0
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
v0.7.0
v0.6.3
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
0.6.2
- Fix bug in logging multiple batteries where the last slot was skipped.
- Automatically reconnect to broker if disconnected
v0.6.1
0.6.1
- Added support for paging through batteries in the logger to collect more information about how things work.
v0.6.0
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.