Releases: mqtt-home/miele-to-mqtt-gw
2.0.0-b16
Docker tag: pharndt/mielemqtt:2.0.0-b16
Changes in this Release
- Update to mqtt-gateway (https://github.com/philipparndt/mqtt-gateway)
- Fix refresh token is not persisted when logging in using a token
Breaking changes
Configuration
deduplicate
is moved to mqtt sectionmessage-interval
is renamed topolling-interval
and moved to miele sectionfull-message-topic
is renamed totopic
Release 1.0.13
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
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
Docker tag: pharndt/mielemqtt:1.0.11
Changes in this Release
- fix for i/o thread pollution
Release 1.0.10
Docker tag: pharndt/mielemqtt:1.0.10
Changes in this Release
- ...
Release 1.0.8
Docker tag: pharndt/mielemqtt:1.0.8
Changes in this Release
- fix for Config read protection warning
Release 1.0.7
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
Docker tag:
pharndt/mielemqtt:1.0.6
Changes in this Release
- ...
Release 1.0.5
Docker tag:
pharndt/mielemqtt:1.0.5
Changes in this Release:
- update build process to use GitHub actions
- automated docker build for all platforms