Releases: alsuren/mijia-homie
Releases · alsuren/mijia-homie
btsensor 0.1.1
Bugfixes
- Fixed panic displaying BTHome V2 reading with packet ID.
mijia-homie release 0.2.7
New features
- Added support for sensors with third-party firmware advertising in atc1441 format, pvvx custom
format, or BTHome (v1 or v2, unencrypted).
applehat release 0.1.0
Prepare for release. Release new versions of homie-controller, homie-device, homie-influx, mijia and mijia-homie.
homie-influx release 0.2.8
Other changes
- Updated dependencies.
mijia-homie release 0.2.5
Other changes
- Updated dependencies.
homie-influx release 0.2.7
Other changes
- Updated dependencies.
homie-influx release 0.2.6
Bugfixes
- Fixed bug introduced in 0.2.5 which could result in an infinite loop of subscribing and receiving
messages.
homie-controller 0.5.1
Bugfixes
- Fixed bug introducted in 0.5.0 which could result in an infinite loop of subscribing and receiving
messages.
homie-influx release 0.2.5
Bugfixes
- Handle reconnection to the MQTT broker without relying on a persistent session.
homie-controller 0.5.0
Breaking changes
- It is no longer necessary to call
HomieController::start
, it has been removed from the public
API. If the MQTT connection is dropped and reconnected the necessary subscriptions will
automatically be set up again, without the need for a persistent session. - Added new
Event::Connected
.