Skip to content

Releases: tspopp/AquaMQTT

v1.4.1

24 Oct 19:57
a696336
Compare
Choose a tag to compare

What's Added

  • Provides Exhaust Fan Configuration which is only available in AirDuct configuration INT/EXT #43
  • Allow controllability of Exhaust Fan Configuration #43
  • Allow controllability of AirDuct Configuration
  • Add new attributes to HomeAssistant discovery

⚠️ REMINDER: If flashing via OTA, remember to restore your personal WiFi configuration before starting the flash process⚠️

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Oct 18:55
Compare
Choose a tag to compare

What's Added

  • HomeAssistant Discovery: This release enables discovery in HomeAssistant, so entities from AquaMQTT are automatically detected in your MQTT enabled Home Assistant instance #42. Find more instructions in HOMEASSISTANT.md.

⚠️ REMINDER: If flashing via OTA, remember to restore your personal WiFi configuration before starting the flash process⚠️

Full Changelog: v1.3.0...v1.4.0

v1.3.0

14 Oct 17:57
Compare
Choose a tag to compare

What's Fixed

  • Periodic NTP time updates were likely broken and should be fixed with 1b5235d

What's Added

  • Temperature readings published via MQTT are now filtered using Kalman filters. This reduces the amount of MQTT updates sent to the broker and removes the noise from the temperature sensor. The additional filters are enabled by default, with the possible to disable filters through Configuration.h. If you still observe sensor noise in your temperature readings, you might want to adapt the kalman filter settings in Configuration.h accordingly. #38

What's Improved

  • Upgraded to the latest available arduino core 3.0.5 #39.

⚠️ REMINDER: If flashing via OTA, remember to restore your personal WiFi configuration before starting the flash process⚠️

Full Changelog: v1.2.2...v1.3.0

v1.2.2

19 Aug 20:25
314537c
Compare
Choose a tag to compare

What's Fixed

  • Improved WiFi stability #26 #32

What's Added

  • Provide TotalWaterProduction via MQTT #31

Full Changelog: v1.2.1...v1.2.2

v1.2.1

23 Jul 10:39
bf873b6
Compare
Choose a tag to compare

What's Fixed:

  • State Solar Input was misinterpreted as State PV Input

What's Added:

  • Show SOLAR Icon within the HMI if AquaMQTT is running with flagPVModeHeatPump == 1
  • Show PV Icon within the HMI if AquaMQTT is running with flagPVModeHeatElement == 1
  • Provide Solar Input Signal detected via MQTT

What else has been changed

  • feat(aquamqtt): enable overrides for messages emitted by main by @tspopp in #25
  • feat(aquadbg): more troubleshooting tooling by @tspopp in #27

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 May 20:19
Compare
Choose a tag to compare

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

v1.1.0

27 Feb 20:23
8790dd9
Compare
Choose a tag to compare

What's Changed

  • fix(connectivity): reconnect to mqtt on lost connection by @tspopp in #10
  • fix(connectivity): proper wifi reconnect by @tspopp in b21f532
  • feat(pv-overrides): use excess energy to reach maximum temperature by @tspopp in #11

Full Changelog: v1.0.0...v1.1.0

AquaMQTT v1.0.0

11 Jan 19:08
93437b8
Compare
Choose a tag to compare

Initial Release🍻