Skip to content

v1.2.0

Compare
Choose a tag to compare
@tspopp tspopp released this 28 May 20:19
· 27 commits to main since this release

What's Fixed

  • MITM Mode: Errors were previously not transferred to HMI controller ⚠️
  • MITM Mode: Race-Condition which leads to dropped bytes in the main channel connection

What's Added

  • Process error messages (message id 74)
  • Forward error messages in MITM mode
  • Publish error message content to MQTT
  • Changed and customizable MQTT publish behavior (fixes #19):
    • MQTT messages are only published if the attribute has actually changed, which dramatically decreases the amount of messages published to the broker
    • There is a configuration value for a fixed time interval which forces AquaMQTT to re-publish all topics with the current state
  • Possibility to debug and publish raw heat pump messages received on each channel
  • New MQTT topics for main, hmi, and error messages: See #20

What else has been changed

  • doc(mqtt): fix typo in pv topics by @tspopp in #13
  • Add Home Assistant configuration for AquaMQTT by @scoudibou in #15
  • Implemented parsing of advanced diagnosis menu contents by @tspopp in #20

Full Changelog: v1.1.0...v1.2.0