Skip to content

Releases: alsuren/mijia-homie

btsensor 0.1.1

17 May 12:55
Compare
Choose a tag to compare

Bugfixes

  • Fixed panic displaying BTHome V2 reading with packet ID.

mijia-homie release 0.2.7

02 Sep 16:29
Compare
Choose a tag to compare

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

02 Sep 16:27
Compare
Choose a tag to compare
Prepare for release.

Release new versions of homie-controller, homie-device, homie-influx,
mijia and mijia-homie.

homie-influx release 0.2.8

02 Sep 16:26
Compare
Choose a tag to compare

Other changes

  • Updated dependencies.

mijia-homie release 0.2.5

15 Jun 10:21
Compare
Choose a tag to compare

Other changes

  • Updated dependencies.

homie-influx release 0.2.7

15 Jun 10:21
Compare
Choose a tag to compare

Other changes

  • Updated dependencies.

homie-influx release 0.2.6

26 Jan 00:06
Compare
Choose a tag to compare

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

26 Jan 00:05
Compare
Choose a tag to compare

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

20 Jan 22:15
Compare
Choose a tag to compare

Bugfixes

  • Handle reconnection to the MQTT broker without relying on a persistent session.

homie-controller 0.5.0

20 Jan 22:16
Compare
Choose a tag to compare

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.