Skip to content

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

2.0.0-b16

23 Jan 12:46
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:2.0.0-b16

Changes in this Release

Breaking changes

Configuration

  • deduplicate is moved to mqtt section
  • message-interval is renamed to polling-intervaland moved to miele section
  • full-message-topic is renamed to topic

Release 1.0.13

20 Jan 16:17
a838c38
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:1.0.13

Changes in this Release

  • Maintain bridge status

Bridge status

The bridge maintains two status topics:

Topic: .../bridge/state

Value Description
online The bridge is started
offline The bridge is currently not started.

Topic: .../bridge/miele

Value Description
unknown Unknown connection status
connected Miele API is connected
disconnected Miele API is not connected

Release 1.0.12

19 Jan 18:05
13498fa
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:1.0.12

Changes in this Release

  • Improve reconnection when the internet / Miele service is down #40

Release 1.0.11

05 Jan 08:40
b5b5bef
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:1.0.11

Changes in this Release

  • fix for i/o thread pollution

Release 1.0.10

04 Jan 17:58
Compare
Choose a tag to compare
Release 1.0.10 Pre-release
Pre-release

Docker tag: pharndt/mielemqtt:1.0.10

Changes in this Release

  • ...

Release 1.0.8

04 Jan 16:34
8f7b3c2
Compare
Choose a tag to compare

Docker tag: pharndt/mielemqtt:1.0.8

Changes in this Release

  • fix for Config read protection warning

Release 1.0.7

04 Jan 13:09
1d6634d
Compare
Choose a tag to compare
Release 1.0.7 Pre-release
Pre-release

Docker tag: pharndt/mielemqtt:1.0.7

Changes in this Release

Cache token, support to refresh login token

Make sure to mount the configuration file in read/write mode to use this feature.

Example:

    volumes:
     - ./config/miele:/var/lib/miele-to-mqtt-gw:rw

With this change, the API does not need to log in using the username/password as this could cause problems during server maintenance. The existing token can be used instead.

Release 1.0.6

30 Dec 14:28
1799f80
Compare
Choose a tag to compare
Release 1.0.6 Pre-release
Pre-release

Docker tag:
pharndt/mielemqtt:1.0.6

Changes in this Release

  • ...

Release 1.0.5

30 Dec 07:24
Compare
Choose a tag to compare

Docker tag:
pharndt/mielemqtt:1.0.5

Changes in this Release:

  • update build process to use GitHub actions
  • automated docker build for all platforms