Skip to content

Releases: mqtt-home/miele-to-mqtt-gw

3.3.0

07 Jan 06:07
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.3.0

Changes in this Release

  • feat: replace variables in config

3.2.0

20 Aug 13:08
7620b8e
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.2.0

Changes in this Release

  • Dependency update
  • Additional polling

3.1.3

11 Jun 11:38
c1295d7
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.1.3

Changes in this Release

  • Reconnect after connection lost (e.g., lost internet connection) thanks to @AleksCee for pointing this out.

3.1.2

11 Jun 08:15
935d0d9
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.1.2

Changes in this Release

  • Reconnect after connection lost (e.g., lost internet connection)

3.1.1

02 Jun 13:45
5d72c3e
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.1.1

Changes in this Release

  • Dependency update
  • fix: log in system timezone (#132)
  • fix: error message during startup (#131)
  • fix: do not convert string message to json (#130)

3.1.0

01 Jun 15:47
ea5a577
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.1.0

Changes in this Release

  • Dependency update
  • Support login with country code

3.0.1

31 May 17:42
6a3c4c6
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.0.1-pre

Changes in this Release

  • Dependency update
  • Support login with access and refresh token

3.0.0

31 Jul 09:54
ef4d330
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:3.0.0-pre

Changes in this Release

  • Reimplemented using TypeScript

2.2.0

16 Dec 11:35
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:2.2.0

Changes in this Release

  • Update release process
  • Logback update due to LOGBACK-159
  • Dependency updates
  • Fixed race conditions in test cases

2.1.0-b17

11 Dec 15:21
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:2.1.0-b17

Changes in this Release

  • Add support for will message
  • Dependency update
  • Use test dependencies from:
<dependency>
    <groupId>de.rnd7.mqttgateway</groupId>
    <artifactId>test</artifactId>
    <version>2.1.0-b22</version>
    <scope>test</scope>
</dependency>