- Updated dependencies.
- Updated dependencies.
- Updated dependencies.
- Fixed bug introduced in 0.2.5 which could result in an infinite loop of subscribing and receiving messages.
- Handle reconnection to the MQTT broker without relying on a persistent session.
- Updated to
rumqttc
0.8, to fix build errors on latest rustc.
- Added
value_int
field toboolean
measurements, for compatibility with Grafana.
- Use rustls rather than OpenSSL.
- Linked against right version of libssl.
- Fixed dependencies of Debian packages.
- Automatically try to reconnect to the MQTT broker if the connection is lost, with a configurable delay.
- Fixed dependencies of Debian packages.
- Fixed permissions of config file not to be world-readable as it may contain a password.
- Added comments to config file explaining what the options do.
- Config files are now TOML and their filenames have changed, so you will need to update your config after updating to this release.
First release of homie-influx service. It's been working for me so far at least!